Loading pkgs/applications/blockchains/clightning/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -22,11 +22,11 @@ let in stdenv.mkDerivation rec { pname = "clightning"; version = "23.08"; version = "23.08.1"; src = fetchurl { url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip"; sha256 = "sha256-kersWWGytZmdVbpgezrWyjfb4jeG5dShk/CUb5hpiqA="; sha256 = "sha256-Pongzgr+VMrp8nrpnR0QCarMWUBPPjTdoebvpWrSy6w="; }; # when building on darwin we need dawin.cctools to provide the correct libtool Loading Loading
pkgs/applications/blockchains/clightning/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -22,11 +22,11 @@ let in stdenv.mkDerivation rec { pname = "clightning"; version = "23.08"; version = "23.08.1"; src = fetchurl { url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip"; sha256 = "sha256-kersWWGytZmdVbpgezrWyjfb4jeG5dShk/CUb5hpiqA="; sha256 = "sha256-Pongzgr+VMrp8nrpnR0QCarMWUBPPjTdoebvpWrSy6w="; }; # when building on darwin we need dawin.cctools to provide the correct libtool Loading