Skip to content

Commit cd4b019

Browse files
authored
jq-lsp: 0.1.10 -> 0.1.11 (NixOS#366035)
2 parents d184fdb + 72840e1 commit cd4b019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/jq/jq-lsp/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55

66
buildGoModule rec {
77
pname = "jq-lsp";
8-
version = "0.1.10";
8+
version = "0.1.11";
99

1010
src = fetchFromGitHub {
1111
owner = "wader";
1212
repo = "jq-lsp";
1313
rev = "refs/tags/v${version}";
14-
hash = "sha256-s+219cldEZ3ylP+qDycl8LXfiwatoJMJfueVFtQGA6M=";
14+
hash = "sha256-jnHM3VSfi0KioNmXlkjVIlV7/7bKipEvpnV+z13+59Y=";
1515
};
1616

1717
vendorHash = "sha256-8sZGnoP7l09ZzLJqq8TUCquTOPF0qiwZcFhojUnnEIY=";

0 commit comments

Comments
 (0)