about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/mastodon/source.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/servers/mastodon/source.nix')
-rw-r--r--nixpkgs/pkgs/servers/mastodon/source.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/servers/mastodon/source.nix b/nixpkgs/pkgs/servers/mastodon/source.nix
new file mode 100644
index 000000000000..57eff626ee49
--- /dev/null
+++ b/nixpkgs/pkgs/servers/mastodon/source.nix
@@ -0,0 +1,11 @@
+# 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 ];
+}