about summary refs log tree commit diff
path: root/pkgs/servers/routinator
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2019-07-18 16:54:00 +0000
committer0x4A6F <0x4A6F@users.noreply.github.com>2019-07-18 16:54:26 +0000
commitac8dc5d13c2981408b32632a526f42611bfd0c97 (patch)
treece3920d0536422d8abb1a004e848bbb65d2225b8 /pkgs/servers/routinator
parentb0f0c75796cd08fd80cce5f46be29a256831f607 (diff)
routinator: 0.4.0 -> 0.5.0
Diffstat (limited to 'pkgs/servers/routinator')
-rw-r--r--pkgs/servers/routinator/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/routinator/default.nix b/pkgs/servers/routinator/default.nix
index 76e469fe6e015..903f38617fcbb 100644
--- a/pkgs/servers/routinator/default.nix
+++ b/pkgs/servers/routinator/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "routinator";
-  version = "0.4.0";
+  version = "0.5.0";
 
   src = fetchFromGitHub {
     owner = "NLnetLabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0ldnak1jszfkwya0aci7ns3293y45jp7iirilnqypklsmmm108r4";
+    sha256 = "075dp092pgwnky96smv5v6sx9vj7hd5bif8rb1q4x6077ci5jixw";
   };
 
-  cargoSha256 = "0yx5sanblalh5q06cn0mrf5bc5518y1awmvyi5yhh55cz6bg6h1m";
+  cargoSha256 = "0qxp3pjmrr53n59c2wcdnbqgk259zcj9gd11wpqf7kj3wlzrnwvy";
 
   meta = with stdenv.lib; {
     description = "An RPKI Validator written in Rust";