inxi: 3.3.40-1 -> 3.3.41-1 (#538586)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-10 16:06:40 +00:00
committed by GitHub
+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 = [