gerrit: 3.8.0 -> 3.8.2

This commit is contained in:
R. Ryantm 2023-10-10 03:51:10 +00:00
parent 8a0223ec08
commit 42c63359ef

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "gerrit";
version = "3.8.0";
version = "3.8.2";
src = fetchurl {
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
sha256 = "sha256-wial+K5eUZSJ+asFBLrFoJQOLWLHkl5ot4b4CIsg7Tc=";
sha256 = "sha256-irzzG8qLJaBdRULGRyoYkn0tc4Yfcg/xe2SLriD8mtM=";
};
buildCommand = ''