Unverified Commit 018fe21d authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #232932 from r-ryantm/auto-update/pscale

pscale: 0.142.0 -> 0.143.0
parents ea1646c9 b3c1a958
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildGoModule rec {
  pname = "pscale";
  version = "0.142.0";
  version = "0.143.0";

  src = fetchFromGitHub {
    owner = "planetscale";
    repo = "cli";
    rev = "v${version}";
    sha256 = "sha256-d4Sr9QKhCFGsJWWp19RQBsXR656ACJU/ti0FrZ8DmlQ=";
    sha256 = "sha256-JKUQr7Yw4t52SoM6U0+DqKlbnej8xWZztHgyE44Ttcc=";
  };

  vendorHash = "sha256-KLbIov3PTEXq+MAwN0NnRLcr8LGTk+F+he1BUgoJn2o=";
  vendorHash = "sha256-dAxJdZDKfSEQW9UNHZT+FabNA4POhMaix7KwEHkWK34=";

  ldflags = [
    "-s" "-w"