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

tio: 2.5 -> 2.6
This commit is contained in:
Nick Cao
2023-06-21 23:29:27 -06:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "tio";
version = "2.5";
version = "2.6";
src = fetchFromGitHub {
owner = "tio";
repo = "tio";
rev = "v${version}";
hash = "sha256-7mVLfzguQ7eNIFTJMLJyoM+/pveGO88j2JUEOqvnqvk=";
hash = "sha256-cYCkf9seaWcjrW0aDz+5FexfnTtiO3KQ1aX4OgG62Ug=";
};
strictDeps = true;