summary refs log tree commit diff
path: root/pkgs/tools/system/inxi
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2020-08-13 14:39:38 +0200
committerMichael Weiss <dev.primeos@gmail.com>2020-08-13 14:39:05 +0200
commit4c6743c79cfa04693e4bee86c915fab5462894c5 (patch)
tree9eee907045c82f547a5c5d55eef7162b20c8ea7c /pkgs/tools/system/inxi
parentd228d3f2053e77ea4073b43c434bf02787ab60a1 (diff)
downloadnixpkgs-4c6743c79cfa04693e4bee86c915fab5462894c5.tar
nixpkgs-4c6743c79cfa04693e4bee86c915fab5462894c5.tar.gz
nixpkgs-4c6743c79cfa04693e4bee86c915fab5462894c5.tar.bz2
nixpkgs-4c6743c79cfa04693e4bee86c915fab5462894c5.tar.lz
nixpkgs-4c6743c79cfa04693e4bee86c915fab5462894c5.tar.xz
nixpkgs-4c6743c79cfa04693e4bee86c915fab5462894c5.tar.zst
nixpkgs-4c6743c79cfa04693e4bee86c915fab5462894c5.zip
inxi: 3.1.05-2 -> 3.1.05-4
Diffstat (limited to 'pkgs/tools/system/inxi')
-rw-r--r--pkgs/tools/system/inxi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/inxi/default.nix b/pkgs/tools/system/inxi/default.nix
index a513a68c5f0..3f1e2d9a059 100644
--- a/pkgs/tools/system/inxi/default.nix
+++ b/pkgs/tools/system/inxi/default.nix
@@ -22,13 +22,13 @@ let
     ++ recommendedDisplayInformationPrograms;
 in stdenv.mkDerivation rec {
   pname = "inxi";
-  version = "3.1.05-2";
+  version = "3.1.05-4";
 
   src = fetchFromGitHub {
     owner = "smxi";
     repo = "inxi";
     rev = version;
-    sha256 = "1a7nl2wk49yz5hcrph692xh5phv1mdg1m5cbvgv3ya12c6r32pa2";
+    sha256 = "10x3rjydc9mlbfysj5mc6z9yfnhp9wllbza2cmjb1fz0x72rfrv7";
   };
 
   buildInputs = [ perl makeWrapper ];