summary refs log tree commit diff
path: root/pkgs/servers/routinator
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2020-12-09 11:53:39 +0000
committer0x4A6F <0x4A6F@users.noreply.github.com>2020-12-09 11:53:39 +0000
commit02b7ec6a942712db129d112d17da874b33061f5c (patch)
tree53badce34358701148581429d2e3617fe93c9705 /pkgs/servers/routinator
parent2f26107b808791e358f0af59f25b016376e08216 (diff)
downloadnixpkgs-02b7ec6a942712db129d112d17da874b33061f5c.tar
nixpkgs-02b7ec6a942712db129d112d17da874b33061f5c.tar.gz
nixpkgs-02b7ec6a942712db129d112d17da874b33061f5c.tar.bz2
nixpkgs-02b7ec6a942712db129d112d17da874b33061f5c.tar.lz
nixpkgs-02b7ec6a942712db129d112d17da874b33061f5c.tar.xz
nixpkgs-02b7ec6a942712db129d112d17da874b33061f5c.tar.zst
nixpkgs-02b7ec6a942712db129d112d17da874b33061f5c.zip
routinator: 0.8.1 -> 0.8.2
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 a1de033af46..7cb28c49a50 100644
--- a/pkgs/servers/routinator/default.nix
+++ b/pkgs/servers/routinator/default.nix
@@ -2,16 +2,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "routinator";
-  version = "0.8.1";
+  version = "0.8.2";
 
   src = fetchFromGitHub {
     owner = "NLnetLabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-yH43FPeMohN6zpzEcLpbFBvO8Wz4IjuWRmsE19C7NIA=";
+    sha256 = "sha256-rxCgW4cuYNSJ9P+cBYWAYJsghz2bp9mpAh6AuwLoV5o=";
   };
 
-  cargoSha256 = "14cbkvcvbjgc308lh1yj0715rnl035r5qwvfsip17xk5j3y8w1xr";
+  cargoSha256 = "0fcp4b2b0mjddj4blr20gvp1ih3ldzzr04rm1m06i8d2lnl68i79";
 
   meta = with stdenv.lib; {
     description = "An RPKI Validator written in Rust";