gerrit: 3.1.4 -> 3.1.5 (#89288)

This commit is contained in:
zimbatm 2020-06-03 11:45:51 +02:00 committed by GitHub
parent ecb7d7adf7
commit 383c5d09b9
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.1.4";
version = "3.1.5";
src = fetchurl {
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
sha256 = "1pi4252hsx1zcmarzzimds1pw34x3fwi96nh9xvxqvv2cjjlr2c1";
sha256 = "0gyh6a0p8gcrfnkm0sdjvzg6is9iirxjyffgza6k4v9rz6pjx8i8";
};
buildCommand = ''
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
homepage = "https://www.gerritcodereview.com/index.md";
license = licenses.asl20;
description = "A web based code review and repository management for the git version control system";
maintainers = with maintainers; [ jammerful ];
maintainers = with maintainers; [ jammerful zimbatm ];
platforms = platforms.unix;
};
}