tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
rage: 0.8.1 -> 0.9.0
R. Ryantm
3 years ago
a167a657
d10e09d6
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
security
rage
default.nix
+3
-3
pkgs/tools/security/rage/default.nix
···
8
9
rustPlatform.buildRustPackage rec {
10
pname = "rage";
11
-
version = "0.8.1";
12
13
src = fetchFromGitHub {
14
owner = "str4d";
15
repo = pname;
16
rev = "v${version}";
17
-
sha256 = "sha256-FexplUdn56TanxAKC+a8uWoR3soJT1/1qi9t2tw19Vw=";
18
};
19
20
-
cargoSha256 = "sha256-xlpi6UQTL1p9JSLENKrLjG2DF9mYiV+E8bfjHQtqOyY=";
21
22
nativeBuildInputs = [
23
installShellFiles
···
8
9
rustPlatform.buildRustPackage rec {
10
pname = "rage";
11
+
version = "0.9.0";
12
13
src = fetchFromGitHub {
14
owner = "str4d";
15
repo = pname;
16
rev = "v${version}";
17
+
sha256 = "sha256-/qrhD7AqVGMBi6PyvYww5PxukUU//KrttKqnPS0OYPc=";
18
};
19
20
+
cargoSha256 = "sha256-hVjtjeaIyySAHm3v0kFQ387THqYU1s+nGdBUwzIzBjg=";
21
22
nativeBuildInputs = [
23
installShellFiles