mastodon: 4.1.3 -> 4.1.4

This commit is contained in:
Sandro Jäckel 2023-07-07 22:29:36 +02:00
parent f11a761f3f
commit 000006ec7c
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
3 changed files with 5 additions and 5 deletions

View File

@ -2637,10 +2637,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1ga8yzc9zj45m92ycwnzhzahkwvc3dp3lym5m3f3880hs4jhh7l3";
sha256 = "1kymrjdpbmn4yaml3aaqyj1dzj8gqmm9h030dc2rj5mvja7fpi28";
type = "gem";
};
version = "6.0.1";
version = "6.0.2";
};
scenic = {
dependencies = ["activerecord" "railties"];

View File

@ -3,8 +3,8 @@
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v4.1.3";
sha256 = "F+cpL+ZFfe52f82qtJxuxRCILW3zr6K5OMrvaOgWe58=";
rev = "v4.1.4";
sha256 = "8ULBO8IdwBzC5dgX3netTHbbRrODX4CropWZWtqWHZw=";
};
in applyPatches {
inherit src;

View File

@ -1 +1 @@
"4.1.3"
"4.1.4"