routinator: 0.13.2 -> 0.14.0

This commit is contained in:
0x4A6F 2024-06-17 19:41:23 +02:00
parent c00d587b1a
commit 1d4535ec01
No known key found for this signature in database
GPG Key ID: 8DEDBA5BE07080E1

View File

@ -8,16 +8,16 @@
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 ];