luau: 0.691 -> 0.692

This commit is contained in:
Sizhe Zhao
2025-09-20 10:29:46 +08:00
parent 31c1c19e48
commit 019cef79ed
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau";
version = "0.691";
version = "0.692";
src = fetchFromGitHub {
owner = "luau-lang";
repo = "luau";
tag = finalAttrs.version;
hash = "sha256-rqdxnwrvzCWU+A6+VFiffNvUV76s6gIJ//IbhB1BFos=";
hash = "sha256-GMpSXCiM9QznRAfAsGF+UuzyqS84vGkEy6EZPObRUMk=";
};
nativeBuildInputs = [ cmake ];