gerrit: 3.10.0 -> 3.10.2

This commit is contained in:
Linus Heckemann 2024-10-17 17:16:37 +02:00
parent 23dd318e67
commit e5901efdb3

View file

@ -17,7 +17,7 @@ let
in
(buildBazelPackageNG rec {
pname = "gerrit";
version = "3.10.0";
version = "3.10.2";
bazel = bazel_7;
@ -26,7 +26,7 @@ in
rev = "v${version}";
fetchSubmodules = true;
deepClone = true;
hash = "sha256-FpKuzityHuHNYBIOL8YUjCLlkuVBfxjvHECb26NsZNE=";
hash = "sha256-sTiPNgE/XqqqgBraglc9v+LSSWLUsXnAmZEEi+Tki58=";
}).overrideAttrs (_: {
env.NIX_PREFETCH_GIT_CHECKOUT_HOOK = ''
pushd "$dir" >/dev/null
@ -38,7 +38,7 @@ in
find "$dir" -name .git -print0 | xargs -0 rm -rf
'';
});
depsHash = "sha256-mp2RhOvDh+0CeLQhCjPp57N2QB816k4AWMeAhvU2u38=";
depsHash = "sha256-ADzH4kj/tfaLHxzASzJjjkNulVbeopMIrH36Me4dtvU=";
patches = [
./0001-Syntax-highlight-nix.patch