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

Merge pull request #257934 from kashw2/pscale

pscale: 0.155.0 -> 0.156.0
parents cf3bfe7b 67b39e72
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

buildGoModule rec {
  pname = "pscale";
  version = "0.155.0";
  version = "0.156.0";

  src = fetchFromGitHub {
    owner = "planetscale";
    repo = "cli";
    rev = "v${version}";
    sha256 = "sha256-ZQ4DpGCkxvF9VJJNr6Xye717MrVW2aRYAlq4oib3nV8=";
    sha256 = "sha256-1VlG+0jzx6Yho0bc3RypXgOFoM+NgOQ2RX4FB5ZllSw=";
  };

  vendorHash = "sha256-OeXX16PsDPjQP+piMYhbnANfdBoYamA21yoMM1pWiCA=";
  vendorHash = "sha256-T5UmaS7PPZdkPpFxJIqpF5pH24uFrHbrbsI5gfElUOY=";

  ldflags = [
    "-s" "-w"