Unverified Commit cf874d03 authored by isabel's avatar isabel Committed by GitHub
Browse files

luau: 0.670 -> 0.671 (#401913)

parents 06a3db75 a21ef345
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "luau";
  version = "0.670";
  version = "0.671";

  src = fetchFromGitHub {
    owner = "luau-lang";
    repo = "luau";
    rev = version;
    hash = "sha256-3iRQJ3v8MyW9LZiaEAkRFubFBdPxg7EEzXYqzbKspFY=";
    hash = "sha256-iiIQKXByHuGCH5ypr7uSAcABaQagLw008Z0HRCsREIM=";
  };

  nativeBuildInputs = [ cmake ];