diff options
author | sterni <sternenseemann@systemli.org> | 2022-10-03T10·47+0200 |
---|---|---|
committer | sterni <sternenseemann@systemli.org> | 2022-10-05T13·02+0000 |
commit | 8f2c67d5dd9fabc007fdf4e15dd1dfaf829de38f (patch) | |
tree | d8e5c17d38636fa4f30a1f59733b7b237887e5b8 /third_party | |
parent | 55ea15ab83e5cc8390eb330568ffe33bf4eb7281 (diff) |
chore(3p/sources): Bump channels & overlays r/5037
* //3p/overlays/tvl: apply more or less questionable compilation fix for electrum with protobuf >= 4. Change-Id: Iedbc45cb96b9e5382e304f2cd5ed9fc1c13f7884 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6850 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/overlays/tvl.nix | 15 | ||||
-rw-r--r-- | third_party/sources/sources.json | 18 |
2 files changed, 24 insertions, 9 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 7eb0d22fc88c..62f4116a1717 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -90,4 +90,19 @@ in meta.ci.skip = true; }; })); + + + # Build electrum with protobuf >= 4 by following hypothetical instructions from + # upstream commit that pins to < 4 + # https://github.com/spesmilo/electrum/commit/52b73880f95be5cf51742fec10cde0a2e4b23de4 + # https://github.com/NixOS/nixpkgs/pull/194112 + electrum = super.electrum.overrideAttrs (old: { + postPatch = '' + # make compatible with protobuf4 by easing dependencies ... + substituteInPlace ./contrib/requirements/requirements.txt \ + --replace "protobuf>=3.12,<4" "protobuf>=3.12" + # ... and regenerating the paymentrequest_pb2.py file + protoc --python_out=. electrum/paymentrequest.proto + '' + old.postPatch or ""; + }); } diff --git a/third_party/sources/sources.json b/third_party/sources/sources.json index 72e4b5b4add9..7204bce0284d 100644 --- a/third_party/sources/sources.json +++ b/third_party/sources/sources.json @@ -17,10 +17,10 @@ "homepage": "", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "74d82923d5575583e4a12bded5b05685b4d94bf1", - "sha256": "16m2b7g6dwcgw770lnpzrd0q3y7jvgf5ygkpxvnbdfbfps5ngv5k", + "rev": "bcd8fd243f70247e0c5792abb3e57204f5b30409", + "sha256": "109ivmlzldh2s60535sgc33xn43msfavjmykjq4i1djxahbin6ky", "type": "tarball", - "url": "https://github.com/nix-community/emacs-overlay/archive/74d82923d5575583e4a12bded5b05685b4d94bf1.tar.gz", + "url": "https://github.com/nix-community/emacs-overlay/archive/bcd8fd243f70247e0c5792abb3e57204f5b30409.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "impermanence": { @@ -53,10 +53,10 @@ "homepage": "", "owner": "NixOS", "repo": "nixpkgs", - "rev": "7e52b35fe98481a279d89f9c145f8076d049d2b9", - "sha256": "1qifv5gh3pn4x0b9pbymc2afzc8y5f6ffc1af91ysbn9hikv3a45", + "rev": "59d2991d4256cdca1c0cda45d876c80a0fe45c31", + "sha256": "0kp5fv3x80700w5ym9xfhryxdd84jy10p95dqa3f3y6j7jwd5k7m", "type": "tarball", - "url": "https://github.com/NixOS/nixpkgs/archive/7e52b35fe98481a279d89f9c145f8076d049d2b9.tar.gz", + "url": "https://github.com/NixOS/nixpkgs/archive/59d2991d4256cdca1c0cda45d876c80a0fe45c31.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "nixpkgs-stable": { @@ -77,10 +77,10 @@ "homepage": "", "owner": "oxalica", "repo": "rust-overlay", - "rev": "70eab96a255ae9b4b82b38ea5ac5c8e5b57e0abd", - "sha256": "18mk7yqzisbbc5ih33g6579x0s3ia02j5fmllv8n1p7c617z98vj", + "rev": "5db6b63124ccedd61e896ec98def85fb4e6668f4", + "sha256": "060dgy8v43rvnibqc67bbshnfm1j80ch56ghm1aij0ky9vnsf202", "type": "tarball", - "url": "https://github.com/oxalica/rust-overlay/archive/70eab96a255ae9b4b82b38ea5ac5c8e5b57e0abd.tar.gz", + "url": "https://github.com/oxalica/rust-overlay/archive/5db6b63124ccedd61e896ec98def85fb4e6668f4.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, "rustsec-advisory-db": { |