Skip to content

Commit

Permalink
moarvm: 2020.07 -> 2020.08
Browse files Browse the repository at this point in the history
  • Loading branch information
stigtsp committed Aug 24, 2020
1 parent d436e93 commit d11c72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/rakudo/moarvm.nix
Expand Up @@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
pname = "moarvm";
version = "2020.07";
version = "2020.08";

src = fetchurl {
url = "https://www.moarvm.org/releases/MoarVM-${version}.tar.gz";
sha256 = "1kzp76vqvny8gpp0b4xg1hg4vih4gmic4w1lddc9gqz03dx8hj6s";
sha256 = "1gq7z4z5lnkai01721waawkkal82sdmyra05nnbfb1986mq5xpiy";
};

buildInputs = [ perl ] ++ stdenv.lib.optionals stdenv.isDarwin [ CoreServices ApplicationServices ];
Expand Down

0 comments on commit d11c72c

Please sign in to comment.