Skip to content

Commit

Permalink
gerrit: 3.10.1 -> 3.10.2 (#347992)
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli authored Oct 11, 2024
2 parents 09dae2b + 836fd59 commit 3f62de9
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 @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "gerrit";
version = "3.10.1";
version = "3.10.2";

src = fetchurl {
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
hash = "sha256-gWONjpn/YrSHtabacI+7Ao9pGeqcialRaaca2ct5oDM=";
hash = "sha256-jsyL7j4ENzHVi07Uii0ouWXF3hkoGrq3NJi8fB1kj8o=";
};

buildCommand = ''
Expand Down

0 comments on commit 3f62de9

Please sign in to comment.