b6985b0fbe
Twurl gives more low-level access to the Twitter API than the `t` tool that's already available in nixpkgs right now
24 lines
516 B
Nix
24 lines
516 B
Nix
{
|
|
oauth = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1zwd6v39yqfdrpg1p3d9jvzs9ljg55ana2p06m0l7qn5w0lgx1a0";
|
|
type = "gem";
|
|
};
|
|
version = "0.5.6";
|
|
};
|
|
twurl = {
|
|
dependencies = ["oauth"];
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1jgsxa0cnkajnsxxlsrgl2wq3m7khaxvr0rcir4vwbc1hx210700";
|
|
type = "gem";
|
|
};
|
|
version = "0.9.6";
|
|
};
|
|
}
|