Merge pull request #81692 from r-ryantm/auto-update/lean

lean: 3.6.0 -> 3.6.1

authored by Gabriel Ebner and committed by GitHub 0d470dc5 b538012f

+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.6.0"; 5 + version = "3.6.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "leanprover-community"; 9 9 repo = "lean"; 10 10 rev = "v${version}"; 11 - sha256 = "1filkhyqcjglbavbkjra0nk3y7hw8993wyl7r87ikydb2bjishsc"; 11 + sha256 = "0crcpzbz75mdyi1vi4mygw3mj4lx73vff58fkic1gfxlpwrwgi20"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ]; ··· 21 21 22 22 meta = with stdenv.lib; { 23 23 description = "Automatic and interactive theorem prover"; 24 - homepage = https://leanprover.github.io/; 24 + homepage = "https://leanprover.github.io/"; 25 25 license = licenses.asl20; 26 26 platforms = platforms.unix; 27 27 maintainers = with maintainers; [ thoughtpolice gebner ];