about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-26 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-09-26 04:20:00 +0000
commit3fc0d1348bc40e107071c7826314b1dca35048bb (patch)
treeb4dfa43e86a10a2d2844a5f867c7e3be0b86a7e5 /pkgs/applications/science
parent13b5a3ceb4b61f047415e1ac34182f120720d72d (diff)
lean4: 4.0.0 -> 4.1.0
Diff: https://github.com/leanprover/lean4/compare/v4.0.0...v4.1.0

Changelog: https://github.com/leanprover/lean4/blob/v4.1.0/RELEASES.md
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/logic/lean4/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/logic/lean4/default.nix b/pkgs/applications/science/logic/lean4/default.nix
index 7509ca63c8044..12465ad9087f0 100644
--- a/pkgs/applications/science/logic/lean4/default.nix
+++ b/pkgs/applications/science/logic/lean4/default.nix
@@ -9,13 +9,13 @@
 
 stdenv.mkDerivation rec {
   pname = "lean4";
-  version = "4.0.0";
+  version = "4.1.0";
 
   src = fetchFromGitHub {
     owner = "leanprover";
     repo = "lean4";
     rev = "v${version}";
-    hash = "sha256-3Ni+NiD0iSsOruUyRpBd+aC0TZNYfOLhwqCpPHPruPg=";
+    hash = "sha256-6qbCafG0bL5KxQt2gL6hV4PFDsEMM0UXfldeOOqxsaE=";
   };
 
   postPatch = ''