forked from emily/nixfiles
17 lines
510 B
Nix
17 lines
510 B
Nix
# This file was generated by pkgs.mastodon.updateScript.
|
|
{ lib, fetchgit, applyPatches, patches ? [] }:
|
|
let
|
|
version = "4.3.0-alpha.5+glitch+cat+1.0.8";
|
|
in
|
|
(
|
|
applyPatches {
|
|
src = fetchgit {
|
|
url = "https://woof.rip/mirrors/catstodon.git";
|
|
rev = "7d8714db8135f5c3dfc81964887248d76a797788";
|
|
hash = "sha256-VPXsIRAZxNOaLRI+g2gDy582BYx5t/SHv4xIrGAFTz0=";
|
|
};
|
|
patches = patches ++ [];
|
|
}) // {
|
|
inherit version;
|
|
yarnHash = "sha256-kkjRYQPjWB1udlpIH2Q+a+bbiqXw1T/dgv3KmQk/YBY=";
|
|
}
|