3
0
Fork 0
forked from mirrors/nixpkgs

pscale: 0.145.0 -> 0.147.0

This commit is contained in:
R. Ryantm 2023-06-18 05:37:08 +00:00
parent b621273236
commit 9713998056

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "pscale";
version = "0.145.0";
version = "0.147.0";
src = fetchFromGitHub {
owner = "planetscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-0X+cYDlc7yIJTA4O06Y5roj6bL7mQlZK7jIAs0RbM7U=";
sha256 = "sha256-G23KJe0KvqdFOfuvbPHPiTOz/++IEFl3SKqqS+MsD2o=";
};
vendorHash = "sha256-brfrAD4cJ/MwT9ZiwN6a25vCWTcRMiszbuLWj3Lk2Kc=";
vendorHash = "sha256-E8ianic0W63P52qXCn2EKjZC9pAQ1bkLCx0jobD2/UE=";
ldflags = [
"-s" "-w"