lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bird3: 3.0.2 -> 3.1.1 (#407612)

Changelog: https://gitlab.nic.cz/labs/bird/-/blob/v3.1.1/NEWS

This reverts the downgrade to the 3.0.x track (#404140) because the
missing patches which lead to the revert have been applied
according to the Changelog.

authored by

Tom Herbers and committed by
GitHub
590a3fac 04d6d966

+4 -4
+4 -4
pkgs/by-name/bi/bird3/package.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "bird"; 14 - version = "3.0.2"; 14 + version = "3.1.1"; 15 15 16 16 src = fetchurl { 17 - url = "https://bird.network.cz/download/bird-${version}.tar.gz"; 18 - hash = "sha256-eKqL5820LfFLnilpu2Q7IoxoBMZXj5CTsXPOiiQ3zDA="; 17 + url = "https://bird.nic.cz/download/bird-${version}.tar.gz"; 18 + hash = "sha256-KXJRl0/4g+TvA/zNbJEtEW7Un/Lxxjtm0dul8HCUREo="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ ··· 43 43 meta = with lib; { 44 44 changelog = "https://gitlab.nic.cz/labs/bird/-/blob/v${version}/NEWS"; 45 45 description = "BIRD Internet Routing Daemon"; 46 - homepage = "https://bird.network.cz"; 46 + homepage = "https://bird.nic.cz/"; 47 47 license = licenses.gpl2Plus; 48 48 maintainers = with maintainers; [ herbetom ]; 49 49 platforms = platforms.linux;