mastodon: 4.6.4 -> 4.6.5

Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.6.5
This commit is contained in:
Kerstin Humm
2026-08-06 16:34:25 +02:00
parent 6c50a07b38
commit e86ea75bc3

View File

@@ -6,14 +6,14 @@
patches ? [ ],
}:
let
version = "4.6.4";
version = "4.6.5";
in
applyPatches {
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-lqtAsCIC+v161BH14wbyKfIN7jVVqJ6fi2pyFfX5ONg=";
hash = "sha256-ZTqVCsiYEvEHACgtIfj1V7jlFXuFoxrfERvr/7bAgac=";
passthru = {
inherit version;
yarnHash = "sha256-VlOG91ZuO+1UXTbtwIrYUbqHjmSfPSfLhrf4TxCJqJ0=";