Unverified Commit a18fe126 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #290633 from NickCao/tofu

opentofu: 1.6.1 -> 1.6.2
parents 81814c06 55af7e23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@
let
  package =  buildGoModule rec {
    pname = "opentofu";
    version = "1.6.1";
    version = "1.6.2";

    src = fetchFromGitHub {
      owner = "opentofu";
      repo = "opentofu";
      rev = "v${version}";
      hash = "sha256-wEDxZtmC+SLIYbN+mGTmefcD6VZu87E9E0XhiJPGmK0=";
      hash = "sha256-CYiwn2NDIAx30J8tmbrV45dbCIGoA3U+yBdMj4RX5Ho=";
    };

    vendorHash = "sha256-kSm5RZqQRgbmPaKt5IWmuMhHwAu+oJKTX1q1lbE7hWk=";