summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2021-05-17 18:16:40 +0200
committerRobert Scott <code@humanleg.org.uk>2021-09-29 20:10:47 +0100
commitd777260d5810f8ce5e7351a9b4967c5dfbe86e31 (patch)
tree86e9593befb2f75c60cdaf8b250f4de4d72c166e
parentMerge pull request #139945 from NixOS/backport-139942-to-release-21.05 (diff)
downloadnixpkgs-d777260d5810f8ce5e7351a9b4967c5dfbe86e31.tar.gz
routinator: 0.8.3 -> 0.9.0
(cherry picked from commit ffae5e3650d160c39d84b790bf46d26a2a264a7b)
-rw-r--r--pkgs/servers/routinator/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/routinator/default.nix b/pkgs/servers/routinator/default.nix
index c874a9309afe..8412d0069c7d 100644
--- a/pkgs/servers/routinator/default.nix
+++ b/pkgs/servers/routinator/default.nix
@@ -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";