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

pkgconf: 1.6.1 -> 1.6.3
This commit is contained in:
Ryan Mulligan 2019-07-16 20:15:26 -07:00 committed by GitHub
commit 96d8683f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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