···2121in
2222stdenv.mkDerivation rec {
2323 pname = "clightning";
2424- version = "0.10.2";
2424+ version = "0.11.0.1";
25252626 src = fetchurl {
2727 url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
2828- sha256 = "3c9dcb686217b2efe0e988e90b95777c4591e3335e259e01a94af87e0bf01809";
2828+ sha256 = "e2ad6eead19a0cd8869e291c27d318cf553bb015339c1f0e8d8b30e7bc0910d8";
2929 };
30303131 # when building on darwin we need dawin.cctools to provide the correct libtool
···191191 --replace "/usr/bin/env -S make -f" "/usr/bin/make -f"
192192 fi
193193 chmod -x third_party/webgpu-cts/src/tools/run_deno
194194+ ${lib.optionalString (chromiumVersionAtLeast "102") "chmod -x third_party/dawn/third_party/webgpu-cts/tools/run_deno"}
194195195196 # We want to be able to specify where the sandbox is via CHROME_DEVEL_SANDBOX
196197 substituteInPlace sandbox/linux/suid/client/setuid_sandbox_host.cc \