Merge pull request #219788 from imlonghao/patch-1

bgpq4: 1.8 -> 1.9
This commit is contained in:
Nick Cao 2023-03-06 17:57:41 +08:00 committed by GitHub
commit 629b72dfd1
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.8";
version = "1.9";
src = fetchFromGitHub {
owner = "bgp";
repo = pname;
rev = version;
sha256 = "sha256-y1Btpp1xzjAezLaIJBF2+ghMgC/p8mHS/hStGIaKb1o=";
sha256 = "sha256-9uFfE3rUQCYbWhtJuRQT9FHf9YeD4THkj/OCp9f1MwI=";
};
nativeBuildInputs = [