snazy: 0.58.1 -> 0.59.0 (#507833)

This commit is contained in:
Nick Cao
2026-04-08 20:25:05 +00:00
committed by GitHub
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "snazy";
version = "0.58.1";
version = "0.59.0";
src = fetchFromGitHub {
owner = "chmouel";
repo = "snazy";
rev = finalAttrs.version;
hash = "sha256-sm3FTQ3+cILoKkMe3qvZg2K+rspvJI3SXpDFD3YPXXk=";
hash = "sha256-IFe7NodbeSwz931ja2SK3nhvJ9S1uRuKB61N6q+/F9M=";
};
cargoHash = "sha256-uRX6qE7tlCvJlWuLtgvuL2DLnqf7+exHLZjAoF0F2PM=";
cargoHash = "sha256-JV1xVRAiex3fx27atuy3MylsnogwG2JYWU5Rt7Gty5o=";
nativeBuildInputs = [ installShellFiles ];