Skip to content

Commit 62d3cfd

Browse files
Bump nix to 0.7.2
1 parent 8071d99 commit 62d3cfd

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.6.4";
6+
version = "0.7.2";
77

88
ldflags = ''
99
-X main.version=${version}
1010
'';
1111
src = lib.cleanSource ../.;
12-
vendorSha256 = "sha256-DvAJwWfDqMxMNicerHa7fUGuT3/BEOAJ3PhKnQcIvFg=";
12+
vendorSha256 = "sha256-UEQogVVlTVnSRSHH2koyYaR9l50Rn3075opieK5Fu7I=";
1313

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

0 commit comments

Comments
 (0)