Skip to content

Commit

Permalink
Update default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduchesne committed May 2, 2023
1 parent df7a9d5 commit 69230fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
with pkgs;
buildGoModule rec {
pname = "jsonnet-language-server";
version = "0.11.0";
version = "0.12.0";

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

meta = with lib; {
description = "A Language Server Protocol server for Jsonnet";
Expand Down

0 comments on commit 69230fe

Please sign in to comment.