pscale: 0.207.0 -> 0.208.0 (#334755)

This commit is contained in:
Sebastián Mancilla
2024-08-29 23:45:36 -04:00
committed by GitHub
+4 -2
View File
@@ -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;
};