tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Merge #162239: routinator: 0.10.2 -> 0.11.0
Vladimír Čunát
4 years ago
edb92ff4
a6229303
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
routinator
default.nix
+3
-3
pkgs/servers/routinator/default.nix
···
7
8
rustPlatform.buildRustPackage rec {
9
pname = "routinator";
10
-
version = "0.10.2";
11
12
src = fetchFromGitHub {
13
owner = "NLnetLabs";
14
repo = pname;
15
rev = "v${version}";
16
-
sha256 = "0a2iwpmljkha6qlbw0373wph7pxz05qym5712vzbszw0z42f82l2";
17
};
18
19
-
cargoSha256 = "0l3fhwgrdvjrlmiqdy90sfd8kb2s7y0lbfswlrr560ly0bi1lfbx";
20
21
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
22
···
7
8
rustPlatform.buildRustPackage rec {
9
pname = "routinator";
10
+
version = "0.11.0";
11
12
src = fetchFromGitHub {
13
owner = "NLnetLabs";
14
repo = pname;
15
rev = "v${version}";
16
+
sha256 = "sha256-GKn8JRgYXLkm5gX5Tv6lMdS7oFan2TF7dLqWK+nEeYg=";
17
};
18
19
+
cargoSha256 = "sha256-r3Np9aAJRZUj0TezZhT5cJJkm8EBjV9yQpplcrNgzmU=";
20
21
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
22