Merge pull request #196663 from r-ryantm/auto-update/tio

tio: 2.1 -> 2.3
This commit is contained in:
Bobby Rong
2022-11-05 21:51:34 +08:00
committed by GitHub
+4 -4
View File
@@ -1,17 +1,17 @@
{ lib, stdenv, fetchFromGitHub, meson, ninja, cmake, pkg-config, inih, bash-completion }:
{ lib, stdenv, fetchFromGitHub, meson, ninja, pkg-config, inih, bash-completion }:
stdenv.mkDerivation rec {
pname = "tio";
version = "2.1";
version = "2.3";
src = fetchFromGitHub {
owner = "tio";
repo = "tio";
rev = "v${version}";
hash = "sha256-1GKwJylC57es2zM0ON3y4DLgJ7Q6bDYZW/L49U8GBLo=";
hash = "sha256-BjA9Zl6JcgDxTj4KPiWItSq9XuX9FJkpZnhdMBGZQpQ=";
};
nativeBuildInputs = [ meson ninja cmake pkg-config inih bash-completion ];
nativeBuildInputs = [ meson ninja pkg-config inih bash-completion ];
meta = with lib; {
description = "Serial console TTY";