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

Merge pull request #225492 from r-ryantm/auto-update/stripe-cli

stripe-cli: 1.13.12 -> 1.14.0
parents 9b6eaee1 40ccdecb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "stripe-cli";
  version = "1.13.12";
  version = "1.14.0";

  src = fetchFromGitHub {
    owner = "stripe";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-Zk7Mt2ffhuVT3RB+ZeBRIBybIfEO9AQ4LNVmWU2FutU=";
    hash = "sha256-c7zfovUZMerUMbjrDPTTMuhzVKSA7VT7VYWy6MhSf88=";
  };
  vendorHash = "sha256-rjYV69BWkqIkgyeauAo4KEfbB7cxnwn3VSjLrMrCu1c=";

@@ -29,7 +29,7 @@ buildGoModule rec {
    rm pkg/cmd/resources_test.go
    rm pkg/cmd/root_test.go

    # TODO: no clue why it's broken (1.13.12), remove for now.
    # TODO: no clue why it's broken (1.14.0), remove for now.
    rm pkg/login/client_login_test.go
    rm pkg/git/editor_test.go
    rm pkg/rpcservice/sample_create_test.go