Skip to content

Commit

Permalink
jq-lsp: 0.1.10 -> 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Dec 18, 2024
1 parent 6083c9e commit 72840e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/jq/jq-lsp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
Expand Down

0 comments on commit 72840e1

Please sign in to comment.