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

bgpq4: 0.0.7 -> 1.2
This commit is contained in:
Ryan Mulligan
2021-08-20 14:25:26 -07:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "bgpq4";
version = "0.0.7";
version = "1.2";
src = fetchFromGitHub {
owner = "bgp";
repo = pname;
rev = version;
sha256 = "sha256-iEm4BYlJi56Y4OBCdEDgRQ162F65PLZyvHSEQzULFww=";
sha256 = "sha256-8r70tetbTq8GxxtFe71gDYy+wg8yBwYpl1gsu5aAHTA=";
};
nativeBuildInputs = [