···21in
22stdenv.mkDerivation rec {
23 pname = "clightning";
24- version = "0.11.1";
2526 src = fetchurl {
27 url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
28- sha256 = "0vsh6gpv3458pfc5cggay9pw7bxjzyxpcniks9b2s3y1rxwk15xi";
29 };
3031 # when building on darwin we need dawin.cctools to provide the correct libtool
···21in
22stdenv.mkDerivation rec {
23 pname = "clightning";
24+ version = "0.11.2";
2526 src = fetchurl {
27 url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
28+ sha256 = "09qqfnj809dpwar9ijm3ic5cv4019hsnvh2h6sfpdqp1smf9igxs";
29 };
3031 # when building on darwin we need dawin.cctools to provide the correct libtool