Merge pull request #238962 from skorpy2009/bgpq4

bgpq4 1.10 -> 1.11
This commit is contained in:
Nick Cao
2023-06-21 20:12:55 -06:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bgpq4";
version = "1.10";
version = "1.11";
src = fetchFromGitHub {
owner = "bgp";
repo = pname;
rev = version;
sha256 = "sha256-h67c8c6CI1lJRu9Eiz3/Ax/MrgU/TPIAdLrLcSDF6zY=";
sha256 = "sha256-Mz26YWrVXiTOWywouehpTQ7PaakaXUsIHH+47m8vXDo=";
};
nativeBuildInputs = [