jq-lsp: 0.1.10 -> 0.1.11

Diff: https://github.com/wader/jq-lsp/compare/refs/tags/v0.1.10...v0.1.11
This commit is contained in:
Nick Cao
2024-12-17 20:17:38 -05:00
parent 6083c9e1ff
commit 72840e1be7
+2 -2
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=";