Skip to content

Commit

Permalink
pkgconfig: 0.29.1 -> 0.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Apr 5, 2017
1 parent 969849a commit d42dccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/pkgconfig/default.nix
Expand Up @@ -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;

Expand All @@ -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.
Expand Down

0 comments on commit d42dccf

Please sign in to comment.