Unverified Commit 5daba3aa authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #243654 from marsam/update-luau

luau: 0.583 -> 0.584
parents 651a2bb4 ebb9df74
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.583";
  version = "0.584";

  src = fetchFromGitHub {
    owner = "Roblox";
    repo = "luau";
    rev = version;
    hash = "sha256-uyD3j5Xf5pGoqler1oi2IHuvt4xv6rFjQHJpmods4Qc=";
    hash = "sha256-yRKx+hKbi9T8O7kFnEmLYbMwhLaiWh0fHRieZzgYPSI=";
  };

  nativeBuildInputs = [ cmake ];