Unverified Commit 1b0f325a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #221859 from marsam/update-luau

luau: 0.567 -> 0.568
parents dc4e414a 114cb72c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "luau";
  version = "0.567";
  version = "0.568";

  src = fetchFromGitHub {
    owner = "Roblox";
    repo = "luau";
    rev = version;
    hash = "sha256-x1P9/TZUU/XITH1/8NtPXzM46fwk0VxHNphlWqzhoog=";
    hash = "sha256-ToNAduAKc4gJqO+fMZ2ZT43lnobonytdaSN5Yh0Q6A8=";
  };

  nativeBuildInputs = [ cmake ];