mastodon: 4.3.6 -> 4.3.7
Changelog: https://github.com/mastodon/mastodon/releases/tag/v4.3.7
This commit is contained in:
@@ -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 ++ [ ];
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user