Merge pull request #84852 from marsam/update-lean

lean: 3.7.2 -> 3.8.0
This commit is contained in:
Gabriel Ebner 2020-04-10 08:56:02 +02:00 committed by GitHub
commit 375ee0acfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lean";
version = "3.7.2";
version = "3.8.0";
src = fetchFromGitHub {
owner = "leanprover-community";
repo = "lean";
rev = "v${version}";
sha256 = "0d9lz0mbxyaaykkvk2p8w2hcif9cx0ksihgh7qhxf417bz6msgc1";
sha256 = "0frs2vhxlzdliyydb462c1886dn585zd7yp7hdxzsri2v6gdh89g";
};
nativeBuildInputs = [ cmake ];