Skip to content

Commit

Permalink
zizmor: 1.0.0 -> 1.0.1
Browse files Browse the repository at this point in the history
Changes:
https://github.com/woodruffw/zizmor/releases/tag/v1.0.1

Additionally remove the openssl dependency as it's not needed because
zizmor uses a Rust TLS stack.

Closes #371940
  • Loading branch information
Erethon committed Jan 7, 2025
1 parent 0400660 commit c8c0c92
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 c8c0c92

Please sign in to comment.