inxi: 3.0.37-1 -> 3.0.38-1

Changed files
+4 -3
pkgs
tools
system
+4 -3
pkgs/tools/system/inxi/default.nix
···
stdenv.mkDerivation rec {
pname = "inxi";
-
version = "3.0.37-1";
src = fetchFromGitHub {
owner = "smxi";
repo = "inxi";
rev = version;
-
sha256 = "15wvj9w601ci3bavd1hk5qlm8dfm7a7cjglczk29yir5yw2jww3f";
};
buildInputs = [ perl makeWrapper ];
···
meta = with stdenv.lib; {
description = "A full featured CLI system information tool";
-
homepage = https://smxi.org/docs/inxi.htm;
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ primeos ];
···
stdenv.mkDerivation rec {
pname = "inxi";
+
version = "3.0.38-1";
src = fetchFromGitHub {
owner = "smxi";
repo = "inxi";
rev = version;
+
sha256 = "1qw3sxgd3ly916bzzl3873s3flngwd3vh57slw0shsj7ivz8bfnm";
};
buildInputs = [ perl makeWrapper ];
···
meta = with stdenv.lib; {
description = "A full featured CLI system information tool";
+
homepage = "https://smxi.org/docs/inxi.htm";
+
changelog = "https://github.com/smxi/inxi/blob/${version}/inxi.changelog";
license = licenses.gpl3Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ primeos ];