python312Packages.upass: 0.2.1 -> 0.3.0
[NixPkgs.git] / pkgs / servers / mastodon / source.nix
blob9d7ac7df238caccdea82924f9df95a0071f84c54
1 # This file was generated by pkgs.mastodon.updateScript.
2 { fetchFromGitHub, applyPatches, patches ? [] }:
3 let
4   version = "4.3.1";
5 in
7   applyPatches {
8     src = fetchFromGitHub {
9       owner = "mastodon";
10       repo = "mastodon";
11       rev = "v${version}";
12       hash = "sha256-JlpQGyVPTLcB3RcWMBrmYc1AAUT1JLfS4IDas9ZoWh4=";
13     };
14     patches = patches ++ [];
15   }) // {
16   inherit version;
17   yarnHash = "sha256-e5c04M6XplAgaVyldU5HmYMYtY3MAWs+a8Z/BGSyGBg=";