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 1717
1818buildGoModule 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 {
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