mastodon: 4.3.10 -> 4.3.11

Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.3.11
This commit is contained in:
Kerstin Humm
2025-08-07 01:44:09 +02:00
parent 08ff218c6c
commit 550d8044ca
2 changed files with 4 additions and 4 deletions

View File

@@ -3970,10 +3970,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0vgsvdaglz1spx9gxrr6xh7qqhi4qd8jd06h2ihwxmazj9ajld6y";
sha256 = "01wi1csw4kjmlxmd1igx5hj2wrwkslay1xamg4cv8l7imr27l3hv";
type = "gem";
};
version = "1.18.0";
version = "1.18.1";
};
ruby-vips = {
dependencies = [

View File

@@ -5,14 +5,14 @@
patches ? [ ],
}:
let
version = "4.3.10";
version = "4.3.11";
in
applyPatches {
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-s7p5J9tzw0uHsWcHHkvfkyesZvNRzgC8fcVU3oylteo=";
hash = "sha256-21f1k6YvpB9YG/4nhobDsYG+vbWbv49+H4nI7eRKzc8=";
passthru = {
inherit version;