Merge pull request #293254 from marsam/update-lean4

lean4: 4.6.0 -> 4.6.1
This commit is contained in:
Nick Cao 2024-03-04 10:13:17 -05:00 committed by GitHub
commit f702a5aa5c
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.0";
version = "4.6.1";
src = fetchFromGitHub {
owner = "leanprover";
repo = "lean4";
rev = "v${finalAttrs.version}";
hash = "sha256-Anf6uaTFG/c94N7b7HgT5riyOL5xbHeeoYTrrOl2vDA=";
hash = "sha256-wUqGADwSocg2ciycCxg9qp+vJLJ2otA/5JpTrkFrDoQ=";
};
postPatch = ''