Merge pull request #40800 from ttuegel/feature/staging/cmake-3.11.2

cmake: 3.10.2 -> 3.11.2
This commit is contained in:
Thomas Tuegel 2018-05-21 06:59:35 -05:00 committed by GitHub
commit f47021aa62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig
, bzip2, curl, expat, libarchive, xz, zlib, libuv, rhash
, majorVersion ? "3.10"
, majorVersion ? "3.11"
# darwin attributes
, ps
, isBootstrap ? false
@ -17,6 +17,10 @@ with stdenv.lib;
with (
{
"3.11" = {
minorVersion = "2";
sha256 = "0j2jpx94lnqx5w59i9xihl56hf6ghk04438rqhh7lk1bryxj5g2y";
};
"3.10" = {
minorVersion = "2";
sha256 = "80d0faad4ab56de07aa21a7fc692c88c4ce6156d42b0579c6962004a70a3218b";