luau: 0.661 -> 0.662 (#385814)

This commit is contained in:
Yueh-Shun Li
2025-03-03 03:20:27 +08:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "luau";
version = "0.661";
version = "0.662";
src = fetchFromGitHub {
owner = "luau-lang";
repo = "luau";
rev = version;
hash = "sha256-a4kJdUl1cOUFko45qZgmpiks8ufBIli4JhiiifK/FNA=";
hash = "sha256-vlXN9MVkFCPRNSdreZoFzQ39mdaDEPWsjK4KxphkfLw=";
};
nativeBuildInputs = [ cmake ];