Skip to content

Commit

Permalink
mercury: 14.01.1 -> 20.01.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 5, 2020
1 parent 7399c59 commit b2bda57
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 = "14.01.1";
version = "20.01.1";

src = fetchurl {
url = "https://dl.mercurylang.org/release/mercury-srcdist-${version}.tar.gz";
sha256 = "12z8qi3da8q50mcsjsy5bnr4ia6ny5lkxvzy01a3c9blgbgcpxwq";
sha256 = "0vxp9f0jmr228n13p6znhbxncav6ay0bnl4ypy6r3lw5lh7z172p";
};

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

0 comments on commit b2bda57

Please sign in to comment.