Skip to content

Commit

Permalink
keybase: 2.13.1 -> 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Feb 8, 2019
1 parent 36e9fe8 commit 1f332e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/keybase/default.nix
Expand Up @@ -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" ];
Expand All @@ -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 [
Expand Down

0 comments on commit 1f332e7

Please sign in to comment.