Updating pkgconfig.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31752
This commit is contained in:
Lluís Batlle i Rossell 2012-01-21 00:47:03 +00:00
parent c44e954bdc
commit f5ddd22576

View file

@ -1,13 +1,13 @@
{stdenv, fetchurl}:
stdenv.mkDerivation rec {
name = "pkg-config-0.23";
name = "pkg-config-0.26";
setupHook = ./setup-hook.sh;
src = fetchurl {
url = "http://pkgconfig.freedesktop.org/releases/${name}.tar.gz";
sha256 = "0lrvk17724mc2nzpaa0vwybarrl50r7qdnr4h6jijm50srrf1808";
sha256 = "1by86fjr5i6l7l428bdk4axcls32bcb598g5wjrhz4vwg5m97hcl";
};
patches = [