Skip to content

Commit

Permalink
zizmor: 1.0.0 -> 1.0.1 (#371951)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse authored Jan 7, 2025
2 parents 59ae8b3 + c8c0c92 commit c8693b4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pkgs/by-name/zi/zizmor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,22 @@
fetchFromGitHub,
rustPlatform,
pkg-config,
openssl,
testers,
zizmor,
}:

rustPlatform.buildRustPackage rec {
pname = "zizmor";
version = "1.0.0";
version = "1.0.1";

src = fetchFromGitHub {
owner = "woodruffw";
repo = "zizmor";
tag = "v${version}";
hash = "sha256-95YtFlnC8xFBz1v+qC3rh7jEUp+4JBoMGgVQd/6IFwE=";
hash = "sha256-1NpwBjJlpaP3iyTfrgMwO/1qR74/MNBYjtf4+wCe4m8=";
};

cargoHash = "sha256-imq7ElZcC9E4nDkHaaFiBf8r1VuMtw5zOn9O7EzIPkQ=";

buildInputs = [ openssl ];
cargoHash = "sha256-feAfHkcLvEdFblehPGtLO01Vl9QpOueuJrpEujlv4qY=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit c8693b4

Please sign in to comment.