···21in
22stdenv.mkDerivation rec {
23 pname = "clightning";
24- version = "0.10.2";
2526 src = fetchurl {
27 url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
28- sha256 = "3c9dcb686217b2efe0e988e90b95777c4591e3335e259e01a94af87e0bf01809";
29 };
3031 # when building on darwin we need dawin.cctools to provide the correct libtool
···21in
22stdenv.mkDerivation rec {
23 pname = "clightning";
24+ version = "0.11.0.1";
2526 src = fetchurl {
27 url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
28+ sha256 = "e2ad6eead19a0cd8869e291c27d318cf553bb015339c1f0e8d8b30e7bc0910d8";
29 };
3031 # when building on darwin we need dawin.cctools to provide the correct libtool
···191 --replace "/usr/bin/env -S make -f" "/usr/bin/make -f"
192 fi
193 chmod -x third_party/webgpu-cts/src/tools/run_deno
0194195 # We want to be able to specify where the sandbox is via CHROME_DEVEL_SANDBOX
196 substituteInPlace sandbox/linux/suid/client/setuid_sandbox_host.cc \
···191 --replace "/usr/bin/env -S make -f" "/usr/bin/make -f"
192 fi
193 chmod -x third_party/webgpu-cts/src/tools/run_deno
194+ ${lib.optionalString (chromiumVersionAtLeast "102") "chmod -x third_party/dawn/third_party/webgpu-cts/tools/run_deno"}
195196 # We want to be able to specify where the sandbox is via CHROME_DEVEL_SANDBOX
197 substituteInPlace sandbox/linux/suid/client/setuid_sandbox_host.cc \