moarvm: 2020.12 -> 2021.02
This commit is contained in:
parent
ac465e83d0
commit
8aea46b3d2
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "moarvm";
|
pname = "moarvm";
|
||||||
version = "2020.12";
|
version = "2021.02";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.moarvm.org/releases/MoarVM-${version}.tar.gz";
|
url = "https://www.moarvm.org/releases/MoarVM-${version}.tar.gz";
|
||||||
sha256 = "18iys1bdb92asggrsz7sg1hh76j7kq63c3fgg33fnla18qf4z488";
|
sha256 = "08ri9mvbk97qfxcy6lj4cb7j3a789ck052m2vqfhis3vkrkw780r";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ perl ] ++ lib.optionals stdenv.isDarwin [ CoreServices ApplicationServices ];
|
buildInputs = [ perl ] ++ lib.optionals stdenv.isDarwin [ CoreServices ApplicationServices ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user