luau: 0.698 -> 0.699

This commit is contained in:
R. Ryantm
2025-11-11 09:00:21 +00:00
parent ffd468f28a
commit 1f201816b0
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau";
version = "0.698";
version = "0.699";
src = fetchFromGitHub {
owner = "luau-lang";
repo = "luau";
tag = finalAttrs.version;
hash = "sha256-OfOBbO1FHLEvqeCo8cojVpMPZl6pjWF5z+BL2uffwIU=";
hash = "sha256-EuhLQwj+1bxNK9E0DdfsBpsqbkZHQUrtyejn5bfErKg=";
};
nativeBuildInputs = [ cmake ];