Skip to content

Commit d21bd46

Browse files
Update Nix for 0.10.0
1 parent f6fe858 commit d21bd46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/default.nix

Lines changed: 2 additions & 2 deletions
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.9.1";
6+
version = "0.10.0";
77

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

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

0 commit comments

Comments
 (0)