Skip to content

Commit a463394

Browse files
committed
gerrit: 3.10.2 -> 3.10.3
Signed-off-by: Felix Singer <[email protected]>
1 parent 65a50ea commit a463394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
stdenv.mkDerivation rec {
44
pname = "gerrit";
5-
version = "3.10.2";
5+
version = "3.10.3";
66

77
src = fetchurl {
88
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
9-
hash = "sha256-jsyL7j4ENzHVi07Uii0ouWXF3hkoGrq3NJi8fB1kj8o=";
9+
hash = "sha256-pVI5YZihvJNuaboh2dLe/Aw371rNPiGbaLUd0ALpANQ=";
1010
};
1111

1212
buildCommand = ''

0 commit comments

Comments
 (0)