about summary refs log tree commit diff
path: root/pkgs/servers/routinator
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2021-02-02 12:03:11 +0000
committer0x4A6F <0x4A6F@users.noreply.github.com>2021-02-02 12:03:23 +0000
commit10080ec0cf26ffd47bf16d9845a50dc9ea4f3a1b (patch)
tree184a10842d9c75825c268759b0ac97c3e7c4722e /pkgs/servers/routinator
parent57cfa03b03347d623766074b8982cfadb383bfef (diff)
routinator: 0.8.2 -> 0.8.3
New

- Status information is now available in JSON format at /api/v1/status (449).
- Includes version 0.1.0 of routinator-ui, a UI for Route Origin Validation and Routinator status (449).
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 4a19932f23e3c..f1e705b0693e7 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.2";
+  version = "0.8.3";
 
   src = fetchFromGitHub {
     owner = "NLnetLabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-rxCgW4cuYNSJ9P+cBYWAYJsghz2bp9mpAh6AuwLoV5o=";
+    sha256 = "sha256-JwPAwhD+Pkx8Kx24m7z/RbEvDnI2YR8dnTgAV7TMsFE=";
   };
 
-  cargoSha256 = "0fcp4b2b0mjddj4blr20gvp1ih3ldzzr04rm1m06i8d2lnl68i79";
+  cargoSha256 = "sha256-lhSSyJxxHc0t43xoDMtr/lSVL0xZl6poPYiyYXNvKKQ=";
 
   meta = with lib; {
     description = "An RPKI Validator written in Rust";