Skip to content

Commit

Permalink
Merge pull request NixOS#284699 from r-ryantm/auto-update/snazy
Browse files Browse the repository at this point in the history
snazy: 0.52.7 -> 0.52.17
  • Loading branch information
figsoda authored Jan 29, 2024
2 parents d9f6266 + 5ae3e3c commit 2cab7f9
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 @@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
pname = "snazy";
version = "0.52.7";
version = "0.52.17";

src = fetchFromGitHub {
owner = "chmouel";
repo = pname;
rev = version;
hash = "sha256-NUDKTJtSzzY+kaqreHroJDW18lta9AcnL94t/jdEOlY=";
hash = "sha256-0r5xhmU9a9I+q24mjJ+C4EKK1Nw/67YThuBFibAx3Dw=";
};

cargoHash = "sha256-raDkfP7EeyXbMr2puR+dHUKVqguVvkV7noNuLw/KttI=";
cargoHash = "sha256-ljYsF5lBRqiTqx9nta5h/75052GWOBJ9uJnqZkWJvwI=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 2cab7f9

Please sign in to comment.