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

pscale: 0.147.0 -> 0.150.0
This commit is contained in:
Pol Dellaiera 2023-07-29 10:59:09 +02:00 committed by GitHub
commit ec8a6c1cfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "pscale";
version = "0.147.0";
version = "0.150.0";
src = fetchFromGitHub {
owner = "planetscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-G23KJe0KvqdFOfuvbPHPiTOz/++IEFl3SKqqS+MsD2o=";
sha256 = "sha256-tDpiInZab7RZ54Ho9uXnNEturINMhv0YqK5A9pmnEgs=";
};
vendorHash = "sha256-E8ianic0W63P52qXCn2EKjZC9pAQ1bkLCx0jobD2/UE=";
vendorHash = "sha256-I/cZa5IDmnYw/MU5h7jarYqbTY+5NrDDj5pz9WTcvGo=";
ldflags = [
"-s" "-w"