krill: 0.14.2 -> 0.14.4

+3 -3
+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 ];