keybase, keybase-gui, kbfs: 4.6.0 -> 4.7.2, added dependencies

all: update from 4.6.0 to 4.7.2

keybase:
- added gnupg as a dependency and patch fix-patch-keybase.patch

kbfs:
- added fuse as a dependency and patch fix-patch-kbfs.patch
This commit is contained in:
Vadim-Valdis Yudaev
2019-11-03 13:09:39 -05:00
committed by worldofpeace
parent 59edabf8ca
commit 3894ec0a50
5 changed files with 88 additions and 8 deletions
+3 -3
View File
@@ -4,16 +4,16 @@
, runtimeShell, gsettings-desktop-schemas }:
let
versionSuffix = "20191010154240.134c2d892b";
versionSuffix = "20191028173732.6fc2e969b4";
in
stdenv.mkDerivation rec {
pname = "keybase-gui";
version = "4.6.0"; # Find latest version from https://prerelease.keybase.io/deb/dists/stable/main/binary-amd64/Packages
version = "4.7.2"; # Find latest version from https://prerelease.keybase.io/deb/dists/stable/main/binary-amd64/Packages
src = fetchurl {
url = "https://s3.amazonaws.com/prerelease.keybase.io/linux_binaries/deb/keybase_${version + "-" + versionSuffix}_amd64.deb";
sha256 = "a25f0c676c00d306859d32e4dad7a23dd4955fa0b352be50c281081f2cf000ae";
sha256 = "01slhdxcjs1543rz1khxhzn25g26vm9fd9mcyd5ahp2v4g37b8sd";
};
nativeBuildInputs = [