Skip to content

Commit

Permalink
gerrit: 3.1.4 -> 3.1.5 (#89288)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm authored Jun 3, 2020
1 parent ecb7d7a commit 383c5d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/gerrit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down Expand Up @@ -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;
};
}

0 comments on commit 383c5d0

Please sign in to comment.