inxi: 3.3.40-1 -> 3.3.41-1
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user