bgpq4: 1.13 -> 1.15

This commit is contained in:
R. Ryantm 2024-05-16 15:08:29 +00:00
parent c68fb0f373
commit f57bb70040

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 = [