Unverified Commit e0fbd93a authored by Sebastián Mancilla's avatar Sebastián Mancilla Committed by GitHub
Browse files

pscale: 0.207.0 -> 0.208.0 (#334755)

parents 65f2eaa3 768be845
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "pscale";
  version = "0.207.0";
  version = "0.208.0";

  src = fetchFromGitHub {
    owner = "planetscale";
    repo = "cli";
    rev = "v${version}";
    sha256 = "sha256-T01Vo8W21Gu2e7W87LFM/7NGsqHgWt+L4mXmPAEyB70=";
    sha256 = "sha256-q7rVTazlUmCOCv6W92uAg9/Jgkdxnl2eSxU3NSBsFZQ=";
  };

  vendorHash = "sha256-5Uul5c8Lwu6SJ7DlLU8+k2Pxa3V/DhqdvK5xY2g6S40=";
@@ -35,6 +35,8 @@ buildGoModule rec {
      --zsh <($out/bin/pscale completion zsh)
  '';

  __darwinAllowLocalNetworking = true;

  passthru.tests.version = testers.testVersion {
    package = pscale;
  };