tofu-ls: 0.1.1 -> 0.2.0

This commit is contained in:
R. Ryantm
2025-11-16 16:18:24 +00:00
committed by Gaetan Lepage
parent 5dec4550e8
commit 2e009dcb89

View File

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