about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-12-20 13:20:10 +1000
committerGitHub <noreply@github.com>2023-12-20 13:20:10 +1000
commit7dbe085eb6870dc0b729254c987f626c2a6e71d7 (patch)
treec193f2b3f908b75a4848cc765933477f391696a7 /pkgs/applications/networking/cluster
parentcee313f5cab746d0efa45fddfd0a3a0f3edc5a7b (diff)
parente34f3ea768747085a60a4a9466af5e3f5f16df47 (diff)
Merge pull request #275449 from NickCao/opentofu
opentofu: 1.6.0-beta5 -> 1.6.0-rc1
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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 4507a03e0b63b..735c37084efa9 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-beta5";
+    version = "1.6.0-rc1";
 
     src = fetchFromGitHub {
       owner = "opentofu";
       repo = "opentofu";
       rev = "v${version}";
-      hash = "sha256-RHAhftoqGs9ZoO+NGvZ0AAvT5UWRKzV7cHX1/qVCAMU=";
+      hash = "sha256-3aNK0i0LrFmDT6JEvlYggIPC+DsilUtkrcp8E0w8FO8=";
     };
 
     vendorHash = "sha256-kSm5RZqQRgbmPaKt5IWmuMhHwAu+oJKTX1q1lbE7hWk=";