3
0
Fork 0
forked from mirrors/nixpkgs

bgpq4: 1.6 -> 1.7

This commit is contained in:
R. Ryantm 2022-11-04 00:50:27 +00:00 committed by Bobby Rong
parent 97f057e02b
commit 628de9cede

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bgpq4";
version = "1.6";
version = "1.7";
src = fetchFromGitHub {
owner = "bgp";
repo = pname;
rev = version;
sha256 = "sha256-O3ZFc2Hc2HpJEctPlwLpWkYI4cJuUVGUXbBIk+1FD7k=";
sha256 = "sha256-0gqd/bEj8ZDpf/3J2iZnGswTO6k8aJOuRiZXMZLm7zo=";
};
nativeBuildInputs = [