Unverified Commit 5d3bded9 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

luaPackages.lua-resty-core: 0.1.31 -> 0.1.32 (#460545)

parents 54db980d 09caabb4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -160,13 +160,13 @@ rec {
    { fetchFromGitHub }:
    buildLuaPackage rec {
      pname = "lua-resty-core";
      version = "0.1.31";
      version = "0.1.32";

      src = fetchFromGitHub {
        owner = "openresty";
        repo = "lua-resty-core";
        rev = "v${version}";
        sha256 = "sha256-WUiBFJ8L8NzSGoEwTAw/iHAzPqJqaOUSFyqGeEf+f94==";
        sha256 = "sha256-ba/ahIl8BDfyXIbaN6zVCh3UwY6JbAqqZEpXktOfeYo=";
      };

      propagatedBuildInputs = [ lua-resty-lrucache ];