about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-14 14:23:44 -0500
committerGitHub <noreply@github.com>2023-11-14 14:23:44 -0500
commitf7ac3fbf4eef7565d95803ae6be0fd7d19be1dfb (patch)
tree40f2bff47911ed73c7ff9827cc288a6bb3439a9e
parenta9b36a5fb3afa8b52fe8d82d86a922dc185cb03a (diff)
parent1a606d8c07389587f795396b955f4193818f8f6e (diff)
Merge pull request #267468 from NickCao/tofu
opentofu: 1.6.0-alpha4 -> 1.6.0-alpha5
-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 228b52e800cbf..bc31e05a6af27 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-alpha4";
+    version = "1.6.0-alpha5";
 
     src = fetchFromGitHub {
       owner = "opentofu";
       repo = "opentofu";
       rev = "v${version}";
-      hash = "sha256-JkYMGD6hNMcMYPXnFUm/6T0EfzeAfG4oQuyqcNv3hVE=";
+      hash = "sha256-nkDDq9/ruiSvACw997DgnswwTVzCaZ5K9oT2bKrBYWA=";
     };
-    vendorHash = "sha256-kE61inSQ8aCFnPf8plVRUJgruSFVOsogJAbI1zvJdb4=";
+    vendorHash = "sha256-mUakrS3d4UXA5XKyuiIUbGsCAiUMwVbYr8UWOyAtA8Y=";
     ldflags = [ "-s" "-w" ];
 
     postConfigure = ''