gerrit: 3.12.3 -> 3.13.1

This commit is contained in:
R. Ryantm
2025-11-16 02:16:27 +00:00
parent 042d0c7f69
commit 4fd677679a
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "gerrit";
version = "3.12.3";
version = "3.13.1";
src = fetchurl {
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
hash = "sha256-egPuxGfRk8uB+7hzdrrEOT9wfBxlkaSjRpw2z9RYXAI=";
hash = "sha256-4+Z1q1cHEM5IaG+SAS7JgiCypfjM8W2Zaa25/KGaoqw=";
};
buildCommand = ''