tio: 1.31 -> 1.32

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-11-08 12:14:48 -08:00
parent a054d74507
commit 1bb7496d2e
1 changed files with 2 additions and 2 deletions

View File

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