mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
lean: 20150821 -> 20160117
This commit is contained in:
parent
fb3b08f9d8
commit
36c430de12
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lean-${version}";
|
||||
version = "20150821";
|
||||
version = "20160117";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "leanprover";
|
||||
repo = "lean";
|
||||
rev = "453bd2341dac51e50d9bff07d5ff6c9c3fb3ba0b";
|
||||
sha256 = "1hmga5my123sra873iyqc7drj4skny4hnhsasaxjkmmdhmj1zpka";
|
||||
rev = "b2554dcb8f45899ccce84f226cd67b6460442930";
|
||||
sha256 = "1gr024bly92kdjky5qvcm96gn86ijakziiyrsz91h643n1iyxhms";
|
||||
};
|
||||
|
||||
buildInputs = [ gmp mpfr luajit boost cmake python gperftools ninja ];
|
||||
|
|
Loading…
Reference in a new issue