Skip to content

Commit

Permalink
bird: 2.15.1 -> 2.16
Browse files Browse the repository at this point in the history
Changelog: https://gitlab.nic.cz/labs/bird/-/blob/v2.16/NEWS
(cherry picked from commit e7cb26c)
  • Loading branch information
herbetom authored and github-actions[bot] committed Dec 9, 2024
1 parent b5556c8 commit 7818c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/bi/bird/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "bird";
version = "2.15.1";
version = "2.16";

src = fetchurl {
url = "ftp://bird.network.cz/pub/bird/${pname}-${version}.tar.gz";
hash = "sha256-SOhcYi3hZHVsEy6netGoqVzJ/QE3/9DYgnRlic51x10=";
hash = "sha256-ZikRApOvbxcnlnEh1k+cjclO1hgcTvix3FHH/dZphxw=";
};

nativeBuildInputs = [ flex bison ];
Expand Down

0 comments on commit 7818c21

Please sign in to comment.