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

tio: 2.3 -> 2.4
This commit is contained in:
figsoda 2022-12-07 18:24:29 -05:00 committed by GitHub
commit 0df5976ee0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "tio";
version = "2.3";
version = "2.4";
src = fetchFromGitHub {
owner = "tio";
repo = "tio";
rev = "v${version}";
hash = "sha256-BjA9Zl6JcgDxTj4KPiWItSq9XuX9FJkpZnhdMBGZQpQ=";
hash = "sha256-cRwjg0+p+1u+tdG+skqGWzxwM375P4aUsF4JVGgCXOI=";
};
nativeBuildInputs = [ meson ninja pkg-config inih bash-completion ];