pkgconfig: 0.29.1 -> 0.29.2

This commit is contained in:
Daiderd Jordan 2017-04-06 00:08:04 +02:00
parent 969849acf8
commit d42dccf029
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -3,7 +3,7 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "pkg-config-0.29.1";
name = "pkg-config-0.29.2";
setupHook = ./setup-hook.sh;
@ -12,7 +12,7 @@ name = "pkg-config-0.29.1";
"https://pkgconfig.freedesktop.org/releases/${name}.tar.gz"
"http://fossies.org/linux/misc/${name}.tar.gz"
];
sha256 = "00dh1jn8rbppmgbhhgqhmbh3c58b0gccy39rsjdlcma50sg3rd5y";
sha256 = "14fmwzki1rlz8bs2p810lk6jqdxsk966d8drgsjmi54cd00rrikg";
};
# Process Requires.private properly, see
# http://bugs.freedesktop.org/show_bug.cgi?id=4738.