Commit 11750d73 authored by R. RyanTM's avatar R. RyanTM Committed by zowoq
Browse files

opentofu: 1.10.0 -> 1.10.2

parent 166dd6f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@
let
  package = buildGoModule rec {
    pname = "opentofu";
    version = "1.10.0";
    version = "1.10.2";

    src = fetchFromGitHub {
      owner = "opentofu";
      repo = "opentofu";
      tag = "v${version}";
      hash = "sha256-4/Z09iJK37ofWKLQ9+uUitkcGfMBTYzunOOeDZjrDOM=";
      hash = "sha256-kRIj6M5/HfuzYrFV9ygyZsbVrHqvmqPo40XLcsNg7fU=";
    };

    vendorHash = "sha256-npMGiUIDhp4n7nKMWeyq+TDggU1xm5RzQrGOxvzWcnI=";