We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8071d99 commit 62d3cfdCopy full SHA for 62d3cfd
nix/default.nix
@@ -3,13 +3,13 @@
3
with pkgs;
4
buildGoModule rec {
5
pname = "jsonnet-language-server";
6
- version = "0.6.4";
+ version = "0.7.2";
7
8
ldflags = ''
9
-X main.version=${version}
10
'';
11
src = lib.cleanSource ../.;
12
- vendorSha256 = "sha256-DvAJwWfDqMxMNicerHa7fUGuT3/BEOAJ3PhKnQcIvFg=";
+ vendorSha256 = "sha256-UEQogVVlTVnSRSHH2koyYaR9l50Rn3075opieK5Fu7I=";
13
14
meta = with lib; {
15
description = "A Language Server Protocol server for Jsonnet";
0 commit comments