Unverified Commit ccc9bdfc authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

rotonda: 0.4.0 -> 0.4.1 (#409774)

parents bd604e35 abb968bc
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,19 +7,19 @@

rustPlatform.buildRustPackage rec {
  pname = "rotonda";
  version = "0.4.0";
  version = "0.4.1";

  src = fetchFromGitHub {
    owner = "NLnetLabs";
    repo = "rotonda";
    tag = "v${version}";
    hash = "sha256-rSIjlLr1mtgyFKRAkcnDKV/MwtYb/ifXewLXhZ4zp7E=";
    hash = "sha256-DpFrJH37ysNc3hv7UrDktqRWrucAX6ZlpwUAT0PDm5k=";
  };

  passthru.updateScript = nix-update-script { };

  useFetchCargoVendor = true;
  cargoHash = "sha256-MKFSvmU3lgQZ1c5L1GmMmzXiXK28uCgYtrjIjhAhcfY=";
  cargoHash = "sha256-cWPsFUa31hcNzqSSBbnhWccJqYGQbpbZNcVr0G14cqE=";

  meta = {
    description = "Rotonda - composable, programmable BGP Engine";