inxi: 3.2.00-1 -> 3.2.01-1

This commit is contained in:
Michael Weiss 2020-12-18 13:07:30 +01:00
parent 40199cd3d8
commit 7ad0bc5bd6
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -22,13 +22,13 @@ let
++ recommendedDisplayInformationPrograms; ++ recommendedDisplayInformationPrograms;
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "inxi"; pname = "inxi";
version = "3.2.00-1"; version = "3.2.01-1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "smxi"; owner = "smxi";
repo = "inxi"; repo = "inxi";
rev = version; rev = version;
sha256 = "0hfhjfd8rzaabs0wbj390ybmig3gxymfi4gs4xbjvvwvg8fzdc0y"; sha256 = "15bakrv3jzj5h88c3bd0cfhh6hb8b4hm79924k1ygn29sqzgyw65";
}; };
buildInputs = [ perl makeWrapper ]; buildInputs = [ perl makeWrapper ];