keybase: 2.13.1 -> 3.0.0

This commit is contained in:
worldofpeace 2019-02-07 20:55:14 -05:00
parent 36e9fe820c
commit 1f332e7b54
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
buildGoPackage rec {
name = "keybase-${version}";
version = "2.13.1";
version = "3.0.0";
goPackagePath = "github.com/keybase/client";
subPackages = [ "go/keybase" ];
@ -14,7 +14,7 @@ buildGoPackage rec {
src = fetchurl {
url = "https://github.com/keybase/client/archive/v${version}.tar.gz";
sha256 = "0avq87y7cs3jipl444ssz1zd5jygpks20hls0fkqxxaikkpdsy4v";
sha256 = "1mxzihgd3qfahlmnfrpbg2kbixbjmkajrl964kaxmihrkx0fylvf";
};
buildInputs = lib.optionals stdenv.isDarwin [