Skip to content

Commit bb9f72d

Browse files
r-ryantmzowoq
authored andcommitted
opentofu: 1.8.7 -> 1.8.8
1 parent e0e8116 commit bb9f72d

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.7";
18+
version = "1.8.8";
1919

2020
src = fetchFromGitHub {
2121
owner = "opentofu";
2222
repo = "opentofu";
2323
rev = "v${version}";
24-
hash = "sha256-OLXR9aA94KcIsZxk8gOZxZsljMKuymScuYcoj9W5Hj4=";
24+
hash = "sha256-qH08gSQijn/o+YlMUXKdNaSY8lBk0u/pN28TBcevDvE=";
2525
};
2626

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

0 commit comments

Comments
 (0)