We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a15053 + 4ae5e65 commit 8089e6bCopy full SHA for 8089e6b
pkgs/by-name/op/opentofu/package.nix
@@ -15,16 +15,16 @@
15
let
16
package = buildGoModule rec {
17
pname = "opentofu";
18
- version = "1.8.6";
+ version = "1.8.7";
19
20
src = fetchFromGitHub {
21
owner = "opentofu";
22
repo = "opentofu";
23
rev = "v${version}";
24
- hash = "sha256-yJCUWRAntye3Dx2a+s/gNVa+XuCQak24TnFjSY+/3zc=";
+ hash = "sha256-OLXR9aA94KcIsZxk8gOZxZsljMKuymScuYcoj9W5Hj4=";
25
};
26
27
- vendorHash = "sha256-MHdEY2nlUGTKybMPran5mTXlAlTFilfrY5K2sMlPe5U=";
+ vendorHash = "sha256-6M/uqwhNruIPx5srbimKuDJaFiZkyosoZQXWjxa6GxY=";
28
ldflags = [
29
"-s"
30
"-w"
0 commit comments