about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/interpreters/luajit/2.1.nix
blob: 87976a45dfe1790d82b2b0dbd4b8e09ba51e7690 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ self, callPackage }:
callPackage ./default.nix {
  inherit self;
  owner = "LuaJIT";
  repo = "LuaJIT";
  version = "2.1.0-2021-06-25";
  rev = "e957737650e060d5bf1c2909b741cc3dffe073ac";
  isStable = false;
  sha256 = "04i7n5xdd1nci4mv2p6bv71fq5b1nkswz12hcgirsxqbnkrlbbcj";
}