gerrit: 3.10.3 -> 3.11.0

Release notes: https://www.gerritcodereview.com/3.11.html

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer 2024-12-03 06:49:42 +01:00
parent b3e823fc96
commit ac708d05d2

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "gerrit";
version = "3.10.3";
version = "3.11.0";
src = fetchurl {
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
hash = "sha256-pVI5YZihvJNuaboh2dLe/Aw371rNPiGbaLUd0ALpANQ=";
hash = "sha256-wFUks4yGzO4obPWIIfCgL+/ZF37RDgXKvlOMSFvU5Bk=";
};
buildCommand = ''