opentofu: 1.6.0-beta5 -> 1.6.0-rc1
Diff: https://github.com/opentofu/opentofu/compare/v1.6.0-beta5...v1.6.0-rc1 Changelog: https://github.com/opentofu/opentofu/blob/v1.6.0-rc1/CHANGELOG.md
This commit is contained in:
parent
389b3f4ad2
commit
e34f3ea768
1 changed files with 2 additions and 2 deletions
|
@ -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=";
|
||||
|
|
Loading…
Reference in a new issue