Commit 92bb2a1f authored by Riccardo Casatta's avatar Riccardo Casatta
Browse files

clightning: 24.11.1 -> 25.02.1

parent 1a11438b
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -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
@@ -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 = ''