tio: 3.5 -> 3.6

This commit is contained in:
R. Ryantm 2024-07-25 09:50:46 +00:00
parent 289eafaaf0
commit 4eeb9299af

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tio";
version = "3.5";
version = "3.6";
src = fetchFromGitHub {
owner = "tio";
repo = "tio";
rev = "v${finalAttrs.version}";
hash = "sha256-3d3TYHSERIQdw+Iw6qCydGpWRpWrhZwb4SnwV1nVtIk=";
hash = "sha256-1NXp94AQOgMNKf+P2eJ6ifUhWSqIYllVeCraBO2pHxQ=";
};
strictDeps = true;