luau: 0.690 -> 0.691

This commit is contained in:
Sizhe Zhao
2025-09-16 11:54:21 +08:00
parent 1543ecffbd
commit 907237de15
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau";
version = "0.690";
version = "0.691";
src = fetchFromGitHub {
owner = "luau-lang";
repo = "luau";
tag = finalAttrs.version;
hash = "sha256-9Ql2hwzDMODc6+hSQStArmwmdG31682gGRqNRxWfmT0=";
hash = "sha256-rqdxnwrvzCWU+A6+VFiffNvUV76s6gIJ//IbhB1BFos=";
};
nativeBuildInputs = [ cmake ];