2021-02-13 14:23:35 +00:00
|
|
|
# This file was generated by pkgs.mastodon.updateScript.
|
2023-03-30 22:05:00 +00:00
|
|
|
{ fetchgit, applyPatches, fetchpatch }: let
|
2021-02-13 14:23:35 +00:00
|
|
|
src = fetchgit {
|
2022-04-03 18:54:34 +00:00
|
|
|
url = "https://github.com/mastodon/mastodon.git";
|
2023-03-24 00:07:29 +00:00
|
|
|
rev = "v4.1.1";
|
|
|
|
sha256 = "1c0mxz45pkgmyw81z025n1ps1dkdq92337h7sd865w2fbgmzg50l";
|
2021-02-13 14:23:35 +00:00
|
|
|
};
|
|
|
|
in applyPatches {
|
|
|
|
inherit src;
|
2023-03-30 22:05:00 +00:00
|
|
|
patches = [
|
|
|
|
(fetchpatch {
|
|
|
|
url = "https://github.com/mastodon/mastodon/commit/e7b81d7d9625893b1323e12215a2a98c0f19f58f.patch";
|
|
|
|
hash = "sha256-cF0wtbjTNbsyqHb3uy5zYFaACIcziJ2ulJpOT5VoDO0=";
|
|
|
|
})
|
|
|
|
];
|
2021-02-13 14:23:35 +00:00
|
|
|
}
|