Skip to content

Commit

Permalink
keybase: 2.11.0 -> 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Rosa authored and kalbasit committed Jan 21, 2019
1 parent b36794b commit 239dc14
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.11.0";
version = "2.13.1";

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

buildInputs = lib.optionals stdenv.isDarwin [
Expand Down

0 comments on commit 239dc14

Please sign in to comment.