about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-04-21 19:11:39 -0500
committerGitHub <noreply@github.com>2024-04-21 19:11:39 -0500
commit5fb4842fc427d897418236025eeb04efeb10969f (patch)
treeab3e3553e778eed6e73d1b19243e06578211ea63
parent9eebb14dcdc3c167525ad3ab4e92f71f534562b7 (diff)
parent65f70ce384870e124b8dbaa43ca0499714acbda8 (diff)
Merge pull request #305544 from r-ryantm/auto-update/pscale
pscale: 0.191.0 -> 0.195.0
-rw-r--r--pkgs/development/tools/pscale/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/pscale/default.nix b/pkgs/development/tools/pscale/default.nix
index 1255470fb7147..cb8f2f91ea392 100644
--- a/pkgs/development/tools/pscale/default.nix
+++ b/pkgs/development/tools/pscale/default.nix
@@ -8,16 +8,16 @@
 
 buildGoModule rec {
   pname = "pscale";
-  version = "0.191.0";
+  version = "0.195.0";
 
   src = fetchFromGitHub {
     owner = "planetscale";
     repo = "cli";
     rev = "v${version}";
-    sha256 = "sha256-+QGzLPJQbIql5Xomve/v3vGB5kdCDamxkRM6weIZMMw=";
+    sha256 = "sha256-Dgp4N4R239NSewHJ7iVhWwfoppXsnhhL8ZrDEbiM9v4=";
   };
 
-  vendorHash = "sha256-dcMKi12YFTpQShGRm97Zptiw9JK55CAXm0r8UG+c1Dg=";
+  vendorHash = "sha256-0rzX54AdlFvvYhfZvS3qBxV4bIF2li8HwKdtm0jS04g=";
 
   ldflags = [
     "-s" "-w"