about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-11 09:02:10 -0500
committerGitHub <noreply@github.com>2023-11-11 09:02:10 -0500
commit2281a3e3ac3f2f6c7538c323da582a87f19f180a (patch)
tree89553f8162ffe564ae01fa3e6a1c55664cc793e2
parente0036cd69602064071a17d1301eaffdea1959164 (diff)
parent81c7c198b5bdb4dc12e03e34a8a794a742e6aab3 (diff)
Merge pull request #266768 from marsam/update-opentofu
opentofu: 1.6.0-alpha3 -> 1.6.0-alpha4
-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 1a27df9b36dd9..228b52e800cbf 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-alpha3";
+    version = "1.6.0-alpha4";
 
     src = fetchFromGitHub {
       owner = "opentofu";
       repo = "opentofu";
       rev = "v${version}";
-      hash = "sha256-D95YzliadhhcOx8gW+lhECiYBtezsS8rj0Tz/29azlA=";
+      hash = "sha256-JkYMGD6hNMcMYPXnFUm/6T0EfzeAfG4oQuyqcNv3hVE=";
     };
-    vendorHash = "sha256-SbGdmPTJRSMDhqg0GEfdiQ+2Uw7xmz0Kcyrr1ANlKo4=";
+    vendorHash = "sha256-kE61inSQ8aCFnPf8plVRUJgruSFVOsogJAbI1zvJdb4=";
     ldflags = [ "-s" "-w" ];
 
     postConfigure = ''