tofu-ls: 0.4.1 -> 0.4.2 (#518767)
This commit is contained in:
@@ -8,13 +8,15 @@
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "tofu-ls";
|
||||
version = "0.4.1";
|
||||
version = "0.4.2";
|
||||
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "opentofu";
|
||||
repo = "tofu-ls";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-C38Iqk+1TplSeoZcdhskdtGYUqK1ABtInXQkPDnGCsg=";
|
||||
hash = "sha256-B7y22tmD8PLO4FRI0rskffRQAZu8Kvi8TyzmjCYsWs8=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-Uq/4rd3OvCBhp53MEMLiWL/V6hkygwdBLSN8Wzwqoew=";
|
||||
@@ -48,6 +50,7 @@ buildGoModule (finalAttrs: {
|
||||
meta = {
|
||||
description = "OpenTofu Language Server";
|
||||
homepage = "https://github.com/opentofu/tofu-ls";
|
||||
changelog = "https://github.com/opentofu/tofu-ls/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ GaetanLepage ];
|
||||
mainProgram = "tofu-ls";
|
||||
|
||||
Reference in New Issue
Block a user