zizmor: 1.25.2 -> 1.26.1

This commit is contained in:
Ivan Petkov
2026-07-03 14:58:44 -07:00
parent e8273b29fe
commit 5f91f9d090
+5 -3
View File
@@ -11,16 +11,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "zizmor";
version = "1.25.2";
version = "1.26.1";
src = fetchFromGitHub {
owner = "zizmorcore";
repo = "zizmor";
tag = "v${finalAttrs.version}";
hash = "sha256-nmhmW+e/Mys/PVGA0V2NalFDQ/qkcvT0F80XrmIZYb4=";
hash = "sha256-AL4y9lB60zvWhr5U6vzVyg0DhxFCaKkP8+6DWdg2vYA=";
};
cargoHash = "sha256-3ALVZJNpk0HiwmDGQigoSXuOdJR94nEKOWWiP5aggxo=";
cargoHash = "sha256-PGU9R6EKT+9ZdgxBgQqlvvmyEtDRG6zT2EdQPzlPIM0=";
buildInputs = [
rust-jemalloc-sys
@@ -39,6 +39,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
"--skip=audit::known_vulnerable_actions::tests::test_fix_upgrade_actions_setup_node"
"--skip=audit::known_vulnerable_actions::tests::test_fix_upgrade_multiple_vulnerable_actions"
"--skip=audit::known_vulnerable_actions::tests::test_fix_upgrade_third_party_action"
# insta snapshot appears to depend on checkout structure
"--skip=e2e::issue_1745"
];
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''