jq-lsp: 0.1.10 -> 0.1.11 (#366035)

This commit is contained in:
Philip Taron
2024-12-17 21:46:11 -08:00
committed by GitHub

View File

@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "jq-lsp";
version = "0.1.10";
version = "0.1.11";
src = fetchFromGitHub {
owner = "wader";
repo = "jq-lsp";
rev = "refs/tags/v${version}";
hash = "sha256-s+219cldEZ3ylP+qDycl8LXfiwatoJMJfueVFtQGA6M=";
hash = "sha256-jnHM3VSfi0KioNmXlkjVIlV7/7bKipEvpnV+z13+59Y=";
};
vendorHash = "sha256-8sZGnoP7l09ZzLJqq8TUCquTOPF0qiwZcFhojUnnEIY=";