Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-02-10 00:35:16 +00:00
committed by GitHub
22 changed files with 66 additions and 96 deletions
+2 -2
View File
@@ -22,13 +22,13 @@ let
++ recommendedDisplayInformationPrograms;
in stdenv.mkDerivation rec {
pname = "inxi";
version = "3.3.00-1";
version = "3.3.01-1";
src = fetchFromGitHub {
owner = "smxi";
repo = "inxi";
rev = version;
sha256 = "sha256-P1AYo4Ao9lDxJXyZd64wBxNgQIvEcT00ThjtcB2v52I=";
sha256 = "sha256-wY9wsxBByxqy9qk/7UoKiUSpFGS1rFpdyTs3ig6OJRs=";
};
buildInputs = [ perl makeWrapper ];