Skip to content

Commit 9708978

Browse files
update vendor sha signature and bump version in flake (#121)
1 parent 1d94a47 commit 9708978

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

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

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

0 commit comments

Comments
 (0)