jq-lsp: 0.1.12 -> 0.1.13

This commit is contained in:
R. Ryantm
2025-06-21 01:34:19 +00:00
parent b539eb9595
commit 2efec44c61
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "jq-lsp";
version = "0.1.12";
version = "0.1.13";
src = fetchFromGitHub {
owner = "wader";
repo = "jq-lsp";
tag = "v${version}";
hash = "sha256-rq6AZsRwCWCIqLH78mOAA2tWa66ys78hRCxnNSXxegc=";
hash = "sha256-Oa9MuE6nUaxAlKeFnx4qjPldDfmLrbBraFkUsp5K5gY=";
};
vendorHash = "sha256-8sZGnoP7l09ZzLJqq8TUCquTOPF0qiwZcFhojUnnEIY=";