Skip to content

Commit 69230fe

Browse files
Update default.nix
1 parent df7a9d5 commit 69230fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
with pkgs;
44
buildGoModule rec {
55
pname = "jsonnet-language-server";
6-
version = "0.11.0";
6+
version = "0.12.0";
77

88
ldflags = ''
99
-X main.version=${version}
1010
'';
1111
src = lib.cleanSource ../.;
12-
vendorSha256 = "sha256-ZyTo79M5nqtqrtTOGanzgHcnSvqCKACacNBWzhYG5nY=";
12+
vendorSha256 = "sha256-lC3GAOJ/XVzn+9kk4PnW/7UwqjiXP7DqYmqauwOqQ+k=";
1313

1414
meta = with lib; {
1515
description = "A Language Server Protocol server for Jsonnet";

0 commit comments

Comments
 (0)