mastodon: 4.3.6 -> 4.3.7

Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.3.7
This commit is contained in:
e1mo
2025-04-07 13:29:29 +02:00
committed by Kerstin
parent b55fff5580
commit d1a3c6a836
+2 -2
View File
@@ -5,14 +5,14 @@
patches ? [ ],
}:
let
version = "4.3.6";
version = "4.3.7";
in
(applyPatches {
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-cTJmSrQ+xlDfrAyHKeiIvrUOgAh9DQT2NNizN8XT3P0=";
hash = "sha256-KmeWBMuyJ/ZdZnFXAlpvgXV+J8IZrcaTXvvui4l6mjY=";
};
patches = patches ++ [ ];
})