From df7cd63fa11e889ccf5591548c0a9beba8e7a55e Mon Sep 17 00:00:00 2001 From: sterni Date: Mon, 22 Aug 2022 12:30:52 +0200 Subject: chore(3p/sources): Bump channels & overlays * //users/tazjin/predlozhnik: bump wasm-bindgen & run `cargo update` * //users/Profpatsch/writers: use proper keyword syntax to make make flake8 happy. * //third_party/nixpkgs: pick binaryen from stable channel Change-Id: Ia711d8c396aa09b78413d80f35eedf63fa315596 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6118 Tested-by: BuildkiteCI Reviewed-by: tazjin Reviewed-by: Profpatsch --- third_party/nixpkgs/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'third_party/nixpkgs') diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index dc3a59d435..d266283e05 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -52,6 +52,9 @@ let # ntfy does not build on unstable as of 2022-08-02 ntfy + + # binaryen does not build on unstable as of 2022-08-22 + binaryen ; }; -- cgit 1.4.1