Skip to content

Commit

Permalink
Update Nix for 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduchesne committed Oct 20, 2022
1 parent f6fe858 commit d21bd46
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.9.1";
version = "0.10.0";

ldflags = ''
-X main.version=${version}
'';
src = lib.cleanSource ../.;
vendorSha256 = "sha256-tsVevkMHuCv70A9Ohg9L+ghH5+v52X4sToI4bMlDzzo=";
vendorSha256 = "sha256-imFr4N/YmpwjVZSCBHG7cyJt4RKTn+T7VPdL8R/ba5o=";

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

0 comments on commit d21bd46

Please sign in to comment.