Merge pull request #58217 from dtzWill/update/pkgconf-1.6.1

pkgconf: 1.6.0 -> 1.6.1
This commit is contained in:
Will Dietz 2019-03-24 21:59:18 -05:00 committed by GitHub
commit 69a7cf6830
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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