3
0
Fork 0
forked from mirrors/nixpkgs

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

stripe-cli: 1.7.8 -> 1.7.9
This commit is contained in:
Mario Rodas 2021-12-26 15:55:02 -05:00 committed by GitHub
commit 0218d8e792
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "stripe-cli";
version = "1.7.8";
version = "1.7.9";
src = fetchFromGitHub {
owner = "stripe";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QxfMfuqSxuyvzNC79sr4U0tdj2pSvGKQ28V3E523z+U=";
sha256 = "sha256-rCo3iHLfiEH/+APNztKKSdoJerz161jF7sNx8qTFw3U=";
};
vendorSha256 = "sha256-Duu6lP87KKLC1eGIebycBSIPw7FN6BBxPexize9+jPE=";