tcllib: 1.18 -> 1.19

Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.19 with grep in /nix/store/6125kc5ryhd9vxwf6j7bbdv57ajsi2hs-tcllib-1.19
This commit is contained in:
Ryan Mulligan 2018-02-27 17:10:46 -08:00 committed by Frederik Rietdijk
parent d0eb00cf53
commit 69285b5f13

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "tcllib-${version}";
version = "1.18";
version = "1.19";
src = fetchurl {
url = "mirror://sourceforge/tcllib/tcllib-${version}.tar.gz";
sha256 = "05dmrk9qsryah2n17z6z85dj9l9lfyvnsd7faw0p9bs1pp5pwrkj";
sha256 = "173abxaazdmf210v651708ab6h7xhskvd52krxk6ifam337qgzh1";
};
passthru = {