gerrit: 3.12.3 -> 3.13.1 (#462119)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-16 16:52:59 +00:00
committed by GitHub
+2 -2
View File
@@ -8,11 +8,11 @@
stdenvNoCC.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 = ''