Skip to content

Commit

Permalink
lean: 3.2.0 -> 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Sep 15, 2017
1 parent 0d12d04 commit aad00e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/logic/lean/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "lean-${version}";
version = "3.2.0";
version = "3.3.0";

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

buildInputs = [ gmp cmake ];
Expand Down

0 comments on commit aad00e3

Please sign in to comment.