bgpq4: 1.9 -> 1.10 (#237532)

This commit is contained in:
R. RyanTM
2023-06-13 12:53:41 +02:00
committed by GitHub
parent 4894502f65
commit 5e79209f10
+2 -2
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 = [