gerrit: 3.10.0 -> 3.10.3 #3
|
@ -17,7 +17,7 @@ let
|
||||||
in
|
in
|
||||||
(buildBazelPackageNG rec {
|
(buildBazelPackageNG rec {
|
||||||
pname = "gerrit";
|
pname = "gerrit";
|
||||||
version = "3.10.0";
|
version = "3.10.3";
|
||||||
|
|
||||||
bazel = bazel_7;
|
bazel = bazel_7;
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ in
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
deepClone = true;
|
deepClone = true;
|
||||||
hash = "sha256-FpKuzityHuHNYBIOL8YUjCLlkuVBfxjvHECb26NsZNE=";
|
hash = "sha256-yp0LsqauIF8k/aCFFR2uYkeBNmp0E3lqpRSDm82dC3E=";
|
||||||
}).overrideAttrs (_: {
|
}).overrideAttrs (_: {
|
||||||
env.NIX_PREFETCH_GIT_CHECKOUT_HOOK = ''
|
env.NIX_PREFETCH_GIT_CHECKOUT_HOOK = ''
|
||||||
pushd "$dir" >/dev/null
|
pushd "$dir" >/dev/null
|
||||||
|
@ -38,7 +38,7 @@ in
|
||||||
find "$dir" -name .git -print0 | xargs -0 rm -rf
|
find "$dir" -name .git -print0 | xargs -0 rm -rf
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
depsHash = "sha256-eX26Bjm7GvzywYeew3705dIwM1ducJw3LsjEYPLn6AM=";
|
depsHash = "sha256-Pq04IfyYnEYDbvnv3P8SDp3ONPYS8r3dipV5wwRaudM=";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
./0001-Syntax-highlight-nix.patch
|
./0001-Syntax-highlight-nix.patch
|
||||||
|
|
|
@ -11,7 +11,7 @@ buildGerritBazelPlugin rec {
|
||||||
rev = "f2ee1de665281596ae300144243fcf94bf6f1f7d";
|
rev = "f2ee1de665281596ae300144243fcf94bf6f1f7d";
|
||||||
hash = "sha256-iUFzSXKIKBdZBZMpZiejkEEXXI20wTJQRYkufc/YjOM=";
|
hash = "sha256-iUFzSXKIKBdZBZMpZiejkEEXXI20wTJQRYkufc/YjOM=";
|
||||||
};
|
};
|
||||||
depsHash = "sha256-+X3d9KL3gR0RucJU4M8cq9Tnw9zyeVNdDWjzT6AndGM=";
|
depsHash = "sha256-95JXlLwyxgMPk9z/weZWCdxAabasv6hHVdPPIfFq5ks=";
|
||||||
postOverlayPlugin = ''
|
postOverlayPlugin = ''
|
||||||
cp "${src}/external_plugin_deps.bzl" "$out/plugins/external_plugin_deps.bzl"
|
cp "${src}/external_plugin_deps.bzl" "$out/plugins/external_plugin_deps.bzl"
|
||||||
'';
|
'';
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# SPDX-FileCopyrightText: 2024 The nix-gerrit Authors <git@lukegb.com>
|
# SPDX-FileCopyrightText: 2024 The nix-gerrit Authors <git@lukegb.com>
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
{ buildGerritBazelPlugin, fetchgit }:
|
{ buildGerritBazelPlugin, fetchgit, lib }:
|
||||||
|
|
||||||
buildGerritBazelPlugin rec {
|
buildGerritBazelPlugin rec {
|
||||||
name = "oauth";
|
name = "oauth";
|
||||||
|
@ -11,7 +11,7 @@ buildGerritBazelPlugin rec {
|
||||||
rev = "98231604d60788bb43490f1a301d792817ac8008";
|
rev = "98231604d60788bb43490f1a301d792817ac8008";
|
||||||
hash = "sha256-AuVO1Yys8BYqGHZI/adszCUg0JM2v4Td4fe26LdOPLM=";
|
hash = "sha256-AuVO1Yys8BYqGHZI/adszCUg0JM2v4Td4fe26LdOPLM=";
|
||||||
};
|
};
|
||||||
depsHash = "sha256-mWR7hGl0c2lBH1YvUv6vAJohAwqhvDJohv559ms6Mkw=";
|
depsHash = "sha256-LnfVTPvGDpLqAQ1QfAwFv0FA0aCg6H1WUgxVjjYTLoY=";
|
||||||
postOverlayPlugin = ''
|
postOverlayPlugin = ''
|
||||||
cp "${src}/external_plugin_deps.bzl" "$out/plugins/external_plugin_deps.bzl"
|
cp "${src}/external_plugin_deps.bzl" "$out/plugins/external_plugin_deps.bzl"
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue