luau: 0.701 -> 0.702

This commit is contained in:
R. Ryantm
2025-12-07 15:43:04 +00:00
parent 6aca194abb
commit ca798e3f5f
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau";
version = "0.701";
version = "0.702";
src = fetchFromGitHub {
owner = "luau-lang";
repo = "luau";
tag = finalAttrs.version;
hash = "sha256-8Zla+iPARPPbNN3l7Bc96KguhxboPYj21yVYC0u6LlY=";
hash = "sha256-XHktbCz70b3+o66vq1AKBKbZbmHIyT+1Usub82hSvc0=";
};
nativeBuildInputs = [ cmake ];