Merge pull request #239221 from e1mo/bird-2-13-1

bird: 2.13 -> 2.13.1
This commit is contained in:
Martin Weinelt
2023-06-22 18:45:47 +02:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bird";
version = "2.13";
version = "2.13.1";
src = fetchurl {
url = "ftp://bird.network.cz/pub/bird/${pname}-${version}.tar.gz";
hash = "sha256-jYlePjEYgOnvuIi0OGy+wvfhi/uDNOjUyMp8Q0EJJjg=";
hash = "sha256-l7uNV76bxQg+K1ZkFtJ+MUFihWoSynx34gLkZ9INQIA=";
};
nativeBuildInputs = [ flex bison ];