We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fe858 commit d21bd46Copy full SHA for d21bd46
nix/default.nix
@@ -3,13 +3,13 @@
3
with pkgs;
4
buildGoModule rec {
5
pname = "jsonnet-language-server";
6
- version = "0.9.1";
+ version = "0.10.0";
7
8
ldflags = ''
9
-X main.version=${version}
10
'';
11
src = lib.cleanSource ../.;
12
- vendorSha256 = "sha256-tsVevkMHuCv70A9Ohg9L+ghH5+v52X4sToI4bMlDzzo=";
+ vendorSha256 = "sha256-imFr4N/YmpwjVZSCBHG7cyJt4RKTn+T7VPdL8R/ba5o=";
13
14
meta = with lib; {
15
description = "A Language Server Protocol server for Jsonnet";
0 commit comments