bird3: downgrade to 3.0.2 (#404140)

This commit is contained in:
Yureka
2025-05-04 18:20:14 +02:00
committed by GitHub
parent 8d92119c54
commit 6d7712d625
+2 -2
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 = [