Skip to content

Commit fd90f5c

Browse files
authored
zizmor: 0.9.2 -> 0.10.0 (#369079)
2 parents 5fa8415 + 3d78e19 commit fd90f5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/zi/zizmor/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "zizmor";
13-
version = "0.9.2";
13+
version = "0.10.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "woodruffw";
1717
repo = "zizmor";
1818
rev = "refs/tags/v${version}";
19-
hash = "sha256-bQpjU3ztaO8Fckk51QGOnJFANXceYwiqyopOzMt6UYM=";
19+
hash = "sha256-fq+J1+CrxFSbCimM8SIshwQciEjRjPcjAmdVKbVV13s=";
2020
};
2121

22-
cargoHash = "sha256-IzTXLwh14v4vjNgl37sFe1hgoA+0Izc9QWelaaArgU4=";
22+
cargoHash = "sha256-OUwl9vBB8jMY40SbOc9YK4yyxvgWQTgQRWw2LN07W08=";
2323

2424
buildInputs = [ openssl ];
2525

0 commit comments

Comments
 (0)