Merge pull request #275985 from r-ryantm/auto-update/lean4

lean4: 4.3.0 -> 4.4.0
This commit is contained in:
Mario Rodas 2023-12-23 00:05:44 -05:00 committed by GitHub
commit 9560d34b02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "lean4"; pname = "lean4";
version = "4.3.0"; version = "4.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "leanprover"; owner = "leanprover";
repo = "lean4"; repo = "lean4";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-2F6sibGMG1U5By/aKGluLgkXIlMpZ7m06gVEG2Uz4RQ="; hash = "sha256-lU67wjl6yJP2r97lHYxrJqn+JhqMcBIbz/+qlCgY3/o=";
}; };
postPatch = '' postPatch = ''