mastodon: 4.3.8 -> 4.3.9

Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.3.9
This commit is contained in:
Kerstin Humm 2025-07-02 20:43:29 +02:00 committed by Kerstin
parent 8a10a8932e
commit 605cfcce80

View File

@ -5,14 +5,14 @@
patches ? [ ],
}:
let
version = "4.3.8";
version = "4.3.9";
in
applyPatches {
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-08AApylDOz8oExZ0cRaZTgNAuP+1wiLkx0SDhkO2fMM=";
hash = "sha256-A2WxVwaarT866s97uwfStBVtv7T5czF7ymRswtZ2K4M=";
passthru = {
inherit version;