Unverified Commit b0ad1995 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

bird2: 2.16.1 -> 2.17 (#395931)

parents 59fad290 b2aa25b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@

stdenv.mkDerivation rec {
  pname = "bird";
  version = "2.16.1";
  version = "2.17";

  src = fetchurl {
    url = "https://bird.network.cz/download/bird-${version}.tar.gz";
    hash = "sha256-9uWcvMrKYmaK6gIGhyS9QnuexEnH4PD8VoFQOYjHNbQ=";
    hash = "sha256-ebvMd8Y+nht6EKSDichvT3WwU/097Ejjxsvg3xuoHrM=";
  };

  nativeBuildInputs = [