From e8785ceaafc835b6a24b24da39dd3c2e97e6c153 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Wed, 6 Dec 2023 23:52:34 -0500 Subject: [PATCH] opentofu: 1.6.0-beta1 -> 1.6.0-beta2 Diff: https://github.com/opentofu/opentofu/compare/v1.6.0-beta1...v1.6.0-beta2 Changelog: https://github.com/opentofu/opentofu/blob/v1.6.0-beta2/CHANGELOG.md --- pkgs/applications/networking/cluster/opentofu/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/cluster/opentofu/default.nix b/pkgs/applications/networking/cluster/opentofu/default.nix index ab960b7526ee..c3f4a9b108fe 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 = ''