1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

lightning: 2.1.2 -> 2.1.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lightning/versions
This commit is contained in:
R. RyanTM 2019-09-27 08:07:01 -07:00
parent 96ac71d680
commit ae650d2c02

View file

@ -4,11 +4,11 @@ with stdenv.lib;
stdenv.mkDerivation rec {
pname = "lightning";
version = "2.1.2";
version = "2.1.3";
src = fetchurl {
url = "mirror://gnu/lightning/${pname}-${version}.tar.gz";
sha256 = "0sbs2lm8b9in2m8d52zf0x9gpp40x6r7sl6sha92yq3pr78rwa4v";
sha256 = "1jgxbq2cm51dzi3zhz38mmgwdcgs328mfl8iviw8dxn6dn36p1gd";
};
checkInputs = [ libopcodes ];