diff options
| author | Bobby Rong <rjl931189261@126.com> | 2022-01-04 12:37:30 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-04 12:37:30 +0800 |
| commit | e359d31cb93028a28ca1e595c2a5672ba6920808 (patch) | |
| tree | caa705cffe0039f4d9c7b0c5a67a26f470f6a274 | |
| parent | Merge pull request #153410 from NixOS/backport-153407-to-release-21.11 (diff) | |
| parent | lean: 3.35.0 -> 3.35.1 (diff) | |
| download | nixpkgs-e359d31cb93028a28ca1e595c2a5672ba6920808.tar.gz | |
Merge pull request #153349 from NixOS/backport-153337-to-release-21.11
[Backport release-21.11] lean: 3.35.0 -> 3.35.1
| -rw-r--r-- | pkgs/applications/science/logic/lean/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/logic/lean/default.nix b/pkgs/applications/science/logic/lean/default.nix index 218a27541877..0b53c2ed8e68 100644 --- a/pkgs/applications/science/logic/lean/default.nix +++ b/pkgs/applications/science/logic/lean/default.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "lean"; - version = "3.35.0"; + version = "3.35.1"; src = fetchFromGitHub { owner = "leanprover-community"; @@ -11,8 +11,8 @@ stdenv.mkDerivation rec { # from. this is then used to check whether an olean file should be # rebuilt. don't use a tag as rev because this will get replaced into # src/githash.h.in in preConfigure. - rev = "a68d251bfc57341d8f1f6d8c6e548a0b08ff3b92"; - sha256 = "0f91kvd4z7rsjyagfx56y1vxmf4wjds7bnz6yh3sd4xx770z58d4"; + rev = "4887d8a30621941c883f208e151e61ab268c006d"; + sha256 = "0xmiysmq80dnzq1lw9jmprc85kfimw0sl8m5rbi05z8f782gzv1z"; }; nativeBuildInputs = [ cmake ]; |
