···22in
23stdenv.mkDerivation rec {
24 pname = "clightning";
25- version = "23.08";
2627 src = fetchurl {
28 url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
29- sha256 = "sha256-kersWWGytZmdVbpgezrWyjfb4jeG5dShk/CUb5hpiqA=";
30 };
3132 # when building on darwin we need dawin.cctools to provide the correct libtool
···22in
23stdenv.mkDerivation rec {
24 pname = "clightning";
25+ version = "23.08.1";
2627 src = fetchurl {
28 url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
29+ sha256 = "sha256-Pongzgr+VMrp8nrpnR0QCarMWUBPPjTdoebvpWrSy6w=";
30 };
3132 # when building on darwin we need dawin.cctools to provide the correct libtool