Skip to content

Commit

Permalink
Merge pull request #100196 from thalesmg/update-ats2-0.4.1
Browse files Browse the repository at this point in the history
ats2: 0.3.13 -> 0.4.1
  • Loading branch information
marsam committed Oct 11, 2020
2 parents f688b89 + 8a3ae55 commit d7eafce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/compilers/ats2/default.nix
Expand Up @@ -3,11 +3,11 @@
, withContrib ? true }:

let
versionPkg = "0.3.13" ;
versionPkg = "0.4.1" ;

contrib = fetchurl {
url = "mirror://sourceforge/ats2-lang/ATS2-Postiats-contrib-${versionPkg}.tgz";
sha256 = "5f64172b2df08c8563b01febc32b582b2d7b59c0c514bd2beb727e69bb8e24ee";
sha256 = "184m4hz2xszhcfc6w9fw9qibhmcvgjmikwfwkb345xypr59jm93d";
};

postInstallContrib = stdenv.lib.optionalString withContrib
Expand All @@ -31,7 +31,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "mirror://sourceforge/ats2-lang/ATS2-Postiats-gmp-${version}.tgz";
sha256 = "0056ff5bfa55c9b9831dce004e7b1b9e7a98d56a9d8ae49d827f9fd0ef823c23";
sha256 = "0c4nqp6yzmpj0mcpg7ibmwyqi8hjw3sza8myvy4nzq3fa6wldy5l";
};

buildInputs = [ gmp ];
Expand Down

0 comments on commit d7eafce

Please sign in to comment.