mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
[release-25.05] gerrit: 3.11.4 -> 3.11.5
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gerrit";
|
||||
version = "3.11.4";
|
||||
version = "3.11.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://gerrit-releases.storage.googleapis.com/gerrit-${version}.war";
|
||||
hash = "sha256-cpdH/dIthC8v4bw17C3nTihvn97Mkx9RLaNEV9XKp4A=";
|
||||
hash = "sha256-S9hit76hqNUrTfXPetFis3Rs+wA7vGNH+fXprseuBpg=";
|
||||
};
|
||||
|
||||
buildCommand = ''
|
||||
|
||||
Reference in New Issue
Block a user