Skip to content

Commit 89e02c7

Browse files
committedJun 18, 2017
lean: 3.1.0 -> 3.2.0
1 parent 96eaad8 commit 89e02c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/applications/science/logic/lean/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
name = "lean-${version}";
5-
version = "3.1.0";
5+
version = "3.2.0";
66

77
src = fetchFromGitHub {
88
owner = "leanprover";
99
repo = "lean";
1010
rev = "v${version}";
11-
sha256 = "0w4cdai6mzx4wr7gscv4sl5q4mxx1agjbpp4smvrslav7gpbz025";
11+
sha256 = "13sb9rwgc9ni2j5zx77imjhkzhix9d7klsdb8cg68c17b20sy1g3";
1212
};
1313

1414
buildInputs = [ gmp cmake ];

0 commit comments

Comments
 (0)
Please sign in to comment.