about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-07 09:18:57 -0500
committerGitHub <noreply@github.com>2023-12-07 09:18:57 -0500
commitf24cdf12c69fed4d7c9252b7f2a8beffcb4986b9 (patch)
tree26c9a3ec06006504cb4f818a163ed2aaa9249cf5
parent46e35b98e78b72128a56ed9810dd1a31adcac908 (diff)
parente8785ceaafc835b6a24b24da39dd3c2e97e6c153 (diff)
Merge pull request #272602 from NickCao/opentofu
opentofu: 1.6.0-beta1 -> 1.6.0-beta2
-rw-r--r--pkgs/applications/networking/cluster/opentofu/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/opentofu/default.nix b/pkgs/applications/networking/cluster/opentofu/default.nix
index ab960b7526ee4..c3f4a9b108fe0 100644
--- a/pkgs/applications/networking/cluster/opentofu/default.nix
+++ b/pkgs/applications/networking/cluster/opentofu/default.nix
@@ -14,15 +14,15 @@
 let
   package =  buildGoModule rec {
     pname = "opentofu";
-    version = "1.6.0-beta1";
+    version = "1.6.0-beta2";
 
     src = fetchFromGitHub {
       owner = "opentofu";
       repo = "opentofu";
       rev = "v${version}";
-      hash = "sha256-bOZzMraJ1Bc5CauYkJLH4riCOhAbZlXh9TdBjJsp4Ds=";
+      hash = "sha256-zUMRjUcFIgLgNcUp+I48dDyncI4cjup4+HMXxxJdXU4=";
     };
-    vendorHash = "sha256-T67VFtAsw6Dn+Ma0znwaa53GvzmrNLFoU17rCeJehKw=";
+    vendorHash = "sha256-kSm5RZqQRgbmPaKt5IWmuMhHwAu+oJKTX1q1lbE7hWk=";
     ldflags = [ "-s" "-w" ];
 
     postConfigure = ''