Skip to content

Commit 01b0ab7

Browse files
keybase{-gui}: 6.4.0 -> 6.5.1 (#403213)
2 parents 839f5b3 + 70936a3 commit 01b0ab7

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
@@ -8,7 +8,7 @@
88

99
buildGoModule rec {
1010
pname = "keybase";
11-
version = "6.4.0";
11+
version = "6.5.1";
1212

1313
modRoot = "go";
1414
subPackages = [
@@ -22,9 +22,9 @@ buildGoModule rec {
2222
owner = "keybase";
2323
repo = "client";
2424
rev = "v${version}";
25-
hash = "sha256-hRqxA2gPL1UKbz9DwgfZfjE6e5pB7zenZqK+k1i8F2g=";
25+
hash = "sha256-B3vedsxQM4FDZVpkMKR67DF7FtaTPhGIJ1e2lViKYzg=";
2626
};
27-
vendorHash = "sha256-KHahkGzkXr6xp0XY9MyEeeiHnmphaNYi9dPBQ476+us=";
27+
vendorHash = "sha256-uw1tiaYoMpMXCYt5bPL5OBbK09PJmAQYQDrDwuPShxU=";
2828

2929
patches = [
3030
(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)