aboutsummaryrefslogtreecommitdiff
path: root/pkgs/servers/routinator/default.nix
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2020-11-30 10:13:18 +0000
committer0x4A6F <0x4A6F@users.noreply.github.com>2020-11-30 10:18:04 +0000
commit7a6405448d207b319b8cf33f3205ceba46776045 (patch)
tree85b10ffe6aaca78b8b371329ad4874dc9dd456f4 /pkgs/servers/routinator/default.nix
parentee3c23e0a3a42321ee0e8a64a9205515501ffc16 (diff)
routinator: 0.8.0 -> 0.8.1
Diffstat (limited to '')
-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 e80e27d7a890..a1de033af468 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.0";
+ version = "0.8.1";
src = fetchFromGitHub {
owner = "NLnetLabs";
repo = pname;
rev = "v${version}";
- sha256 = "1lldrb469vc7l6bkwgxz38n7lyxh74cb88xak5r0sjm1ip5q0glp";
+ sha256 = "sha256-yH43FPeMohN6zpzEcLpbFBvO8Wz4IjuWRmsE19C7NIA=";
};
- cargoSha256 = "sha256:19yzx9h02cx5dldliaq814n84f8w0s3nbyjk3pgia2siim5mdv94";
+ cargoSha256 = "14cbkvcvbjgc308lh1yj0715rnl035r5qwvfsip17xk5j3y8w1xr";
meta = with stdenv.lib; {
description = "An RPKI Validator written in Rust";