Skip to content

Commit

Permalink
lean: 3.1.0 -> 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Jun 18, 2017
1 parent 96eaad8 commit 89e02c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 = "3.1.0";
version = "3.2.0";

src = fetchFromGitHub {
owner = "leanprover";
repo = "lean";
rev = "v${version}";
sha256 = "0w4cdai6mzx4wr7gscv4sl5q4mxx1agjbpp4smvrslav7gpbz025";
sha256 = "13sb9rwgc9ni2j5zx77imjhkzhix9d7klsdb8cg68c17b20sy1g3";
};

buildInputs = [ gmp cmake ];
Expand Down

0 comments on commit 89e02c7

Please sign in to comment.