summaryrefslogtreecommitdiffstats
path: root/pkgs/development/compilers/ats2
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-09-20 02:15:42 -0400
committerShea Levy <shea@shealevy.com>2014-09-20 02:15:42 -0400
commitd9716fb64285e0c1a01eb7179c4a8d13da39e853 (patch)
tree6a5e6b0911b6e998fe45117ec581a3fdaf7ca6ee /pkgs/development/compilers/ats2
parent4cb23577826f82ea7d3a4101347e1a874f89d31e (diff)
ats2: bump
Diffstat (limited to 'pkgs/development/compilers/ats2')
-rw-r--r--pkgs/development/compilers/ats2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ats2/default.nix b/pkgs/development/compilers/ats2/default.nix
index b77c7e476676..07a4ceefd4d2 100644
--- a/pkgs/development/compilers/ats2/default.nix
+++ b/pkgs/development/compilers/ats2/default.nix
@@ -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 ];