rotonda: 0.4.0 -> 0.4.1 (#409774)

authored by Adam C. Stephens and committed by GitHub ccc9bdfc bd604e35

+3 -3
+3 -3
pkgs/by-name/ro/rotonda/package.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "rotonda"; 10 - version = "0.4.0"; 11 12 src = fetchFromGitHub { 13 owner = "NLnetLabs"; 14 repo = "rotonda"; 15 tag = "v${version}"; 16 - hash = "sha256-rSIjlLr1mtgyFKRAkcnDKV/MwtYb/ifXewLXhZ4zp7E="; 17 }; 18 19 passthru.updateScript = nix-update-script { }; 20 21 useFetchCargoVendor = true; 22 - cargoHash = "sha256-MKFSvmU3lgQZ1c5L1GmMmzXiXK28uCgYtrjIjhAhcfY="; 23 24 meta = { 25 description = "Rotonda - composable, programmable BGP Engine";
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "rotonda"; 10 + version = "0.4.1"; 11 12 src = fetchFromGitHub { 13 owner = "NLnetLabs"; 14 repo = "rotonda"; 15 tag = "v${version}"; 16 + hash = "sha256-DpFrJH37ysNc3hv7UrDktqRWrucAX6ZlpwUAT0PDm5k="; 17 }; 18 19 passthru.updateScript = nix-update-script { }; 20 21 useFetchCargoVendor = true; 22 + cargoHash = "sha256-cWPsFUa31hcNzqSSBbnhWccJqYGQbpbZNcVr0G14cqE="; 23 24 meta = { 25 description = "Rotonda - composable, programmable BGP Engine";