Unverified Commit 5672edb8 authored by Artturin's avatar Artturin Committed by GitHub
Browse files

Merge pull request #321325 from 0x4A6F/master-routinator

routinator: 0.13.2 -> 0.14.0
parents 88bd9b67 7850fd2a
Loading
Loading
Loading
Loading
+5 −9
Original line number Diff line number Diff line
@@ -2,27 +2,23 @@
, rustPlatform
, fetchFromGitHub
, stdenv
, Security
, SystemConfiguration
, darwin
}:

rustPlatform.buildRustPackage rec {
  pname = "routinator";
  version = "0.13.2";
  version = "0.14.0";

  src = fetchFromGitHub {
    owner = "NLnetLabs";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-DCejOfL+c04MABweyuvDLImlYKj/SONxBfXD/4OVzH0=";
    hash = "sha256-SUcAhXIPgYGFkUIgSrUJrxwWQvkkmWG/d12hv8+PQI0=";
  };

  cargoHash = "sha256-X+pAvudfbxng6kMv0NO00v6mMBXUMaXvZb/L1OgWd38=";
  cargoHash = "sha256-1JxAbQPCQqDVry3wGIdY4q18rzCXlJ7Dnc8LIvhkW1g=";

  buildInputs = lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];

  buildNoDefaultFeatures = true;
  buildFeatures = [ "socks" ];
  buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Security SystemConfiguration ]);

  meta = with lib; {
    description = "RPKI Validator written in Rust";
+0 −4
Original line number Diff line number Diff line
@@ -6228,10 +6228,6 @@ with pkgs;
  routersploit = callPackage ../tools/security/routersploit { };
  routinator = callPackage ../servers/routinator {
    inherit (darwin.apple_sdk.frameworks) Security SystemConfiguration;
  };
  rsbep = callPackage ../tools/backup/rsbep { };
  rsbkb = callPackage ../tools/text/rsbkb { };