Bump to ATS-0.2.12

authored by

Artyom Shalkhakov and committed by
Vincent Laporte
82ee506f 1d9d0312

+2 -2
+2 -2
pkgs/development/compilers/ats/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "ats-${version}"; 5 - version = "0.2.11"; 5 + version = "0.2.12"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://sourceforge/ats-lang/ats-lang-anairiats-${version}.tgz"; 9 - sha256 = "0rqykyx5whichx85jr4l4c9fdan0qsdd4kwd7a81k3l07zbd9fc6"; 9 + sha256 = "0l2kj1fzhxwsklwmn5yj2vp9rmw4jg0b18bzwqz72bfi8i39736k"; 10 10 }; 11 11 12 12 # this is necessary because atxt files usually include some .hats files