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

bgpq4: 1.5 -> 1.6
This commit is contained in:
Bobby Rong 2022-09-08 22:18:57 +08:00 committed by GitHub
commit c1b72939f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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