tofu-ls: 0.1.1 -> 0.2.0 (#462292)

This commit is contained in:
Gaétan Lepage
2025-11-16 17:42:15 +00:00
committed by GitHub

View File

@@ -8,20 +8,19 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "tofu-ls"; pname = "tofu-ls";
version = "0.1.1"; version = "0.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "opentofu"; owner = "opentofu";
repo = "tofu-ls"; repo = "tofu-ls";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-VVfr7N3yv/cNtgyJNlzZDyPAioMhQbSgY0+KDkl3SIM="; hash = "sha256-CfaF8HNG1O5clTDZcSMUwAda2hbJbOQJ34GzUSBYqoQ=";
}; };
vendorHash = "sha256-5g0gOexGRGcLfA2XzeD2LlFtwMN92WA4MsdXDObIe/Q="; vendorHash = "sha256-CwfkDqmdG77OojyCM0nLPA8d8ma1+pzIyeQUeQMkXEY=";
ldflags = [ ldflags = [
"-s" "-s"
"-w"
]; ];
checkFlags = checkFlags =