lol

postgres-lsp: 2023-09-21 -> 2023-10-20

Diff: https://github.com/supabase/postgres_lsp/compare/f25f23a683c4e14dea52e3e423584588ab349081...88901a987de9a2d8db05c36bcd87c5c877b51460

+5 -13
+5 -13
pkgs/development/tools/language-servers/postgres-lsp/default.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "postgres-lsp"; 9 - version = "unstable-2023-09-21"; 9 + version = "unstable-2023-10-20"; 10 10 11 - src = (fetchFromGitHub { 11 + src = fetchFromGitHub { 12 12 owner = "supabase"; 13 13 repo = "postgres_lsp"; 14 - rev = "f25f23a683c4e14dea52e3e423584588ab349081"; 15 - hash = "sha256-z8WIUfgnPYdzhBit1V6A5UktjoYCblTKXxwpbHOmFJA="; 14 + rev = "88901a987de9a2d8db05c36bcd87c5c877b51460"; 15 + hash = "sha256-HY83SO2dlXKamIqFEz53A8YDYx9EynX8FCX9EjF+tdw="; 16 16 fetchSubmodules = true; 17 - }).overrideAttrs { 18 - # workaround to be able to fetch git@github.com submodules 19 - # https://github.com/NixOS/nixpkgs/issues/195117 20 - env = { 21 - GIT_CONFIG_COUNT = 1; 22 - GIT_CONFIG_KEY_0 = "url.https://github.com/.insteadOf"; 23 - GIT_CONFIG_VALUE_0 = "git@github.com:"; 24 - }; 25 17 }; 26 18 27 - cargoHash = "sha256-Nyxiere6/e5Y7YcgHitVkaiS1w3JXkbohIcBNc00YXY="; 19 + cargoHash = "sha256-m8m0Q3UAq6kV2IoXMFTkP0WKzSXiWPkfOkta639dcj0="; 28 20 29 21 nativeBuildInputs = [ 30 22 protobuf