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

tio: 2.4 -> 2.5
This commit is contained in:
Jörg Thalheim 2022-12-19 21:04:05 +00:00 committed by GitHub
commit b8f2820420
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.4";
version = "2.5";
src = fetchFromGitHub {
owner = "tio";
repo = "tio";
rev = "v${version}";
hash = "sha256-cRwjg0+p+1u+tdG+skqGWzxwM375P4aUsF4JVGgCXOI=";
hash = "sha256-7mVLfzguQ7eNIFTJMLJyoM+/pveGO88j2JUEOqvnqvk=";
};
nativeBuildInputs = [ meson ninja pkg-config inih bash-completion ];