mastodon: 4.5.3 -> 4.5.4 (#477770)

This commit is contained in:
Sandro
2026-01-07 20:47:54 +00:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
patches ? [ ],
}:
let
version = "4.5.3";
version = "4.5.4";
in
applyPatches {
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-OOcy4eBGao2cVnRYhAogeSw0X234TEr50tFT2sSjmaQ=";
hash = "sha256-nA5lxp8U+UtwrfLqvQmThMIQBdkx5rSc3P0MBrMwwSU=";
passthru = {
inherit version;
yarnHash = "sha256-2MOl6kHidkGU2I/cZaUmbQCiEl9SDfL/j9fT/6eNdFA=";