Merge pull request #104911 from raboof/mastodon-bot-1.0.4-to-1.10.2

mastodon-bot: 1.10.0 -> 1.10.2
This commit is contained in:
Sandro 2020-11-26 02:40:46 +01:00 committed by GitHub
commit 0c6b33d333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84078,10 +84078,10 @@ in
mastodon-bot = nodeEnv.buildNodePackage {
name = "mastodon-bot";
packageName = "mastodon-bot";
version = "1.10.0";
version = "1.10.2";
src = fetchurl {
url = "https://registry.npmjs.org/mastodon-bot/-/mastodon-bot-1.10.0.tgz";
sha512 = "QRgdYB8llfN6iVpDXSXjJJ7b2fQRoT3hZJdPIUBX9aN1ci0mZlTX3mITcxXbmGtIyBHBhLavHwwxaBzYYuosqw==";
url = "https://registry.npmjs.org/mastodon-bot/-/mastodon-bot-1.10.2.tgz";
sha512 = "1hljd0khxrskgjjm6mhj2s90x5xmwzfrnxzirnhrcrc5sbmrj0xrabwdfp23c9iqc5p1hp8q2a53pryhr58nhl8i53svsyzmsph3s6i";
};
dependencies = [
sources."acorn-5.7.4"
@ -106370,4 +106370,4 @@ in
bypassCache = true;
reconstructLock = true;
};
}
}