Skip to content

Commit

Permalink
snazy: 0.53.0 -> 0.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 26, 2024
1 parent a48eed9 commit 8006c78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/snazy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
pname = "snazy";
version = "0.53.0";
version = "0.54.0";

src = fetchFromGitHub {
owner = "chmouel";
repo = pname;
rev = version;
hash = "sha256-iRoNmqZadwUxowcC/emqdGhOWMl5c1OJr/VVyxYg2h0=";
hash = "sha256-1+UbUwvv5HWiQ+u9gPtJ3JwP6cMi4IZOCSMedXzWEoQ=";
};

cargoHash = "sha256-e39lmGEPRU/vATcJKB89+B/STi1viP6r43X4Y2u/fe4=";
cargoHash = "sha256-NmnKWVyD+NrP7ReERQB1/K8hyrSFj6qgjQjYwxZc+OY=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 8006c78

Please sign in to comment.