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

bgpq4: 1.12 -> 1.13
This commit is contained in:
Nick Cao 2024-05-03 10:29:56 -04:00 committed by GitHub
commit ff4efc65ca
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.12";
version = "1.13";
src = fetchFromGitHub {
owner = "bgp";
repo = pname;
rev = version;
sha256 = "sha256-Irv91M5g21id0QfsnpDA7n5IhP8Qe9QHMh/KizD74qw=";
sha256 = "sha256-Kw1Y9g2ItclDYYoZC2FTdBTec7zoM/N3Vk4zM8EVBR0=";
};
nativeBuildInputs = [