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:
parent
96ac71d680
commit
ae650d2c02
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user