lean: 3.34.0 -> 3.35.0

+3 -3
+3 -3
pkgs/applications/science/logic/lean/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "lean"; 5 - version = "3.34.0"; 5 + version = "3.35.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "leanprover-community"; ··· 11 11 # from. this is then used to check whether an olean file should be 12 12 # rebuilt. don't use a tag as rev because this will get replaced into 13 13 # src/githash.h.in in preConfigure. 14 - rev = "ad324bbc96bfe9cb4169100d23803223a7b59534"; 15 - sha256 = "0xg9ah5l04bhd2hk9j52cg42xpnzhljwmczl8kq0cjy1yjdm6yh0"; 14 + rev = "a68d251bfc57341d8f1f6d8c6e548a0b08ff3b92"; 15 + sha256 = "0f91kvd4z7rsjyagfx56y1vxmf4wjds7bnz6yh3sd4xx770z58d4"; 16 16 }; 17 17 18 18 nativeBuildInputs = [ cmake ];