Merge pull request #248600 from marsam/update-luau

luau: 0.589 -> 0.590
This commit is contained in:
Mario Rodas
2023-08-12 06:41:12 -05:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "luau";
version = "0.589";
version = "0.590";
src = fetchFromGitHub {
owner = "Roblox";
repo = "luau";
rev = version;
hash = "sha256-q36mWkZgzms+dYZ++S9MwnRYxUXBtRxiECOxX886eVw=";
hash = "sha256-ZVe4SCx6/IC039CL+ngNIQShNi9V6XQh62gpbcoK/tM=";
};
nativeBuildInputs = [ cmake ];