3
0
Fork 0
forked from mirrors/nixpkgs

GNU Common C++ 1.8.1.

svn path=/nixpkgs/branches/stdenv-updates/; revision=25077
This commit is contained in:
Ludovic Courtès 2010-12-12 20:19:13 +00:00
parent ac09f5b42d
commit 209522e365

View file

@ -1,11 +1,11 @@
{ fetchurl, stdenv }: { fetchurl, stdenv }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "commoncpp2-1.8.0"; name = "commoncpp2-1.8.1";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/commoncpp/${name}.tar.gz"; url = "mirror://gnu/commoncpp/${name}.tar.gz";
sha256 = "0a7arpm9l3s5qics5m77lyx1yl7998lkypydqwx11nj730034nmc"; sha256 = "0kmgr5w3b1qwzxnsnw94q6rqs0hr8nbv9clf07ca2a2fyypx9kjk";
}; };
doCheck = true; doCheck = true;