[release-25.05] gerrit: 3.11.4 -> 3.11.5

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2025-08-17 19:08:43 +02:00
parent cd32a774ac
commit 2f8b346d47

View File

@@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "gerrit";
version = "3.11.4";
version = "3.11.5";
src = fetchurl {
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
hash = "sha256-cpdH/dIthC8v4bw17C3nTihvn97Mkx9RLaNEV9XKp4A=";
hash = "sha256-S9hit76hqNUrTfXPetFis3Rs+wA7vGNH+fXprseuBpg=";
};
buildCommand = ''