Loading pkgs/by-name/cl/clightning/package.nix +2 −7 Original line number Diff line number Diff line Loading @@ -28,11 +28,11 @@ let in stdenv.mkDerivation rec { pname = "clightning"; version = "24.11.1"; version = "25.02.1"; src = fetchurl { url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip"; hash = "sha256-FdrD+FA0t90oJnXjUA8oalU7DDjUv70fAteNxbhscgk="; hash = "sha256-0eRLc/bR4sjnNIKzhkX9yVCAoypf1TVhpa884mmVC54="; }; # when building on darwin we need cctools to provide the correct libtool Loading Loading @@ -95,11 +95,6 @@ stdenv.mkDerivation rec { stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64 ) "-Wno-error=gnu-folding-constant"; # The `clnrest` plugin requires a Python environment to run postInstall = '' rm -r $out/libexec/c-lightning/plugins/clnrest ''; meta = with lib; { description = "Bitcoin Lightning Network implementation in C"; longDescription = '' Loading Loading
pkgs/by-name/cl/clightning/package.nix +2 −7 Original line number Diff line number Diff line Loading @@ -28,11 +28,11 @@ let in stdenv.mkDerivation rec { pname = "clightning"; version = "24.11.1"; version = "25.02.1"; src = fetchurl { url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip"; hash = "sha256-FdrD+FA0t90oJnXjUA8oalU7DDjUv70fAteNxbhscgk="; hash = "sha256-0eRLc/bR4sjnNIKzhkX9yVCAoypf1TVhpa884mmVC54="; }; # when building on darwin we need cctools to provide the correct libtool Loading Loading @@ -95,11 +95,6 @@ stdenv.mkDerivation rec { stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64 ) "-Wno-error=gnu-folding-constant"; # The `clnrest` plugin requires a Python environment to run postInstall = '' rm -r $out/libexec/c-lightning/plugins/clnrest ''; meta = with lib; { description = "Bitcoin Lightning Network implementation in C"; longDescription = '' Loading