lightning: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm 2023-03-08 02:54:19 +00:00 committed by Anderson Torres
parent 1bf1f7a75f
commit d315cae1d9

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lightning";
version = "2.2.0";
version = "2.2.1";
src = fetchurl {
url = "mirror://gnu/lightning/${finalAttrs.pname}-${finalAttrs.version}.tar.gz";
hash = "sha256-TjmE/xzPC6MKmFIR1A/FwGsl8BTr3z2A0P49DIDdfA4=";
hash = "sha256-mGcWgdVoR3DMsGoH+juPAypFS9tW6vwY5vqwRFnqPKo=";
};
nativeCheckInputs = [ libopcodes ];