Merge pull request #269891 from r-ryantm/auto-update/gerrit

gerrit: 3.8.2 -> 3.8.3
This commit is contained in:
Florian Klink 2023-11-25 16:24:19 +02:00 committed by GitHub
commit 272e6f9466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "gerrit";
version = "3.8.2";
version = "3.8.3";
src = fetchurl {
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
hash = "sha256-irzzG8qLJaBdRULGRyoYkn0tc4Yfcg/xe2SLriD8mtM=";
hash = "sha256-EfXnJ7oyXsnAajUPJTmBQE/lUCW8Xm/hF4+N6BvX6fQ=";
};
buildCommand = ''