routinator: 0.11.0 -> 0.11.1

This commit is contained in:
0x4A6F 2022-04-09 15:37:31 +02:00
parent 3a8da578a7
commit 23f619dca7
No known key found for this signature in database
GPG key ID: 8DEDBA5BE07080E1

View file

@ -7,16 +7,16 @@
rustPlatform.buildRustPackage rec {
pname = "routinator";
version = "0.11.0";
version = "0.11.1";
src = fetchFromGitHub {
owner = "NLnetLabs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GKn8JRgYXLkm5gX5Tv6lMdS7oFan2TF7dLqWK+nEeYg=";
sha256 = "sha256-8rILHWxUrQQx/ZpZQECa3JBCGD+a5Po8jdqb/rTx6WA=";
};
cargoSha256 = "sha256-r3Np9aAJRZUj0TezZhT5cJJkm8EBjV9yQpplcrNgzmU=";
cargoSha256 = "sha256-TYVpi4ZyM0Nl2RWRMEwLM+TeAEzk1IUCQTXZLG92vt4=";
buildInputs = lib.optionals stdenv.isDarwin [ Security ];