bgpq4: 1.7 -> 1.8

This commit is contained in:
R. Ryantm 2023-01-29 05:42:24 +00:00
parent 8448a6eaaa
commit 61f10941db

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bgpq4";
version = "1.7";
version = "1.8";
src = fetchFromGitHub {
owner = "bgp";
repo = pname;
rev = version;
sha256 = "sha256-0gqd/bEj8ZDpf/3J2iZnGswTO6k8aJOuRiZXMZLm7zo=";
sha256 = "sha256-y1Btpp1xzjAezLaIJBF2+ghMgC/p8mHS/hStGIaKb1o=";
};
nativeBuildInputs = [