7c9a0fb960
update.sh --ver v3.4.1 --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.1";
|
|
sha256 = "1pg3yh6gfzwrhzm35s6ydpny4fj117z2avi4rck5d7n20j8s2hf5";
|
|
};
|
|
in applyPatches {
|
|
inherit src;
|
|
patches = [./resolutions.patch ./version.patch ];
|
|
}
|