bgpq4: 1.9 -> 1.10 (#237532)

This commit is contained in:
R. RyanTM 2023-06-13 03:53:41 -07:00 committed by GitHub
parent 4894502f65
commit 5e79209f10
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.9";
version = "1.10";
src = fetchFromGitHub {
owner = "bgp";
repo = pname;
rev = version;
sha256 = "sha256-9uFfE3rUQCYbWhtJuRQT9FHf9YeD4THkj/OCp9f1MwI=";
sha256 = "sha256-h67c8c6CI1lJRu9Eiz3/Ax/MrgU/TPIAdLrLcSDF6zY=";
};
nativeBuildInputs = [