luau: 0.674 -> 0.676 (#411649)

This commit is contained in:
Wolfgang Walther 2025-06-01 20:29:30 +00:00 committed by GitHub
commit 96f5a74133
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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