Skip to content

Commit c8c0c92

Browse files
committed
zizmor: 1.0.0 -> 1.0.1
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 NixOS#371940
1 parent 0400660 commit c8c0c92

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pkgs/by-name/zi/zizmor/package.nix

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,22 @@
33
fetchFromGitHub,
44
rustPlatform,
55
pkg-config,
6-
openssl,
76
testers,
87
zizmor,
98
}:
109

1110
rustPlatform.buildRustPackage rec {
1211
pname = "zizmor";
13-
version = "1.0.0";
12+
version = "1.0.1";
1413

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

22-
cargoHash = "sha256-imq7ElZcC9E4nDkHaaFiBf8r1VuMtw5zOn9O7EzIPkQ=";
23-
24-
buildInputs = [ openssl ];
21+
cargoHash = "sha256-feAfHkcLvEdFblehPGtLO01Vl9QpOueuJrpEujlv4qY=";
2522

2623
nativeBuildInputs = [ pkg-config ];
2724

0 commit comments

Comments
 (0)