forked from emily/nixfiles
17 lines
493 B
Nix
17 lines
493 B
Nix
# This file was generated by pkgs.mastodon.updateScript.
|
|
{ fetchgit, applyPatches, patches ? [] }:
|
|
let
|
|
version = "v4.3.0-alpha.3+glitch+cat+1.0.0+nya-1.2.2";
|
|
in
|
|
(
|
|
applyPatches {
|
|
src = fetchgit {
|
|
url = "https://git.bsd.gay/fef/nyastodon.git";
|
|
rev = "refs/heads/develop";
|
|
hash = "sha256-YFQPzsqJxGOS4E/1+chB+C7vD+NlgFiRekDsGZdcL9c=";
|
|
};
|
|
patches = patches ++ [];
|
|
}) // {
|
|
inherit version;
|
|
yarnHash = "sha256-XYTQaeSCaws9pR2QAYX2Y4F4BXLdQdBwYV9rCE3tYRA=";
|
|
}
|