Merge pull request #252955 from marsam/update-luau

luau: 0.592 -> 0.593
This commit is contained in:
Mario Rodas 2023-09-02 12:07:52 -05:00 committed by GitHub
commit d4492b5839
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "luau"; pname = "luau";
version = "0.592"; version = "0.593";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Roblox"; owner = "Roblox";
repo = "luau"; repo = "luau";
rev = version; rev = version;
hash = "sha256-S0Sr28jPnFBurLlCCj3BzTLh7yvzEPlR0MAUz7cDf1k="; hash = "sha256-12C/MH0wICnW1GpQ/gBcSNx80noMioMNFolXIsHtEi0=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];