luau: 0.621 -> 0.661 (#382279)

This commit is contained in:
Wolfgang Walther
2025-02-25 19:44:23 +01:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "luau";
version = "0.621";
version = "0.661";
src = fetchFromGitHub {
owner = "luau-lang";
repo = "luau";
rev = version;
hash = "sha256-bkuYYGYcnMwQDK81ZH+74hA4XaQfVFMWvAKpy+ODCak=";
hash = "sha256-a4kJdUl1cOUFko45qZgmpiks8ufBIli4JhiiifK/FNA=";
};
nativeBuildInputs = [ cmake ];