luau: 0.676 -> 0.677

This commit is contained in:
Sizhe Zhao 2025-06-07 13:23:27 +08:00
parent c45db15d59
commit 6e151442ac
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.676";
version = "0.677";
src = fetchFromGitHub {
owner = "luau-lang";
repo = "luau";
tag = finalAttrs.version;
hash = "sha256-Zmg1ah5um9ByBTvuDTrEBg1V2qlrg7AQcOlJvK5u/cg=";
hash = "sha256-cX0WoiK1CZBwPrQfYSJAGcQzM91Trn3PGsQigGX8jds=";
};
nativeBuildInputs = [ cmake ];