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

Merge pull request #262757 from marsam/update-luau

luau: 0.598 -> 0.600
parents 840bfc40 b0365a28
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.598";
  version = "0.600";

  src = fetchFromGitHub {
    owner = "Roblox";
    repo = "luau";
    rev = version;
    hash = "sha256-B3ggPrhvq1kYmclmuomi6PhXIwN8GKBzbKRLIjH0pac=";
    hash = "sha256-fu4ALQ6mpxSQAWdz6zzcHRC4Z5ykVB0G7e2QzpHt8K8=";
  };

  nativeBuildInputs = [ cmake ];