zizmor: 0.2.1 -> 0.5.0 (#358793)

This commit is contained in:
Donovan Glover 2024-11-25 18:29:03 +00:00 committed by GitHub
commit 58334e683a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "zizmor"; pname = "zizmor";
version = "0.2.1"; version = "0.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "woodruffw"; owner = "woodruffw";
repo = "zizmor"; repo = "zizmor";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-3W5S49eHZZfKXTI2xdB32kLoTnCVKYtwLbJwempnXCc="; hash = "sha256-dYM8Zkri0H/olODF2weOqdVg1NcPltzu1PZ92IbGLVE=";
}; };
cargoHash = "sha256-ZCCmdnSj6u+k+dRUHFyKuDvnVNBtMAkmcz6TMQ1i7zs="; cargoHash = "sha256-18DWe1MHABz1SMg72NcYTSCGvevchqZ3asb8+lg5MwE=";
buildInputs = [ openssl ]; buildInputs = [ openssl ];