about summary refs log tree commit diff
path: root/pkgs/tools/security/keybase/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-01 09:04:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-01 09:04:04 +0000
commitab1ab1e437fc1fa8c0d79579786f6edf2beb8ae9 (patch)
treed65a8288f90a29ba5029c27ca86844695505f12e /pkgs/tools/security/keybase/default.nix
parent3d54a95d71be5d2f5af41578134f52e03bb79615 (diff)
keybase: 6.2.3 -> 6.2.4
Diffstat (limited to 'pkgs/tools/security/keybase/default.nix')
-rw-r--r--pkgs/tools/security/keybase/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/keybase/default.nix b/pkgs/tools/security/keybase/default.nix
index 0d35206b82f6a..d29f17679c85f 100644
--- a/pkgs/tools/security/keybase/default.nix
+++ b/pkgs/tools/security/keybase/default.nix
@@ -5,7 +5,7 @@
 
 buildGoModule rec {
   pname = "keybase";
-  version = "6.2.3";
+  version = "6.2.4";
 
   modRoot = "go";
   subPackages = [ "kbnm" "keybase" ];
@@ -16,7 +16,7 @@ buildGoModule rec {
     owner = "keybase";
     repo = "client";
     rev = "v${version}";
-    hash = "sha256-uZIoFivyFqC+AeFTJaEw2BbP7qoOVF8gtSIdUStxsHU=";
+    hash = "sha256-z7vpCUK+NU7xU9sNBlQnSy9sjXD7/m8jSRKfJAgyyN8=";
   };
   vendorHash = "sha256-tXEEVEfjoKub2A4m7F3hDc5ABJ+R+axwX1+1j7e3BAM=";