File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 1- { lib , stdenv , fetchurl , nixosTests } :
1+ {
2+ lib ,
3+ stdenv ,
4+ fetchurl ,
5+ nixosTests ,
6+ } :
27
38stdenv . mkDerivation rec {
49 pname = "gerrit" ;
5- version = "3.10.2 " ;
10+ version = "3.10.3 " ;
611
712 src = fetchurl {
813 url = "https://gerrit-releases.storage.googleapis.com/gerrit-${ version } .war" ;
9- hash = "sha256-jsyL7j4ENzHVi07Uii0ouWXF3hkoGrq3NJi8fB1kj8o =" ;
14+ hash = "sha256-pVI5YZihvJNuaboh2dLe/Aw371rNPiGbaLUd0ALpANQ =" ;
1015 } ;
1116
1217 buildCommand = ''
@@ -40,7 +45,10 @@ stdenv.mkDerivation rec {
4045 license = licenses . asl20 ;
4146 description = "Web based code review and repository management for the git version control system" ;
4247 sourceProvenance = with sourceTypes ; [ binaryBytecode ] ;
43- maintainers = with maintainers ; [ flokli zimbatm ] ;
48+ maintainers = with maintainers ; [
49+ flokli
50+ zimbatm
51+ ] ;
4452 platforms = platforms . unix ;
4553 } ;
4654}
You can’t perform that action at this time.
0 commit comments