mastodon: 3.4.4 -> 3.4.5

This commit is contained in:
Kerstin Humm
2022-02-02 17:50:52 +01:00
committed by Kerstin
parent 49c45d8ff3
commit 090ad62cf2
6 changed files with 1587 additions and 1587 deletions
+3 -3
View File
@@ -2392,15 +2392,15 @@
version = "1.11.0";
};
ruby-saml = {
dependencies = ["nokogiri"];
dependencies = ["nokogiri" "rexml"];
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0ps79g3f39iy6dpc9z4z5wwxdkbaciqjfbi0pfl7dbkz1d8q14qi";
sha256 = "1706dyk5jdma75bnl9rhmx8vgzjw12ixnj3y32inmpcgzgsvs76k";
type = "gem";
};
version = "1.11.0";
version = "1.13.0";
};
ruby2_keywords = {
groups = ["default"];
+1 -1
View File
@@ -1,5 +1,5 @@
{
"version": "3.4.4",
"version": "3.4.5",
"name": "@mastodon/mastodon",
"license": "AGPL-3.0-or-later",
"engines": {
+2 -2
View File
@@ -2,8 +2,8 @@
{ fetchgit, applyPatches }: let
src = fetchgit {
url = "https://github.com/tootsuite/mastodon.git";
rev = "v3.4.4";
sha256 = "0gi818ns7ws63g7izhcqq5b28kifzmvg0p278lq82h02ysg9grj3";
rev = "v3.4.5";
sha256 = "04zqvamlsrbmizjagkd1jqk474lqk13hh7cswc31f2mdw7zn8n6k";
};
in applyPatches {
inherit src;
+1 -1
View File
@@ -1 +1 @@
"3.4.4"
"3.4.5"
+1 -1
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.4",
+ "version": "3.4.5",
"name": "@mastodon/mastodon",
"license": "AGPL-3.0-or-later",
"engines": {
File diff suppressed because it is too large Load Diff