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

View file

@ -2,8 +2,8 @@
{ fetchgit, applyPatches }: let { fetchgit, applyPatches }: let
src = fetchgit { src = fetchgit {
url = "https://github.com/tootsuite/mastodon.git"; url = "https://github.com/tootsuite/mastodon.git";
rev = "v3.4.1"; rev = "v3.4.4";
sha256 = "1pg3yh6gfzwrhzm35s6ydpny4fj117z2avi4rck5d7n20j8s2hf5"; sha256 = "0gi818ns7ws63g7izhcqq5b28kifzmvg0p278lq82h02ysg9grj3";
}; };
in applyPatches { in applyPatches {
inherit src; 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 +++ b/package.json
@@ -1,4 +1,5 @@ @@ -1,4 +1,5 @@
{ {
+ "version": "3.4.1", + "version": "3.4.4",
"name": "@tootsuite/mastodon", "name": "@mastodon/mastodon",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"engines": { "engines": {