mastodon: 4.6.7 -> 4.6.8 (#563674)

This commit is contained in:
Niklas Korz
2026-09-16 13:37:12 +00:00
committed by GitHub

View File

@@ -5,14 +5,14 @@
patches ? [ ],
}:
let
version = "4.6.7";
version = "4.6.8";
in
applyPatches {
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-gSJXe4/uRYYKQTmjMirD2uFA7ymRl2LQP6VHt8nBD9k=";
hash = "sha256-fDbQunhcpnMnIufEX2oRH9vulsHjtlR95boj0M2O3CQ=";
passthru = {
inherit version;
yarnHash = "sha256-VlOG91ZuO+1UXTbtwIrYUbqHjmSfPSfLhrf4TxCJqJ0=";