Loading pkgs/tools/system/inxi/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -22,14 +22,14 @@ let ++ recommendedDisplayInformationPrograms; in stdenv.mkDerivation rec { pname = "inxi"; version = "3.3.34-1"; version = "3.3.35-1"; src = fetchFromGitea { domain = "codeberg.org"; owner = "smxi"; repo = "inxi"; rev = version; hash = "sha256-CAZxQmESCBQ2kpDAbUIkky/eY8KLBsfCJvhOiZjV6Po="; hash = "sha256-wWG/fs+tZIiFI+dcqfwXeh9RxT2zJDiAZoizhAAu60Q="; }; nativeBuildInputs = [ makeWrapper ]; Loading Loading
pkgs/tools/system/inxi/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -22,14 +22,14 @@ let ++ recommendedDisplayInformationPrograms; in stdenv.mkDerivation rec { pname = "inxi"; version = "3.3.34-1"; version = "3.3.35-1"; src = fetchFromGitea { domain = "codeberg.org"; owner = "smxi"; repo = "inxi"; rev = version; hash = "sha256-CAZxQmESCBQ2kpDAbUIkky/eY8KLBsfCJvhOiZjV6Po="; hash = "sha256-wWG/fs+tZIiFI+dcqfwXeh9RxT2zJDiAZoizhAAu60Q="; }; nativeBuildInputs = [ makeWrapper ]; Loading