3
0
Fork 0
forked from mirrors/nixpkgs

lean: 3.28.0 -> 3.29.0

This commit is contained in:
R. RyanTM 2021-04-27 05:34:13 +00:00
parent 6af7bcbd93
commit 4ccb9422c7

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lean";
version = "3.28.0";
version = "3.29.0";
src = fetchFromGitHub {
owner = "leanprover-community";
repo = "lean";
rev = "v${version}";
sha256 = "sha256-IzoFE92F559WeSUCiYZ/fx2hrsyRzgOACr3/pzJ4OOY=";
sha256 = "sha256-f2Gp76c+4R+ww52f1AyVZqixpei1WZPwr7pfgxMMb9Q=";
};
nativeBuildInputs = [ cmake ];