keybase: update CLI to 0.7.7

This commit is contained in:
Kirill Elagin 2015-03-07 02:04:45 +03:00
parent 3ed077a69b
commit 90a0fd8d43
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