Unverified Commit 703ce2db authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #297672 from r-ryantm/auto-update/z-lua

z-lua: 1.8.17 -> 1.8.18
parents 69108873 a83b8fa0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "z-lua";
  version = "1.8.17";
  version = "1.8.18";

  src = fetchFromGitHub {
    owner = "skywind3000";
    repo = "z.lua";
    rev = version;
    sha256 = "sha256-zhhrRTteKv6VvTbM7ao2Z3nWRN181nqLLcOA+qi88fc=";
    sha256 = "sha256-QSwZhdBXO+x4vcwRnZjdYdIdWW0Nfu0oImftUgm4wyo=";
  };

  dontBuild = true;