Merge pull request #81692 from r-ryantm/auto-update/lean
lean: 3.6.0 -> 3.6.1
This commit is contained in:
		
						commit
						0d470dc5ea
					
				@ -2,13 +2,13 @@
 | 
			
		||||
 | 
			
		||||
stdenv.mkDerivation rec {
 | 
			
		||||
  pname = "lean";
 | 
			
		||||
  version = "3.6.0";
 | 
			
		||||
  version = "3.6.1";
 | 
			
		||||
 | 
			
		||||
  src = fetchFromGitHub {
 | 
			
		||||
    owner  = "leanprover-community";
 | 
			
		||||
    repo   = "lean";
 | 
			
		||||
    rev    = "v${version}";
 | 
			
		||||
    sha256 = "1filkhyqcjglbavbkjra0nk3y7hw8993wyl7r87ikydb2bjishsc";
 | 
			
		||||
    sha256 = "0crcpzbz75mdyi1vi4mygw3mj4lx73vff58fkic1gfxlpwrwgi20";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  nativeBuildInputs = [ cmake ];
 | 
			
		||||
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
 | 
			
		||||
 | 
			
		||||
  meta = with stdenv.lib; {
 | 
			
		||||
    description = "Automatic and interactive theorem prover";
 | 
			
		||||
    homepage    = https://leanprover.github.io/;
 | 
			
		||||
    homepage    = "https://leanprover.github.io/";
 | 
			
		||||
    license     = licenses.asl20;
 | 
			
		||||
    platforms   = platforms.unix;
 | 
			
		||||
    maintainers = with maintainers; [ thoughtpolice gebner ];
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user