bird3: 3.0.1 -> 3.1.0 (#395932)

Changelog: https://gitlab.nic.cz/labs/bird/-/blob/v3.1.0/NEWS
This commit is contained in:
Tom Herbers
2025-04-04 12:07:54 +02:00
committed by GitHub
parent e1964791d6
commit 7361e6d6b1
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "bird";
version = "3.0.1";
version = "3.1.0";
src = fetchurl {
url = "https://bird.network.cz/download/bird-${version}.tar.gz";
hash = "sha256-iGhAPKqE4lVLtuYK2+fGV+e7fErEGRDjmPNeI2upD6E=";
hash = "sha256-xxY49Xb0MWcEN++dkL6lZZK8VjcB3nhpg/RCJk7Hdiw=";
};
nativeBuildInputs = [