krill: 0.14.2 -> 0.14.4

+3 -3
+3 -3
pkgs/servers/krill/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "krill"; 12 - version = "0.14.2"; 12 + version = "0.14.4"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "NLnetLabs"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - hash = "sha256-cAKH05iTLtHgujxfyiyU2e+Ns4en1loYUduh1X9OmuI="; 18 + hash = "sha256-J/QChAFjcUdtrfs5KUIRwfJdfCB/gRnIUNyinf66Slo="; 19 19 }; 20 20 21 - cargoHash = "sha256-RcsAfdyCIBtcFdyPGbqRuY9NDygnBwz+0Jp2xgJLBFo="; 21 + cargoHash = "sha256-Cwrgdo+mirH3kGXwBgCzeO1xiEhSrt/Fx8LxhaBJJLE="; 22 22 23 23 buildInputs = [ openssl ] ++ lib.optional stdenv.isDarwin Security; 24 24 nativeBuildInputs = [ pkg-config ];