Merge pull request #6690 from kirelagin/keybase

keybase: update CLI to 0.7.7
This commit is contained in:
William A. Kennington III 2015-03-08 16:06:37 -07:00
commit 01ebf5582c
2 changed files with 1696 additions and 2138 deletions

View File

@ -11,11 +11,11 @@ let
in nodePackages.buildNodePackage rec {
name = "keybase-node-client-${version}";
version = "0.7.0";
version = "0.7.7";
src = [(fetchurl {
url = "https://github.com/keybase/node-client/archive/v${version}.tar.gz";
sha256 = "0n73v4f61rq2dvy2yd3s4l8qvvjzp3ncqj70llm4i6cvbp9kym1v";
sha256 = "1p2plxz4lf5pbrvl5sql00lk459lnxcz7cxc4cdhfzc6h4ql425f";
})];
deps = (filter (v: nixType v == "derivation") (attrValues nodePackages));

File diff suppressed because it is too large Load Diff