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

krill: 0.9.4 -> 0.9.6

authored by

Jonas Heinrich and committed by
GitHub
3c68c1f4 91367f36

+3 -3
+3 -3
pkgs/servers/krill/default.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "krill"; 12 - version = "0.9.4"; 13 14 src = fetchFromGitHub { 15 owner = "NLnetLabs"; 16 repo = pname; 17 rev = "v${version}"; 18 - hash = "sha256:1w5s4vmr126k5lnxsv3hfxx1yz2c1gp3hmwfz5jn4lar78r5kidy"; 19 }; 20 21 - cargoSha256 = "sha256:0ksh68giq3yd8k7vynxdl13ccysl6i5ag2nz9nknbnrvpv201c88"; 22 23 buildInputs = [ openssl ] ++ lib.optional stdenv.isDarwin Security; 24 nativeBuildInputs = [ pkg-config ];
··· 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 ];