tio: 3.6 -> 3.7

This commit is contained in:
R. Ryantm 2024-08-31 16:27:44 +00:00
parent 658d2c49e9
commit 2409bf60d6

View File

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