summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2022-01-03 16:40:00 +0100
committerGitHub <noreply@github.com>2022-01-03 16:40:00 +0100
commitadf7f03d3bfceaba64788e1e846191025283b60d (patch)
tree3ff54565d64c5baff06c5266dca8262a5f0ec013 /pkgs/applications/science
parent3447ac99bb23d8ce98a454e2bafe91230b1012a6 (diff)
parent5b3eac3130bb68737b8f433722515acc5a6c24b1 (diff)
downloadnixpkgs-adf7f03d3bfceaba64788e1e846191025283b60d.tar
nixpkgs-adf7f03d3bfceaba64788e1e846191025283b60d.tar.gz
nixpkgs-adf7f03d3bfceaba64788e1e846191025283b60d.tar.bz2
nixpkgs-adf7f03d3bfceaba64788e1e846191025283b60d.tar.lz
nixpkgs-adf7f03d3bfceaba64788e1e846191025283b60d.tar.xz
nixpkgs-adf7f03d3bfceaba64788e1e846191025283b60d.tar.zst
nixpkgs-adf7f03d3bfceaba64788e1e846191025283b60d.zip
Merge pull request #153337 from collares/lean-3.35.1
lean: 3.35.0 -> 3.35.1
Diffstat (limited to 'pkgs/applications/science')
-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 218a2754187..0b53c2ed8e6 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 ];