Skip to content

Commit

Permalink
Merge pull request #162 from Chickensoupwithrice/aynish/atomic-cli-up…
Browse files Browse the repository at this point in the history
…grade

Update: atomic-cli to 0.37.0
  • Loading branch information
albertchae authored Feb 28, 2024
2 parents 9a0d53d + 698fb76 commit 3aaafc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/atomic-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
in
rustPlatform.buildRustPackage rec {
pname = "atomic-cli";
version = "0.34.5";
version = "0.37.0";

src = fetchCrate {
inherit pname version;
hash = "sha256-97JltSMuNETcgm5jfb2tOjwgw87J0u8qs+TIViT0PBo=";
hash = "sha256-yKYqxja2XFrQmLZYiWJAJDfGDdnr4eNdAwZNKn4FseU=";
};

cargoHash = "sha256-NehXV26PBOD+V1KZo8I2EQ7Hp32ccT6e51v5qESj+l4=";
cargoHash = "sha256-a/mkZ9LFItlc3fBNCSZntbZfBJnhiFWUDIjLfBO6H74=";

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

Expand Down

0 comments on commit 3aaafc3

Please sign in to comment.