Skip to content

Commit 30e8e79

Browse files
authored
gerrit: 3.10.2 -> 3.10.3 (#359389)
2 parents b99389f + 47f6cf6 commit 30e8e79

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

pkgs/by-name/ge/gerrit/package.nix

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
{ lib, stdenv, fetchurl, nixosTests }:
1+
{
2+
lib,
3+
stdenv,
4+
fetchurl,
5+
nixosTests,
6+
}:
27

38
stdenv.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
}

0 commit comments

Comments
 (0)