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

bgpq4: 1.11 -> 1.12
This commit is contained in:
Nick Cao 2024-02-13 11:23:55 -05:00 committed by GitHub
commit ab3a98caeb
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.11";
version = "1.12";
src = fetchFromGitHub {
owner = "bgp";
repo = pname;
rev = version;
sha256 = "sha256-Mz26YWrVXiTOWywouehpTQ7PaakaXUsIHH+47m8vXDo=";
sha256 = "sha256-Irv91M5g21id0QfsnpDA7n5IhP8Qe9QHMh/KizD74qw=";
};
nativeBuildInputs = [