e67685910d
update.sh --ver v3.4.4 --patches ./resolutions.patch
12 lines
344 B
Nix
12 lines
344 B
Nix
# This file was generated by pkgs.mastodon.updateScript.
|
|
{ fetchgit, applyPatches }: let
|
|
src = fetchgit {
|
|
url = "https://github.com/tootsuite/mastodon.git";
|
|
rev = "v3.4.4";
|
|
sha256 = "0gi818ns7ws63g7izhcqq5b28kifzmvg0p278lq82h02ysg9grj3";
|
|
};
|
|
in applyPatches {
|
|
inherit src;
|
|
patches = [./resolutions.patch ./version.patch ];
|
|
}
|