Skip to content

Commit

Permalink
routinator: 0.8.1 -> 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4A6F committed Dec 9, 2020
1 parent 2f26107 commit 02b7ec6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/routinator/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 02b7ec6

Please sign in to comment.