mastodon: 4.4.7 -> 4.4.8

Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.4.8
This commit is contained in:
Kerstin Humm
2025-10-22 12:30:45 +02:00
parent 8a7504fc15
commit 3cd7f07ea9
+2 -2
View File
@@ -5,14 +5,14 @@
patches ? [ ],
}:
let
version = "4.4.7";
version = "4.4.8";
in
applyPatches {
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-jm8qqgYEQMDB/5p/iQecFAGIIazPuv4ruoVgy9YSlVU=";
hash = "sha256-EE0A9EH+8ND9Whig2dhM27EONjJfdVtd9g+Mo0/2iHo=";
passthru = {
inherit version;
yarnHash = "sha256-K1EqeLi4dWnaLIaUU5apxE5ZOM98XBn6KTHWTkPLWE0=";