Merge pull request #301208 from marsam/update-lean4

lean4: 4.6.1 -> 4.7.0
This commit is contained in:
Mario Rodas 2024-04-04 05:56:02 -05:00 committed by GitHub
commit a8512382ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lean4";
version = "4.6.1";
version = "4.7.0";
src = fetchFromGitHub {
owner = "leanprover";
repo = "lean4";
rev = "v${finalAttrs.version}";
hash = "sha256-wUqGADwSocg2ciycCxg9qp+vJLJ2otA/5JpTrkFrDoQ=";
hash = "sha256-jHY8BhDotfGcMS0Xzl5iawqCaug3dDEKuD5Y1WcM06I=";
};
postPatch = ''