bird2: 2.16.1 -> 2.17

This commit is contained in:
Tom Herbers
2025-04-04 06:40:17 +02:00
parent 2bfc080955
commit b2aa25b270
+2 -2
View File
@@ -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 = [