lean: 3.21.0 -> 3.23.0

This commit is contained in:
R. RyanTM 2020-11-11 11:58:11 +00:00 committed by Jonathan Ringer
parent e84ac7ff3b
commit f7485d07b5

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "lean"; pname = "lean";
version = "3.21.0"; version = "3.23.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "leanprover-community"; owner = "leanprover-community";
repo = "lean"; repo = "lean";
rev = "v${version}"; rev = "v${version}";
sha256 = "1c7f2x6hdamjkr50761gcb5mg8hhlc75k1mf18vn1k9zsy1gxlgz"; sha256 = "09mklc1p6ms1jayg2f89hqfmhca3h5744lli936l38ypn1d00sxx";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];