pscale: 0.143.0 -> 0.144.0

This commit is contained in:
R. Ryantm 2023-05-23 23:40:57 +00:00
parent 0e3f4da01d
commit 76f8700f2a

View File

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "pscale";
version = "0.143.0";
version = "0.144.0";
src = fetchFromGitHub {
owner = "planetscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-JKUQr7Yw4t52SoM6U0+DqKlbnej8xWZztHgyE44Ttcc=";
sha256 = "sha256-11es0U58O98tC1GKQxezav5UYGySAJDxjMFLuPtzhnw=";
};
vendorHash = "sha256-dAxJdZDKfSEQW9UNHZT+FabNA4POhMaix7KwEHkWK34=";
vendorHash = "sha256-qJcGQXuJJ4loZinwLfXJEChHHl2OMtv9p5/mrjUWK4E=";
ldflags = [
"-s" "-w"