Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-04-30 12:26:14 +00:00
committed by GitHub
59 changed files with 741 additions and 642 deletions
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bgpq4";
version = "0.0.6";
version = "0.0.7";
src = fetchFromGitHub {
owner = "bgp";
repo = pname;
rev = version;
sha256 = "1n6d6xq7vafx1la0fckqv0yjr245ka9dgbcqaz9m6dcdk0fdlkks";
sha256 = "sha256-iEm4BYlJi56Y4OBCdEDgRQ162F65PLZyvHSEQzULFww=";
};
nativeBuildInputs = [