Merge pull request #179311 from erikarvstedt/clightning-0.11.2

clightning: 0.11.1 -> 0.11.2

authored by Pavol Rusnak and committed by GitHub 88a31c52 4d52e5e8

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