Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #248600 from marsam/update-luau

luau: 0.589 -> 0.590

authored by Mario Rodas and committed by GitHub 2cd6171b 4fbd779c

+2 -2
+2 -2
pkgs/development/interpreters/luau/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "luau"; 5 - version = "0.589"; 5 + version = "0.590"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "Roblox"; 9 9 repo = "luau"; 10 10 rev = version; 11 - hash = "sha256-q36mWkZgzms+dYZ++S9MwnRYxUXBtRxiECOxX886eVw="; 11 + hash = "sha256-ZVe4SCx6/IC039CL+ngNIQShNi9V6XQh62gpbcoK/tM="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];