Loading pkgs/by-name/cl/clightning/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -29,11 +29,11 @@ let in stdenv.mkDerivation rec { pname = "clightning"; version = "25.09.2"; version = "25.12.1"; src = fetchurl { url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip"; hash = "sha256-iLzVDWTdKkpAjmuyCnSnqyWiv6CgdzQwNTmWZH/x7gM="; hash = "sha256-50rcNH9dXeRezJ3nEW/cRK5uE+IpGoHAzkU3C7p44KY="; }; # when building on darwin we need cctools to provide the correct libtool Loading Loading
pkgs/by-name/cl/clightning/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -29,11 +29,11 @@ let in stdenv.mkDerivation rec { pname = "clightning"; version = "25.09.2"; version = "25.12.1"; src = fetchurl { url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip"; hash = "sha256-iLzVDWTdKkpAjmuyCnSnqyWiv6CgdzQwNTmWZH/x7gM="; hash = "sha256-50rcNH9dXeRezJ3nEW/cRK5uE+IpGoHAzkU3C7p44KY="; }; # when building on darwin we need cctools to provide the correct libtool Loading