Unverified Commit 1bb04954 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

pscale: 0.177.0 -> 0.178.0
parents 26f8f975 5c6e4b07
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildGoModule rec {
  pname = "pscale";
  version = "0.177.0";
  version = "0.178.0";

  src = fetchFromGitHub {
    owner = "planetscale";
    repo = "cli";
    rev = "v${version}";
    sha256 = "sha256-nvtLUrJhxqMWi/NzKw1KYOEL+1DsWfJoLXoXQI7QP6M=";
    sha256 = "sha256-Ttz6Ny9HYG07rp/6TkWw1E3DTRw1IkLvMBBm/gkI1j0=";
  };

  vendorHash = "sha256-n6vPeeOmSB/qHBGCdZHZtf3JD/wgFYD0+VO3Ir8MtqE=";
  vendorHash = "sha256-0xHyIe5fGld6LJmhKqTR/6toecRX/pyxEJabW47HU6Y=";

  ldflags = [
    "-s" "-w"