mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
updated cmake to 2.6.0 (Pierre on #cmake told me it's almost compatible with 2.4) so I don't expect any trouble
svn path=/nixpkgs/trunk/; revision=11814
This commit is contained in:
parent
7ab6fe7900
commit
1f15a6abfd
@ -1,11 +1,10 @@
|
||||
args: with args;
|
||||
stdenv.mkDerivation {
|
||||
name = "cmake-2.4.7";
|
||||
name = "cmake-2.6.0";
|
||||
setupHook = ./setup-hook.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.cmake.org/files/v2.4/cmake-2.4.7.tar.gz;
|
||||
sha256 = "0mkx23s7zq48hzzzw3vbzsfzfz3rjsiwgf3i00xawcxrjjrgxm9g";
|
||||
src = fetchurl { url=http://www.cmake.org/files/v2.6/cmake-2.6.0.tar.gz;
|
||||
sha256 = "09qgk5gk0pnihzf2mmqz5cayd64y5viic8x78x4czrh4982x76a9";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [replace];
|
||||
|
Loading…
Reference in New Issue
Block a user