From 0a27344953e9c5c46519758a8ef6dc2bbe2ed18a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 6 Feb 2023 15:10:35 +0300 Subject: chore(3p/sources): bump nixpkgs & overlays (2023-02-07) Included fixes: * //3p/overlays: tdlib override no longer needed (bump has landed upstream) * //corp/{predlozhnik,tvixbolt}: bump wasm-bindgen to match nixpkgs Home-manager has not been bumped as it has introduced an incompatibility with Nix 2.3 Change-Id: I96ac3462b82c73db1ba23be03d7968f10abc9b53 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8033 Tested-by: BuildkiteCI Reviewed-by: flokli Reviewed-by: sterni --- third_party/overlays/tvl.nix | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'third_party/overlays/tvl.nix') diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 2736b63e80..60f6360a2c 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -111,25 +111,6 @@ depot.nix.readTree.drvTargets { # https://github.com/edolstra/nix-serve/issues/28 nix-serve = super.nix-serve.override { nix = super.nix_2_3; }; - # To make //users/tazjin/emacs:tdlibCheck happy - # TODO(tazjin): upstream into nixpkgs - tdlib = super.tdlib.overrideAttrs (oldAttrs: - let - newVersion = "1.8.10"; - rev = "64406035a72d523421fef6d0c07bdf56fee0761e"; - sha256 = "018f5h9lpfqllbr08szqaxq3dk3sz2ljspbf3iifs8cq1jakm4c4"; - in - assert self.lib.versionOlder oldAttrs.version newVersion; - { - version = newVersion; - src = self.fetchFromGitHub { - owner = "tdlib"; - repo = "td"; - inherit rev sha256; - }; - } - ); - # Avoid builds of mkShell derivations in CI. mkShell = super.lib.makeOverridable (args: (super.mkShell args).overrideAttrs (_: { passthru = { -- cgit 1.4.1