luau: 0.680 -> 0.681 (#422464)

This commit is contained in:
Aleksana 2025-07-05 02:02:16 +08:00 committed by GitHub
commit cc0851f978
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau";
version = "0.680";
version = "0.681";
src = fetchFromGitHub {
owner = "luau-lang";
repo = "luau";
tag = finalAttrs.version;
hash = "sha256-CMQC11NkNq+dzHcPM/YFLdr/EWkqy3zaDc6W1EX32D4=";
hash = "sha256-pqKvh08AybuVATNQOzV14wI0GsOVzxskgeol1JA9dg8=";
};
nativeBuildInputs = [ cmake ];