Skip to content

Commit

Permalink
Merge pull request #83161 from marsam/update-lean
Browse files Browse the repository at this point in the history
lean: 3.7.0 -> 3.7.2
  • Loading branch information
gebner committed Mar 23, 2020
2 parents db4ccdd + b2df6d5 commit 5b48832
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 {
pname = "lean";
version = "3.7.0";
version = "3.7.2";

src = fetchFromGitHub {
owner = "leanprover-community";
repo = "lean";
rev = "v${version}";
sha256 = "1khy41zv4bjbpy3949j7y7d4qal53w4679iqlhm2l8jxd7y46nvi";
sha256 = "0d9lz0mbxyaaykkvk2p8w2hcif9cx0ksihgh7qhxf417bz6msgc1";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 5b48832

Please sign in to comment.