keybase, keybase-gui: 4.7.2 -> 5.0.0

This commit is contained in:
Vadim-Valdis Yudaev 2019-11-16 02:47:47 +02:00
parent c1966522d7
commit a909083d4d
No known key found for this signature in database
GPG key ID: DDF9DB0BBB06E35F
2 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
buildGoPackage rec {
pname = "keybase";
version = "4.7.2";
version = "5.0.0";
goPackagePath = "github.com/keybase/client";
subPackages = [ "go/keybase" ];
@ -17,7 +17,7 @@ buildGoPackage rec {
owner = "keybase";
repo = "client";
rev = "v${version}";
sha256 = "1ixfq9qv71misg04fvf4892z956w5aydq0r1wk6qk5jjqp6gf4lv";
sha256 = "0cxxqmgp82qi2b1fljyfa38is94y8ghb2pd31nbyh8y4wnmi0x1s";
};
patches = [

View file

@ -4,16 +4,16 @@
, runtimeShell, gsettings-desktop-schemas }:
let
versionSuffix = "20191028173732.6fc2e969b4";
versionSuffix = "20191114203213.f73f97dac6";
in
stdenv.mkDerivation rec {
pname = "keybase-gui";
version = "4.7.2"; # Find latest version from https://prerelease.keybase.io/deb/dists/stable/main/binary-amd64/Packages
version = "5.0.0"; # 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 = "01slhdxcjs1543rz1khxhzn25g26vm9fd9mcyd5ahp2v4g37b8sd";
sha256 = "e175e52a6355d8359d66ef4b445981b572c513754329d5c7f75ad7bb14ec348f";
};
nativeBuildInputs = [