mastodon: 4.4.6 -> 4.4.7

Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.4.7
This commit is contained in:
Kerstin Humm
2025-10-15 11:27:45 +02:00
parent 7da28063d4
commit 3eab29cf0d

View File

@@ -5,14 +5,14 @@
patches ? [ ], patches ? [ ],
}: }:
let let
version = "4.4.6"; version = "4.4.7";
in in
applyPatches { applyPatches {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mastodon"; owner = "mastodon";
repo = "mastodon"; repo = "mastodon";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-lqlte21kQUompQAH2rvceiuRY5jG5ZJUK8rWyHN2suQ="; hash = "sha256-jm8qqgYEQMDB/5p/iQecFAGIIazPuv4ruoVgy9YSlVU=";
passthru = { passthru = {
inherit version; inherit version;
yarnHash = "sha256-K1EqeLi4dWnaLIaUU5apxE5ZOM98XBn6KTHWTkPLWE0="; yarnHash = "sha256-K1EqeLi4dWnaLIaUU5apxE5ZOM98XBn6KTHWTkPLWE0=";