lean: 3.7.2 -> 3.8.0

This commit is contained in:
Mario Rodas 2020-04-09 10:40:00 -05:00
parent a3eaf6c88b
commit 8e537ad391
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

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