nixfiles/pkgs/nyastodon/source.nix

18 lines
510 B
Nix
Raw Normal View History

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