mastodon: 4.4.6 -> 4.4.7 (#452202)

This commit is contained in:
Kerstin
2025-10-15 12:05:49 +00:00
committed by GitHub

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=";