Merge pull request #250143 from marsam/update-luau

luau: 0.590 -> 0.591
This commit is contained in:
Matthias Beyer 2023-08-19 18:17:04 +02:00 committed by GitHub
commit 94d1355413
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "luau";
version = "0.590";
version = "0.591";
src = fetchFromGitHub {
owner = "Roblox";
repo = "luau";
rev = version;
hash = "sha256-ZVe4SCx6/IC039CL+ngNIQShNi9V6XQh62gpbcoK/tM=";
hash = "sha256-eCYB+B5bglUcF+xAAHBWwwgDrvY9NatmcwL/GUnIhOk=";
};
nativeBuildInputs = [ cmake ];