aboutsummaryrefslogtreecommitdiff
path: root/pkgs/servers/routinator
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2019-11-28 11:46:19 +0000
committer0x4A6F <0x4A6F@users.noreply.github.com>2019-11-29 15:09:52 +0000
commit295c32d08d527a8317c9893a071852c65bf56d4a (patch)
tree874a2660048dfd2c9d38528367c8a7e3681b95fb /pkgs/servers/routinator
parent3ef31af6e5a1831d0a30fe799292d10a1f6e7bce (diff)
routinator: 0.6.2 -> 0.6.4
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 360cc4d27d84..7d91dc91a93e 100644
--- a/pkgs/servers/routinator/default.nix
+++ b/pkgs/servers/routinator/default.nix
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "routinator";
- version = "0.6.2";
+ version = "0.6.4";
src = fetchFromGitHub {
owner = "NLnetLabs";
repo = pname;
rev = "v${version}";
- sha256 = "0v0j8lv1l7mxxwv7ycissya0rrvjqidb37dylqqy4zvirmk1b2av";
+ sha256 = "1hbqvjv9h1aghpyrl03w5f4j8gjy6n9lx83rmpsh5p7yd9ahwmf9";
};
- cargoSha256 = "19333br2r27s0rsv7imsv2y1j9gmljy4v8bqybvblrw1vc5961kq";
+ cargoSha256 = "08lizhag7aqz3a59gaapsymn7sf9c6im1aw64n0r9a5advhwdh18";
meta = with stdenv.lib; {
description = "An RPKI Validator written in Rust";