tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
zizmor: 1.12.1 -> 1.13.0
R. Ryantm
6 months ago
c9ca56cc
2296a312
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
zi
zizmor
package.nix
+3
-3
pkgs/by-name/zi/zizmor/package.nix
···
10
11
rustPlatform.buildRustPackage (finalAttrs: {
12
pname = "zizmor";
13
-
version = "1.12.1";
14
15
src = fetchFromGitHub {
16
owner = "zizmorcore";
17
repo = "zizmor";
18
tag = "v${finalAttrs.version}";
19
-
hash = "sha256-GnKSbcsVYzbhsrwIUAEArltzQe0IE2tiIr2CqsMQyzk=";
20
};
21
22
-
cargoHash = "sha256-wLJlaV59sAo97KI6Ekw42aaG6hVkul1wFvcC+71+Zp4=";
23
24
nativeBuildInputs = lib.optionals (stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
25
installShellFiles
···
10
11
rustPlatform.buildRustPackage (finalAttrs: {
12
pname = "zizmor";
13
+
version = "1.13.0";
14
15
src = fetchFromGitHub {
16
owner = "zizmorcore";
17
repo = "zizmor";
18
tag = "v${finalAttrs.version}";
19
+
hash = "sha256-D4SJFueWUUABkJeKpgVywoJcQETVKCFA9dYisFIh11I=";
20
};
21
22
+
cargoHash = "sha256-7MKTw1XeZk4VYRA3q24iEGD/gXs+Uy0XC090kx+/Z5I=";
23
24
nativeBuildInputs = lib.optionals (stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
25
installShellFiles