tio: 1.30 -> 1.31

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tio/versions.
This commit is contained in:
R. RyanTM 2018-07-10 21:56:20 -07:00
parent 2698bb461f
commit d662aed7a4

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "tio-${version}";
version = "1.30";
version = "1.31";
src = fetchzip {
url = "https://github.com/tio/tio/archive/v${version}.tar.gz";
sha256 = "1cyjy1jg2s32h1jkb99qb79sxkxh92niiyig0vysr14m4xnw01mr";
sha256 = "1164ida1vxvm0z76nmkk2d5y9i3wj8rni9sl1mid6c09gi4k2slk";
};
nativeBuildInputs = [ autoreconfHook ];