Skip to content

Commit

Permalink
Update Nix
Browse files Browse the repository at this point in the history
  • Loading branch information
julienduchesne committed Sep 12, 2022
1 parent 7938ac0 commit 3df7d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with pkgs;
buildGoModule rec {
pname = "jsonnet-language-server";
version = "0.8.0";
version = "0.9.1";

This comment has been minimized.

Copy link
@pschyska

pschyska Sep 14, 2022

@julienduchesne
I'm getting a hash mismatch now, do you have to bump https://github.com/grafana/jsonnet-language-server/blob/main/nix/default.nix#L12 as well?

error: hash mismatch in fixed-output derivation '/nix/store/xjbgqfxr9kbjn4896fv0x6ridxb7wy77-jsonnet-language-server-0.9.1-go-modules.drv':
         specified: sha256-tsVevkMHuCv70A9Ohg9L+ghH5+v52X4sToI4bMlDzzo=
            got:    sha256-r4Vn/vpPLPKBBbz6euTl1/sCxmUoRIZeW0oFYr0fGas=
error: 1 dependencies of derivation '/nix/store/2c4j3x3dynqwdlfwxq95mlmkwdllqmdw-jsonnet-language-server-0.9.1.drv' failed to build

This comment has been minimized.

Copy link
@pschyska

pschyska Sep 23, 2022

update: nix build github:grafana/jsonnet-language-server/v0.9.1?dir=nix works. It's just an issue on the master branch appearently. That's fine for me


ldflags = ''
-X main.version=${version}
Expand Down

0 comments on commit 3df7d72

Please sign in to comment.