Skip to content

Commit

Permalink
keybase: update to 1.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvermaa committed Sep 19, 2017
1 parent 4197ff7 commit 06896f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/keybase/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "keybase-${version}";
version = "1.0.28";
version = "1.0.30";

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

buildFlags = [ "-tags production" ];
Expand Down

0 comments on commit 06896f2

Please sign in to comment.