Skip to content

Commit

Permalink
gerrit: 3.11.0 -> 3.11.1 (NixOS#373639)
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli authored Jan 14, 2025
2 parents 9242a72 + 174397b commit 54547d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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 Expand Up @@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [
flokli
zimbatm
felixsinger
];
platforms = platforms.unix;
};
Expand Down

0 comments on commit 54547d2

Please sign in to comment.