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

routinator: 0.13.2 -> 0.14.0
This commit is contained in:
Artturin 2024-06-28 16:29:12 +03:00 committed by GitHub
commit 5672edb873
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 13 deletions

View File

@ -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";

View File

@ -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 { };