luau: 0.674 -> 0.676

This commit is contained in:
Sizhe Zhao 2025-05-28 14:09:31 +08:00
parent aeb017b583
commit f2d0de946c
No known key found for this signature in database
GPG key ID: ED1807251A7DA08F

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau";
version = "0.674";
version = "0.676";
src = fetchFromGitHub {
owner = "luau-lang";
repo = "luau";
tag = finalAttrs.version;
hash = "sha256-9HdrwFbjeRwYXVIm6JtqT+HI0ZFJDm9//kvuU25u5Qo=";
hash = "sha256-Zmg1ah5um9ByBTvuDTrEBg1V2qlrg7AQcOlJvK5u/cg=";
};
nativeBuildInputs = [ cmake ];