summary refs log tree commit diff
path: root/pkgs/applications/science/logic
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-12 23:43:20 +0100
committerGitHub <noreply@github.com>2022-03-12 23:43:20 +0100
commit529b89d755c626fc8065eefe32da8b013411d025 (patch)
tree117f07f7598b7972ccf9dd4bd6f4083dd0560473 /pkgs/applications/science/logic
parenteef23b16ca7e573fde60ca9c607efa69bfcb7044 (diff)
parentbab25a7a3a12e5de1c0f9176a5827460733d6447 (diff)
downloadnixpkgs-529b89d755c626fc8065eefe32da8b013411d025.tar
nixpkgs-529b89d755c626fc8065eefe32da8b013411d025.tar.gz
nixpkgs-529b89d755c626fc8065eefe32da8b013411d025.tar.bz2
nixpkgs-529b89d755c626fc8065eefe32da8b013411d025.tar.lz
nixpkgs-529b89d755c626fc8065eefe32da8b013411d025.tar.xz
nixpkgs-529b89d755c626fc8065eefe32da8b013411d025.tar.zst
nixpkgs-529b89d755c626fc8065eefe32da8b013411d025.zip
Merge pull request #161434 from collares/lean-3.40.0
Diffstat (limited to 'pkgs/applications/science/logic')
-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 22e755bd852..1eea97a0fd2 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.39.2";
+  version = "3.41.0";
 
   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    = "402f41cdedbd46a368fb7807bebe83550d887631";
-    sha256 = "0jddakr07ixspw19xblpj1882vxxaljg3fflhn4myvigwzkav334";
+    rev    = "154ac72f4ff674bc4486ac611f926a3d6b999f9f";
+    sha256 = "0mpxlfjq460x1vi3v6qzgjv74asg0qlhykd51pj347795x5b1hf1";
   };
 
   nativeBuildInputs = [ cmake ];