Merge pull request #289450 from marsam/update-luau

luau: 0.612 -> 0.613

authored by Mario Rodas and committed by GitHub a3b43b41 752e2561

+2 -2
+2 -2
pkgs/development/interpreters/luau/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "luau"; 5 - version = "0.612"; 6 7 src = fetchFromGitHub { 8 owner = "luau-lang"; 9 repo = "luau"; 10 rev = version; 11 - hash = "sha256-m7HIQIF6hiSg7Ho+QxMGEpKeoF7I6OWnzJZKRPP4BcM="; 12 }; 13 14 nativeBuildInputs = [ cmake ];
··· 2 3 stdenv.mkDerivation rec { 4 pname = "luau"; 5 + version = "0.613"; 6 7 src = fetchFromGitHub { 8 owner = "luau-lang"; 9 repo = "luau"; 10 rev = version; 11 + hash = "sha256-L7D3NsTvPVf/s7FCljdrkHK3uSX12FIOpzZ66ullDIk="; 12 }; 13 14 nativeBuildInputs = [ cmake ];