luau-lsp: 1.53.2 -> 1.53.3 (#442260)

authored by Jörg Thalheim and committed by GitHub d4c00d4d b2ba46d8

+2 -2
+2 -2
pkgs/by-name/lu/luau-lsp/package.nix
··· 9 10 stdenv.mkDerivation (finalAttrs: { 11 pname = "luau-lsp"; 12 - version = "1.53.2"; 13 14 src = fetchFromGitHub { 15 owner = "JohnnyMorganz"; 16 repo = "luau-lsp"; 17 tag = finalAttrs.version; 18 - hash = "sha256-7dEYtL+ouvSbQ7B2gcgpwcPSFLIQ4ZYvHXgpFkNilms="; 19 fetchSubmodules = true; 20 }; 21
··· 9 10 stdenv.mkDerivation (finalAttrs: { 11 pname = "luau-lsp"; 12 + version = "1.53.3"; 13 14 src = fetchFromGitHub { 15 owner = "JohnnyMorganz"; 16 repo = "luau-lsp"; 17 tag = finalAttrs.version; 18 + hash = "sha256-JO0RVrixjJWCQTVHIU/rcf78QyIb1rYGXP8+mnTpmvg="; 19 fetchSubmodules = true; 20 }; 21