We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59ae8b3 + c8c0c92 commit c8693b4Copy full SHA for c8693b4
pkgs/by-name/zi/zizmor/package.nix
@@ -3,25 +3,22 @@
3
fetchFromGitHub,
4
rustPlatform,
5
pkg-config,
6
- openssl,
7
testers,
8
zizmor,
9
}:
10
11
rustPlatform.buildRustPackage rec {
12
pname = "zizmor";
13
- version = "1.0.0";
+ version = "1.0.1";
14
15
src = fetchFromGitHub {
16
owner = "woodruffw";
17
repo = "zizmor";
18
tag = "v${version}";
19
- hash = "sha256-95YtFlnC8xFBz1v+qC3rh7jEUp+4JBoMGgVQd/6IFwE=";
+ hash = "sha256-1NpwBjJlpaP3iyTfrgMwO/1qR74/MNBYjtf4+wCe4m8=";
20
};
21
22
- cargoHash = "sha256-imq7ElZcC9E4nDkHaaFiBf8r1VuMtw5zOn9O7EzIPkQ=";
23
-
24
- buildInputs = [ openssl ];
+ cargoHash = "sha256-feAfHkcLvEdFblehPGtLO01Vl9QpOueuJrpEujlv4qY=";
25
26
nativeBuildInputs = [ pkg-config ];
27
0 commit comments