Skip to content

Commit

Permalink
Merge pull request #313780 from r-ryantm/auto-update/gerrit
Browse files Browse the repository at this point in the history
gerrit: 3.9.4 -> 3.10.0
  • Loading branch information
flokli committed May 23, 2024
2 parents e8ce04a + 0fe3122 commit 53baff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/gerrit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "gerrit";
version = "3.9.4";
version = "3.10.0";

src = fetchurl {
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
hash = "sha256-pjrWXfae1momJRTfdIPalsLynAGwqp1VtX9M9uqzJwM=";
hash = "sha256-mlaXCRQlqg2uwzm2/Vi15K5D6lmUUscfZQk/lW1YR+s=";
};

buildCommand = ''
Expand Down

0 comments on commit 53baff1

Please sign in to comment.