pscale: 0.144.0 -> 0.145.0

This commit is contained in:
R. Ryantm 2023-05-28 06:47:03 +00:00
parent 73960c6586
commit 0820f01874

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "pscale";
version = "0.144.0";
version = "0.145.0";
src = fetchFromGitHub {
owner = "planetscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-11es0U58O98tC1GKQxezav5UYGySAJDxjMFLuPtzhnw=";
sha256 = "sha256-0X+cYDlc7yIJTA4O06Y5roj6bL7mQlZK7jIAs0RbM7U=";
};
vendorHash = "sha256-qJcGQXuJJ4loZinwLfXJEChHHl2OMtv9p5/mrjUWK4E=";
vendorHash = "sha256-brfrAD4cJ/MwT9ZiwN6a25vCWTcRMiszbuLWj3Lk2Kc=";
ldflags = [
"-s" "-w"