Merge pull request #255141 from jonasnick/clightning-23.08.1

clightning: 23.08 -> 23.08.1

authored by Pavol Rusnak and committed by GitHub 639e7964 c5aab69e

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