bgpq4: 1.4 -> 1.5

This commit is contained in:
Vincent Bernat 2022-07-26 12:25:03 +02:00
parent 59d13713c2
commit 09d7112c96

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 = [