lean: 3.7.0 -> 3.7.2

This commit is contained in:
Mario Rodas 2020-03-22 04:20:00 -05:00
parent 667df74501
commit b2df6d541d
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -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 ];