jq-lsp: 0.1.2 -> 0.1.3

This commit is contained in:
R. Ryantm 2024-05-31 11:37:16 +00:00
parent 5f6ccfaad5
commit dc5943e19d

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "jq-lsp";
version = "0.1.2";
version = "0.1.3";
src = fetchFromGitHub {
owner = "wader";
repo = "jq-lsp";
rev = "refs/tags/v${version}";
hash = "sha256-a3ZqVWG7kjWQzL1efrKc4s4D14qD/+6JM26vaduxhWg=";
hash = "sha256-c7uK8WPM/h2PLVLFGeN66SztvzjBCgJje7L14+oErVU=";
};
vendorHash = "sha256-bIe006I1ryvIJ4hC94Ux2YVdlmDIM4oZaK/qXafYYe0=";
vendorHash = "sha256-8sZGnoP7l09ZzLJqq8TUCquTOPF0qiwZcFhojUnnEIY=";
# based on https://github.com/wader/jq-lsp/blob/master/.goreleaser.yml
CGO_ENABLED = 0;