Skip to content

Commit 70936a3

Browse files
committed
keybase{-gui}: 6.4.0 -> 6.5.1
1 parent 5c9a8a3 commit 70936a3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pkgs/tools/security/keybase/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
buildGoModule rec {
1919
pname = "keybase";
20-
version = "6.4.0";
20+
version = "6.5.1";
2121

2222
modRoot = "go";
2323
subPackages = [
@@ -31,9 +31,9 @@ buildGoModule rec {
3131
owner = "keybase";
3232
repo = "client";
3333
rev = "v${version}";
34-
hash = "sha256-hRqxA2gPL1UKbz9DwgfZfjE6e5pB7zenZqK+k1i8F2g=";
34+
hash = "sha256-B3vedsxQM4FDZVpkMKR67DF7FtaTPhGIJ1e2lViKYzg=";
3535
};
36-
vendorHash = "sha256-KHahkGzkXr6xp0XY9MyEeeiHnmphaNYi9dPBQ476+us=";
36+
vendorHash = "sha256-uw1tiaYoMpMXCYt5bPL5OBbK09PJmAQYQDrDwuPShxU=";
3737

3838
patches = [
3939
(replaceVars ./fix-paths-keybase.patch {

pkgs/tools/security/keybase/gui.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
}:
3131

3232
let
33-
versionSuffix = "20240821175720.3212f60cc5";
33+
versionSuffix = "20250428154451.19f9cfeddb";
3434
in
3535

3636
stdenv.mkDerivation rec {
3737
pname = "keybase-gui";
38-
version = "6.4.0"; # Find latest version and versionSuffix from https://prerelease.keybase.io/deb/dists/stable/main/binary-amd64/Packages
38+
version = "6.5.1"; # Find latest version and versionSuffix from https://prerelease.keybase.io/deb/dists/stable/main/binary-amd64/Packages
3939

4040
src = fetchurl {
4141
url = "https://s3.amazonaws.com/prerelease.keybase.io/linux_binaries/deb/keybase_${version + "-" + versionSuffix}_amd64.deb";
42-
hash = "sha256-OGuckMUXDzfHIMhQagYJZObV4W6LufqTeIiCg+c5MjM=";
42+
hash = "sha256-PCKi1lavGwLbCoMTMG4h6PJTIzwRAu542eYqDDKzU4Y=";
4343
};
4444

4545
nativeBuildInputs = [

0 commit comments

Comments
 (0)