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

Merge pull request #296330 from marsam/update-luau

luau: 0.616 -> 0.617
parents 1a30c85c f22c47bc
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.616";
  version = "0.617";

  src = fetchFromGitHub {
    owner = "luau-lang";
    repo = "luau";
    rev = version;
    hash = "sha256-MmyVBriesSXxMw1KLvRbNhTUKZFCCV3BawAKmGMnhfs=";
    hash = "sha256-5lWEihumXSyBsEOOb/oIz7NTgbdcI9C58m9h/d0MPRk=";
  };

  nativeBuildInputs = [ cmake ];