lean4: 4.6.1 -> 4.7.0
Diff: https://github.com/leanprover/lean4/compare/v4.6.1...v4.7.0 Changelog: https://github.com/leanprover/lean4/blob/v4.7.0/RELEASES.md
This commit is contained in:
parent
02f8d7e144
commit
9f5604780c
1 changed files with 2 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue