luau: 0.667 -> 0.670

This commit is contained in:
Sizhe Zhao
2025-04-19 12:29:45 +08:00
parent fb88002868
commit f46ca77b4e
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "luau";
version = "0.667";
version = "0.670";
src = fetchFromGitHub {
owner = "luau-lang";
repo = "luau";
rev = version;
hash = "sha256-AEPUdqQ+uIWxSTOwwbZ8tWSz3VKKHa1D08o6oeEREkg=";
hash = "sha256-3iRQJ3v8MyW9LZiaEAkRFubFBdPxg7EEzXYqzbKspFY=";
};
nativeBuildInputs = [ cmake ];