2019-05-02 15:50:28 +01:00
|
|
|
# This file was generated by pkgs.mastodon.updateScript.
|
|
|
|
{ fetchgit, applyPatches }: let
|
|
|
|
src = fetchgit {
|
|
|
|
url = "https://github.com/tootsuite/mastodon.git";
|
2021-11-06 00:00:29 +00:00
|
|
|
rev = "v3.4.4";
|
|
|
|
sha256 = "0gi818ns7ws63g7izhcqq5b28kifzmvg0p278lq82h02ysg9grj3";
|
2019-05-02 15:50:28 +01:00
|
|
|
};
|
|
|
|
in applyPatches {
|
|
|
|
inherit src;
|
|
|
|
patches = [./resolutions.patch ./version.patch ];
|
|
|
|
}
|