luau: 0.681 -> 0.682

This commit is contained in:
R. Ryantm 2025-07-13 02:29:18 +00:00
parent 9805973355
commit 66048acc1e

View File

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