zizmor: 1.5.1 -> 1.5.2

This commit is contained in:
R. Ryantm
2025-03-25 16:22:33 +00:00
parent dc9b690d42
commit 666df9b25e
+3 -3
View File
@@ -8,17 +8,17 @@
rustPlatform.buildRustPackage rec {
pname = "zizmor";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "woodruffw";
repo = "zizmor";
tag = "v${version}";
hash = "sha256-G0cayE8UDahLYZl2HG8315YYUOhH5u6L/VRWHqqavPk=";
hash = "sha256-KBQ63SAV8eUIfj1TnQQ636DRnLXj+JO4GDiVX1xS9nw=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-CRjr4X525t7xaFsnX3gOy4+HJis5T8nw6zrhkW60Bpw=";
cargoHash = "sha256-BMDsV89CcppcuTx1PYyqZO5ZeWDJruudmNjlwnb+QZI=";
nativeInstallCheckInputs = [ versionCheckHook ];