about summary refs log tree commit diff
path: root/pkgs/applications/science/logic/lean
diff options
context:
space:
mode:
authorMauricio Collares <mauricio@collares.org>2022-06-29 15:13:01 +0200
committerMauricio Collares <mauricio@collares.org>2022-07-21 12:52:30 -0300
commitb394165a8adf8e40875281194f69fcc7021cd560 (patch)
tree45e2eaf7f2f4739405ab7c8af7a3c4e074fca2b6 /pkgs/applications/science/logic/lean
parentf1fe61ba70513f2ec6ff46773d11538c750fc517 (diff)
lean: 3.44.0 -> 3.44.1
Diffstat (limited to 'pkgs/applications/science/logic/lean')
-rw-r--r--pkgs/applications/science/logic/lean/default.nix6
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 ff504c61cbfea..49168fc627ce5 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.44.0";
+  version = "3.44.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    = "c9e1da24cae848e06f44bc501e4c7cf18f652552";
-    sha256 = "00hykd1s0rhwzvhx2kn06my89lbqq630fmg430r8rrfdmjvs6dbz";
+    rev    = "9d5adc6ab80d02bb2a0fd39a786aaeb1efd6fb01";
+    sha256 = "0y5k8as3ac9hjc7zrpv74z4w7j028jbnch7xr08yldj4r0hk0nfb";
   };
 
   nativeBuildInputs = [ cmake ];