lightning: 2.2.1 -> 2.2.2

This commit is contained in:
R. Ryantm 2023-05-07 12:58:06 +00:00 committed by Anderson Torres
parent e040aab156
commit ccebd7e0fe

View File

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