inxi: 3.3.40-1 -> 3.3.41-1

This commit is contained in:
nick-linux8
2026-07-05 01:28:00 -04:00
parent 0eb539e656
commit 8e2bae4b5f
+2 -2
View File
@@ -64,13 +64,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "inxi";
version = "3.3.40-1";
version = "3.3.41-1";
src = fetchFromCodeberg {
owner = "smxi";
repo = "inxi";
tag = finalAttrs.version;
hash = "sha256-GpXfLLJhM4L9TB8Qw38uaCCwtCmBYg9nrVC001kDckc=";
hash = "sha256-JIBBYLpWKawmAEOVr7YoC6oBQdtlYuQcLFlt/ltswpc=";
};
nativeBuildInputs = [