Unverified Commit 6d7712d6 authored by Yureka's avatar Yureka Committed by GitHub
Browse files

bird3: downgrade to 3.0.2 (#404140)

parent 8d92119c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@

stdenv.mkDerivation rec {
  pname = "bird";
  version = "3.1.0";
  version = "3.0.2";

  src = fetchurl {
    url = "https://bird.network.cz/download/bird-${version}.tar.gz";
    hash = "sha256-xxY49Xb0MWcEN++dkL6lZZK8VjcB3nhpg/RCJk7Hdiw=";
    hash = "sha256-eKqL5820LfFLnilpu2Q7IoxoBMZXj5CTsXPOiiQ3zDA=";
  };

  nativeBuildInputs = [