···28in
29stdenv.mkDerivation rec {
30 pname = "clightning";
31- version = "25.02.1";
3233 src = fetchurl {
34 url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
35- hash = "sha256-0eRLc/bR4sjnNIKzhkX9yVCAoypf1TVhpa884mmVC54=";
36 };
3738 # when building on darwin we need cctools to provide the correct libtool
···28in
29stdenv.mkDerivation rec {
30 pname = "clightning";
31+ version = "25.02.2";
3233 src = fetchurl {
34 url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
35+ hash = "sha256-2wp9o1paWJWfxIvm9BDnsKX3GDUXKaPkpB89cwb6Oj8=";
36 };
3738 # when building on darwin we need cctools to provide the correct libtool