Skip to content

Commit

Permalink
gerrit: 3.11.0 -> 3.11.1
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Singer <[email protected]>
  • Loading branch information
felixsinger committed Jan 14, 2025
1 parent 429b850 commit 174397b
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.11.0";
version = "3.11.1";

src = fetchurl {
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
hash = "sha256-wFUks4yGzO4obPWIIfCgL+/ZF37RDgXKvlOMSFvU5Bk=";
hash = "sha256-7gJyvFOisukzd2Vmqci7CiJqegYQSYQZvnSvR+Y9HM4=";
};

buildCommand = ''
Expand Down

0 comments on commit 174397b

Please sign in to comment.