mastodon: 4.5.6 -> 4.5.7

Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.5.7
This commit is contained in:
Kerstin Humm
2026-02-25 15:46:59 +01:00
parent 3360eccd90
commit fdd8fac89e
+2 -2
View File
@@ -5,14 +5,14 @@
patches ? [ ],
}:
let
version = "4.5.6";
version = "4.5.7";
in
applyPatches {
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-m2LDNyv2jxsp5zPKOfQWvtBG8bD8iuBWBEoz+L0OvNk=";
hash = "sha256-+JRoUtRI7vTQG8eLpJxMhQMAR2FeIzGfJtR9pj0sW3A=";
passthru = {
inherit version;
yarnHash = "sha256-2MOl6kHidkGU2I/cZaUmbQCiEl9SDfL/j9fT/6eNdFA=";