about summary refs log tree commit diff
path: root/pkgs/servers/krill
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2023-11-29 10:40:53 +0100
committer0x4A6F <0x4A6F@users.noreply.github.com>2023-11-29 10:40:53 +0100
commitcc555148a196f057c9dc785028e3e1f4625c93a8 (patch)
tree3d29eeed41632082bcc47b981935fca585bedace /pkgs/servers/krill
parente33d15e18b3f3068ad7ae4ca86f3da2a3cb25c54 (diff)
krill: 0.13.0 -> 0.14.2
Diffstat (limited to 'pkgs/servers/krill')
-rw-r--r--pkgs/servers/krill/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/krill/default.nix b/pkgs/servers/krill/default.nix
index 46619bc960fd3..95ecb7a15aef1 100644
--- a/pkgs/servers/krill/default.nix
+++ b/pkgs/servers/krill/default.nix
@@ -9,16 +9,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "krill";
-  version = "0.13.1";
+  version = "0.14.2";
 
   src = fetchFromGitHub {
     owner = "NLnetLabs";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-UwvSwV1EHcEsF+IScdDiuuU56sXojEWGObzPKrLvlEQ=";
+    hash = "sha256-cAKH05iTLtHgujxfyiyU2e+Ns4en1loYUduh1X9OmuI=";
   };
 
-  cargoHash = "sha256-ts0yr1BY/StEmklUB29blR4K6RfHbH5WzIP2Zs2sVR4=";
+  cargoHash = "sha256-RcsAfdyCIBtcFdyPGbqRuY9NDygnBwz+0Jp2xgJLBFo=";
 
   buildInputs = [ openssl ] ++ lib.optional stdenv.isDarwin Security;
   nativeBuildInputs = [ pkg-config ];