bird: 2.16 -> 2.16.1

Changelog: https://gitlab.nic.cz/labs/bird/-/blob/v2.16.1/NEWS
This commit is contained in:
Tom Herbers
2025-01-11 13:25:50 +01:00
parent 4bc9c909d9
commit 39c7495c44
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "bird";
version = "2.16";
version = "2.16.1";
src = fetchurl {
url = "ftp://bird.network.cz/pub/bird/${pname}-${version}.tar.gz";
hash = "sha256-ZikRApOvbxcnlnEh1k+cjclO1hgcTvix3FHH/dZphxw=";
hash = "sha256-9uWcvMrKYmaK6gIGhyS9QnuexEnH4PD8VoFQOYjHNbQ=";
};
nativeBuildInputs = [