0640c21563
Co-authored-by: Happy River <happyriver93@runbox.com> Co-authored-by: Justin Humm <justin.humm@posteo.de> Co-authored-by: Alyssa Ross <hi@alyssa.is> Co-authored-by: adisbladis <adisbladis@gmail.com>
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.3.0";
|
|
sha256 = "17wvggvy5mmyf3f1i5v1hgvh6wjdhg9hb3wiyfaydx0slsg03qba";
|
|
};
|
|
in applyPatches {
|
|
inherit src;
|
|
patches = [./resolutions.patch ./version.patch ];
|
|
}
|