mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
rotonda: 0.4.0 -> 0.4.1
https://github.com/NLnetLabs/rotonda/releases/tag/v0.4.1
This commit is contained in:
parent
95a0a6e6c0
commit
abb968bc72
1 changed files with 3 additions and 3 deletions
|
@ -7,19 +7,19 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "rotonda";
|
pname = "rotonda";
|
||||||
version = "0.4.0";
|
version = "0.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NLnetLabs";
|
owner = "NLnetLabs";
|
||||||
repo = "rotonda";
|
repo = "rotonda";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-rSIjlLr1mtgyFKRAkcnDKV/MwtYb/ifXewLXhZ4zp7E=";
|
hash = "sha256-DpFrJH37ysNc3hv7UrDktqRWrucAX6ZlpwUAT0PDm5k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script { };
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-MKFSvmU3lgQZ1c5L1GmMmzXiXK28uCgYtrjIjhAhcfY=";
|
cargoHash = "sha256-cWPsFUa31hcNzqSSBbnhWccJqYGQbpbZNcVr0G14cqE=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Rotonda - composable, programmable BGP Engine";
|
description = "Rotonda - composable, programmable BGP Engine";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue