lean: 3.5.1 -> 3.6.0

This commit is contained in:
Mario Rodas 2020-02-26 18:00:00 -05:00
parent 9d3d3383fd
commit 79f057e2eb
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lean";
version = "3.5.1";
version = "3.6.0";
src = fetchFromGitHub {
owner = "leanprover-community";
repo = "lean";
rev = "v${version}";
sha256 = "0m7knf1hfbn2v6p6kmqxlx8c40p5nzv8d975w2xwljaccc42j1yp";
sha256 = "1filkhyqcjglbavbkjra0nk3y7hw8993wyl7r87ikydb2bjishsc";
};
nativeBuildInputs = [ cmake ];