luau: 0.681 -> 0.682 (#424722)

Co-authored-by: HeitorAugustoLN <IAm.HeitorALN@proton.me>

authored by nixpkgs-merge-bot[bot] HeitorAugustoLN and committed by GitHub 9085efd3 1603f246

+2 -2
+2 -2
pkgs/by-name/lu/luau/package.nix
··· 9 9 10 10 stdenv.mkDerivation (finalAttrs: { 11 11 pname = "luau"; 12 - version = "0.681"; 12 + version = "0.682"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "luau-lang"; 16 16 repo = "luau"; 17 17 tag = finalAttrs.version; 18 - hash = "sha256-pqKvh08AybuVATNQOzV14wI0GsOVzxskgeol1JA9dg8="; 18 + hash = "sha256-yHmcUDBgNKcOg6ZW/fP7ZatdkCgG1y1ECRUbnZ7wHZY="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ cmake ];