about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-28 02:52:32 +0200
committerGitHub <noreply@github.com>2023-10-28 02:52:32 +0200
commita6593ade2cf418bc0ff9b615586fd0082e5c6f16 (patch)
treeb2d4548347901ceb7f6a0cf20233328a1521a967 /pkgs/tools
parent7510cdf9a3250636b137660178a4097e3098213d (diff)
parent2a08b19137543bb3aae77dc21ac0b3675c046366 (diff)
Merge pull request #260732 from r-ryantm/auto-update/platinum-searcher
platinum-searcher: 2.1.5 -> 2.2.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/text/platinum-searcher/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/platinum-searcher/default.nix b/pkgs/tools/text/platinum-searcher/default.nix
index cbca59bdc6e58..4271fe131dac9 100644
--- a/pkgs/tools/text/platinum-searcher/default.nix
+++ b/pkgs/tools/text/platinum-searcher/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "the_platinum_searcher";
-  version = "2.1.5";
+  version = "2.2.0";
 
   src = fetchFromGitHub {
     owner = "monochromegane";
     repo = "the_platinum_searcher";
     rev = "v${version}";
-    hash = "sha256-AJsFLleZf5yhLY5UZnaQUBQYntzBLXFh6jU2UtKg8/g=";
+    hash = "sha256-FNHlALFwMbajaHWOehdSFeQmvZSuCZLdqGqLZ7DF+pI=";
   };
 
   vendorHash = "sha256-GIjPgu0e+duN5MeWcRaF5xUFCkqe2aZJCwGbLUMko08=";