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

bgpq4: 0.0.6 -> 0.0.7
This commit is contained in:
Sandro 2021-04-30 10:15:48 +02:00 committed by GitHub
commit 411f57ea2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "bgpq4"; pname = "bgpq4";
version = "0.0.6"; version = "0.0.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bgp"; owner = "bgp";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "1n6d6xq7vafx1la0fckqv0yjr245ka9dgbcqaz9m6dcdk0fdlkks"; sha256 = "sha256-iEm4BYlJi56Y4OBCdEDgRQ162F65PLZyvHSEQzULFww=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [