File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
pkgs/tools/security/keybase Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88
99buildGoModule 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 {
Original file line number Diff line number Diff line change 3030} :
3131
3232let
33- versionSuffix = "20240821175720.3212f60cc5 " ;
33+ versionSuffix = "20250428154451.19f9cfeddb " ;
3434in
3535
3636stdenv . 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 = [
You can’t perform that action at this time.
0 commit comments