mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
Merge pull request #12842 from roblabla/bugfix-fixKeybase
keybase: 0.8.22 -> 0.8.25
This commit is contained in:
commit
39beea3662
@ -11,11 +11,11 @@ let
|
|||||||
|
|
||||||
in nodePackages.buildNodePackage rec {
|
in nodePackages.buildNodePackage rec {
|
||||||
name = "keybase-${version}";
|
name = "keybase-${version}";
|
||||||
version = "0.8.22";
|
version = "0.8.25";
|
||||||
|
|
||||||
src = [(fetchurl {
|
src = [(fetchurl {
|
||||||
url = "https://github.com/keybase/node-client/archive/v${version}.tar.gz";
|
url = "https://github.com/keybase/node-client/archive/v${version}.tar.gz";
|
||||||
sha256 = "1dvwz2iqcybd687hp6zbw6lkpx27vp8ah6kk251147vxvwfjb422";
|
sha256 = "1zc357hwh26lsg8ngj7iwjdmywyzk6fz3wxmcqq1qyp2927i4jz3";
|
||||||
})];
|
})];
|
||||||
|
|
||||||
deps = (filter (v: nixType v == "derivation") (attrValues nodePackages));
|
deps = (filter (v: nixType v == "derivation") (attrValues nodePackages));
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user