We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7a9d5 commit 69230feCopy full SHA for 69230fe
nix/default.nix
@@ -3,13 +3,13 @@
3
with pkgs;
4
buildGoModule rec {
5
pname = "jsonnet-language-server";
6
- version = "0.11.0";
+ version = "0.12.0";
7
8
ldflags = ''
9
-X main.version=${version}
10
'';
11
src = lib.cleanSource ../.;
12
- vendorSha256 = "sha256-ZyTo79M5nqtqrtTOGanzgHcnSvqCKACacNBWzhYG5nY=";
+ vendorSha256 = "sha256-lC3GAOJ/XVzn+9kk4PnW/7UwqjiXP7DqYmqauwOqQ+k=";
13
14
meta = with lib; {
15
description = "A Language Server Protocol server for Jsonnet";
0 commit comments