mastodon: 3.4.1 -> 3.4.4
update.sh --ver v3.4.4 --patches ./resolutions.patch
This commit is contained in:
parent
daf2b0f917
commit
e67685910d
4 changed files with 8 additions and 8 deletions
|
@ -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",
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1 +1 @@
|
|||
"3.4.1"
|
||||
"3.4.4"
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue