tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
krill: 0.14.2 -> 0.14.4
R. Ryantm
2 years ago
2d77fcb1
f6608ef0
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
krill
default.nix
+3
-3
pkgs/servers/krill/default.nix
···
9
10
rustPlatform.buildRustPackage rec {
11
pname = "krill";
12
-
version = "0.14.2";
13
14
src = fetchFromGitHub {
15
owner = "NLnetLabs";
16
repo = pname;
17
rev = "v${version}";
18
-
hash = "sha256-cAKH05iTLtHgujxfyiyU2e+Ns4en1loYUduh1X9OmuI=";
19
};
20
21
-
cargoHash = "sha256-RcsAfdyCIBtcFdyPGbqRuY9NDygnBwz+0Jp2xgJLBFo=";
22
23
buildInputs = [ openssl ] ++ lib.optional stdenv.isDarwin Security;
24
nativeBuildInputs = [ pkg-config ];
···
9
10
rustPlatform.buildRustPackage rec {
11
pname = "krill";
12
+
version = "0.14.4";
13
14
src = fetchFromGitHub {
15
owner = "NLnetLabs";
16
repo = pname;
17
rev = "v${version}";
18
+
hash = "sha256-J/QChAFjcUdtrfs5KUIRwfJdfCB/gRnIUNyinf66Slo=";
19
};
20
21
+
cargoHash = "sha256-Cwrgdo+mirH3kGXwBgCzeO1xiEhSrt/Fx8LxhaBJJLE=";
22
23
buildInputs = [ openssl ] ++ lib.optional stdenv.isDarwin Security;
24
nativeBuildInputs = [ pkg-config ];