···57575858 passthru.tests = nixVersions;
59596060- meta = with lib; {
6060+ meta = {
6161 homepage = "https://hboehm.info/gc/";
6262 description = "The Boehm-Demers-Weiser conservative garbage collector for C and C++";
6363 longDescription = ''
···7676 Alternatively, the garbage collector may be used as a leak detector for
7777 C or C++ programs, though that is not its primary goal.
7878 '';
7979- # non-copyleft, X11-style license
8079 changelog = "https://github.com/ivmai/bdwgc/blob/v${finalAttrs.version}/ChangeLog";
8181- license = "https://hboehm.info/gc/license.txt";
8282- maintainers = with maintainers; [ AndersonTorres ];
8383- platforms = platforms.all;
8080+ license = "https://hboehm.info/gc/license.txt"; # non-copyleft, X11-style license
8181+ maintainers = with lib.maintainers; [ AndersonTorres ];
8282+ platforms = lib.platforms.all;
8483 };
8584})
···4545 description = "Ancillary tools for the D programming language compiler";
4646 homepage = "https://github.com/dlang/tools";
4747 license = lib.licenses.boost;
4848- maintainers = with maintainers; [ ThomasMader jtbx ];
4848+ maintainers = with maintainers; [ jtbx ];
4949 platforms = lib.platforms.unix;
5050 };
5151}
+1-1
pkgs/development/tools/infisical/default.nix
···1515 buildHashes = builtins.fromJSON (builtins.readFile ./hashes.json);
16161717 # the version of infisical
1818- version = "0.17.1";
1818+ version = "0.18.0";
19192020 # the platform-specific, statically linked binary
2121 src =
···223223 demjson = with python3Packages; toPythonApplication demjson; # Added 2022-01-18
224224 dep = throw "'dep' has been removed, because it is deprecated and archived in favor of Go modules"; # Added 2023-12-26
225225 devserver = throw "'devserver' has been removed in favor of 'miniserve' or other alternatives"; # Added 2023-01-13
226226+ dfeet = throw "'dfeet' has been removed because it is archived upstream. Please use 'd-spy' instead"; # Added 2024-03-07
226227 dhcp = throw "dhcp (ISC DHCP) has been removed from nixpkgs, because it reached its end of life"; # Added 2023-04-04
227228 dnnl = oneDNN; # Added 2020-04-22
228229 docker-machine = throw "'docker-machine' has been removed, because the upstream project was archived"; # Added 2023-12-27
···965966 restya-board = throw "'restya-board' has been removed from nixpkgs, as it was broken and unmaintained"; # Added 2024-01-22
966967 retdec-full = throw "'retdec-full' is no longer needed, please use 'retdec'"; # Added 2024-02-05
967968 retroshare06 = retroshare;
969969+ ricochet = throw "ricochet has been deprecated in favor of ricochet-refresh"; # Added 2024-02-26
968970 rigsofrods = rigsofrods-bin; # Added 2023-03-22
969971 ring-daemon = jami-daemon; # Added 2021-10-26
970972 rockbox_utility = rockbox-utility; # Added 2022-03-17