pscale: 0.155.0 -> 0.156.0

This commit is contained in:
kashw2 2023-09-29 10:59:36 +10:00
parent 8c4e6ab143
commit 67b39e72c6

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "pscale";
version = "0.155.0";
version = "0.156.0";
src = fetchFromGitHub {
owner = "planetscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-ZQ4DpGCkxvF9VJJNr6Xye717MrVW2aRYAlq4oib3nV8=";
sha256 = "sha256-1VlG+0jzx6Yho0bc3RypXgOFoM+NgOQ2RX4FB5ZllSw=";
};
vendorHash = "sha256-OeXX16PsDPjQP+piMYhbnANfdBoYamA21yoMM1pWiCA=";
vendorHash = "sha256-T5UmaS7PPZdkPpFxJIqpF5pH24uFrHbrbsI5gfElUOY=";
ldflags = [
"-s" "-w"