Merge pull request #301587 from r-ryantm/auto-update/helm-ls

helm-ls: 0.0.10 -> 0.0.14
This commit is contained in:
Weijia Wang 2024-04-05 02:52:29 +02:00 committed by GitHub
commit 12d313ab39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];