Merge pull request #301088 from r-ryantm/auto-update/pscale

pscale: 0.186.0 -> 0.191.0
This commit is contained in:
Weijia Wang 2024-04-03 10:03:59 +02:00 committed by GitHub
commit 8cb97d8033
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "pscale";
version = "0.186.0";
version = "0.191.0";
src = fetchFromGitHub {
owner = "planetscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-LXUvVctOFreDlIozA17pfDblZ6QugVA/dJ+IKE3fBeY=";
sha256 = "sha256-+QGzLPJQbIql5Xomve/v3vGB5kdCDamxkRM6weIZMMw=";
};
vendorHash = "sha256-ubMr2gm4t0731niC2Mx1Lcmdl48SUVjfoIWbtgt3X+I=";
vendorHash = "sha256-dcMKi12YFTpQShGRm97Zptiw9JK55CAXm0r8UG+c1Dg=";
ldflags = [
"-s" "-w"