bird3: downgrade to 3.0.2 (#404140)

(cherry picked from commit 6d7712d625)
This commit is contained in:
Yureka
2025-05-04 18:20:14 +02:00
committed by github-actions[bot]
parent fe41244227
commit cc04f6827d

View File

@@ -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 = [