about summary refs log tree commit diff
path: root/third_party/overlays/tvl.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-04-13T09·07+0300
committerclbot <clbot@tvl.fyi>2024-04-13T10·02+0000
commitfd4c7c10a8eb32a5b8ed7f7cbdc991692a36c30a (patch)
tree140525c813034b6c0a32054d47b70853e3448b49 /third_party/overlays/tvl.nix
parentdcd68155f041ea74e8021c926aac64fa26435396 (diff)
chore(3p/overlays/patches): vendor cbtemulator UDS patch r/7888
I updated https://github.com/googleapis/google-cloud-go/pull/9665 in the
meantime, and GH decided to GC the patches.

Vendor the patch in for now (manually stripping the `bigtable/` prefix
in the path). Hopefully the PR itself gets merged soon.

Change-Id: I5b7ba78ccaf5c792c1445818b23b52d6f17155a2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11402
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to '')
-rw-r--r--third_party/overlays/tvl.nix11
1 files changed, 1 insertions, 10 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix
index fd68aea55d..427e24971f 100644
--- a/third_party/overlays/tvl.nix
+++ b/third_party/overlays/tvl.nix
@@ -100,16 +100,7 @@ depot.nix.readTree.drvTargets {
     subPackages = [ "cmd/emulator" ];
 
     patches = [
-      (super.fetchpatch {
-        url = "https://github.com/googleapis/google-cloud-go/pull/9665/commits/7b716627fae4d8b28f175eff968090d27d4477eb.patch";
-        hash = "sha256-nEVB7DjafByGHspfDYPcCRHMVHBjeSQ5MBVd6eeo4ls=";
-        stripLen = 1;
-      })
-      (super.fetchpatch {
-        url = "https://github.com/googleapis/google-cloud-go/pull/9665/commits/a65bc68f49bd340040f836e890f1fd4d781f6f2a.patch";
-        hash = "sha256-Zu1JXym+IK9pWp7HKJiGUv2HG776hUat8Qlty9/PsQs=";
-        stripLen = 1;
-      })
+      ./patches/cbtemulator-uds.patch
     ];
 
     postInstall = ''