Merge pull request #190020 from r-ryantm/auto-update/krill

krill: 0.9.6 -> 0.10.0

authored by Jonas Heinrich and committed by GitHub 01740864 028352f8

+3 -3
+3 -3
pkgs/servers/krill/default.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "krill"; 12 - version = "0.9.6"; 13 14 src = fetchFromGitHub { 15 owner = "NLnetLabs"; 16 repo = pname; 17 rev = "v${version}"; 18 - hash = "sha256-gMGDZI8uk5E7C2+zGPzn1wz39NUJ4tVExwwvc4Y2wDM="; 19 }; 20 21 - cargoSha256 = "sha256-vtEobZvOsI18cqExR++DUNEI7J+h9ek1Lc+Q4Db8OrQ="; 22 23 buildInputs = [ openssl ] ++ lib.optional stdenv.isDarwin Security; 24 nativeBuildInputs = [ pkg-config ];
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "krill"; 12 + version = "0.10.0"; 13 14 src = fetchFromGitHub { 15 owner = "NLnetLabs"; 16 repo = pname; 17 rev = "v${version}"; 18 + hash = "sha256-gObwFPpBYhg9Hp+0/gRugZXktw5ob4T6w0uwbHQO7hU="; 19 }; 20 21 + cargoSha256 = "sha256-xWjx4ngCrsKMQ8PYW2ibXBZZYWLKIXVIAl9p3mKlpwo="; 22 23 buildInputs = [ openssl ] ++ lib.optional stdenv.isDarwin Security; 24 nativeBuildInputs = [ pkg-config ];