tio: 2.1 -> 2.3

This commit is contained in:
R. Ryantm
2022-11-02 16:18:14 +00:00
parent c020d94ff9
commit 7f38631b79
+2 -2
View File
@@ -2,13 +2,13 @@
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 ];