Merge pull request #182951 from vincentbernat/fix/bgpq4-1.5

bgpq4: 1.4 -> 1.5
This commit is contained in:
Bobby Rong 2022-07-27 20:26:52 +08:00 committed by GitHub
commit 76477cf887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bgpq4";
version = "1.4";
version = "1.5";
src = fetchFromGitHub {
owner = "bgp";
repo = pname;
rev = version;
sha256 = "sha256-EFxINRFrcNXGtXpNqvBIN6pE1kG3OdeDIHYOsG2celI=";
sha256 = "sha256-yIggx2rSi2/AVw5W9fvKQORD4TaK05TeQtErVEmcHUw=";
};
nativeBuildInputs = [