routinator: 0.9.0 -> 0.10.0

(cherry picked from commit adfe94641884918670fa21bf33d101c67614cc2e)
This commit is contained in:
0x4A6F 2018-08-23 12:18:11 +00:00 committed by Robert Scott
parent d777260d58
commit abed7897c8
1 changed files with 4 additions and 4 deletions

View File

@ -2,17 +2,17 @@
rustPlatform.buildRustPackage rec {
pname = "routinator";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "NLnetLabs";
repo = pname;
rev = version;
sha256 = "sha256-8CBsLOAF0JnRMe7qLod6UDPGLMPwqDm0Z5BjB4KCkBc=";
rev = "v${version}";
sha256 = "171zmqqkgdpbspn70sgsypnyw7m6q2x8izwxrzbyi5xslsgd24i4";
};
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
cargoSha256 = "sha256-S/RAt3tCIlaSqIHqP5C+QK9aQq+4CO/MW2toUo9kVKk=";
cargoSha256 = "0r1m1zv3mkmmaalln3ny6m33dyjqzdyfbmkcav05kz12xjdd94fs";
meta = with lib; {
description = "An RPKI Validator written in Rust";