luau: 0.666 -> 0.667 (#395949)

This commit is contained in:
Wolfgang Walther 2025-04-06 16:24:05 +00:00 committed by GitHub
commit f61d62bff4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "luau";
version = "0.666";
version = "0.667";
src = fetchFromGitHub {
owner = "luau-lang";
repo = "luau";
rev = version;
hash = "sha256-++4PwlCxNq31T0UQUHcvrUnY/ADdnQCtekGiGTPRmv0=";
hash = "sha256-AEPUdqQ+uIWxSTOwwbZ8tWSz3VKKHa1D08o6oeEREkg=";
};
nativeBuildInputs = [ cmake ];