Skip to content

Commit

Permalink
[backport release-24.11] gerrit: 3.10.3 -> 3.10.4 (#373642)
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli authored Jan 14, 2025
2 parents 0e50d79 + b2612e4 commit 62b598a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ge/gerrit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

stdenv.mkDerivation rec {
pname = "gerrit";
version = "3.10.3";
version = "3.10.4";

src = fetchurl {
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
hash = "sha256-pVI5YZihvJNuaboh2dLe/Aw371rNPiGbaLUd0ALpANQ=";
hash = "sha256-uHeBKOFVid6ik2DGtj23dnVmz1Ch4GVRgbZVJa8thn0=";
};

buildCommand = ''
Expand Down

0 comments on commit 62b598a

Please sign in to comment.