luau: 0.737 -> 0.738

This commit is contained in:
R. Ryantm
2026-09-17 17:43:55 +00:00
parent 891305c469
commit 1fa335e8e6

View File

@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "luau";
version = "0.737";
version = "0.738";
src = fetchFromGitHub {
owner = "luau-lang";
repo = "luau";
tag = finalAttrs.version;
hash = "sha256-+vcYzvCSJcZsvqK4EaA03hdj3VXND2V+Jh9d8+2Prss=";
hash = "sha256-l7Cy1xngaE4sYNty2de4a9dG4WHzORI/uwhLqUNCuI0=";
};
nativeBuildInputs = [ cmake ];