bird3: 3.1.2 -> 3.1.4
Changelog: https://gitlab.nic.cz/labs/bird/-/blob/v3.1.4/NEWS
This commit is contained in:
@@ -12,14 +12,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bird";
|
pname = "bird";
|
||||||
version = "3.1.2";
|
version = "3.1.4";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.nic.cz";
|
domain = "gitlab.nic.cz";
|
||||||
owner = "labs";
|
owner = "labs";
|
||||||
repo = "bird";
|
repo = "bird";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-3Ms9yozF/Ox/kSP9rzKvkrA0VBPQb1VjtbEInl8/KZM=";
|
hash = "sha256-xLhx+GWUrbyTXNdacy67F3f9liWHTwVPEDF7O37Q5Es=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user