gerrit: 3.1.4 -> 3.1.5 (#89288)
This commit is contained in:
parent
ecb7d7adf7
commit
383c5d09b9
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gerrit";
|
pname = "gerrit";
|
||||||
version = "3.1.4";
|
version = "3.1.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
|
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
|
||||||
sha256 = "1pi4252hsx1zcmarzzimds1pw34x3fwi96nh9xvxqvv2cjjlr2c1";
|
sha256 = "0gyh6a0p8gcrfnkm0sdjvzg6is9iirxjyffgza6k4v9rz6pjx8i8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://www.gerritcodereview.com/index.md";
|
homepage = "https://www.gerritcodereview.com/index.md";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
description = "A web based code review and repository management for the git version control system";
|
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;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user