Skip to content

Commit

Permalink
update: atomic-server to 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chickensoupwithrice committed Feb 26, 2024
1 parent 9fd2fa3 commit ea51f2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pkgs/by-name/atomic-server/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
in
rustPlatform.buildRustPackage rec {
pname = "atomic-server";
version = "0.34.5";
version = "0.37.0";

src = fetchCrate {
inherit pname version;
hash = "sha256-X7G/EYhs7CBRZ+7oVKyQRk5WDyFKnQmi8aLbi/KIwgI=";
hash = "sha256-/OKYac0HA9EWDQ5qNyMPITN5iUdLM9SAVmOm6PVIFOk=";
};

cargoHash = "sha256-mox1MdWgCgzytjqAPu1xHKWP8D5oRnXvMyqRbZXM9Pc=";
cargoHash = "sha256-LwSyK/7EEoTf1x7KGtebPxYTqH3SCjXGONNMxcmdEv0=";

doCheck = false; # TODO(jl): broken upstream

Expand Down

0 comments on commit ea51f2c

Please sign in to comment.