jsonnet-language-server: 0.9.1 -> 0.10.0

authored by

R. Ryantm and committed by
Bobby Rong
782f2134 c2b0054f

+3 -3
+3 -3
pkgs/development/tools/jsonnet-language-server/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "jsonnet-language-server"; 5 - version = "0.9.1"; 5 + version = "0.10.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "grafana"; 9 9 repo = "jsonnet-language-server"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-JNRMV52sSA45lp1UdJ4wBGrhlGIFhYHhgZU0lop1HcI="; 11 + sha256 = "sha256-RpjLIz5lfdWULTDTMDVYvTTSaQWvYbvpxvs4L5UldjM="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-tsVevkMHuCv70A9Ohg9L+ghH5+v52X4sToI4bMlDzzo="; 14 + vendorSha256 = "sha256-imFr4N/YmpwjVZSCBHG7cyJt4RKTn+T7VPdL8R/ba5o="; 15 15 16 16 ldflags = [ 17 17 "-s -w -X 'main.version=${version}'"