mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
zizmor: 1.25.2 -> 1.26.1 (#538250)
This commit is contained in:
commit
7f20a05640
1 changed files with 5 additions and 3 deletions
|
|
@ -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) ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue