Merge pull request #257107 from hzeller/20230924-update-tio

tio: 2.6 -> 2.7
This commit is contained in:
Nick Cao 2023-10-02 09:45:08 -04:00 committed by GitHub
commit 4b786de439
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.6";
version = "2.7";
src = fetchFromGitHub {
owner = "tio";
repo = "tio";
rev = "v${version}";
hash = "sha256-cYCkf9seaWcjrW0aDz+5FexfnTtiO3KQ1aX4OgG62Ug=";
hash = "sha256-SGOxy0gyR2RQn5sj28RPhDNmESd7LhNj9nlOoCZSEJs=";
};
strictDeps = true;