pscale: 0.122.0 -> 0.124.0

This commit is contained in:
R. Ryantm 2022-11-19 20:11:21 +00:00 committed by Bobby Rong
parent 3a5404f9fd
commit 6976207a6c

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "pscale";
version = "0.122.0";
version = "0.124.0";
src = fetchFromGitHub {
owner = "planetscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-gvz05VquRLKXMf45pxFAZCtyGWpn/DgOjRCHU6jTI/E=";
sha256 = "sha256-bNMUUohiMa/fSP1HjrB0UR3kWh+HNqqqpLcraw6UNjs=";
};
vendorSha256 = "sha256-HPlzro95wIYLwG1Sq5cgVFmUpEfKlhfWLfQTDS5c3bg=";
vendorSha256 = "sha256-cd4oAS81zUMImCkFsTIcgYJDB2pvMWYRnTPFkznSr+I=";
ldflags = [
"-s" "-w"