about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/interpreters/luajit/openresty.nix
blob: 78e06f46f1d04a2f8197f32e3af2a0a8d05e1a4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ self, callPackage }:
callPackage ./default.nix rec {
  inherit self;
  owner = "openresty";
  repo = "luajit2";
  version = "2.1-20210510";
  rev = "v${version}";
  isStable = true;
  sha256 = "1h21w5axwka2j9jb86yc69qrprcavccyr2qihiw4b76r1zxzalvd";
}