Merge pull request #53974 from dtzWill/update/pkgconf-1.6.0

pkgconf: 1.5.4 -> 1.6.0
This commit is contained in:
Will Dietz 2019-01-15 12:23:52 -06:00 committed by GitHub
commit 2ea8a2147c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "pkgconf-1.5.4";
name = "pkgconf-1.6.0";
src = fetchurl {
url = "https://distfiles.dereferenced.org/pkgconf/${name}.tar.xz";
sha256 = "0r26qmij9lxpz183na3dxj6lamcma94cjhasy19fya44w2j68n4w";
sha256 = "1rgcw7lbmxv45y4ybnlh1wzhd1d15d2616499ajjnrvnnnms6db1";
};
meta = with stdenv.lib; {