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

bgpq4: 1.7 -> 1.8
This commit is contained in:
Weijia Wang 2023-01-29 09:12:11 +01:00 committed by GitHub
commit 5da7aac512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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