tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
deputy: 0.6.0 -> 0.6.1
R. Ryantm
5 months ago
52beff8a
641d909c
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
de
deputy
package.nix
+3
-3
pkgs/by-name/de/deputy/package.nix
···
8
8
9
9
rustPlatform.buildRustPackage (finalAttrs: {
10
10
pname = "deputy";
11
11
-
version = "0.6.0";
11
11
+
version = "0.6.1";
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "filiptibell";
15
15
repo = "deputy";
16
16
tag = "v${finalAttrs.version}";
17
17
-
hash = "sha256-dTCikfHqfSVb1F6LYrLqFAEufD6dPgAi6F65yPlCO18=";
17
17
+
hash = "sha256-w5//fdH+95x6fneysUxjF0q9bwHNYqtTSods5QID01Y=";
18
18
};
19
19
20
20
-
cargoHash = "sha256-nGheg/HnkYsvfrsd/dPNbFQEHXFtjB5so436nrbKRqo=";
20
20
+
cargoHash = "sha256-TezOv07Dl99jw8FIqJvx6F8X8Au/aMPC/CXDYLkQDnE=";
21
21
22
22
nativeInstallCheckInputs = [ versionCheckHook ];
23
23
versionCheckProgramArg = "--version";