Revert "cmake: updated to version 2.8.5".

The latest version doesn't compile on Hydra. It does compile on my
machine, though. Not sure what happened.

svn path=/nixpkgs/trunk/; revision=27699
This commit is contained in:
Peter Simons 2011-07-10 22:21:39 +00:00
parent 8223f67929
commit 13e0b7bbed
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ let
os = stdenv.lib.optionalString;
inherit (stdenv.lib) optional;
majorVersion = "2.8";
minorVersion = "5";
minorVersion = "4";
version = "${majorVersion}.${minorVersion}";
in
stdenv.mkDerivation rec {
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "${meta.homepage}files/v${majorVersion}/cmake-${version}.tar.gz";
sha256 = "5e18bff75f01656c64f553412a8905527e1b85efaf3163c6fb81ea5aaced0b91";
sha256 = "1k2kjaj3vfifb329ff7fr4hcbpbaqb66l97pshq70h7m0zwajznr";
};
buildInputs = [ curl expat zlib bzip2 libarchive ]