d56f44df06
GitOrigin-RevId: bc4b9eef3ce3d5a90d8693e8367c9cbfc9fc1e13
11 lines
307 B
Nix
11 lines
307 B
Nix
# This file was generated by pkgs.mastodon.updateScript.
|
|
{ fetchgit, applyPatches }: let
|
|
src = fetchgit {
|
|
url = "https://github.com/mastodon/mastodon.git";
|
|
rev = "v3.5.0";
|
|
sha256 = "1181zqz7928b6mnp4p502gy2rrwxyv5ysgfydx0n04y8wiq00g48";
|
|
};
|
|
in applyPatches {
|
|
inherit src;
|
|
patches = [];
|
|
}
|