From 5cdb92fd1b88536523d98fac73111bf629e9c354 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Thu, 14 Sep 2023 16:21:37 +0000 Subject: clightning: 23.08 -> 23.08.1 --- pkgs/applications/blockchains/clightning/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/blockchains/clightning') diff --git a/pkgs/applications/blockchains/clightning/default.nix b/pkgs/applications/blockchains/clightning/default.nix index 160f1c245e9bb..0efa0c0652ea7 100644 --- a/pkgs/applications/blockchains/clightning/default.nix +++ b/pkgs/applications/blockchains/clightning/default.nix @@ -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 -- cgit 1.4.1