stripe-cli: update vendorSha256

This commit is contained in:
zowoq 2022-02-01 08:14:01 +10:00
parent 0de459083c
commit 296d999e7a
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "sha256-F1+goZURc0f1dWV/PGxSVtqHkuePACq4+UzfMTEVJ0M=";
};
vendorSha256 = "sha256-Duu6lP87KKLC1eGIebycBSIPw7FN6BBxPexize9+jPE=";
vendorSha256 = "sha256-AsEem/KuA+jxioG96Ofn0te93fyZ9sebPkLPA+LAUkk=";
subPackages = [
"cmd/stripe"

View File

@ -3734,7 +3734,9 @@ with pkgs;
string-machine = callPackage ../applications/audio/string-machine { };
stripe-cli = callPackage ../tools/admin/stripe-cli { };
stripe-cli = callPackage ../tools/admin/stripe-cli {
buildGoModule = buildGo117Module;
};
bash-supergenpass = callPackage ../tools/security/bash-supergenpass { };