clightning: 25.05 -> 25.09 (#442672)

authored by Pavol Rusnak and committed by GitHub 5a164c25 5807e95f

+2 -2
+2 -2
pkgs/by-name/cl/clightning/package.nix
··· 29 29 in 30 30 stdenv.mkDerivation rec { 31 31 pname = "clightning"; 32 - version = "25.05"; 32 + version = "25.09"; 33 33 34 34 src = fetchurl { 35 35 url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip"; 36 - hash = "sha256-ANYzpjVw9kGdsNvXW1A7sEug9utGmJTab87SqJSdgAc="; 36 + hash = "sha256-qX9EZHuDtEcYCU8YOMbHTo3JDAAJ8nc6N7F/+AAEpn4="; 37 37 }; 38 38 39 39 # when building on darwin we need cctools to provide the correct libtool