bgpq4: 1.5 -> 1.6

This commit is contained in:
R. Ryantm 2022-09-07 23:29:04 +00:00
parent 0446732359
commit 8b3642d6f5

View file

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