Skip to content

Commit

Permalink
zizmor: 0.9.1 -> 0.9.2 (NixOS#366436)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse authored Dec 19, 2024
2 parents cfa55e5 + ed1fdb4 commit 9877269
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/zi/zizmor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];

Expand Down

0 comments on commit 9877269

Please sign in to comment.