Skip to content

Commit

Permalink
Merge pull request #73831 from 0x4A6F/master-routinator
Browse files Browse the repository at this point in the history
routinator: 0.6.1 -> 0.6.2
  • Loading branch information
mmahut committed Nov 21, 2019
2 parents 6cffb50 + 3ef31af commit 689900c
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.6.1";
version = "0.6.2";

src = fetchFromGitHub {
owner = "NLnetLabs";
repo = pname;
rev = "v${version}";
sha256 = "1knqgq8xrlvwfc3y2hki6p0zr4dblm7max37y01p3bf641gs748z";
sha256 = "0v0j8lv1l7mxxwv7ycissya0rrvjqidb37dylqqy4zvirmk1b2av";
};

cargoSha256 = "13sx7mbirhrd0is7gvnk0mir5qizbhrlvsn0v55ibf3bybjsb644";
cargoSha256 = "19333br2r27s0rsv7imsv2y1j9gmljy4v8bqybvblrw1vc5961kq";

meta = with stdenv.lib; {
description = "An RPKI Validator written in Rust";
Expand Down

0 comments on commit 689900c

Please sign in to comment.