Skip to content

Commit

Permalink
keybase: 2.10.1 -> 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvolosatovs authored and worldofpeace committed Jan 8, 2019
1 parent a3a0742 commit 563d4e2
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.10.1";
version = "2.11.0";

goPackagePath = "github.com/keybase/client";
subPackages = [ "go/keybase" ];
Expand All @@ -16,7 +16,7 @@ buildGoPackage rec {
owner = "keybase";
repo = "client";
rev = "v${version}";
sha256 = "1gfxnqzs8msxmykg1zrhrrl2slmb29gl7b8s4m2g44zxaj91gfi9";
sha256 = "1mj78cs6j0f1f86c71j4gdphas75j3rfaqygpy87dc40kc2yj0gd";
};

buildInputs = lib.optionals stdenv.isDarwin [
Expand Down

0 comments on commit 563d4e2

Please sign in to comment.