ats2: bump

This commit is contained in:
Shea Levy 2014-09-20 02:15:42 -04:00
parent 4cb2357782
commit d9716fb642

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "ats2-${version}";
version = "0.1.2";
version = "0.1.3";
src = fetchurl {
url = "mirror://sourceforge/ats2-lang/ATS2-Postiats-${version}.tgz";
sha256 = "1266hl03d4w13qrimq6jsxcmw1mjivl27l3lhf9ddqlz0vy97j6a";
sha256 = "157k703zsdf0gr7mwz08rdldfgwfsm5ipg36xcc8092fcjs5ryqp";
};
buildInputs = [ gmp ];