bird3: 3.1.2 -> 3.1.4

Changelog: https://gitlab.nic.cz/labs/bird/-/blob/v3.1.4/NEWS
This commit is contained in:
Tom Herbers
2025-09-22 21:00:49 +02:00
parent 0872c50fd9
commit e4c02aa6d1

View File

@@ -12,14 +12,14 @@
stdenv.mkDerivation rec {
pname = "bird";
version = "3.1.2";
version = "3.1.4";
src = fetchFromGitLab {
domain = "gitlab.nic.cz";
owner = "labs";
repo = "bird";
rev = "v${version}";
hash = "sha256-3Ms9yozF/Ox/kSP9rzKvkrA0VBPQb1VjtbEInl8/KZM=";
hash = "sha256-xLhx+GWUrbyTXNdacy67F3f9liWHTwVPEDF7O37Q5Es=";
};
nativeBuildInputs = [