mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 10:57:49 +00:00
gerrit: 3.10.3 -> 3.11.0
Release notes: https://www.gerritcodereview.com/3.11.html Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
b3e823fc96
commit
ac708d05d2
@ -7,11 +7,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gerrit";
|
||||
version = "3.10.3";
|
||||
version = "3.11.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
|
||||
hash = "sha256-pVI5YZihvJNuaboh2dLe/Aw371rNPiGbaLUd0ALpANQ=";
|
||||
hash = "sha256-wFUks4yGzO4obPWIIfCgL+/ZF37RDgXKvlOMSFvU5Bk=";
|
||||
};
|
||||
|
||||
buildCommand = ''
|
||||
|
Loading…
Reference in New Issue
Block a user