Skip to content

Commit 5e0063f

Browse files
Release 0.6.4
1 parent ebcf5d8 commit 5e0063f

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

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

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

nix/release

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ vendorSha256="$(NIX_PATH="nixpkgs=https://github.com/nixos/nixpkgs/archive/nixos
2525

2626
sed -i \
2727
-e "s/version =.*;/version = \"${1}\";/" \
28-
-e "s/vendorSha256 =.*;/vendorSha256 = \"${vendorSha256}\";/" \
28+
-e "s~vendorSha256 =.*;~vendorSha256 = \"${vendorSha256}\";~" \
2929
default.nix

0 commit comments

Comments
 (0)