mastodon: 3.4.1 -> 3.4.4

update.sh --ver v3.4.4 --patches ./resolutions.patch
This commit is contained in:
Kerstin Humm 2021-11-06 01:00:29 +01:00
parent daf2b0f917
commit e67685910d
No known key found for this signature in database
GPG key ID: 40293358C7B9326B
4 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
{
"version": "3.4.1",
"name": "@tootsuite/mastodon",
"version": "3.4.4",
"name": "@mastodon/mastodon",
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=12"
@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/tootsuite/mastodon.git"
"url": "https://github.com/mastodon/mastodon.git"
},
"browserslist": [
"last 2 versions",

View file

@ -2,8 +2,8 @@
{ fetchgit, applyPatches }: let
src = fetchgit {
url = "https://github.com/tootsuite/mastodon.git";
rev = "v3.4.1";
sha256 = "1pg3yh6gfzwrhzm35s6ydpny4fj117z2avi4rck5d7n20j8s2hf5";
rev = "v3.4.4";
sha256 = "0gi818ns7ws63g7izhcqq5b28kifzmvg0p278lq82h02ysg9grj3";
};
in applyPatches {
inherit src;

View file

@ -1 +1 @@
"3.4.1"
"3.4.4"

View file

@ -3,7 +3,7 @@ diff -Naur --label a/package.json --label b/package.json a/package.json b/packag
+++ b/package.json
@@ -1,4 +1,5 @@
{
+ "version": "3.4.1",
"name": "@tootsuite/mastodon",
+ "version": "3.4.4",
"name": "@mastodon/mastodon",
"license": "AGPL-3.0-or-later",
"engines": {