zizmor: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm
2024-12-19 06:18:17 +00:00
parent a98c720fb6
commit ed1fdb4c90
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "zizmor";
version = "0.9.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "woodruffw";
repo = "zizmor";
rev = "refs/tags/v${version}";
hash = "sha256-Ccue+Yt64OA4QkBBKPp/qB6N/qgMyPGpoQFXD1G9fA8=";
hash = "sha256-bQpjU3ztaO8Fckk51QGOnJFANXceYwiqyopOzMt6UYM=";
};
cargoHash = "sha256-TYCfBo3AWbKBIH7S94c/XjHJJHN58qFjNTpidh96jGM=";
cargoHash = "sha256-IzTXLwh14v4vjNgl37sFe1hgoA+0Izc9QWelaaArgU4=";
buildInputs = [ openssl ];