pscale: 0.127.0 -> 0.128.0

This commit is contained in:
R. Ryantm 2023-01-30 18:19:27 +00:00
parent 425b82b4b2
commit 2d2e0c4d78

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "pscale";
version = "0.127.0";
version = "0.128.0";
src = fetchFromGitHub {
owner = "planetscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-GWfEazFrGlH26X0ILMMQTGlzIKm/S9TPCT4ViF+AA+k=";
sha256 = "sha256-2EIaK7UyJH9YEKlOGnnKrq3ucVgEjbF2jVui0bASNcA=";
};
vendorHash = "sha256-5dWZLVPRKJWNtNJ5swIMgSFP2idD34sR/hzQ/+HuykU=";
vendorHash = "sha256-uQ8/cNNFelG8zzrcEs9fEs8KkY6/odwOGmwMmyxUKS4=";
ldflags = [
"-s" "-w"