Author: simons
Date: Sun Jul 10 22:21:39 2011
New Revision: 27699
URL: https://svn.nixos.org/websvn/nix/?rev=27699&sc=1
Log:
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.
Modified:
nixpkgs/trunk/pkgs/development/tools/build-managers/cmake/default.nix
Modified: nixpkgs/trunk/pkgs/development/tools/build-managers/cmake/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/tools/build-managers/cmake/default.nix
Sun Jul 10 21:50:04 2011 (r27698)
+++ nixpkgs/trunk/pkgs/development/tools/build-managers/cmake/default.nix
Sun Jul 10 22:21:39 2011 (r27699)
@@ -6,7 +6,7 @@
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 @@
src = fetchurl {
url = "${meta.homepage}files/v${majorVersion}/cmake-${version}.tar.gz";
- sha256 =
"5e18bff75f01656c64f553412a8905527e1b85efaf3163c6fb81ea5aaced0b91";
+ sha256 = "1k2kjaj3vfifb329ff7fr4hcbpbaqb66l97pshq70h7m0zwajznr";
};
buildInputs = [ curl expat zlib bzip2 libarchive ]
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits