zizmor: 1.25.2 -> 1.26.1 (#538250)

This commit is contained in:
Thomas Gerbet 2026-07-05 20:29:23 +00:00 committed by GitHub
commit 7f20a05640
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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) ''