routinator: 0.8.3 -> 0.9.0

This commit is contained in:
0x4A6F 2021-05-17 18:16:40 +02:00
parent 6d0f8c8015
commit ffae5e3650
No known key found for this signature in database
GPG key ID: 8DEDBA5BE07080E1

View file

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