pscale: 0.150.0 -> 0.151.0

This commit is contained in:
kashw2 2023-08-06 15:17:20 +10:00
parent 541c5d8de0
commit 5543a77d28

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "pscale";
version = "0.150.0";
version = "0.151.0";
src = fetchFromGitHub {
owner = "planetscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-tDpiInZab7RZ54Ho9uXnNEturINMhv0YqK5A9pmnEgs=";
sha256 = "sha256-w5FNZ7oFA+2weZtEsLX6eOwNyqVreDHg+2FApTsV5L0=";
};
vendorHash = "sha256-I/cZa5IDmnYw/MU5h7jarYqbTY+5NrDDj5pz9WTcvGo=";