luau: 0.707 -> 0.708

This commit is contained in:
Sizhe Zhao
2026-02-08 00:12:32 +08:00
parent afbde95480
commit dc25e01d00
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau";
version = "0.707";
version = "0.708";
src = fetchFromGitHub {
owner = "luau-lang";
repo = "luau";
tag = finalAttrs.version;
hash = "sha256-YUv40STZs5J+xFo5apbyqOpDB+PO+mYsC93pXmxhW+o=";
hash = "sha256-mGBwpu7KGCcwmLsx+Nv5xSaHxbAosB6P1x1IEz8/PHg=";
};
nativeBuildInputs = [ cmake ];