clightning: 0.8.2.1 -> 0.9.0

This commit is contained in:
R. RyanTM 2020-08-10 04:32:39 +00:00
parent c9c957d476
commit d4c6ffaf34

View File

@ -4,11 +4,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "clightning";
version = "0.8.2.1";
version = "0.9.0";
src = fetchurl {
url = "https://github.com/ElementsProject/lightning/releases/download/v${version}/clightning-v${version}.zip";
sha256 = "02incjr59fv75q6hlrln9h4b5gq7ipd778scbz8b8dahj7x1a6i5";
sha256 = "11ig5bqxvhx82gq9nl7c5iqaf3x8xbwfx7cf2318pyqdimz4r1v6";
};
enableParallelBuilding = true;