Skip to content

Commit

Permalink
lean: 2016-12-08 -> 2016-12-30
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Dec 31, 2016
1 parent 7692364 commit 68b2d43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/science/logic/lean/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "lean-${version}";
version = "2016-12-08";
version = "2016-12-30";

src = fetchFromGitHub {
owner = "leanprover";
repo = "lean";
rev = "7b63d6566faaf1dc0f2c8e873c61f51dce9ab618";
sha256 = "0xxr7dnh7pmdbpxhl3cq9clwamxjk54zcxplsrz6xirk0qy7ga4l";
rev = "fd4fffea27c442b12a45f664a8680ebb47482ca3";
sha256 = "1izbjxbr1nvv5kv2b7qklqjx2b1qmwrxhmvk0f2lrl9pxz9h0bmd";
};

buildInputs = [ gmp mpfr cmake gperftools ];
Expand Down

0 comments on commit 68b2d43

Please sign in to comment.