Skip to content

Commit

Permalink
mercury: 20.01.2 -> 20.06
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 9, 2020
1 parent 6eeb612 commit 178b807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/mercury/default.nix
Expand Up @@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
pname = "mercury";
version = "20.01.2";
version = "20.06";

src = fetchurl {
url = "https://dl.mercurylang.org/release/mercury-srcdist-${version}.tar.gz";
sha256 = "084ml6kswgaqjgmib3gq7zjnqsimz3f35w13ff6z0dv4d9csmq4m";
sha256 = "1gkr9w8lsdzqykqwd3f1a1phsqv090648i14ilhv8jdg85frdimr";
};

buildInputs = [ gcc flex bison texinfo jdk erlang makeWrapper
Expand Down

0 comments on commit 178b807

Please sign in to comment.