···1-{
2- lib,
3- fetchFromGitHub,
4- rustPlatform,
5-}:
6-7-rustPlatform.buildRustPackage rec {
8- pname = "async";
9- version = "0.1.1";
10-11- src = fetchFromGitHub {
12- owner = "ctbur";
13- repo = pname;
14- rev = "v${version}";
15- sha256 = "19ypflbayi5l0mb8yw7w0a4bq9a3w8nl9jsxapp9m3xggzmsvrxx";
16- };
17-18- cargoHash = "sha256-jIL7ZFzRMQuGLmMatGegkYRYctlsl3RRUfChgaIhWHg=";
19-20- meta = with lib; {
21- description = "Tool to parallelize shell commands";
22- mainProgram = "async";
23- longDescription = ''
24- `async` is a tool to run shell commands in parallel and is designed to be
25- able to quickly parallelize shell scripts with minimal changes. It was
26- inspired by GNU Parallel, with the main difference being that async
27- retains state between commands by running a server in the background.
28- '';
29- homepage = "https://github.com/ctbur/async";
30- license = licenses.gpl3Plus;
31- maintainers = with maintainers; [ minijackson ];
32- };
33-}
···4243stdenv.mkDerivation rec {
44 pname = "mlt";
45- version = "7.28.0";
4647 src = fetchFromGitHub {
48 owner = "mltframework";
49 repo = "mlt";
50 rev = "v${version}";
51- hash = "sha256-rXxjHXXIFFggd2v9ZlNBs0XUDmvJxLvR2JfGkTxDYEA=";
52 # The submodule contains glaxnimate code, since MLT uses internally some functions defined in glaxnimate.
53 # Since glaxnimate is not available as a library upstream, we cannot remove for now this dependency on
54 # submodules until upstream exports glaxnimate as a library: https://gitlab.com/mattbas/glaxnimate/-/issues/545
···4243stdenv.mkDerivation rec {
44 pname = "mlt";
45+ version = "7.30.0";
4647 src = fetchFromGitHub {
48 owner = "mltframework";
49 repo = "mlt";
50 rev = "v${version}";
51+ hash = "sha256-z1bW+hcVeMeibC1PUS5XNpbkNB+75YLoOWZC2zuDol4=";
52 # The submodule contains glaxnimate code, since MLT uses internally some functions defined in glaxnimate.
53 # Since glaxnimate is not available as a library upstream, we cannot remove for now this dependency on
54 # submodules until upstream exports glaxnimate as a library: https://gitlab.com/mattbas/glaxnimate/-/issues/545
···122 aria = aria2; # Added 2024-03-26
123 armcord = throw "ArmCord was renamed to legcord by the upstream developers. Action is required to migrate configurations between the two applications. Please see this PR for more details: https://github.com/NixOS/nixpkgs/pull/347971"; # Added 2024-10-11
124 aseprite-unfree = aseprite; # Added 2023-08-26
0125 atlassian-bamboo = throw "Atlassian software has been removed, as support for the Atlassian Server products ended in February 2024 and there was insufficient interest in maintaining the Atlassian Data Center replacements"; # Added 2024-11-02
126 atlassian-confluence = throw "Atlassian software has been removed, as support for the Atlassian Server products ended in February 2024 and there was insufficient interest in maintaining the Atlassian Data Center replacements"; # Added 2024-11-02
127 atlassian-crowd = throw "Atlassian software has been removed, as support for the Atlassian Server products ended in February 2024 and there was insufficient interest in maintaining the Atlassian Data Center replacements"; # Added 2024-11-02
···122 aria = aria2; # Added 2024-03-26
123 armcord = throw "ArmCord was renamed to legcord by the upstream developers. Action is required to migrate configurations between the two applications. Please see this PR for more details: https://github.com/NixOS/nixpkgs/pull/347971"; # Added 2024-10-11
124 aseprite-unfree = aseprite; # Added 2023-08-26
125+ async = throw "'async' has been removed due to lack of upstream maintenance"; # Added 2025-01-26
126 atlassian-bamboo = throw "Atlassian software has been removed, as support for the Atlassian Server products ended in February 2024 and there was insufficient interest in maintaining the Atlassian Data Center replacements"; # Added 2024-11-02
127 atlassian-confluence = throw "Atlassian software has been removed, as support for the Atlassian Server products ended in February 2024 and there was insufficient interest in maintaining the Atlassian Data Center replacements"; # Added 2024-11-02
128 atlassian-crowd = throw "Atlassian software has been removed, as support for the Atlassian Server products ended in February 2024 and there was insufficient interest in maintaining the Atlassian Data Center replacements"; # Added 2024-11-02