Merge pull request #110487 from r-ryantm/auto-update/lean

lean: 3.24.0 -> 3.25.0
This commit is contained in:
Mario Rodas 2021-01-24 10:17:35 -05:00 committed by GitHub
commit 214d726b92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "lean";
version = "3.24.0";
version = "3.25.0";
src = fetchFromGitHub {
owner = "leanprover-community";
repo = "lean";
rev = "v${version}";
sha256 = "npzBuZ37KrUYwC0TglryVTqui/3/t1ma1Zjpnty0d7c=";
sha256 = "sha256-/TlVoqgTGhRfC8d70kXc+VsEkURUksKNGRjYcww+F8g=";
};
nativeBuildInputs = [ cmake ];