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
commit bd8e6aa6d7
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 = "0.0.7";
version = "1.2";
src = fetchFromGitHub {
owner = "bgp";
repo = pname;
rev = version;
sha256 = "sha256-iEm4BYlJi56Y4OBCdEDgRQ162F65PLZyvHSEQzULFww=";
sha256 = "sha256-8r70tetbTq8GxxtFe71gDYy+wg8yBwYpl1gsu5aAHTA=";
};
nativeBuildInputs = [