about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-02 13:45:41 -0400
committerGitHub <noreply@github.com>2024-05-02 13:45:41 -0400
commit31cf6d1a2debefa1e09ce45bb61e23394ff69ab9 (patch)
tree566581e7dd11f25504e654e8f57a7f8254dde8fe
parent7b40057fe86d3eb15071febeb593f03686b79c17 (diff)
parent1f2e876fd7203935eaaaadd101a163afcd1e0a0c (diff)
Merge pull request #308566 from NixOS/backport-290633-to-release-23.11
[Backport release-23.11] opentofu: 1.6.1 -> 1.6.2
-rw-r--r--pkgs/applications/networking/cluster/opentofu/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/opentofu/default.nix b/pkgs/applications/networking/cluster/opentofu/default.nix
index a094513652ff..5bf396ffe977 100644
--- a/pkgs/applications/networking/cluster/opentofu/default.nix
+++ b/pkgs/applications/networking/cluster/opentofu/default.nix
@@ -14,13 +14,13 @@
 let
   package =  buildGoModule rec {
     pname = "opentofu";
-    version = "1.6.1";
+    version = "1.6.2";
 
     src = fetchFromGitHub {
       owner = "opentofu";
       repo = "opentofu";
       rev = "v${version}";
-      hash = "sha256-wEDxZtmC+SLIYbN+mGTmefcD6VZu87E9E0XhiJPGmK0=";
+      hash = "sha256-CYiwn2NDIAx30J8tmbrV45dbCIGoA3U+yBdMj4RX5Ho=";
     };
     vendorHash = "sha256-kSm5RZqQRgbmPaKt5IWmuMhHwAu+oJKTX1q1lbE7hWk=";
     ldflags = [ "-s" "-w" "-X" "github.com/opentofu/opentofu/version.dev=no" ];