about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorBrandon Elam Barker <beb82@cornell.edu>2018-03-08 19:15:54 +0000
committerBrandon Elam Barker <beb82@cornell.edu>2018-03-08 19:15:54 +0000
commit56bfad192ad9d7e6a2b8e0f67a1135734a67631e (patch)
tree9726d242c4a1e3f0284e4140c82cc62f5d434c83 /pkgs/development/compilers
parentf468f356b0124eb725cb2f8343cd545c336a14a9 (diff)
downloadnixlib-56bfad192ad9d7e6a2b8e0f67a1135734a67631e.tar
nixlib-56bfad192ad9d7e6a2b8e0f67a1135734a67631e.tar.gz
nixlib-56bfad192ad9d7e6a2b8e0f67a1135734a67631e.tar.bz2
nixlib-56bfad192ad9d7e6a2b8e0f67a1135734a67631e.tar.lz
nixlib-56bfad192ad9d7e6a2b8e0f67a1135734a67631e.tar.xz
nixlib-56bfad192ad9d7e6a2b8e0f67a1135734a67631e.tar.zst
nixlib-56bfad192ad9d7e6a2b8e0f67a1135734a67631e.zip
bumping ATS2 version form 0.3.7 to 0.3.9
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/ats2/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/ats2/default.nix b/pkgs/development/compilers/ats2/default.nix
index 6c523ebb4f14..579af7a8d232 100644
--- a/pkgs/development/compilers/ats2/default.nix
+++ b/pkgs/development/compilers/ats2/default.nix
@@ -3,11 +3,11 @@
 , withContrib ? true }:
 
 let
-  versionPkg = "0.3.7" ;
+  versionPkg = "0.3.9" ;
 
   contrib = fetchurl {
     url = "mirror://sourceforge/ats2-lang/ATS2-Postiats-contrib-${versionPkg}.tgz" ;
-    sha256 = "1w59ir9ij5bvvnxj6fb1rvzycfqa57i31wmpwawxbsb10bqwzyr6";
+    sha256 = "627bb99ecf2e3d5976f95f2faa13c7c330726601e8bb05a2113c9b69c98749b5";
   };
 
   postInstallContrib = stdenv.lib.optionalString withContrib
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://sourceforge/ats2-lang/ATS2-Postiats-${version}.tgz";
-    sha256 = "19nxyi39fn42sp38kl14a6pvbxq9wr8y405wx0zz7mqb77r0m0h5";
+    sha256 = "c69a7c58964df26227e77656659129ca4c05205d2ebcacc7084edba818fb6e81";
   };
 
   buildInputs = [ gmp ];