luau: 0.664 -> 0.666 (#392622)

This commit is contained in:
Weijia Wang
2025-03-29 23:26:11 +01:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "luau";
version = "0.664";
version = "0.666";
src = fetchFromGitHub {
owner = "luau-lang";
repo = "luau";
rev = version;
hash = "sha256-VmeUO7zkBG0NojzpnfR+eVzoRhNpJh+7HwEunL/Ylqw=";
hash = "sha256-++4PwlCxNq31T0UQUHcvrUnY/ADdnQCtekGiGTPRmv0=";
};
nativeBuildInputs = [ cmake ];