We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a50ea commit a463394Copy full SHA for a463394
pkgs/by-name/ge/gerrit/package.nix
@@ -2,11 +2,11 @@
2
3
stdenv.mkDerivation rec {
4
pname = "gerrit";
5
- version = "3.10.2";
+ version = "3.10.3";
6
7
src = fetchurl {
8
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
9
- hash = "sha256-jsyL7j4ENzHVi07Uii0ouWXF3hkoGrq3NJi8fB1kj8o=";
+ hash = "sha256-pVI5YZihvJNuaboh2dLe/Aw371rNPiGbaLUd0ALpANQ=";
10
};
11
12
buildCommand = ''
0 commit comments