jq-lsp: 0.1.11 -> 0.1.12

This commit is contained in:
R. Ryantm 2025-06-03 00:32:30 +00:00
parent 3603bcb66c
commit 2db2fed53b

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "jq-lsp";
version = "0.1.11";
version = "0.1.12";
src = fetchFromGitHub {
owner = "wader";
repo = "jq-lsp";
tag = "v${version}";
hash = "sha256-jnHM3VSfi0KioNmXlkjVIlV7/7bKipEvpnV+z13+59Y=";
hash = "sha256-rq6AZsRwCWCIqLH78mOAA2tWa66ys78hRCxnNSXxegc=";
};
vendorHash = "sha256-8sZGnoP7l09ZzLJqq8TUCquTOPF0qiwZcFhojUnnEIY=";