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 10 stdenv.mkDerivation (finalAttrs: { 11 pname = "luau"; 12 - version = "0.681"; 13 14 src = fetchFromGitHub { 15 owner = "luau-lang"; 16 repo = "luau"; 17 tag = finalAttrs.version; 18 - hash = "sha256-pqKvh08AybuVATNQOzV14wI0GsOVzxskgeol1JA9dg8="; 19 }; 20 21 nativeBuildInputs = [ cmake ];
··· 9 10 stdenv.mkDerivation (finalAttrs: { 11 pname = "luau"; 12 + version = "0.682"; 13 14 src = fetchFromGitHub { 15 owner = "luau-lang"; 16 repo = "luau"; 17 tag = finalAttrs.version; 18 + hash = "sha256-yHmcUDBgNKcOg6ZW/fP7ZatdkCgG1y1ECRUbnZ7wHZY="; 19 }; 20 21 nativeBuildInputs = [ cmake ];