helm-ls: 0.0.10 -> 0.0.14

This commit is contained in:
R. Ryantm 2024-04-04 15:56:37 +00:00
parent ed607387c4
commit a772017767

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "helm-ls";
version = "0.0.10";
version = "0.0.14";
src = fetchFromGitHub {
owner = "mrjosh";
repo = "helm-ls";
rev = "v${version}";
hash = "sha256-m+kr1NIrWqQGbWxOOu2mbPEk3AQPt8KqsByylUanbTM=";
hash = "sha256-h6s4mQgahFkGHiFcSS+HjUKzOT4x82UQMR19JWX09n0=";
};
vendorHash = "sha256-8mSX7fwgxwZ8aIXfv3WxLiVH5PjSFzcxM0oekod84tA=";
vendorHash = "sha256-pV1FYhBLP0goetSr9v9iqXbeFTUHLdiIQ3ixqOsmp+Q=";
nativeBuildInputs = [ installShellFiles ];