mastodon: 4.3.8 -> 4.3.9

Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.3.9

+2 -2
+2 -2
pkgs/servers/mastodon/source.nix
··· 5 patches ? [ ], 6 }: 7 let 8 - version = "4.3.8"; 9 in 10 applyPatches { 11 src = fetchFromGitHub { 12 owner = "mastodon"; 13 repo = "mastodon"; 14 rev = "v${version}"; 15 - hash = "sha256-08AApylDOz8oExZ0cRaZTgNAuP+1wiLkx0SDhkO2fMM="; 16 17 passthru = { 18 inherit version;
··· 5 patches ? [ ], 6 }: 7 let 8 + version = "4.3.9"; 9 in 10 applyPatches { 11 src = fetchFromGitHub { 12 owner = "mastodon"; 13 repo = "mastodon"; 14 rev = "v${version}"; 15 + hash = "sha256-A2WxVwaarT866s97uwfStBVtv7T5czF7ymRswtZ2K4M="; 16 17 passthru = { 18 inherit version;