Merge pull request #312240 from r-ryantm/auto-update/bgpq4

bgpq4: 1.13 -> 1.15
This commit is contained in:
Pol Dellaiera 2024-05-16 22:29:33 +02:00 committed by GitHub
commit d41ba45c04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bgpq4";
version = "1.13";
version = "1.15";
src = fetchFromGitHub {
owner = "bgp";
repo = pname;
rev = version;
sha256 = "sha256-Kw1Y9g2ItclDYYoZC2FTdBTec7zoM/N3Vk4zM8EVBR0=";
sha256 = "sha256-3mfFj9KoQbDe0gH7Le03N1Yds/bTEmY+OiXNaOtHkpY=";
};
nativeBuildInputs = [