tio: 2.5 -> 2.6

This commit is contained in:
R. Ryantm 2023-06-22 02:59:42 +00:00
parent 43be38bd78
commit 38d8504d3f

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "tio"; pname = "tio";
version = "2.5"; version = "2.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tio"; owner = "tio";
repo = "tio"; repo = "tio";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-7mVLfzguQ7eNIFTJMLJyoM+/pveGO88j2JUEOqvnqvk="; hash = "sha256-cYCkf9seaWcjrW0aDz+5FexfnTtiO3KQ1aX4OgG62Ug=";
}; };
strictDeps = true; strictDeps = true;