0e58393738
/cc roundup issues: #96821, #96828. The diff upstream is fairly small, so let me trust Mike Pall on this. Both versions get a pair of commits that seem to address the CVE https://github.com/LuaJIT/LuaJIT/issues/603 and 2.1 additionally gets one other small commit.
9 lines
207 B
Nix
9 lines
207 B
Nix
{ self, callPackage }:
|
|
callPackage ./default.nix {
|
|
inherit self;
|
|
version = "2.1.0-2020-08-27";
|
|
rev = "ff1e72a";
|
|
isStable = false;
|
|
sha256 = "0rlh5y48jbxnamr3a5i3szzh7y9ycvq052rw6m82gdhrb1jlamdz";
|
|
}
|