Unverified Commit 7a16ed2a authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

stripe-cli: 1.27.0 -> 1.28.0 (#421946)

parents f98f3cbf 09da18ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "stripe-cli";
  version = "1.27.0";
  version = "1.28.0";

  src = fetchFromGitHub {
    owner = "stripe";
    repo = "stripe-cli";
    rev = "v${version}";
    hash = "sha256-tV76A1qnsaj3Zp9W9aMrmvVVWjxgjUUkIwNSxdLaakk=";
    hash = "sha256-bMJ5KY6eIdCiAXmk8UWIWPI1CtePo+j83USTpouw4h4=";
  };
  vendorHash = "sha256-T8vrEbR240ihkLDG4vu0s+MxKJ5nOLm0aseDgK9EPPE=";