about summary refs log tree commit diff
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2024-01-24 22:47:29 +0100
committerGitHub <noreply@github.com>2024-01-24 22:47:29 +0100
commit6bbf25c59dca07551eb47cc42bb5d4e899cf72aa (patch)
tree79c5aa8aa3c2b8b378e8e3c80229dc923b4b575f
parent525d43ca5206dfc796793a8cd09cdbfc41a30162 (diff)
parentdf844bb3f52640c22fae24ccd77596f754f71d3b (diff)
Merge pull request #283521 from NickCao/opentofu
opentofu: 1.6.0 -> 1.6.1
-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 305d437044e6d..07353d6c3e383 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.0";
+    version = "1.6.1";
 
     src = fetchFromGitHub {
       owner = "opentofu";
       repo = "opentofu";
       rev = "v${version}";
-      hash = "sha256-S/D2qaXdBGEJS1/ihPJAEueUvD2bmqG1hpv+HTXCJSQ=";
+      hash = "sha256-wEDxZtmC+SLIYbN+mGTmefcD6VZu87E9E0XhiJPGmK0=";
     };
 
     vendorHash = "sha256-kSm5RZqQRgbmPaKt5IWmuMhHwAu+oJKTX1q1lbE7hWk=";