Merge pull request #88945 from r-ryantm/auto-update/pkgconf

pkgconf: 1.6.3 -> 1.7.0
This commit is contained in:
Ryan Mulligan 2020-05-27 07:37:21 -07:00 committed by GitHub
commit ec5a2bf1b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "pkgconf";
version = "1.6.3";
version = "1.7.0";
src = fetchurl {
url = "https://distfiles.dereferenced.org/${pname}/${pname}-${version}.tar.xz";
sha256 = "04525vv0y849vvc2pi60g5wd9fjp1wbhra2lniifi82y1ldv7w31";
sha256 = "0sb1a2lgiqaninv5s3zq09ilrkpsamcl68dyhqyz7yi9vsgb0vhy";
};
meta = with stdenv.lib; {