Skip to content

Commit 8089e6b

Browse files
authored
opentofu: 1.8.6 -> 1.8.7 (NixOS#362110)
2 parents 0a15053 + 4ae5e65 commit 8089e6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/op/opentofu/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
let
1616
package = buildGoModule rec {
1717
pname = "opentofu";
18-
version = "1.8.6";
18+
version = "1.8.7";
1919

2020
src = fetchFromGitHub {
2121
owner = "opentofu";
2222
repo = "opentofu";
2323
rev = "v${version}";
24-
hash = "sha256-yJCUWRAntye3Dx2a+s/gNVa+XuCQak24TnFjSY+/3zc=";
24+
hash = "sha256-OLXR9aA94KcIsZxk8gOZxZsljMKuymScuYcoj9W5Hj4=";
2525
};
2626

27-
vendorHash = "sha256-MHdEY2nlUGTKybMPran5mTXlAlTFilfrY5K2sMlPe5U=";
27+
vendorHash = "sha256-6M/uqwhNruIPx5srbimKuDJaFiZkyosoZQXWjxa6GxY=";
2828
ldflags = [
2929
"-s"
3030
"-w"

0 commit comments

Comments
 (0)