Merge pull request #246149 from marsam/update-luau

luau: 0.584 -> 0.588

authored by

figsoda and committed by
GitHub
aacc8f2b 2de3f355

+2 -2
+2 -2
pkgs/development/interpreters/luau/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "luau"; 5 - version = "0.584"; 5 + version = "0.588"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Roblox"; 9 9 repo = "luau"; 10 10 rev = version; 11 - hash = "sha256-yRKx+hKbi9T8O7kFnEmLYbMwhLaiWh0fHRieZzgYPSI="; 11 + hash = "sha256-iRYVmRnEpLBtBJ5EjN88EmWM88FNU4CyFvgnBaqDSz4="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];