3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/servers/mastodon/source.nix
techknowlogick 6a441683a0 mastodon: 3.5.0 -> 3.5.1
Co-authored-by: Kerstin Humm <kerstin@erictapen.name>
2022-04-09 16:27:27 +02:00

12 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.1";
sha256 = "0n6ml245jdc2inzw7jwhxbqlfkp5bs61kslyy71ww6a29ndd6hv0";
};
in applyPatches {
inherit src;
patches = [];
}