opentofu: 1.8.6 -> 1.8.7 (#362110)

This commit is contained in:
zowoq 2024-12-06 19:58:35 +10:00 committed by GitHub
commit 8089e6b43a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,16 +15,16 @@
let
package = buildGoModule rec {
pname = "opentofu";
version = "1.8.6";
version = "1.8.7";
src = fetchFromGitHub {
owner = "opentofu";
repo = "opentofu";
rev = "v${version}";
hash = "sha256-yJCUWRAntye3Dx2a+s/gNVa+XuCQak24TnFjSY+/3zc=";
hash = "sha256-OLXR9aA94KcIsZxk8gOZxZsljMKuymScuYcoj9W5Hj4=";
};
vendorHash = "sha256-MHdEY2nlUGTKybMPran5mTXlAlTFilfrY5K2sMlPe5U=";
vendorHash = "sha256-6M/uqwhNruIPx5srbimKuDJaFiZkyosoZQXWjxa6GxY=";
ldflags = [
"-s"
"-w"