gogs: 0.9.13 -> 0.9.48
This commit is contained in:
		
							parent
							
								
									f04de2e2cf
								
							
						
					
					
						commit
						23ff3d0dc0
					
				@ -1,11 +1,11 @@
 | 
				
			|||||||
{ nixpkgs ? import <nixpkgs> {} }: with nixpkgs;
 | 
					{ nixpkgs ? import <nixpkgs> {} }: with nixpkgs;
 | 
				
			||||||
stdenv.mkDerivation rec {
 | 
					stdenv.mkDerivation rec {
 | 
				
			||||||
  name = "gogs-${version}";
 | 
					  name = "gogs-${version}";
 | 
				
			||||||
  version = "0.9.13";
 | 
					  version = "0.9.48";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  src = fetchzip {
 | 
					  src = fetchzip {
 | 
				
			||||||
    url = "https://github.com/gogits/gogs/releases/download/v${version}/linux_amd64.zip";
 | 
					    url = "https://github.com/gogits/gogs/releases/download/v${version}/linux_amd64.zip";
 | 
				
			||||||
    sha256 = "0a645213np48y3y9acs8bjcsv3qi863n3q1a5w18ghj8c1i6249f";
 | 
					    sha256 = "1z00lqcz7nwbyavs1mwgsr9zjnqrjjmqvxy43p8gap768y45pvlb";
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  buildPhase = ''
 | 
					  buildPhase = ''
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user