pscale: 0.204.0 -> 0.205.0

This commit is contained in:
R. Ryantm 2024-07-22 08:08:40 +00:00
parent 48b8f3cbb7
commit 3f063cbb20

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "pscale";
version = "0.204.0";
version = "0.205.0";
src = fetchFromGitHub {
owner = "planetscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-qUUVEnxZbWAygIFCSM1HvSmnDBZvYCO/1oJu6P46Y3g=";
sha256 = "sha256-CRSwB2r0be8K2c5W9dzxuBHL5cELtpl4jmxngoi4nvo=";
};
vendorHash = "sha256-uy/TyAnkb8D3qqOK+zf49082o2974G/YiJO0nb7MioM=";
vendorHash = "sha256-5Uul5c8Lwu6SJ7DlLU8+k2Pxa3V/DhqdvK5xY2g6S40=";
ldflags = [
"-s" "-w"