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

Merge pull request #289450 from marsam/update-luau

luau: 0.612 -> 0.613
parents 752e2561 f04eaa26
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.612";
  version = "0.613";

  src = fetchFromGitHub {
    owner = "luau-lang";
    repo = "luau";
    rev = version;
    hash = "sha256-m7HIQIF6hiSg7Ho+QxMGEpKeoF7I6OWnzJZKRPP4BcM=";
    hash = "sha256-L7D3NsTvPVf/s7FCljdrkHK3uSX12FIOpzZ66ullDIk=";
  };

  nativeBuildInputs = [ cmake ];