Skip to content

Commit

Permalink
Merge pull request #48232 from jonafato/keybase-2.7.3
Browse files Browse the repository at this point in the history
keybase: 2.5.0 -> 2.7.3
  • Loading branch information
Mic92 committed Oct 12, 2018
2 parents f665998 + 468d41d commit b27d39e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/keybase/default.nix
Expand Up @@ -4,7 +4,7 @@

buildGoPackage rec {
name = "keybase-${version}";
version = "2.5.0";
version = "2.7.3";

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

buildInputs = lib.optionals stdenv.isDarwin [ AVFoundation AudioToolbox ImageIO CoreMedia Foundation CoreGraphics MediaToolbox ];
Expand Down

0 comments on commit b27d39e

Please sign in to comment.