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

stripe-cli: 1.19.4 -> 1.19.5

authored by Raghav Sood and committed by GitHub 9c505bde ca1fae03

+3 -3
+3 -3
pkgs/tools/admin/stripe-cli/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "stripe-cli"; 5 - version = "1.19.4"; 5 + version = "1.19.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "stripe"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - hash = "sha256-pcDlZQCVy1xy8LZ+S5JcGNoiw1Px7C4U6Pn1pe31DoI="; 11 + hash = "sha256-gunLbZOT0cnWGxc6714XcPdHJVK4LbDBwC2zt03WrUM="; 12 12 }; 13 - vendorHash = "sha256-DYA6cu2KzEBZ4wsT7wjcdY1endQQOZlj2aOwu6iGLew="; 13 + vendorHash = "sha256-xFWU+OazwLTb5qdFeYth1MlPJ76nEK4qSCNGVhC/PxE="; 14 14 15 15 nativeBuildInputs = [ installShellFiles ]; 16 16