diff --git a/ci/OWNERS b/ci/OWNERS index cb45babf254b..6edaa4beab9d 100644 --- a/ci/OWNERS +++ b/ci/OWNERS @@ -215,10 +215,10 @@ nixos/modules/installer/tools/nix-fallback-paths.nix @NixOS/nix-team @raitobeza /pkgs/development/r-modules @jbedo # Rust -/pkgs/development/compilers/rust @alyssais @Mic92 @zowoq @winterqt @figsoda -/pkgs/build-support/rust @zowoq @winterqt @figsoda +/pkgs/development/compilers/rust @alyssais @Mic92 @zowoq @winterqt +/pkgs/build-support/rust @zowoq @winterqt /pkgs/build-support/rust/fetch-cargo-vendor* @TomaSajt -/doc/languages-frameworks/rust.section.md @zowoq @winterqt @figsoda +/doc/languages-frameworks/rust.section.md @zowoq @winterqt # Tcl /pkgs/development/interpreters/tcl @fgaz @@ -447,8 +447,8 @@ pkgs/by-name/fo/forgejo/ @adamcstephens @bendlas @emilylange /pkgs/os-specific/linux/zfs @adamcstephens @amarshall # Zig -/pkgs/development/compilers/zig @figsoda @RossComputerGuy -/doc/hooks/zig.section.md @figsoda @RossComputerGuy +/pkgs/development/compilers/zig @RossComputerGuy +/doc/hooks/zig.section.md @RossComputerGuy # Buildbot nixos/modules/services/continuous-integration/buildbot @Mic92 @zowoq diff --git a/maintainers/README.md b/maintainers/README.md index 6b5c8fe1c2c4..f06d4f221d51 100644 --- a/maintainers/README.md +++ b/maintainers/README.md @@ -32,7 +32,7 @@ Commit access to the Nixpkgs repository is not required for that. In order to do so, add yourself to the [`maintainer-list.nix`](./maintainer-list.nix), and then to the desired package's `meta.maintainers` list, and send a PR with the changes. If you're adding yourself as a maintainer as part of another PR (in which you become a maintainer of a package, for example), make your change to -`maintainer-list.nix` in a separate commit titled `maintainers: add `. +`maintainer-list.nix` in a separate commit titled `maintainers: add `. ### Losing maintainer status diff --git a/maintainers/github-teams.json b/maintainers/github-teams.json index e764f0cb80fe..e67875efe6c5 100644 --- a/maintainers/github-teams.json +++ b/maintainers/github-teams.json @@ -134,7 +134,6 @@ "a-kenji": 65275785, "ahoneybun": 4884946, "drakon64": 6444703, - "griffi-gh": 45996170, "michaelBelsanti": 62124625, "thefossguy": 44400303 }, @@ -668,7 +667,7 @@ "name": "neovim" }, "nix-formatting": { - "description": "Team to maintain the official Nix formatter and apply it to Nixpkgs", + "description": "Maintain the official Nix formatter and apply it to Nixpkgs: https://nixos.org/community/teams/formatting/", "id": 9676823, "maintainers": { "infinisil": 20525370, @@ -876,7 +875,6 @@ "id": 7304571, "maintainers": { "Mic92": 96200, - "figsoda": 40620903, "winterqt": 78392041, "zowoq": 59103226 }, diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 3d75d92be980..c1732d3de9e5 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -2633,13 +2633,6 @@ github = "aware70"; githubId = 7832566; }; - awwpotato = { - email = "awwpotato@voidq.com"; - matrix = "@awwpotato:envs.net"; - github = "awwpotato"; - githubId = 153149335; - name = "awwpotato"; - }; axertheaxe = { email = "axertheaxe@proton.me"; github = "AxerTheAxe"; @@ -5561,6 +5554,13 @@ githubId = 102048662; name = "Dalton Luce"; }; + da157 = { + email = "da157@voidq.com"; + matrix = "@awwpotato:envs.net"; + github = "0xda157"; + githubId = 153149335; + name = "0xda157"; + }; dabao1955 = { email = "dabao1955@163.com"; github = "dabao1955"; @@ -8476,13 +8476,6 @@ githubId = 52276064; name = "figboy9"; }; - figsoda = { - email = "figsoda@pm.me"; - matrix = "@figsoda:matrix.org"; - github = "figsoda"; - githubId = 40620903; - name = "figsoda"; - }; fionera = { email = "nix@fionera.de"; github = "fionera"; diff --git a/maintainers/scripts/luarocks-packages.csv b/maintainers/scripts/luarocks-packages.csv index 9fca1e9827f4..2acc4786f130 100644 --- a/maintainers/scripts/luarocks-packages.csv +++ b/maintainers/scripts/luarocks-packages.csv @@ -159,5 +159,5 @@ tree-sitter-http,,,,0.0.33-1,, tree-sitter-norg,,,,,5.1,mrcjkb tree-sitter-orgmode,,,,,, vstruct,,,,,, -vusted,,,,,,figsoda +vusted,,,,,, xml2lua,,,,,,teto diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index d6843424df61..857e84b7d286 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -982,7 +982,6 @@ with lib.maintainers; zig = { members = [ - figsoda RossComputerGuy ]; scope = "Maintain the Zig compiler toolchain and nixpkgs integration."; diff --git a/nixos/modules/config/xdg/mime.nix b/nixos/modules/config/xdg/mime.nix index 9fe91fb6896d..2b2905bb2f0c 100644 --- a/nixos/modules/config/xdg/mime.nix +++ b/nixos/modules/config/xdg/mime.nix @@ -13,7 +13,7 @@ in { meta = { - maintainers = lib.teams.freedesktop.members ++ (with lib.maintainers; [ figsoda ]); + maintainers = lib.teams.freedesktop.members ++ [ ]; }; options = { diff --git a/nixos/modules/misc/man-db.nix b/nixos/modules/misc/man-db.nix index dc6af4fe9692..50ae6d790789 100644 --- a/nixos/modules/misc/man-db.nix +++ b/nixos/modules/misc/man-db.nix @@ -82,6 +82,7 @@ in pkgs.runCommand "man-cache" { nativeBuildInputs = [ buildPackage ]; + preferLocalBuild = true; } '' echo "MANDB_MAP ${cfg.manualPages}/share/man $out" > man.conf diff --git a/nixos/modules/programs/git.nix b/nixos/modules/programs/git.nix index f9da88376ee9..e247ff1a7a33 100644 --- a/nixos/modules/programs/git.nix +++ b/nixos/modules/programs/git.nix @@ -115,5 +115,5 @@ in }) ]; - meta.maintainers = with lib.maintainers; [ figsoda ]; + meta.maintainers = [ ]; } diff --git a/nixos/modules/programs/sniffnet.nix b/nixos/modules/programs/sniffnet.nix index 36c298b84e72..91d56871dac6 100644 --- a/nixos/modules/programs/sniffnet.nix +++ b/nixos/modules/programs/sniffnet.nix @@ -25,5 +25,5 @@ in }; }; - meta.maintainers = with lib.maintainers; [ figsoda ]; + meta.maintainers = [ ]; } diff --git a/nixos/modules/programs/trippy.nix b/nixos/modules/programs/trippy.nix index 6b906cb58f52..0de14f44cb22 100644 --- a/nixos/modules/programs/trippy.nix +++ b/nixos/modules/programs/trippy.nix @@ -25,5 +25,5 @@ in }; }; - meta.maintainers = with lib.maintainers; [ figsoda ]; + meta.maintainers = [ ]; } diff --git a/nixos/modules/services/security/tor.nix b/nixos/modules/services/security/tor.nix index 92410e28a1ed..f1e27cbaa256 100644 --- a/nixos/modules/services/security/tor.nix +++ b/nixos/modules/services/security/tor.nix @@ -795,7 +795,7 @@ in }; options.HiddenServiceMaxStreams = lib.mkOption { description = (descriptionGeneric "HiddenServiceMaxStreams"); - type = with lib.types; nullOr (ints.between 0 65535); + type = with lib.types; nullOr ints.u16; default = null; }; options.HiddenServiceMaxStreamsCloseCircuit = optionBool "HiddenServiceMaxStreamsCloseCircuit"; diff --git a/nixos/modules/services/x11/display-managers/sx.nix b/nixos/modules/services/x11/display-managers/sx.nix index 7d168124e67f..40381146c8a9 100644 --- a/nixos/modules/services/x11/display-managers/sx.nix +++ b/nixos/modules/services/x11/display-managers/sx.nix @@ -51,7 +51,6 @@ in }; meta.maintainers = with lib.maintainers; [ - figsoda thiagokokada ]; } diff --git a/nixos/tests/sx.nix b/nixos/tests/sx.nix index 8fc41621a7c4..ced01a2697a9 100644 --- a/nixos/tests/sx.nix +++ b/nixos/tests/sx.nix @@ -2,7 +2,6 @@ { name = "sx"; meta.maintainers = with lib.maintainers; [ - figsoda thiagokokada ]; diff --git a/pkgs/applications/editors/vim/plugins/nvim-treesitter/overrides.nix b/pkgs/applications/editors/vim/plugins/nvim-treesitter/overrides.nix index f9b35edcf583..9b5592b99b98 100644 --- a/pkgs/applications/editors/vim/plugins/nvim-treesitter/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/nvim-treesitter/overrides.nix @@ -167,6 +167,6 @@ in (super.nvim-treesitter.meta or { }) // { license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/applications/emulators/libretro/cores/bluemsx.nix b/pkgs/applications/emulators/libretro/cores/bluemsx.nix index 39b99eb8e1de..db0bd46bd5c0 100644 --- a/pkgs/applications/emulators/libretro/cores/bluemsx.nix +++ b/pkgs/applications/emulators/libretro/cores/bluemsx.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "bluemsx"; - version = "0-unstable-2025-10-24"; + version = "0-unstable-2025-11-01"; src = fetchFromGitHub { owner = "libretro"; repo = "bluemsx-libretro"; - rev = "3a2855e30c7f39a41064ca36264e9bf9f6170f8e"; - hash = "sha256-k0j15MqmgaTrUc/FoZHuIyALCnMJXeSkx4dfnfrfG5o="; + rev = "1f8aeb9ac3f3a4202736ac22e1785f01a834b975"; + hash = "sha256-VnTL7MLhB/WEHm9930OvM84I5Vp4AaAI6qh7I4QRkVw="; }; meta = { diff --git a/pkgs/applications/networking/cluster/terraform-providers/providers.json b/pkgs/applications/networking/cluster/terraform-providers/providers.json index 0cfe831df4e4..55dbaed3f1c9 100644 --- a/pkgs/applications/networking/cluster/terraform-providers/providers.json +++ b/pkgs/applications/networking/cluster/terraform-providers/providers.json @@ -1048,11 +1048,11 @@ "vendorHash": null }, "oracle_oci": { - "hash": "sha256-KrsIw2GQNA3Nlhui4Ib8HwuBuQPCZaecKvws6A18mcI=", + "hash": "sha256-R+Khf/BCDaFf1ExD3+zUIEoL/egRw0ube83cP3opO/I=", "homepage": "https://registry.terraform.io/providers/oracle/oci", "owner": "oracle", "repo": "terraform-provider-oci", - "rev": "v7.23.0", + "rev": "v7.24.0", "spdx": "MPL-2.0", "vendorHash": null }, diff --git a/pkgs/applications/video/mpv/scripts/thumbnail.nix b/pkgs/applications/video/mpv/scripts/thumbnail.nix index f789a4553da5..a3ed87ee74a2 100644 --- a/pkgs/applications/video/mpv/scripts/thumbnail.nix +++ b/pkgs/applications/video/mpv/scripts/thumbnail.nix @@ -32,6 +32,6 @@ buildLua rec { changelog = "https://github.com/marzzzello/mpv_thumbnail_script/releases/tag/${version}"; license = lib.licenses.gpl3Plus; platforms = lib.platforms.all; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ab/abbreviate/package.nix b/pkgs/by-name/ab/abbreviate/package.nix index 779f6bb0cde9..cb9c397c1db4 100644 --- a/pkgs/by-name/ab/abbreviate/package.nix +++ b/pkgs/by-name/ab/abbreviate/package.nix @@ -41,6 +41,6 @@ buildGoModule rec { homepage = "https://github.com/dnnrly/abbreviate"; changelog = "https://github.com/dnnrly/abbreviate/releases/tag/${src.rev}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ai/ain/package.nix b/pkgs/by-name/ai/ain/package.nix index 22b8ca8b173e..ef36ab1eecc5 100644 --- a/pkgs/by-name/ai/ain/package.nix +++ b/pkgs/by-name/ai/ain/package.nix @@ -31,7 +31,7 @@ buildGoModule (finalAttrs: { homepage = "https://github.com/jonaslu/ain"; changelog = "https://github.com/jonaslu/ain/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "ain"; }; }) diff --git a/pkgs/by-name/an/anew/package.nix b/pkgs/by-name/an/anew/package.nix index 1475a5072812..387152175add 100644 --- a/pkgs/by-name/an/anew/package.nix +++ b/pkgs/by-name/an/anew/package.nix @@ -27,6 +27,6 @@ buildGoModule rec { mainProgram = "anew"; homepage = "https://github.com/tomnomnom/anew"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/an/anewer/package.nix b/pkgs/by-name/an/anewer/package.nix index 5a42a3887571..2b0caacc36b2 100644 --- a/pkgs/by-name/an/anewer/package.nix +++ b/pkgs/by-name/an/anewer/package.nix @@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec { mainProgram = "anewer"; homepage = "https://github.com/ysf/anewer"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/an/anko/package.nix b/pkgs/by-name/an/anko/package.nix index 946599af780d..92b1714e84c7 100644 --- a/pkgs/by-name/an/anko/package.nix +++ b/pkgs/by-name/an/anko/package.nix @@ -28,6 +28,6 @@ buildGoModule rec { description = "Scriptable interpreter written in golang"; homepage = "https://github.com/mattn/anko"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ar/argc/package.nix b/pkgs/by-name/ar/argc/package.nix index 5492ae34eab8..40e50b6b8176 100644 --- a/pkgs/by-name/ar/argc/package.nix +++ b/pkgs/by-name/ar/argc/package.nix @@ -69,6 +69,6 @@ rustPlatform.buildRustPackage rec { # or asl20 ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ar/artem/package.nix b/pkgs/by-name/ar/artem/package.nix index 12998fe7e581..d866c43f04df 100644 --- a/pkgs/by-name/ar/artem/package.nix +++ b/pkgs/by-name/ar/artem/package.nix @@ -42,7 +42,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/finefindus/artem"; changelog = "https://github.com/finefindus/artem/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mpl20; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "artem"; }; } diff --git a/pkgs/by-name/as/asciicam/package.nix b/pkgs/by-name/as/asciicam/package.nix index 167cc22354ca..34eba22b97d1 100644 --- a/pkgs/by-name/as/asciicam/package.nix +++ b/pkgs/by-name/as/asciicam/package.nix @@ -26,7 +26,7 @@ buildGoModule { description = "Displays your webcam on the terminal"; homepage = "https://github.com/muesli/asciicam"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "asciicam"; }; } diff --git a/pkgs/by-name/as/asciinema-agg/package.nix b/pkgs/by-name/as/asciinema-agg/package.nix index 43ee2bc72845..70a9fa8cb661 100644 --- a/pkgs/by-name/as/asciinema-agg/package.nix +++ b/pkgs/by-name/as/asciinema-agg/package.nix @@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/asciinema/agg"; changelog = "https://github.com/asciinema/agg/releases/tag/${src.rev}"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "agg"; }; } diff --git a/pkgs/by-name/as/askalono/package.nix b/pkgs/by-name/as/askalono/package.nix index 98d73845c109..dc23859eb1ee 100644 --- a/pkgs/by-name/as/askalono/package.nix +++ b/pkgs/by-name/as/askalono/package.nix @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/jpeddicord/askalono"; changelog = "https://github.com/jpeddicord/askalono/blob/${version}/CHANGELOG.md"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "askalono"; }; } diff --git a/pkgs/by-name/as/astronomer/package.nix b/pkgs/by-name/as/astronomer/package.nix index 7df5c42af4e4..6e7325ebdcae 100644 --- a/pkgs/by-name/as/astronomer/package.nix +++ b/pkgs/by-name/as/astronomer/package.nix @@ -27,7 +27,7 @@ buildGoModule rec { homepage = "https://github.com/Ullaakut/astronomer"; changelog = "https://github.com/Ullaakut/astronomer/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "astronomer"; }; } diff --git a/pkgs/by-name/as/astyle/package.nix b/pkgs/by-name/as/astyle/package.nix index 20be5951493f..afb4a3537142 100644 --- a/pkgs/by-name/as/astyle/package.nix +++ b/pkgs/by-name/as/astyle/package.nix @@ -9,11 +9,11 @@ stdenv.mkDerivation rec { pname = "astyle"; - version = "3.6.12"; + version = "3.6.13"; src = fetchurl { url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2"; - hash = "sha256-Gd6wahq25QELlsKBuuNQVg2XicvIluMD82EBeYMv0r4="; + hash = "sha256-BIt0sUxuAff66OY7dn2jMwOrOdkCKv4zBVzkueVvFi0="; }; nativeBuildInputs = [ cmake ]; diff --git a/pkgs/by-name/au/august/package.nix b/pkgs/by-name/au/august/package.nix index 0d9090a3eff1..e0966fb5608a 100644 --- a/pkgs/by-name/au/august/package.nix +++ b/pkgs/by-name/au/august/package.nix @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage { asl20 mit ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "ag"; }; } diff --git a/pkgs/by-name/az/az-pim-cli/package.nix b/pkgs/by-name/az/az-pim-cli/package.nix index 8451ca93bac7..b77ea0de0c3e 100644 --- a/pkgs/by-name/az/az-pim-cli/package.nix +++ b/pkgs/by-name/az/az-pim-cli/package.nix @@ -59,7 +59,7 @@ buildGoModule (finalAttrs: { homepage = "https://github.com/netr0m/az-pim-cli"; changelog = "https://github.com/netr0m/az-pim-cli/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.awwpotato ]; + maintainers = [ lib.maintainers.da157 ]; mainProgram = "az-pim-cli"; }; }) diff --git a/pkgs/by-name/ba/backdown/package.nix b/pkgs/by-name/ba/backdown/package.nix index 968dd12d36e8..8a1bc83b608a 100644 --- a/pkgs/by-name/ba/backdown/package.nix +++ b/pkgs/by-name/ba/backdown/package.nix @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/Canop/backdown"; changelog = "https://github.com/Canop/backdown/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "backdown"; }; } diff --git a/pkgs/by-name/ba/bandwhich/package.nix b/pkgs/by-name/ba/bandwhich/package.nix index 1d439116a757..f88ee2795720 100644 --- a/pkgs/by-name/ba/bandwhich/package.nix +++ b/pkgs/by-name/ba/bandwhich/package.nix @@ -50,7 +50,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ Br1ght0ne - figsoda ]; platforms = lib.platforms.unix; mainProgram = "bandwhich"; diff --git a/pkgs/by-name/ba/bartib/package.nix b/pkgs/by-name/ba/bartib/package.nix index 839749ebdb86..f8410b421a34 100644 --- a/pkgs/by-name/ba/bartib/package.nix +++ b/pkgs/by-name/ba/bartib/package.nix @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec { description = "Simple timetracker for the command line"; homepage = "https://github.com/nikolassv/bartib"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "bartib"; }; } diff --git a/pkgs/by-name/bi/binocle/package.nix b/pkgs/by-name/bi/binocle/package.nix index b7b14e7f0651..6441a3980039 100644 --- a/pkgs/by-name/bi/binocle/package.nix +++ b/pkgs/by-name/bi/binocle/package.nix @@ -49,6 +49,6 @@ rustPlatform.buildRustPackage rec { asl20 # or mit ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/bi/biome/package.nix b/pkgs/by-name/bi/biome/package.nix index becb12af6579..72b7912c4a25 100644 --- a/pkgs/by-name/bi/biome/package.nix +++ b/pkgs/by-name/bi/biome/package.nix @@ -63,7 +63,6 @@ rustPlatform.buildRustPackage (finalAttrs: { changelog = "https://github.com/biomejs/biome/blob/${finalAttrs.src.rev}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda isabelroses wrbbz ]; diff --git a/pkgs/by-name/bo/bombardier/package.nix b/pkgs/by-name/bo/bombardier/package.nix index db1a64994eca..9b5f385893b2 100644 --- a/pkgs/by-name/bo/bombardier/package.nix +++ b/pkgs/by-name/bo/bombardier/package.nix @@ -42,7 +42,7 @@ buildGoModule rec { homepage = "https://github.com/codesenberg/bombardier"; changelog = "https://github.com/codesenberg/bombardier/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "bombardier"; }; } diff --git a/pkgs/by-name/bo/boolector/package.nix b/pkgs/by-name/bo/boolector/package.nix index ab80bc3fbdf7..5de394bf3bb0 100644 --- a/pkgs/by-name/bo/boolector/package.nix +++ b/pkgs/by-name/bo/boolector/package.nix @@ -3,7 +3,6 @@ fetchFromGitHub, lib, python3, - fetchpatch, cmake, lingeling, btor2tools, @@ -13,23 +12,19 @@ stdenv.mkDerivation rec { pname = "boolector"; - version = "3.2.3"; + version = "3.2.4"; src = fetchFromGitHub { owner = "boolector"; repo = "boolector"; tag = version; - hash = "sha256-CdfpXUbU1+yEmrNyl+hvHlJfpzzzx356naim6vRafDg="; + hash = "sha256-CKhaPaWUB6Fz0LfnCl81LVmTebCWzTvZLKeC0KH3by4="; }; - patches = [ - # present in master - remove after 3.2.3 - (fetchpatch { - name = "update-unit-tests-to-cpp-14.patch"; - url = "https://github.com/Boolector/boolector/commit/cc13f371c0c5093d98638ddd213dc835ef3aadf3.patch"; - hash = "sha256-h8DBhAvUu+wXBwmvwRhHnJv3XrbEpBpvX9D1FI/+avc="; - }) - ]; + postPatch = '' + substituteInPlace CMakeLists.txt \ + --replace-fail "cmake_minimum_required(VERSION 3.3)" "cmake_minimum_required(VERSION 3.10)" + ''; nativeBuildInputs = [ cmake diff --git a/pkgs/by-name/bo/bottom/package.nix b/pkgs/by-name/bo/bottom/package.nix index 158eb53b8d0d..db6d3d44fe1a 100644 --- a/pkgs/by-name/bo/bottom/package.nix +++ b/pkgs/by-name/bo/bottom/package.nix @@ -59,7 +59,6 @@ rustPlatform.buildRustPackage rec { mainProgram = "btm"; maintainers = with lib.maintainers; [ berbiche - figsoda gepbird ]; }; diff --git a/pkgs/by-name/bo/boxxy/package.nix b/pkgs/by-name/bo/boxxy/package.nix index dcb6898b8991..a95fd79f0655 100644 --- a/pkgs/by-name/bo/boxxy/package.nix +++ b/pkgs/by-name/bo/boxxy/package.nix @@ -38,7 +38,6 @@ rustPlatform.buildRustPackage rec { license = licenses.mit; maintainers = with maintainers; [ dit7ya - figsoda ]; platforms = platforms.linux; broken = stdenv.hostPlatform.isAarch64; diff --git a/pkgs/by-name/br/browsr/package.nix b/pkgs/by-name/br/browsr/package.nix index 15a8007156e6..6a1ab78df485 100644 --- a/pkgs/by-name/br/browsr/package.nix +++ b/pkgs/by-name/br/browsr/package.nix @@ -97,6 +97,6 @@ python3Packages.buildPythonApplication rec { homepage = "https://juftin.com/browsr"; changelog = "https://github.com/juftin/browsr/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ca/calligraphy/package.nix b/pkgs/by-name/ca/calligraphy/package.nix index 815923e84192..d67e8edcdfd3 100644 --- a/pkgs/by-name/ca/calligraphy/package.nix +++ b/pkgs/by-name/ca/calligraphy/package.nix @@ -60,7 +60,7 @@ python3Packages.buildPythonApplication rec { mainProgram = "calligraphy"; maintainers = with lib.maintainers; [ aleksana - awwpotato + da157 ]; platforms = lib.platforms.linux; }; diff --git a/pkgs/by-name/ca/cargo-about/package.nix b/pkgs/by-name/ca/cargo-about/package.nix index cb2762589585..ef527579df55 100644 --- a/pkgs/by-name/ca/cargo-about/package.nix +++ b/pkgs/by-name/ca/cargo-about/package.nix @@ -37,7 +37,6 @@ rustPlatform.buildRustPackage rec { ]; maintainers = with lib.maintainers; [ evanjs - figsoda matthiasbeyer ]; mainProgram = "cargo-about"; diff --git a/pkgs/by-name/ca/cargo-all-features/package.nix b/pkgs/by-name/ca/cargo-all-features/package.nix index 1b36989bb011..fd8ecb5d28d4 100644 --- a/pkgs/by-name/ca/cargo-all-features/package.nix +++ b/pkgs/by-name/ca/cargo-all-features/package.nix @@ -23,7 +23,6 @@ rustPlatform.buildRustPackage rec { mit ]; maintainers = with maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-audit/package.nix b/pkgs/by-name/ca/cargo-audit/package.nix index af23cd400b46..4dd7a3a2dae4 100644 --- a/pkgs/by-name/ca/cargo-audit/package.nix +++ b/pkgs/by-name/ca/cargo-audit/package.nix @@ -43,7 +43,6 @@ rustPlatform.buildRustPackage rec { ]; maintainers = with lib.maintainers; [ basvandijk - figsoda jk ]; }; diff --git a/pkgs/by-name/ca/cargo-benchcmp/package.nix b/pkgs/by-name/ca/cargo-benchcmp/package.nix index 2be387f51be6..c81559855a73 100644 --- a/pkgs/by-name/ca/cargo-benchcmp/package.nix +++ b/pkgs/by-name/ca/cargo-benchcmp/package.nix @@ -39,6 +39,6 @@ rustPlatform.buildRustPackage rec { mit unlicense ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ca/cargo-binstall/package.nix b/pkgs/by-name/ca/cargo-binstall/package.nix index b7e8dbaa5f5d..c894974e9a07 100644 --- a/pkgs/by-name/ca/cargo-binstall/package.nix +++ b/pkgs/by-name/ca/cargo-binstall/package.nix @@ -68,6 +68,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/cargo-bins/cargo-binstall"; changelog = "https://github.com/cargo-bins/cargo-binstall/releases/tag/v${version}"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ca/cargo-bundle-licenses/package.nix b/pkgs/by-name/ca/cargo-bundle-licenses/package.nix index 4fdd5adb7bea..1931d584ce77 100644 --- a/pkgs/by-name/ca/cargo-bundle-licenses/package.nix +++ b/pkgs/by-name/ca/cargo-bundle-licenses/package.nix @@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec { asl20 ]; maintainers = with maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-bundle/package.nix b/pkgs/by-name/ca/cargo-bundle/package.nix index 4370667d428a..02a620561354 100644 --- a/pkgs/by-name/ca/cargo-bundle/package.nix +++ b/pkgs/by-name/ca/cargo-bundle/package.nix @@ -39,6 +39,6 @@ rustPlatform.buildRustPackage { asl20 mit ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ca/cargo-careful/package.nix b/pkgs/by-name/ca/cargo-careful/package.nix index de921f429c71..522e1d9b5ee2 100644 --- a/pkgs/by-name/ca/cargo-careful/package.nix +++ b/pkgs/by-name/ca/cargo-careful/package.nix @@ -26,7 +26,6 @@ rustPlatform.buildRustPackage rec { mit ]; maintainers = with maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-clone/package.nix b/pkgs/by-name/ca/cargo-clone/package.nix index bf423c530b57..bf152c0164b3 100644 --- a/pkgs/by-name/ca/cargo-clone/package.nix +++ b/pkgs/by-name/ca/cargo-clone/package.nix @@ -40,7 +40,6 @@ rustPlatform.buildRustPackage rec { mit ]; maintainers = with lib.maintainers; [ - figsoda matthiasbeyer janlikar ]; diff --git a/pkgs/by-name/ca/cargo-codspeed/package.nix b/pkgs/by-name/ca/cargo-codspeed/package.nix index ee0b436be25b..8e4fb5c2138e 100644 --- a/pkgs/by-name/ca/cargo-codspeed/package.nix +++ b/pkgs/by-name/ca/cargo-codspeed/package.nix @@ -53,7 +53,7 @@ rustPlatform.buildRustPackage rec { mit asl20 ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "cargo-codspeed"; }; } diff --git a/pkgs/by-name/ca/cargo-component/package.nix b/pkgs/by-name/ca/cargo-component/package.nix index c964957264d5..237829ae0dcf 100644 --- a/pkgs/by-name/ca/cargo-component/package.nix +++ b/pkgs/by-name/ca/cargo-component/package.nix @@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/bytecodealliance/cargo-component"; changelog = "https://github.com/bytecodealliance/cargo-component/releases/tag/${src.rev}"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "cargo-component"; }; } diff --git a/pkgs/by-name/ca/cargo-cranky/package.nix b/pkgs/by-name/ca/cargo-cranky/package.nix index 22b518fb9157..e03271e5b52c 100644 --- a/pkgs/by-name/ca/cargo-cranky/package.nix +++ b/pkgs/by-name/ca/cargo-cranky/package.nix @@ -26,6 +26,6 @@ rustPlatform.buildRustPackage rec { asl20 mit ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ca/cargo-deny/package.nix b/pkgs/by-name/ca/cargo-deny/package.nix index 34ffdbf04277..d7764f7b33c2 100644 --- a/pkgs/by-name/ca/cargo-deny/package.nix +++ b/pkgs/by-name/ca/cargo-deny/package.nix @@ -44,7 +44,6 @@ rustPlatform.buildRustPackage rec { mit ]; maintainers = with lib.maintainers; [ - figsoda matthiasbeyer jk ]; diff --git a/pkgs/by-name/ca/cargo-depgraph/package.nix b/pkgs/by-name/ca/cargo-depgraph/package.nix index 532c43065468..8eaeac653937 100644 --- a/pkgs/by-name/ca/cargo-depgraph/package.nix +++ b/pkgs/by-name/ca/cargo-depgraph/package.nix @@ -24,7 +24,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://git.sr.ht/~jplatte/cargo-depgraph/tree/${src.rev}/item/CHANGELOG.md"; license = licenses.gpl3Plus; maintainers = with maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-dephell/package.nix b/pkgs/by-name/ca/cargo-dephell/package.nix index 291dbda66c4d..3ef32320070d 100644 --- a/pkgs/by-name/ca/cargo-dephell/package.nix +++ b/pkgs/by-name/ca/cargo-dephell/package.nix @@ -55,7 +55,6 @@ rustPlatform.buildRustPackage rec { asl20 ]; maintainers = with maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-diet/package.nix b/pkgs/by-name/ca/cargo-diet/package.nix index 13da78be49a6..08e47f46bfba 100644 --- a/pkgs/by-name/ca/cargo-diet/package.nix +++ b/pkgs/by-name/ca/cargo-diet/package.nix @@ -24,7 +24,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/the-lean-crate/cargo-diet/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-dist/package.nix b/pkgs/by-name/ca/cargo-dist/package.nix index 3ef98571917c..e4a0a9dc5d01 100644 --- a/pkgs/by-name/ca/cargo-dist/package.nix +++ b/pkgs/by-name/ca/cargo-dist/package.nix @@ -60,7 +60,6 @@ rustPlatform.buildRustPackage rec { mit ]; maintainers = with maintainers; [ - figsoda matthiasbeyer mistydemeo ]; diff --git a/pkgs/by-name/ca/cargo-duplicates/package.nix b/pkgs/by-name/ca/cargo-duplicates/package.nix index a4955014c697..2a67b7cc8d5e 100644 --- a/pkgs/by-name/ca/cargo-duplicates/package.nix +++ b/pkgs/by-name/ca/cargo-duplicates/package.nix @@ -40,7 +40,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/Keruspe/cargo-duplicates"; license = licenses.mit; maintainers = with maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-edit/package.nix b/pkgs/by-name/ca/cargo-edit/package.nix index 00cb3e0e06aa..0d9cce570a27 100644 --- a/pkgs/by-name/ca/cargo-edit/package.nix +++ b/pkgs/by-name/ca/cargo-edit/package.nix @@ -39,7 +39,6 @@ rustPlatform.buildRustPackage rec { ]; maintainers = with lib.maintainers; [ Br1ght0ne - figsoda gerschtli jb55 killercup diff --git a/pkgs/by-name/ca/cargo-expand/package.nix b/pkgs/by-name/ca/cargo-expand/package.nix index d5738b8a26ad..4df4374750de 100644 --- a/pkgs/by-name/ca/cargo-expand/package.nix +++ b/pkgs/by-name/ca/cargo-expand/package.nix @@ -26,7 +26,6 @@ rustPlatform.buildRustPackage rec { asl20 ]; maintainers = with lib.maintainers; [ - figsoda xrelkd ]; mainProgram = "cargo-expand"; diff --git a/pkgs/by-name/ca/cargo-generate/package.nix b/pkgs/by-name/ca/cargo-generate/package.nix index 74055bd7015d..fe3d6fe8156c 100644 --- a/pkgs/by-name/ca/cargo-generate/package.nix +++ b/pkgs/by-name/ca/cargo-generate/package.nix @@ -78,7 +78,6 @@ rustPlatform.buildRustPackage (finalAttrs: { mit ]; maintainers = with lib.maintainers; [ - figsoda turbomack matthiasbeyer ]; diff --git a/pkgs/by-name/ca/cargo-guppy/package.nix b/pkgs/by-name/ca/cargo-guppy/package.nix index 0fc950dec036..b4670705aefe 100644 --- a/pkgs/by-name/ca/cargo-guppy/package.nix +++ b/pkgs/by-name/ca/cargo-guppy/package.nix @@ -40,6 +40,6 @@ rustPlatform.buildRustPackage { mit # or asl20 ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ca/cargo-hack/package.nix b/pkgs/by-name/ca/cargo-hack/package.nix index 34f41e4ae16c..d77072ad3783 100644 --- a/pkgs/by-name/ca/cargo-hack/package.nix +++ b/pkgs/by-name/ca/cargo-hack/package.nix @@ -27,6 +27,6 @@ rustPlatform.buildRustPackage rec { asl20 # or mit ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ca/cargo-hakari/package.nix b/pkgs/by-name/ca/cargo-hakari/package.nix index e46cbf453230..a03ee537c969 100644 --- a/pkgs/by-name/ca/cargo-hakari/package.nix +++ b/pkgs/by-name/ca/cargo-hakari/package.nix @@ -45,7 +45,6 @@ rustPlatform.buildRustPackage (finalAttrs: { asl20 ]; maintainers = with lib.maintainers; [ - figsoda macalinao nartsiss ]; diff --git a/pkgs/by-name/ca/cargo-info/package.nix b/pkgs/by-name/ca/cargo-info/package.nix index 413863c60ef2..8b3e3fff7c49 100644 --- a/pkgs/by-name/ca/cargo-info/package.nix +++ b/pkgs/by-name/ca/cargo-info/package.nix @@ -37,7 +37,6 @@ rustPlatform.buildRustPackage rec { asl20 ]; maintainers = with maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-insta/package.nix b/pkgs/by-name/ca/cargo-insta/package.nix index 169220d1d0be..09dcfbd91cd1 100644 --- a/pkgs/by-name/ca/cargo-insta/package.nix +++ b/pkgs/by-name/ca/cargo-insta/package.nix @@ -35,7 +35,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/mitsuhiko/insta/blob/${version}/CHANGELOG.md"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ - figsoda oxalica matthiasbeyer ]; diff --git a/pkgs/by-name/ca/cargo-license/package.nix b/pkgs/by-name/ca/cargo-license/package.nix index 39933fc46a34..107adda8b752 100644 --- a/pkgs/by-name/ca/cargo-license/package.nix +++ b/pkgs/by-name/ca/cargo-license/package.nix @@ -22,7 +22,6 @@ rustPlatform.buildRustPackage rec { license = with licenses; [ mit ]; maintainers = with maintainers; [ basvandijk - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-llvm-lines/package.nix b/pkgs/by-name/ca/cargo-llvm-lines/package.nix index 38f4982e9d04..9ef4b933eefe 100644 --- a/pkgs/by-name/ca/cargo-llvm-lines/package.nix +++ b/pkgs/by-name/ca/cargo-llvm-lines/package.nix @@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec { mit ]; maintainers = with maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-local-registry/package.nix b/pkgs/by-name/ca/cargo-local-registry/package.nix index 709debde0024..8190fd61baf6 100644 --- a/pkgs/by-name/ca/cargo-local-registry/package.nix +++ b/pkgs/by-name/ca/cargo-local-registry/package.nix @@ -46,6 +46,6 @@ rustPlatform.buildRustPackage rec { asl20 mit ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ca/cargo-lock/package.nix b/pkgs/by-name/ca/cargo-lock/package.nix index 9a4afd026d87..80ea5a05c23f 100644 --- a/pkgs/by-name/ca/cargo-lock/package.nix +++ b/pkgs/by-name/ca/cargo-lock/package.nix @@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec { mit ]; maintainers = with lib.maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-machete/package.nix b/pkgs/by-name/ca/cargo-machete/package.nix index 4e95d8380472..102c7b768319 100644 --- a/pkgs/by-name/ca/cargo-machete/package.nix +++ b/pkgs/by-name/ca/cargo-machete/package.nix @@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/bnjbvr/cargo-machete/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-make/package.nix b/pkgs/by-name/ca/cargo-make/package.nix index ff48f1e3326e..3a263eb4fabf 100644 --- a/pkgs/by-name/ca/cargo-make/package.nix +++ b/pkgs/by-name/ca/cargo-make/package.nix @@ -47,7 +47,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/sagiegurari/cargo-make/blob/${version}/CHANGELOG.md"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ - figsoda xrelkd ]; mainProgram = "cargo-make"; diff --git a/pkgs/by-name/ca/cargo-modules/package.nix b/pkgs/by-name/ca/cargo-modules/package.nix index 6a7a27cb3958..b98c0b3538ea 100644 --- a/pkgs/by-name/ca/cargo-modules/package.nix +++ b/pkgs/by-name/ca/cargo-modules/package.nix @@ -52,7 +52,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/regexident/cargo-modules/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.mpl20; maintainers = with lib.maintainers; [ - figsoda rvarago matthiasbeyer ]; diff --git a/pkgs/by-name/ca/cargo-mutants/package.nix b/pkgs/by-name/ca/cargo-mutants/package.nix index 0356b2b16e52..3a90d9d2c976 100644 --- a/pkgs/by-name/ca/cargo-mutants/package.nix +++ b/pkgs/by-name/ca/cargo-mutants/package.nix @@ -26,6 +26,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/sourcefrog/cargo-mutants"; changelog = "https://github.com/sourcefrog/cargo-mutants/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ca/cargo-nextest/package.nix b/pkgs/by-name/ca/cargo-nextest/package.nix index 549f8f579250..7df07b488840 100644 --- a/pkgs/by-name/ca/cargo-nextest/package.nix +++ b/pkgs/by-name/ca/cargo-nextest/package.nix @@ -46,7 +46,6 @@ rustPlatform.buildRustPackage rec { ]; maintainers = with maintainers; [ ekleog - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-play/package.nix b/pkgs/by-name/ca/cargo-play/package.nix index 507b2cf647aa..ead15cb184a1 100644 --- a/pkgs/by-name/ca/cargo-play/package.nix +++ b/pkgs/by-name/ca/cargo-play/package.nix @@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec { mainProgram = "cargo-play"; homepage = "https://github.com/fanzeyi/cargo-play"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ca/cargo-release/package.nix b/pkgs/by-name/ca/cargo-release/package.nix index 1155e61faedf..ce9d07b8d308 100644 --- a/pkgs/by-name/ca/cargo-release/package.nix +++ b/pkgs/by-name/ca/cargo-release/package.nix @@ -52,7 +52,6 @@ rustPlatform.buildRustPackage rec { mit ]; maintainers = with lib.maintainers; [ - figsoda gerschtli ]; }; diff --git a/pkgs/by-name/ca/cargo-semver-checks/package.nix b/pkgs/by-name/ca/cargo-semver-checks/package.nix index da4f2d0b8cd7..a9c71a50977f 100644 --- a/pkgs/by-name/ca/cargo-semver-checks/package.nix +++ b/pkgs/by-name/ca/cargo-semver-checks/package.nix @@ -68,7 +68,6 @@ rustPlatform.buildRustPackage rec { asl20 ]; maintainers = with lib.maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-show-asm/package.nix b/pkgs/by-name/ca/cargo-show-asm/package.nix index b3da7522a4a7..3d7fe28b45f0 100644 --- a/pkgs/by-name/ca/cargo-show-asm/package.nix +++ b/pkgs/by-name/ca/cargo-show-asm/package.nix @@ -46,7 +46,6 @@ rustPlatform.buildRustPackage rec { mit ]; maintainers = with lib.maintainers; [ - figsoda oxalica matthiasbeyer ]; diff --git a/pkgs/by-name/ca/cargo-shuttle/package.nix b/pkgs/by-name/ca/cargo-shuttle/package.nix index a7c4216409fa..9de6d2810b68 100644 --- a/pkgs/by-name/ca/cargo-shuttle/package.nix +++ b/pkgs/by-name/ca/cargo-shuttle/package.nix @@ -43,6 +43,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://shuttle.rs"; changelog = "https://github.com/shuttle-hq/shuttle/releases/tag/${src.rev}"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ca/cargo-sort/package.nix b/pkgs/by-name/ca/cargo-sort/package.nix index 3f2fcea8443d..606cb8a23ed8 100644 --- a/pkgs/by-name/ca/cargo-sort/package.nix +++ b/pkgs/by-name/ca/cargo-sort/package.nix @@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec { asl20 ]; maintainers = with lib.maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-supply-chain/package.nix b/pkgs/by-name/ca/cargo-supply-chain/package.nix index 5aa96ac9102e..23ef43511a4e 100644 --- a/pkgs/by-name/ca/cargo-supply-chain/package.nix +++ b/pkgs/by-name/ca/cargo-supply-chain/package.nix @@ -28,7 +28,6 @@ rustPlatform.buildRustPackage rec { zlib ]; # any of three maintainers = with maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-tally/package.nix b/pkgs/by-name/ca/cargo-tally/package.nix index c16b90ba73c7..97f9f4989d4c 100644 --- a/pkgs/by-name/ca/cargo-tally/package.nix +++ b/pkgs/by-name/ca/cargo-tally/package.nix @@ -25,7 +25,6 @@ rustPlatform.buildRustPackage rec { mit ]; maintainers = with lib.maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-tarpaulin/package.nix b/pkgs/by-name/ca/cargo-tarpaulin/package.nix index 4a894b86e891..80c2986f4e77 100644 --- a/pkgs/by-name/ca/cargo-tarpaulin/package.nix +++ b/pkgs/by-name/ca/cargo-tarpaulin/package.nix @@ -43,7 +43,6 @@ rustPlatform.buildRustPackage rec { asl20 ]; maintainers = with maintainers; [ - figsoda hugoreeves ]; }; diff --git a/pkgs/by-name/ca/cargo-temp/package.nix b/pkgs/by-name/ca/cargo-temp/package.nix index bfe22cef9c51..f90f7f29abf9 100644 --- a/pkgs/by-name/ca/cargo-temp/package.nix +++ b/pkgs/by-name/ca/cargo-temp/package.nix @@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec { asl20 ]; maintainers = with maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-ui/package.nix b/pkgs/by-name/ca/cargo-ui/package.nix index c66297f90f10..8ec65814ae99 100644 --- a/pkgs/by-name/ca/cargo-ui/package.nix +++ b/pkgs/by-name/ca/cargo-ui/package.nix @@ -67,7 +67,6 @@ rustPlatform.buildRustPackage rec { gpl3Only ]; maintainers = with lib.maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ca/cargo-unused-features/package.nix b/pkgs/by-name/ca/cargo-unused-features/package.nix index 77fc9f796577..6367350f5fb8 100644 --- a/pkgs/by-name/ca/cargo-unused-features/package.nix +++ b/pkgs/by-name/ca/cargo-unused-features/package.nix @@ -39,7 +39,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/timonpost/cargo-unused-features"; license = licenses.mit; maintainers = with maintainers; [ - figsoda matthiasbeyer ]; mainProgram = "unused-features"; diff --git a/pkgs/by-name/ca/cargo-vet/package.nix b/pkgs/by-name/ca/cargo-vet/package.nix index 3422c9e8b3ba..a5361f65fbb5 100644 --- a/pkgs/by-name/ca/cargo-vet/package.nix +++ b/pkgs/by-name/ca/cargo-vet/package.nix @@ -29,7 +29,6 @@ rustPlatform.buildRustPackage (finalAttrs: { mit ]; maintainers = with lib.maintainers; [ - figsoda jk matthiasbeyer ]; diff --git a/pkgs/by-name/ca/cargo-workspaces/package.nix b/pkgs/by-name/ca/cargo-workspaces/package.nix index ccee8368d05a..b4776756e690 100644 --- a/pkgs/by-name/ca/cargo-workspaces/package.nix +++ b/pkgs/by-name/ca/cargo-workspaces/package.nix @@ -44,7 +44,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/pksunkara/cargo-workspaces/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda macalinao matthiasbeyer ]; diff --git a/pkgs/by-name/ca/cargo-zigbuild/package.nix b/pkgs/by-name/ca/cargo-zigbuild/package.nix index 7d6d71cf46cd..f5f7927f82ee 100644 --- a/pkgs/by-name/ca/cargo-zigbuild/package.nix +++ b/pkgs/by-name/ca/cargo-zigbuild/package.nix @@ -32,6 +32,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/messense/cargo-zigbuild"; changelog = "https://github.com/messense/cargo-zigbuild/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ca/catnip-gtk4/package.nix b/pkgs/by-name/ca/catnip-gtk4/package.nix index 605abed2efc5..c47310df3bc0 100644 --- a/pkgs/by-name/ca/catnip-gtk4/package.nix +++ b/pkgs/by-name/ca/catnip-gtk4/package.nix @@ -44,7 +44,7 @@ buildGoModule { description = "GTK4 frontend for catnip"; homepage = "https://github.com/diamondburned/catnip-gtk4"; license = licenses.gpl3Only; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "catnip-gtk4"; }; } diff --git a/pkgs/by-name/ca/catnip/package.nix b/pkgs/by-name/ca/catnip/package.nix index 66fc3b97967f..13275ec04617 100644 --- a/pkgs/by-name/ca/catnip/package.nix +++ b/pkgs/by-name/ca/catnip/package.nix @@ -46,7 +46,7 @@ buildGoModule rec { homepage = "https://github.com/noriah/catnip"; changelog = "https://github.com/noriah/catnip/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "catnip"; }; } diff --git a/pkgs/by-name/ca/cauwugo/package.nix b/pkgs/by-name/ca/cauwugo/package.nix index 11f333fa354e..d13a988ab137 100644 --- a/pkgs/by-name/ca/cauwugo/package.nix +++ b/pkgs/by-name/ca/cauwugo/package.nix @@ -35,6 +35,6 @@ rustPlatform.buildRustPackage rec { mit # or asl20 ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/cd/cdwe/package.nix b/pkgs/by-name/cd/cdwe/package.nix index cad73a5bf830..58d22ae24816 100644 --- a/pkgs/by-name/cd/cdwe/package.nix +++ b/pkgs/by-name/cd/cdwe/package.nix @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec { description = "Configurable cd wrapper that lets you define your environment per directory"; homepage = "https://github.com/synoet/cdwe"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "cdwe"; }; } diff --git a/pkgs/by-name/ce/cel-go/package.nix b/pkgs/by-name/ce/cel-go/package.nix index e4c1fdaba998..3f2a5de27983 100644 --- a/pkgs/by-name/ce/cel-go/package.nix +++ b/pkgs/by-name/ce/cel-go/package.nix @@ -38,6 +38,6 @@ buildGoModule rec { homepage = "https://github.com/google/cel-go"; changelog = "https://github.com/google/cel-go/releases/tag/${src.rev}"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ch/changie/package.nix b/pkgs/by-name/ch/changie/package.nix index 4a53390b5fd3..76e753d1ae33 100644 --- a/pkgs/by-name/ch/changie/package.nix +++ b/pkgs/by-name/ch/changie/package.nix @@ -43,7 +43,6 @@ buildGoModule rec { changelog = "https://github.com/miniscruff/changie/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ch/checkpwn/package.nix b/pkgs/by-name/ch/checkpwn/package.nix index eb67c1d1b27a..e1d0989d0997 100644 --- a/pkgs/by-name/ch/checkpwn/package.nix +++ b/pkgs/by-name/ch/checkpwn/package.nix @@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/brycx/checkpwn"; changelog = "https://github.com/brycx/checkpwn/releases/tag/${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "checkpwn"; }; } diff --git a/pkgs/by-name/ch/cherrybomb/package.nix b/pkgs/by-name/ch/cherrybomb/package.nix index 34bbe713dc0e..b4d993e7bb48 100644 --- a/pkgs/by-name/ch/cherrybomb/package.nix +++ b/pkgs/by-name/ch/cherrybomb/package.nix @@ -21,6 +21,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/blst-security/cherrybomb"; changelog = "https://github.com/blst-security/cherrybomb/releases/tag/v${version}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ch/chit/package.nix b/pkgs/by-name/ch/chit/package.nix index f31d82f28468..db5df2fb21e5 100644 --- a/pkgs/by-name/ch/chit/package.nix +++ b/pkgs/by-name/ch/chit/package.nix @@ -49,6 +49,6 @@ rustPlatform.buildRustPackage rec { ''; homepage = "https://github.com/peterheesterman/chit"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/cl/clima/package.nix b/pkgs/by-name/cl/clima/package.nix index 90dbd6bb13cc..4161641879d4 100644 --- a/pkgs/by-name/cl/clima/package.nix +++ b/pkgs/by-name/cl/clima/package.nix @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/Canop/clima"; changelog = "https://github.com/Canop/clima/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "clima"; }; } diff --git a/pkgs/by-name/cl/clouddrive2/package.nix b/pkgs/by-name/cl/clouddrive2/package.nix index 549f05163c0a..1f039361ddbb 100644 --- a/pkgs/by-name/cl/clouddrive2/package.nix +++ b/pkgs/by-name/cl/clouddrive2/package.nix @@ -11,16 +11,16 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "clouddrive2"; - version = "0.9.11"; + version = "0.9.13"; src = fetchurl { url = "https://github.com/cloud-fs/cloud-fs.github.io/releases/download/v${finalAttrs.version}/clouddrive-2-${os}-${arch}-${finalAttrs.version}.tgz"; hash = { - x86_64-linux = "sha256-mj/GuC7au36ku+obmSBU6w8mj0lNHBYVHYQoljwIsY4="; - aarch64-linux = "sha256-stYjbqYb4aKEdxvcRS1r96B43V5ZBWsOlXnMueqqRz4="; - x86_64-darwin = "sha256-nWLhMgBaR4LdUiN6hoL/ZIYAAaQaPsyV44lAg0Femis="; - aarch64-darwin = "sha256-Ihe5XoAlDLWTjSD99mhZVz3PkLfgUKkxP6As3isX32U="; + x86_64-linux = "sha256-jSmPbx7t4hJiUgPeKz6iugEMJ5RZ27+sJQFHx5YtEGs="; + aarch64-linux = "sha256-UWdVDTj1a+knGNMpXRZvxFlaX6y76Tx631Z0xMnRTjQ="; + x86_64-darwin = "sha256-iNUwjiTRwq4VszBw7qdhtinsxf8zMkTnEb66V/MSB48="; + aarch64-darwin = "sha256-HvNoiHlCzYW+A3QilpqukcCsBVLn18QfXyVPopgJe/0="; } .${stdenv.hostPlatform.system} or (throw "unsupported system ${stdenv.hostPlatform.system}"); }; diff --git a/pkgs/by-name/co/codemov/package.nix b/pkgs/by-name/co/codemov/package.nix index f4321e49c307..667f41b45ed0 100644 --- a/pkgs/by-name/co/codemov/package.nix +++ b/pkgs/by-name/co/codemov/package.nix @@ -55,7 +55,7 @@ rustPlatform.buildRustPackage { description = "Create a video of how a git repository's code changes over time"; homepage = "https://github.com/sloganking/codemov"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "codemov"; }; } diff --git a/pkgs/by-name/co/codevis/package.nix b/pkgs/by-name/co/codevis/package.nix index 06ac2da90570..af0979e42d0d 100644 --- a/pkgs/by-name/co/codevis/package.nix +++ b/pkgs/by-name/co/codevis/package.nix @@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/sloganking/codevis"; changelog = "https://github.com/sloganking/codevis/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "codevis"; }; } diff --git a/pkgs/by-name/co/commit/package.nix b/pkgs/by-name/co/commit/package.nix index 954e5ff444b8..19e68775bf79 100644 --- a/pkgs/by-name/co/commit/package.nix +++ b/pkgs/by-name/co/commit/package.nix @@ -10,6 +10,7 @@ gtk4, gtksourceview5, libadwaita, + libportal, libspelling, meson, ninja, @@ -20,13 +21,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "commit"; - version = "4.3"; + version = "4.4"; src = fetchFromGitHub { owner = "sonnyp"; repo = "Commit"; tag = "v${finalAttrs.version}"; - hash = "sha256-yNzMFOd0IN5EUKG7ztCEbQzQ9RHc+D4iC1OiBauMSwE="; + hash = "sha256-ACgt1xZTiHYiCTUvfQ+KP5TYm8tMimGizK1dn9UXzao="; fetchSubmodules = true; }; @@ -65,6 +66,7 @@ stdenv.mkDerivation (finalAttrs: { gjs gtksourceview5 libadwaita + libportal libspelling ]; diff --git a/pkgs/by-name/co/complgen/package.nix b/pkgs/by-name/co/complgen/package.nix index a39ece4aa553..8691ada41e4f 100644 --- a/pkgs/by-name/co/complgen/package.nix +++ b/pkgs/by-name/co/complgen/package.nix @@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/adaszko/complgen"; changelog = "https://github.com/adaszko/complgen/blob/${src.rev}/CHANGELOG.md"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/co/comrak/package.nix b/pkgs/by-name/co/comrak/package.nix index d704ccfb4132..0797b1d3595e 100644 --- a/pkgs/by-name/co/comrak/package.nix +++ b/pkgs/by-name/co/comrak/package.nix @@ -24,7 +24,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/kivikakk/comrak/blob/v${version}/changelog.txt"; license = lib.licenses.bsd2; maintainers = with lib.maintainers; [ - figsoda kivikakk ]; }; diff --git a/pkgs/by-name/co/confetty/package.nix b/pkgs/by-name/co/confetty/package.nix index e70c90bdfc2c..f73697100581 100644 --- a/pkgs/by-name/co/confetty/package.nix +++ b/pkgs/by-name/co/confetty/package.nix @@ -26,7 +26,7 @@ buildGoModule { description = "Confetti in your TTY"; homepage = "https://github.com/maaslalani/confetty"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "confetty"; }; } diff --git a/pkgs/by-name/cr/crabz/package.nix b/pkgs/by-name/cr/crabz/package.nix index dd7fe1b8c09a..de5433a94109 100644 --- a/pkgs/by-name/cr/crabz/package.nix +++ b/pkgs/by-name/cr/crabz/package.nix @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec { unlicense # or mit ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "crabz"; }; } diff --git a/pkgs/by-name/cr/critcmp/package.nix b/pkgs/by-name/cr/critcmp/package.nix index a45dab6a1837..30b33e709a4a 100644 --- a/pkgs/by-name/cr/critcmp/package.nix +++ b/pkgs/by-name/cr/critcmp/package.nix @@ -25,6 +25,6 @@ rustPlatform.buildRustPackage rec { mit unlicense ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/cs/csv2svg/package.nix b/pkgs/by-name/cs/csv2svg/package.nix index d197451b68fc..b9ebd28e30d1 100644 --- a/pkgs/by-name/cs/csv2svg/package.nix +++ b/pkgs/by-name/cs/csv2svg/package.nix @@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec { description = "Take a csv as input and outputs svg"; homepage = "https://github.com/Canop/csv2svg"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "csv2svg"; }; } diff --git a/pkgs/by-name/cs/csview/package.nix b/pkgs/by-name/cs/csview/package.nix index f937579fe02f..b6fb4eb83570 100644 --- a/pkgs/by-name/cs/csview/package.nix +++ b/pkgs/by-name/cs/csview/package.nix @@ -25,6 +25,6 @@ rustPlatform.buildRustPackage rec { mit # or asl20 ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/cs/csvquote/package.nix b/pkgs/by-name/cs/csvquote/package.nix index 0342ee16641c..c2573b6e92a2 100644 --- a/pkgs/by-name/cs/csvquote/package.nix +++ b/pkgs/by-name/cs/csvquote/package.nix @@ -46,7 +46,7 @@ stdenv.mkDerivation rec { description = "Enables common unix utilities like cut, awk, wc, head to work correctly with csv data containing delimiters and newlines"; homepage = "https://github.com/dbro/csvquote"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; platforms = platforms.all; }; } diff --git a/pkgs/by-name/de/delta/package.nix b/pkgs/by-name/de/delta/package.nix index 2b0e3c223725..728d4b29f6fa 100644 --- a/pkgs/by-name/de/delta/package.nix +++ b/pkgs/by-name/de/delta/package.nix @@ -65,7 +65,6 @@ rustPlatform.buildRustPackage rec { maintainers = with lib.maintainers; [ zowoq SuperSandro2000 - figsoda ]; mainProgram = "delta"; }; diff --git a/pkgs/by-name/di/difftastic/package.nix b/pkgs/by-name/di/difftastic/package.nix index 78d77621ff58..dea97b8f1ff7 100644 --- a/pkgs/by-name/di/difftastic/package.nix +++ b/pkgs/by-name/di/difftastic/package.nix @@ -39,7 +39,6 @@ rustPlatform.buildRustPackage (finalAttrs: { license = lib.licenses.mit; maintainers = with lib.maintainers; [ ethancedwards8 - figsoda matthiasbeyer defelo ]; diff --git a/pkgs/by-name/dj/djot-js/package.nix b/pkgs/by-name/dj/djot-js/package.nix index 441475f816b5..dd93707fbf41 100644 --- a/pkgs/by-name/dj/djot-js/package.nix +++ b/pkgs/by-name/dj/djot-js/package.nix @@ -31,7 +31,7 @@ buildNpmPackage rec { homepage = "https://github.com/jgm/djot.js"; changelog = "https://github.com/jgm/djot.js/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "djot"; }; } diff --git a/pkgs/by-name/dn/dnspeep/package.nix b/pkgs/by-name/dn/dnspeep/package.nix index 28ee48c4ab19..96c2fbde29f9 100644 --- a/pkgs/by-name/dn/dnspeep/package.nix +++ b/pkgs/by-name/dn/dnspeep/package.nix @@ -26,6 +26,6 @@ rustPlatform.buildRustPackage rec { mainProgram = "dnspeep"; homepage = "https://github.com/jvns/dnspeep"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/do/doctave/package.nix b/pkgs/by-name/do/doctave/package.nix index 9828b2ec5918..8e78e0fba4a2 100644 --- a/pkgs/by-name/do/doctave/package.nix +++ b/pkgs/by-name/do/doctave/package.nix @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/doctave/doctave"; changelog = "https://github.com/doctave/doctave/blob/${version}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "doctave"; }; } diff --git a/pkgs/by-name/do/dogdns/package.nix b/pkgs/by-name/do/dogdns/package.nix index 1bffaed1b881..0b56d02ad79e 100644 --- a/pkgs/by-name/do/dogdns/package.nix +++ b/pkgs/by-name/do/dogdns/package.nix @@ -64,7 +64,7 @@ rustPlatform.buildRustPackage { description = "Command-line DNS client"; homepage = "https://dns.lookup.dog"; license = licenses.eupl12; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "dog"; }; } diff --git a/pkgs/by-name/do/done/package.nix b/pkgs/by-name/do/done/package.nix index cd8b4fa4c9ac..1b7f0fb26c23 100644 --- a/pkgs/by-name/do/done/package.nix +++ b/pkgs/by-name/do/done/package.nix @@ -65,6 +65,6 @@ stdenv.mkDerivation rec { changelog = "https://github.com/done-devs/done/blob/${src.rev}/CHANGES.md"; license = licenses.mpl20; mainProgram = "done"; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/do/dool/package.nix b/pkgs/by-name/do/dool/package.nix index 13855843769a..b2638fff650f 100644 --- a/pkgs/by-name/do/dool/package.nix +++ b/pkgs/by-name/do/dool/package.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/scottchiefbaker/dool"; changelog = "https://github.com/scottchiefbaker/dool/blob/${src.rev}/ChangeLog"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; platforms = platforms.linux; mainProgram = "dool"; }; diff --git a/pkgs/by-name/dr/drip/package.nix b/pkgs/by-name/dr/drip/package.nix index e0759d4ca862..04c96acf2cde 100644 --- a/pkgs/by-name/dr/drip/package.nix +++ b/pkgs/by-name/dr/drip/package.nix @@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: { platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ rybern - awwpotato + da157 ]; }; }) diff --git a/pkgs/by-name/du/dua/package.nix b/pkgs/by-name/du/dua/package.nix index 6ec17352a3b2..e9192fecaf46 100644 --- a/pkgs/by-name/du/dua/package.nix +++ b/pkgs/by-name/du/dua/package.nix @@ -46,7 +46,6 @@ rustPlatform.buildRustPackage (finalAttrs: { changelog = "https://github.com/Byron/dua-cli/blob/v${finalAttrs.version}/CHANGELOG.md"; license = with lib.licenses; [ mit ]; maintainers = with lib.maintainers; [ - figsoda killercup defelo ]; diff --git a/pkgs/by-name/du/duf/package.nix b/pkgs/by-name/du/duf/package.nix index 45ec5bf6f90e..2841a39c95da 100644 --- a/pkgs/by-name/du/duf/package.nix +++ b/pkgs/by-name/du/duf/package.nix @@ -35,7 +35,6 @@ buildGoModule (finalAttrs: { description = "Disk Usage/Free Utility"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda penguwin sigmasquadron ]; diff --git a/pkgs/by-name/du/dufs/package.nix b/pkgs/by-name/du/dufs/package.nix index 7933f526c152..7069b8cb8925 100644 --- a/pkgs/by-name/du/dufs/package.nix +++ b/pkgs/by-name/du/dufs/package.nix @@ -45,7 +45,6 @@ rustPlatform.buildRustPackage rec { mit ]; maintainers = with maintainers; [ - figsoda holymonson ]; }; diff --git a/pkgs/by-name/du/dum/package.nix b/pkgs/by-name/du/dum/package.nix index 2f1eeb147914..75b8063f3412 100644 --- a/pkgs/by-name/du/dum/package.nix +++ b/pkgs/by-name/du/dum/package.nix @@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/egoist/dum"; changelog = "https://github.com/egoist/dum/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/du/dutree/package.nix b/pkgs/by-name/du/dutree/package.nix index 77878d1d291a..925d3d01808f 100644 --- a/pkgs/by-name/du/dutree/package.nix +++ b/pkgs/by-name/du/dutree/package.nix @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec { description = "Tool to analyze file system usage written in Rust"; homepage = "https://github.com/nachoparker/dutree"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "dutree"; }; } diff --git a/pkgs/by-name/dy/dysk/package.nix b/pkgs/by-name/dy/dysk/package.nix index b81d6b5e7908..49af7bfc4ed4 100644 --- a/pkgs/by-name/dy/dysk/package.nix +++ b/pkgs/by-name/dy/dysk/package.nix @@ -33,7 +33,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/Canop/dysk/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ - figsoda koral ]; mainProgram = "dysk"; diff --git a/pkgs/by-name/eg/egglog/package.nix b/pkgs/by-name/eg/egglog/package.nix index bb7951be9514..f2d549b443d4 100644 --- a/pkgs/by-name/eg/egglog/package.nix +++ b/pkgs/by-name/eg/egglog/package.nix @@ -25,7 +25,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/egraphs-good/egglog"; license = licenses.mit; maintainers = with maintainers; [ - figsoda XBagon ]; }; diff --git a/pkgs/by-name/em/emblem/package.nix b/pkgs/by-name/em/emblem/package.nix index 386180572979..de58a4f98b41 100644 --- a/pkgs/by-name/em/emblem/package.nix +++ b/pkgs/by-name/em/emblem/package.nix @@ -68,7 +68,6 @@ stdenv.mkDerivation rec { license = lib.licenses.gpl3Plus; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ - figsoda foo-dogsquared ]; teams = [ lib.teams.gnome-circle ]; diff --git a/pkgs/by-name/em/emmet-ls/package.nix b/pkgs/by-name/em/emmet-ls/package.nix index 8bda81c23310..85ba65d23fba 100644 --- a/pkgs/by-name/em/emmet-ls/package.nix +++ b/pkgs/by-name/em/emmet-ls/package.nix @@ -32,7 +32,7 @@ buildNpmPackage rec { homepage = "https://github.com/aca/emmet-ls"; changelog = "https://github.com/aca/emmet-ls/releases/tag/${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "emmet-ls"; }; } diff --git a/pkgs/by-name/en/encpipe/package.nix b/pkgs/by-name/en/encpipe/package.nix index a36ae92e953f..de81afa34b26 100644 --- a/pkgs/by-name/en/encpipe/package.nix +++ b/pkgs/by-name/en/encpipe/package.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { description = "Encryption tool"; homepage = "https://github.com/jedisct1/encpipe"; license = licenses.isc; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "encpipe"; }; } diff --git a/pkgs/by-name/ep/epick/package.nix b/pkgs/by-name/ep/epick/package.nix index 2d85f9a8b7ae..abc25b068154 100644 --- a/pkgs/by-name/ep/epick/package.nix +++ b/pkgs/by-name/ep/epick/package.nix @@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/vv9k/epick"; changelog = "https://github.com/vv9k/epick/blob/${version}/CHANGELOG.md"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "epick"; }; } diff --git a/pkgs/by-name/er/erdtree/package.nix b/pkgs/by-name/er/erdtree/package.nix index 925081801ade..0f26a43f0e0b 100644 --- a/pkgs/by-name/er/erdtree/package.nix +++ b/pkgs/by-name/er/erdtree/package.nix @@ -23,7 +23,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/solidiquis/erdtree/releases/tag/${src.rev}"; license = licenses.mit; maintainers = with maintainers; [ - figsoda zendo ]; mainProgram = "erd"; diff --git a/pkgs/by-name/er/erg/package.nix b/pkgs/by-name/er/erg/package.nix index 8308a2a47496..e479c13d79a0 100644 --- a/pkgs/by-name/er/erg/package.nix +++ b/pkgs/by-name/er/erg/package.nix @@ -65,6 +65,6 @@ rustPlatform.buildRustPackage rec { asl20 mit ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/es/esbuild-config/package.nix b/pkgs/by-name/es/esbuild-config/package.nix index bccddd4939aa..57d376f13b75 100644 --- a/pkgs/by-name/es/esbuild-config/package.nix +++ b/pkgs/by-name/es/esbuild-config/package.nix @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec { description = "Config files for esbuild"; homepage = "https://github.com/bpierre/esbuild-config"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "esbuild-config"; }; } diff --git a/pkgs/by-name/eu/eureka-ideas/package.nix b/pkgs/by-name/eu/eureka-ideas/package.nix index cabe43ba49f4..36f0fa92b93a 100644 --- a/pkgs/by-name/eu/eureka-ideas/package.nix +++ b/pkgs/by-name/eu/eureka-ideas/package.nix @@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/simeg/eureka"; changelog = "https://github.com/simeg/eureka/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "eureka"; }; } diff --git a/pkgs/by-name/ev/eva/package.nix b/pkgs/by-name/ev/eva/package.nix index 0a83892b1cb7..0c5901dbe859 100644 --- a/pkgs/by-name/ev/eva/package.nix +++ b/pkgs/by-name/ev/eva/package.nix @@ -21,7 +21,6 @@ rustPlatform.buildRustPackage rec { license = licenses.mit; maintainers = with maintainers; [ ma27 - figsoda ]; mainProgram = "eva"; }; diff --git a/pkgs/by-name/ew/eww/package.nix b/pkgs/by-name/ew/eww/package.nix index 1e666b42f698..0f8f047b1913 100644 --- a/pkgs/by-name/ew/eww/package.nix +++ b/pkgs/by-name/ew/eww/package.nix @@ -71,7 +71,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ coffeeispower - figsoda lom w-lfchen ]; diff --git a/pkgs/by-name/ex/expr/package.nix b/pkgs/by-name/ex/expr/package.nix index 0d0786290192..9d3e2ad6987b 100644 --- a/pkgs/by-name/ex/expr/package.nix +++ b/pkgs/by-name/ex/expr/package.nix @@ -33,7 +33,7 @@ buildGoModule rec { homepage = "https://github.com/expr-lang/expr"; changelog = "https://github.com/expr-lang/expr/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "expr"; }; } diff --git a/pkgs/by-name/ez/ezno/package.nix b/pkgs/by-name/ez/ezno/package.nix index 3c8dff907b22..d23cc5524be8 100644 --- a/pkgs/by-name/ez/ezno/package.nix +++ b/pkgs/by-name/ez/ezno/package.nix @@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/kaleidawave/ezno"; changelog = "https://github.com/kaleidawave/ezno/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/fa/faketty/package.nix b/pkgs/by-name/fa/faketty/package.nix index efde2cdb8efc..90bc0e38d8c3 100644 --- a/pkgs/by-name/fa/faketty/package.nix +++ b/pkgs/by-name/fa/faketty/package.nix @@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec { asl20 # or mit ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "faketty"; }; } diff --git a/pkgs/by-name/fb/fblog/package.nix b/pkgs/by-name/fb/fblog/package.nix index a7ed02781531..90893c9e6987 100644 --- a/pkgs/by-name/fb/fblog/package.nix +++ b/pkgs/by-name/fb/fblog/package.nix @@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec { mainProgram = "fblog"; homepage = "https://github.com/brocode/fblog"; license = licenses.wtfpl; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/fc/fclones-gui/package.nix b/pkgs/by-name/fc/fclones-gui/package.nix index 999eb2bcf2ca..b1fe713d7aa0 100644 --- a/pkgs/by-name/fc/fclones-gui/package.nix +++ b/pkgs/by-name/fc/fclones-gui/package.nix @@ -46,6 +46,6 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/pkolaczk/fclones-gui"; changelog = "https://github.com/pkolaczk/fclones-gui/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; - maintainers = builtins.attrValues { inherit (lib.maintainers) figsoda; }; + maintainers = [ ]; }; }) diff --git a/pkgs/by-name/fc/fclones/package.nix b/pkgs/by-name/fc/fclones/package.nix index fcd1492822c4..0aa927c647c1 100644 --- a/pkgs/by-name/fc/fclones/package.nix +++ b/pkgs/by-name/fc/fclones/package.nix @@ -45,7 +45,6 @@ rustPlatform.buildRustPackage rec { license = licenses.mit; maintainers = with maintainers; [ cyounkins - figsoda ]; mainProgram = "fclones"; }; diff --git a/pkgs/by-name/fc/fcp/package.nix b/pkgs/by-name/fc/fcp/package.nix index 27f11e12aa16..5cfc14a9b027 100644 --- a/pkgs/by-name/fc/fcp/package.nix +++ b/pkgs/by-name/fc/fcp/package.nix @@ -47,7 +47,7 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/svetlitski/fcp/releases/tag/v${version}"; license = lib.licenses.bsd3; platforms = lib.platforms.unix; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "fcp"; }; } diff --git a/pkgs/by-name/fd/fd/package.nix b/pkgs/by-name/fd/fd/package.nix index bfc27802175a..edd5776f60c9 100644 --- a/pkgs/by-name/fd/fd/package.nix +++ b/pkgs/by-name/fd/fd/package.nix @@ -64,7 +64,6 @@ rustPlatform.buildRustPackage rec { ]; maintainers = with lib.maintainers; [ dywedir - figsoda globin ma27 zowoq diff --git a/pkgs/by-name/fe/felix-fm/package.nix b/pkgs/by-name/fe/felix-fm/package.nix index 7311aae5ea21..45d9db1e00a6 100644 --- a/pkgs/by-name/fe/felix-fm/package.nix +++ b/pkgs/by-name/fe/felix-fm/package.nix @@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/kyoheiu/felix"; changelog = "https://github.com/kyoheiu/felix/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "fx"; }; } diff --git a/pkgs/by-name/fh/fh/package.nix b/pkgs/by-name/fh/fh/package.nix index fa6531c1a897..0d8a399053e8 100644 --- a/pkgs/by-name/fh/fh/package.nix +++ b/pkgs/by-name/fh/fh/package.nix @@ -50,7 +50,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/DeterminateSystems/fh"; changelog = "https://github.com/DeterminateSystems/fh/releases/tag/${src.rev}"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "fh"; }; } diff --git a/pkgs/by-name/fi/findomain/package.nix b/pkgs/by-name/fi/findomain/package.nix index 20e7f61d8690..1c50809aad03 100644 --- a/pkgs/by-name/fi/findomain/package.nix +++ b/pkgs/by-name/fi/findomain/package.nix @@ -44,7 +44,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ Br1ght0ne - figsoda ]; mainProgram = "findomain"; }; diff --git a/pkgs/by-name/fo/fontfinder/package.nix b/pkgs/by-name/fo/fontfinder/package.nix index a95d333f9029..e71104b33a18 100644 --- a/pkgs/by-name/fo/fontfinder/package.nix +++ b/pkgs/by-name/fo/fontfinder/package.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/mmstick/fontfinder"; changelog = "https://github.com/mmstick/fontfinder/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "fontfinder-gtk"; }; } diff --git a/pkgs/by-name/fo/forgejo-cli/package.nix b/pkgs/by-name/fo/forgejo-cli/package.nix index 6f3439873a69..6ee01cf036c0 100644 --- a/pkgs/by-name/fo/forgejo-cli/package.nix +++ b/pkgs/by-name/fo/forgejo-cli/package.nix @@ -59,7 +59,7 @@ rustPlatform.buildRustPackage (finalAttrs: { mit ]; maintainers = with lib.maintainers; [ - awwpotato + da157 isabelroses ]; mainProgram = "fj"; diff --git a/pkgs/by-name/fr/frawk/package.nix b/pkgs/by-name/fr/frawk/package.nix index 54fd2937e012..f5d9a4f51a08 100644 --- a/pkgs/by-name/fr/frawk/package.nix +++ b/pkgs/by-name/fr/frawk/package.nix @@ -51,6 +51,6 @@ rustPlatform.buildRustPackage rec { mit # or asl20 ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/fr/freshfetch/package.nix b/pkgs/by-name/fr/freshfetch/package.nix index bc6c33b25148..52ebca152e2e 100644 --- a/pkgs/by-name/fr/freshfetch/package.nix +++ b/pkgs/by-name/fr/freshfetch/package.nix @@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec { description = "Fresh take on neofetch"; homepage = "https://github.com/k4rakara/freshfetch"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "freshfetch"; }; } diff --git a/pkgs/by-name/fr/frogmouth/package.nix b/pkgs/by-name/fr/frogmouth/package.nix index 29680ad507a5..a963a34b1691 100644 --- a/pkgs/by-name/fr/frogmouth/package.nix +++ b/pkgs/by-name/fr/frogmouth/package.nix @@ -40,6 +40,6 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://github.com/Textualize/frogmouth"; changelog = "https://github.com/Textualize/frogmouth/blob/${src.rev}/ChangeLog.md"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/fu/fundoc/package.nix b/pkgs/by-name/fu/fundoc/package.nix index 5b706844b853..2cc010735e61 100644 --- a/pkgs/by-name/fu/fundoc/package.nix +++ b/pkgs/by-name/fu/fundoc/package.nix @@ -32,6 +32,6 @@ rustPlatform.buildRustPackage rec { mainProgram = "fundoc"; homepage = "https://github.com/daynin/fundoc"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/fu/funzzy/package.nix b/pkgs/by-name/fu/funzzy/package.nix index 01197637f30a..4ad552932f31 100644 --- a/pkgs/by-name/fu/funzzy/package.nix +++ b/pkgs/by-name/fu/funzzy/package.nix @@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/cristianoliveira/funzzy"; changelog = "https://github.com/cristianoliveira/funzzy/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/fw/fw/package.nix b/pkgs/by-name/fw/fw/package.nix index b75f1d149af1..4dfbb0f25089 100644 --- a/pkgs/by-name/fw/fw/package.nix +++ b/pkgs/by-name/fw/fw/package.nix @@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec { description = "Workspace productivity booster"; homepage = "https://github.com/brocode/fw"; license = licenses.wtfpl; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "fw"; }; } diff --git a/pkgs/by-name/fx/fx/package.nix b/pkgs/by-name/fx/fx/package.nix index b36b7d208437..8dcc65af790c 100644 --- a/pkgs/by-name/fx/fx/package.nix +++ b/pkgs/by-name/fx/fx/package.nix @@ -36,6 +36,6 @@ buildGoModule (finalAttrs: { homepage = "https://github.com/antonmedv/fx"; license = lib.licenses.mit; mainProgram = "fx"; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; }) diff --git a/pkgs/by-name/fz/fzf-make/package.nix b/pkgs/by-name/fz/fzf-make/package.nix index 9f8bb9a1b299..d1f665c72cc8 100644 --- a/pkgs/by-name/fz/fzf-make/package.nix +++ b/pkgs/by-name/fz/fzf-make/package.nix @@ -42,7 +42,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/kyu08/fzf-make/releases/tag/${src.rev}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda sigmanificient ]; mainProgram = "fzf-make"; diff --git a/pkgs/by-name/ga/gambit-chess/package.nix b/pkgs/by-name/ga/gambit-chess/package.nix index c39fe64d522e..87e0d5d8278c 100644 --- a/pkgs/by-name/ga/gambit-chess/package.nix +++ b/pkgs/by-name/ga/gambit-chess/package.nix @@ -52,6 +52,6 @@ buildGoModule rec { homepage = "https://github.com/maaslalani/gambit"; changelog = "https://github.com/maaslalani/gambit/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/gd/gdrive3/package.nix b/pkgs/by-name/gd/gdrive3/package.nix index ce5c408e621c..d6f71b8ef83c 100644 --- a/pkgs/by-name/gd/gdrive3/package.nix +++ b/pkgs/by-name/gd/gdrive3/package.nix @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/glotlabs/gdrive"; changelog = "https://github.com/glotlabs/gdrive/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "gdrive"; }; } diff --git a/pkgs/by-name/ge/genact/package.nix b/pkgs/by-name/ge/genact/package.nix index 7b867f193ceb..bd365a949579 100644 --- a/pkgs/by-name/ge/genact/package.nix +++ b/pkgs/by-name/ge/genact/package.nix @@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/svenstaro/genact"; changelog = "https://github.com/svenstaro/genact/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "genact"; }; } diff --git a/pkgs/by-name/ge/geph/package.nix b/pkgs/by-name/ge/geph/package.nix index 5c5b98411091..97fa7273f163 100644 --- a/pkgs/by-name/ge/geph/package.nix +++ b/pkgs/by-name/ge/geph/package.nix @@ -24,16 +24,16 @@ let in rustPlatform.buildRustPackage (finalAttrs: { pname = "geph5"; - version = "0.2.83"; + version = "0.2.85"; src = fetchFromGitHub { owner = "geph-official"; repo = "geph5"; rev = "geph5-client-v${finalAttrs.version}"; - hash = "sha256-gEhr+goQYcjhgkoFGG1swbC0LHKwVlGAijFcwzBEF/Q="; + hash = "sha256-n9LeGXXL4HK4fy/lvOlyXhhu10JmxGILmhIYxhEJ1B8="; }; - cargoHash = "sha256-k0VZFyVqGdfXFsmQ5cscTMZZeEk3PxaEDHzfqLGH3H4="; + cargoHash = "sha256-XCaf2sa4898xZFJLcFBRe9HTk2NCGpefQF6bfvrlca4="; postPatch = '' substituteInPlace binaries/geph5-client/src/vpn/*.sh \ diff --git a/pkgs/by-name/gi/gifski/package.nix b/pkgs/by-name/gi/gifski/package.nix index 807249396e4a..22e48a069f97 100644 --- a/pkgs/by-name/gi/gifski/package.nix +++ b/pkgs/by-name/gi/gifski/package.nix @@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://gif.ski/"; changelog = "https://github.com/ImageOptim/gifski/releases/tag/${src.rev}"; license = lib.licenses.agpl3Plus; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "gifski"; }; } diff --git a/pkgs/by-name/gi/git-dive/package.nix b/pkgs/by-name/gi/git-dive/package.nix index 1e39b8e81b25..9ceb21c69260 100644 --- a/pkgs/by-name/gi/git-dive/package.nix +++ b/pkgs/by-name/gi/git-dive/package.nix @@ -63,7 +63,7 @@ rustPlatform.buildRustPackage rec { asl20 mit ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "git-dive"; }; } diff --git a/pkgs/by-name/gi/git-ignore/package.nix b/pkgs/by-name/gi/git-ignore/package.nix index d8648501f6ea..6a696219c143 100644 --- a/pkgs/by-name/gi/git-ignore/package.nix +++ b/pkgs/by-name/gi/git-ignore/package.nix @@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/sondr3/git-ignore"; changelog = "https://github.com/sondr3/git-ignore/blob/${src.rev}/CHANGELOG.md"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "git-ignore"; }; } diff --git a/pkgs/by-name/gi/git-mit/package.nix b/pkgs/by-name/gi/git-mit/package.nix index 01df96b74045..d4785244e483 100644 --- a/pkgs/by-name/gi/git-mit/package.nix +++ b/pkgs/by-name/gi/git-mit/package.nix @@ -47,6 +47,6 @@ rustPlatform.buildRustPackage { homepage = "https://github.com/PurpleBooth/git-mit"; changelog = "https://github.com/PurpleBooth/git-mit/releases/tag/v${version}"; license = lib.licenses.cc0; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/gi/github-copilot-cli/package.nix b/pkgs/by-name/gi/github-copilot-cli/package.nix index 0cea28613e50..ec8334fcd9ce 100644 --- a/pkgs/by-name/gi/github-copilot-cli/package.nix +++ b/pkgs/by-name/gi/github-copilot-cli/package.nix @@ -10,11 +10,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "github-copilot-cli"; - version = "0.0.351"; + version = "0.0.353"; src = fetchzip { url = "https://registry.npmjs.org/@github/copilot/-/copilot-${finalAttrs.version}.tgz"; - hash = "sha256-pv2/VTrAOtb2wlOCVbs6qmlb0jbCVl4KpwhlEnVxvP8="; + hash = "sha256-OWlEz75vVEvbtDNobLJ/a1iUuepYewCTWoqTbDG+4wg="; }; nativeBuildInputs = [ makeBinaryWrapper ]; diff --git a/pkgs/by-name/gi/gitnr/package.nix b/pkgs/by-name/gi/gitnr/package.nix index cedc2cfc9a68..e88e472bc8f2 100644 --- a/pkgs/by-name/gi/gitnr/package.nix +++ b/pkgs/by-name/gi/gitnr/package.nix @@ -43,7 +43,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/reemus-dev/gitnr/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ - figsoda matthiasbeyer ]; mainProgram = "gitnr"; diff --git a/pkgs/by-name/gl/glicol-cli/package.nix b/pkgs/by-name/gl/glicol-cli/package.nix index 56374a9d1cc7..9cfbbc9b691b 100644 --- a/pkgs/by-name/gl/glicol-cli/package.nix +++ b/pkgs/by-name/gl/glicol-cli/package.nix @@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/glicol/glicol-cli"; changelog = "https://github.com/glicol/glicol-cli/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "glicol-cli"; }; } diff --git a/pkgs/by-name/gl/glitter/package.nix b/pkgs/by-name/gl/glitter/package.nix index df93a780f517..1e22d686effe 100644 --- a/pkgs/by-name/gl/glitter/package.nix +++ b/pkgs/by-name/gl/glitter/package.nix @@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/milo123459/glitter"; changelog = "https://github.com/Milo123459/glitter/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "glitter"; }; } diff --git a/pkgs/by-name/go/go-critic/package.nix b/pkgs/by-name/go/go-critic/package.nix index 766ada2c9437..5387413709c1 100644 --- a/pkgs/by-name/go/go-critic/package.nix +++ b/pkgs/by-name/go/go-critic/package.nix @@ -9,16 +9,16 @@ buildGoModule (finalAttrs: { pname = "go-critic"; - version = "0.14.0"; + version = "0.14.2"; src = fetchFromGitHub { owner = "go-critic"; repo = "go-critic"; rev = "v${finalAttrs.version}"; - hash = "sha256-dTUjcGULG/47FogLQbFkge66v5/V6WbJDx5eJiSPQOs="; + hash = "sha256-+PYIZBjq3kHaTXoZInfqT0EJDeil2+kyTxgKY2sKTs0="; }; - vendorHash = "sha256-3iLJiwW/VgmWpK5sGYkIyz7V2XGnsNcCd7kwz7ctRX4="; + vendorHash = "sha256-2tzBJI2d9/EY1lPgJDrOGfgh8dz2bYwP5kWifJ46a8I="; subPackages = [ "cmd/gocritic" diff --git a/pkgs/by-name/go/gobang/package.nix b/pkgs/by-name/go/gobang/package.nix index 13f38313fd36..050575366276 100644 --- a/pkgs/by-name/go/gobang/package.nix +++ b/pkgs/by-name/go/gobang/package.nix @@ -25,6 +25,6 @@ rustPlatform.buildRustPackage { description = "Cross-platform TUI database management tool written in Rust"; homepage = "https://github.com/tako8ki/gobang"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/go/gopatch/package.nix b/pkgs/by-name/go/gopatch/package.nix index ad7a50f3d82e..2f3573ee5a64 100644 --- a/pkgs/by-name/go/gopatch/package.nix +++ b/pkgs/by-name/go/gopatch/package.nix @@ -41,6 +41,6 @@ buildGoModule rec { homepage = "https://github.com/uber-go/gopatch"; changelog = "https://github.com/uber-go/gopatch/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/gp/gpxsee/package.nix b/pkgs/by-name/gp/gpxsee/package.nix index 0de781b67b92..a6369b371030 100644 --- a/pkgs/by-name/gp/gpxsee/package.nix +++ b/pkgs/by-name/gp/gpxsee/package.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "gpxsee"; - version = "14.1"; + version = "15.0"; src = fetchFromGitHub { owner = "tumic0"; repo = "GPXSee"; tag = finalAttrs.version; - hash = "sha256-wXlmly2KtjyY5hdBAroP3H93+1tg5rtFPpDKFn3jnhA="; + hash = "sha256-eGLCjOFtEydnEu2QfabGiSlOrXJH2kF9cl8Jyz5a7J4="; }; buildInputs = [ diff --git a/pkgs/by-name/gp/gpython/package.nix b/pkgs/by-name/gp/gpython/package.nix index 2891dd308d86..1358e3f9f2d1 100644 --- a/pkgs/by-name/gp/gpython/package.nix +++ b/pkgs/by-name/gp/gpython/package.nix @@ -44,6 +44,6 @@ buildGoModule rec { homepage = "https://github.com/go-python/gpython"; changelog = "https://github.com/go-python/gpython/releases/tag/${src.rev}"; license = licenses.bsd3; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/gq/gql/package.nix b/pkgs/by-name/gq/gql/package.nix index 708fcf107ded..d84408587a9f 100644 --- a/pkgs/by-name/gq/gql/package.nix +++ b/pkgs/by-name/gq/gql/package.nix @@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/AmrDeveloper/GQL"; changelog = "https://github.com/AmrDeveloper/GQL/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "gitql"; }; } diff --git a/pkgs/by-name/gr/gradescope-submit/package.nix b/pkgs/by-name/gr/gradescope-submit/package.nix index 8cd424e93907..b17350bedc48 100644 --- a/pkgs/by-name/gr/gradescope-submit/package.nix +++ b/pkgs/by-name/gr/gradescope-submit/package.nix @@ -30,7 +30,7 @@ ocamlPackages.buildDunePackage rec { description = "Small script to submit to Gradescope via GitHub"; homepage = "https://github.com/nmittu/gradescope-submit"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "submit"; }; } diff --git a/pkgs/by-name/gr/grass-sass/package.nix b/pkgs/by-name/gr/grass-sass/package.nix index e578318e7296..e115a0b5c5ce 100644 --- a/pkgs/by-name/gr/grass-sass/package.nix +++ b/pkgs/by-name/gr/grass-sass/package.nix @@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec { replaceStrings [ "." ] [ "" ] version }"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "grass"; }; } diff --git a/pkgs/by-name/gr/gridlock/package.nix b/pkgs/by-name/gr/gridlock/package.nix index 05a4a801f451..11800e875185 100644 --- a/pkgs/by-name/gr/gridlock/package.nix +++ b/pkgs/by-name/gr/gridlock/package.nix @@ -40,6 +40,6 @@ rustPlatform.buildRustPackage { description = "Nix compatible lockfile manager, without Nix"; homepage = "https://github.com/lf-/gridlock"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/gt/gtree/package.nix b/pkgs/by-name/gt/gtree/package.nix index 68adfa1cfd64..ba5dedb397b0 100644 --- a/pkgs/by-name/gt/gtree/package.nix +++ b/pkgs/by-name/gt/gtree/package.nix @@ -42,6 +42,6 @@ buildGoModule rec { homepage = "https://github.com/ddddddO/gtree"; changelog = "https://github.com/ddddddO/gtree/releases/tag/${src.rev}"; license = licenses.bsd2; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/gx/gxmatcheq-lv2/package.nix b/pkgs/by-name/gx/gxmatcheq-lv2/package.nix index 5a037d1a4ef0..340f1b9a895c 100644 --- a/pkgs/by-name/gx/gxmatcheq-lv2/package.nix +++ b/pkgs/by-name/gx/gxmatcheq-lv2/package.nix @@ -1,6 +1,7 @@ { lib, stdenv, + gcc13Stdenv, fetchFromGitHub, xorg, xorgproto, @@ -8,16 +9,20 @@ lv2, pkg-config, }: - -stdenv.mkDerivation rec { +let + # see: https://github.com/brummer10/GxMatchEQ.lv2/issues/8 + # Use gcc13 on Linux, but default stdenv (clang) elsewhere + buildStdenv = if stdenv.hostPlatform.isLinux then gcc13Stdenv else stdenv; +in +buildStdenv.mkDerivation (finalAttrs: { pname = "GxMatchEQ.lv2"; version = "0.1"; src = fetchFromGitHub { owner = "brummer10"; repo = "GxMatchEQ.lv2"; - rev = "V${version}"; - sha256 = "0azdmgzqwjn26nx38iw13666a1i4y2bv39wk89pf6ihdi46klf72"; + rev = "V${finalAttrs.version}"; + hash = "sha256-4jg6DYkNRuNuQpOnsZfwJAZljBmBRzS6NcJKjv+r7Ss="; }; nativeBuildInputs = [ pkg-config ]; @@ -33,10 +38,10 @@ stdenv.mkDerivation rec { installFlags = [ "INSTALL_DIR=$(out)/lib/lv2" ]; - meta = with lib; { + meta = { homepage = "https://github.com/brummer10/GxMatchEQ.lv2"; description = "Matching Equalizer to apply EQ curve from one source to another source"; - maintainers = [ maintainers.magnetophon ]; - license = licenses.gpl3; + maintainers = with lib.maintainers; [ magnetophon ]; + license = lib.licenses.gpl3; }; -} +}) diff --git a/pkgs/by-name/ha/halp/package.nix b/pkgs/by-name/ha/halp/package.nix index c339cdaffd9f..72e963e1a984 100644 --- a/pkgs/by-name/ha/halp/package.nix +++ b/pkgs/by-name/ha/halp/package.nix @@ -72,7 +72,7 @@ rustPlatform.buildRustPackage (finalAttrs: { asl20 mit ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "halp"; }; }) diff --git a/pkgs/by-name/ha/hayagriva/package.nix b/pkgs/by-name/ha/hayagriva/package.nix index 3a7bad181bcf..8c80544781ff 100644 --- a/pkgs/by-name/ha/hayagriva/package.nix +++ b/pkgs/by-name/ha/hayagriva/package.nix @@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec { asl20 mit ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "hayagriva"; }; } diff --git a/pkgs/by-name/hc/hck/package.nix b/pkgs/by-name/hc/hck/package.nix index a38a5684794a..35e424c05d43 100644 --- a/pkgs/by-name/hc/hck/package.nix +++ b/pkgs/by-name/hc/hck/package.nix @@ -29,7 +29,6 @@ rustPlatform.buildRustPackage rec { unlicense ]; maintainers = with lib.maintainers; [ - figsoda gepbird ]; mainProgram = "hck"; diff --git a/pkgs/by-name/he/hexyl/package.nix b/pkgs/by-name/he/hexyl/package.nix index 34f83d34ae67..c01266c629c7 100644 --- a/pkgs/by-name/he/hexyl/package.nix +++ b/pkgs/by-name/he/hexyl/package.nix @@ -41,7 +41,6 @@ rustPlatform.buildRustPackage rec { ]; maintainers = with lib.maintainers; [ dywedir - figsoda SuperSandro2000 ]; mainProgram = "hexyl"; diff --git a/pkgs/by-name/hi/highlight-assertions/package.nix b/pkgs/by-name/hi/highlight-assertions/package.nix index 56df0193ec72..3c9e5ac064c0 100644 --- a/pkgs/by-name/hi/highlight-assertions/package.nix +++ b/pkgs/by-name/hi/highlight-assertions/package.nix @@ -25,6 +25,6 @@ rustPlatform.buildRustPackage rec { mainProgram = "highlight-assertions"; homepage = "https://github.com/thehamsta/highlight-assertions"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/hm/hmm/package.nix b/pkgs/by-name/hm/hmm/package.nix index 4ea87fb7cab8..ad620d1500de 100644 --- a/pkgs/by-name/hm/hmm/package.nix +++ b/pkgs/by-name/hm/hmm/package.nix @@ -31,6 +31,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/samwho/hmm"; changelog = "https://github.com/samwho/hmm/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ho/hoard/package.nix b/pkgs/by-name/ho/hoard/package.nix index 6bd991daeae1..693378367f2b 100644 --- a/pkgs/by-name/ho/hoard/package.nix +++ b/pkgs/by-name/ho/hoard/package.nix @@ -32,7 +32,6 @@ rustPlatform.buildRustPackage rec { license = licenses.mit; maintainers = with maintainers; [ builditluc - figsoda ]; mainProgram = "hoard"; }; diff --git a/pkgs/by-name/ho/hors/package.nix b/pkgs/by-name/ho/hors/package.nix index d5468d6cbf82..e1ceeb7ad6d3 100644 --- a/pkgs/by-name/ho/hors/package.nix +++ b/pkgs/by-name/ho/hors/package.nix @@ -26,6 +26,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/windsoilder/hors"; changelog = "https://github.com/WindSoilder/hors/blob/v${version}/CHANGELOG.md"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ht/httplz/package.nix b/pkgs/by-name/ht/httplz/package.nix index 623acd17a275..ec9a253369c4 100644 --- a/pkgs/by-name/ht/httplz/package.nix +++ b/pkgs/by-name/ht/httplz/package.nix @@ -49,6 +49,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/thecoshman/http"; changelog = "https://github.com/thecoshman/http/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ht/httpref/package.nix b/pkgs/by-name/ht/httpref/package.nix index fb04d45c3d51..dd749206242b 100644 --- a/pkgs/by-name/ht/httpref/package.nix +++ b/pkgs/by-name/ht/httpref/package.nix @@ -28,6 +28,6 @@ buildGoModule rec { homepage = "https://github.com/dnnrly/httpref"; changelog = "https://github.com/dnnrly/httpref/releases/tag/${src.rev}"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ht/httprobe/package.nix b/pkgs/by-name/ht/httprobe/package.nix index a1c2b4da34dc..8ffeee37e30a 100644 --- a/pkgs/by-name/ht/httprobe/package.nix +++ b/pkgs/by-name/ht/httprobe/package.nix @@ -26,7 +26,7 @@ buildGoModule rec { description = "Take a list of domains and probe for working HTTP and HTTPS servers"; homepage = "https://github.com/tomnomnom/httprobe"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "httprobe"; }; } diff --git a/pkgs/by-name/hu/huniq/package.nix b/pkgs/by-name/hu/huniq/package.nix index 92f2b2395069..98443496e4b4 100644 --- a/pkgs/by-name/hu/huniq/package.nix +++ b/pkgs/by-name/hu/huniq/package.nix @@ -20,6 +20,6 @@ rustPlatform.buildRustPackage rec { mainProgram = "huniq"; homepage = "https://github.com/koraa/huniq"; license = licenses.bsd3; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/hu/hurl/package.nix b/pkgs/by-name/hu/hurl/package.nix index 0d59ebefa8a9..107a5a22de31 100644 --- a/pkgs/by-name/hu/hurl/package.nix +++ b/pkgs/by-name/hu/hurl/package.nix @@ -58,7 +58,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/Orange-OpenSource/hurl/blob/${version}/CHANGELOG.md"; maintainers = with lib.maintainers; [ eonpatapon - figsoda ]; license = lib.licenses.asl20; mainProgram = "hurl"; diff --git a/pkgs/by-name/hv/hvm/package.nix b/pkgs/by-name/hv/hvm/package.nix index 30be3418d8e8..7727bab93a04 100644 --- a/pkgs/by-name/hv/hvm/package.nix +++ b/pkgs/by-name/hv/hvm/package.nix @@ -25,6 +25,6 @@ rustPlatform.buildRustPackage rec { mainProgram = "hvm"; homepage = "https://github.com/higherorderco/hvm"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/hy/hyperfine/package.nix b/pkgs/by-name/hy/hyperfine/package.nix index d0ef09a8ab75..f8cd0c88aaa7 100644 --- a/pkgs/by-name/hy/hyperfine/package.nix +++ b/pkgs/by-name/hy/hyperfine/package.nix @@ -37,7 +37,6 @@ rustPlatform.buildRustPackage rec { mit ]; maintainers = with lib.maintainers; [ - figsoda thoughtpolice ]; mainProgram = "hyperfine"; diff --git a/pkgs/by-name/ic/icebreaker/package.nix b/pkgs/by-name/ic/icebreaker/package.nix index 546fe4174e77..6c4c08816b6d 100644 --- a/pkgs/by-name/ic/icebreaker/package.nix +++ b/pkgs/by-name/ic/icebreaker/package.nix @@ -41,7 +41,7 @@ buildGoModule { description = "Web app that allows students to ask real-time, anonymous questions during class"; homepage = "https://github.com/jonhoo/icebreaker"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "icebreaker"; }; } diff --git a/pkgs/by-name/im/image-roll/package.nix b/pkgs/by-name/im/image-roll/package.nix index 520a20799503..e5b3772d51b6 100644 --- a/pkgs/by-name/im/image-roll/package.nix +++ b/pkgs/by-name/im/image-roll/package.nix @@ -48,6 +48,6 @@ rustPlatform.buildRustPackage rec { mainProgram = "image-roll"; homepage = "https://github.com/weclaw1/image-roll"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/in/inferno/package.nix b/pkgs/by-name/in/inferno/package.nix index 0365f5a7a60f..8dec3cfe2da2 100644 --- a/pkgs/by-name/in/inferno/package.nix +++ b/pkgs/by-name/in/inferno/package.nix @@ -33,6 +33,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/jonhoo/inferno"; changelog = "https://github.com/jonhoo/inferno/blob/v${version}/CHANGELOG.md"; license = lib.licenses.cddl; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/in/inlyne/package.nix b/pkgs/by-name/in/inlyne/package.nix index ac90d2101b61..9b2478234ffd 100644 --- a/pkgs/by-name/in/inlyne/package.nix +++ b/pkgs/by-name/in/inlyne/package.nix @@ -72,7 +72,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/Inlyne-Project/inlyne"; changelog = "https://github.com/Inlyne-Project/inlyne/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "inlyne"; }; } diff --git a/pkgs/by-name/iw/iwgtk/package.nix b/pkgs/by-name/iw/iwgtk/package.nix index 537d4af0c72a..62e513b1f264 100644 --- a/pkgs/by-name/iw/iwgtk/package.nix +++ b/pkgs/by-name/iw/iwgtk/package.nix @@ -47,7 +47,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/j-lentz/iwgtk"; changelog = "https://github.com/j-lentz/iwgtk/blob/v${version}/CHANGELOG"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; platforms = lib.platforms.linux; mainProgram = "iwgtk"; }; diff --git a/pkgs/by-name/ja/jacoco/package.nix b/pkgs/by-name/ja/jacoco/package.nix index 7702dc03137f..4779d1b3da21 100644 --- a/pkgs/by-name/ja/jacoco/package.nix +++ b/pkgs/by-name/ja/jacoco/package.nix @@ -44,6 +44,6 @@ stdenv.mkDerivation rec { changelog = "https://www.jacoco.org/jacoco/trunk/doc/changes.html"; license = licenses.epl20; platforms = platforms.all; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ja/jaq/package.nix b/pkgs/by-name/ja/jaq/package.nix index 7b4e5bbc271b..5a67ffa753d5 100644 --- a/pkgs/by-name/ja/jaq/package.nix +++ b/pkgs/by-name/ja/jaq/package.nix @@ -72,7 +72,6 @@ rustPlatform.buildRustPackage (finalAttrs: { license = lib.licenses.mit; teams = [ lib.teams.ngi ]; maintainers = with lib.maintainers; [ - figsoda siraben ]; mainProgram = "jaq"; diff --git a/pkgs/by-name/je/jen/package.nix b/pkgs/by-name/je/jen/package.nix index da38e57939ed..f59d6dbee404 100644 --- a/pkgs/by-name/je/jen/package.nix +++ b/pkgs/by-name/je/jen/package.nix @@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec { mainProgram = "jen"; homepage = "https://github.com/whitfin/jen"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ji/jinja2-cli/package.nix b/pkgs/by-name/ji/jinja2-cli/package.nix index 2b1392b4ecde..2b9529444413 100644 --- a/pkgs/by-name/ji/jinja2-cli/package.nix +++ b/pkgs/by-name/ji/jinja2-cli/package.nix @@ -53,7 +53,7 @@ python3.pkgs.buildPythonApplication rec { description = "CLI for Jinja2"; homepage = "https://github.com/mattrobenolt/jinja2-cli"; license = licenses.bsd2; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "jinja2"; }; } diff --git a/pkgs/by-name/jl/jless/package.nix b/pkgs/by-name/jl/jless/package.nix index fbae8fff4aac..10412d048943 100644 --- a/pkgs/by-name/jl/jless/package.nix +++ b/pkgs/by-name/jl/jless/package.nix @@ -31,7 +31,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/PaulJuliusMartinez/jless/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ - figsoda jfchevrette ]; }; diff --git a/pkgs/by-name/jo/joshuto/package.nix b/pkgs/by-name/jo/joshuto/package.nix index 66bdcdfbb88a..a0a80ae9a4cb 100644 --- a/pkgs/by-name/jo/joshuto/package.nix +++ b/pkgs/by-name/jo/joshuto/package.nix @@ -34,7 +34,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/kamiyaa/joshuto/releases/tag/${src.rev}"; license = licenses.lgpl3Only; maintainers = with maintainers; [ - figsoda totoroot xrelkd ]; diff --git a/pkgs/by-name/jo/jotdown/package.nix b/pkgs/by-name/jo/jotdown/package.nix index 8bfde8ead76c..d7a910e967ea 100644 --- a/pkgs/by-name/jo/jotdown/package.nix +++ b/pkgs/by-name/jo/jotdown/package.nix @@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/hellux/jotdown"; changelog = "https://github.com/hellux/jotdown/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/jq/jql/package.nix b/pkgs/by-name/jq/jql/package.nix index 9264d19e733a..63c062a4ae02 100644 --- a/pkgs/by-name/jq/jql/package.nix +++ b/pkgs/by-name/jq/jql/package.nix @@ -27,7 +27,6 @@ rustPlatform.buildRustPackage rec { ]; maintainers = with maintainers; [ akshgpt7 - figsoda ]; mainProgram = "jql"; }; diff --git a/pkgs/by-name/jr/jrsonnet/package.nix b/pkgs/by-name/jr/jrsonnet/package.nix index 6ce5831391aa..7cb2b868a913 100644 --- a/pkgs/by-name/jr/jrsonnet/package.nix +++ b/pkgs/by-name/jr/jrsonnet/package.nix @@ -44,7 +44,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/CertainLach/jrsonnet"; license = licenses.mit; maintainers = with maintainers; [ - figsoda lach ]; }; diff --git a/pkgs/by-name/js/jsonfmt/package.nix b/pkgs/by-name/js/jsonfmt/package.nix index 0c4e5e716d0e..d9c5f1f9c752 100644 --- a/pkgs/by-name/js/jsonfmt/package.nix +++ b/pkgs/by-name/js/jsonfmt/package.nix @@ -36,7 +36,7 @@ buildGoModule rec { homepage = "https://github.com/caarlos0/jsonfmt"; changelog = "https://github.com/caarlos0/jsonfmt/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "jsonfmt"; }; } diff --git a/pkgs/by-name/ju/jumpy/package.nix b/pkgs/by-name/ju/jumpy/package.nix index a05ccb27e649..528bc3e1de29 100644 --- a/pkgs/by-name/ju/jumpy/package.nix +++ b/pkgs/by-name/ju/jumpy/package.nix @@ -92,6 +92,6 @@ rustPlatform.buildRustPackage (finalAttrs: { # Assets cc-by-nc-40 ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; }) diff --git a/pkgs/by-name/ka/kagen/package.nix b/pkgs/by-name/ka/kagen/package.nix index 57842dfa679a..f9593f948010 100644 --- a/pkgs/by-name/ka/kagen/package.nix +++ b/pkgs/by-name/ka/kagen/package.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "kagen"; - version = "1.2.0"; + version = "1.2.1"; src = fetchFromGitHub { owner = "KarlsruheGraphGeneration"; @@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: { tag = "v${finalAttrs.version}"; # use vendor libmorton and xxHash fetchSubmodules = true; - hash = "sha256-2jXHHS9Siu6hXrYPIrZSOWe6D2PgsvrbMw/7Ykpc3wk="; + hash = "sha256-VLQxeI9EzeJEp1krlLPRSct3SQmAF8cj34u3fkmppQg="; }; nativeBuildInputs = [ diff --git a/pkgs/by-name/ka/kalker/package.nix b/pkgs/by-name/ka/kalker/package.nix index 24c1b5ae0402..a5905a19a329 100644 --- a/pkgs/by-name/ka/kalker/package.nix +++ b/pkgs/by-name/ka/kalker/package.nix @@ -58,7 +58,6 @@ rustPlatform.buildRustPackage rec { ''; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda lovesegfault ]; mainProgram = "kalker"; diff --git a/pkgs/by-name/kb/kbt/package.nix b/pkgs/by-name/kb/kbt/package.nix index 6157af531561..dfc0380b9e10 100644 --- a/pkgs/by-name/kb/kbt/package.nix +++ b/pkgs/by-name/kb/kbt/package.nix @@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec { description = "Keyboard tester in terminal"; homepage = "https://github.com/bloznelis/kbt"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "kbt"; }; } diff --git a/pkgs/by-name/ke/keyscope/package.nix b/pkgs/by-name/ke/keyscope/package.nix index 043832efd7ea..1a13b5ef337a 100644 --- a/pkgs/by-name/ke/keyscope/package.nix +++ b/pkgs/by-name/ke/keyscope/package.nix @@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/spectralops/keyscope"; changelog = "https://github.com/spectralops/keyscope/blob/v${version}/CHANGELOG.md"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "keyscope"; }; } diff --git a/pkgs/by-name/ki/kind2/package.nix b/pkgs/by-name/ki/kind2/package.nix index 1de95f77d260..f5106139344a 100644 --- a/pkgs/by-name/ki/kind2/package.nix +++ b/pkgs/by-name/ki/kind2/package.nix @@ -30,6 +30,6 @@ rustPlatform.buildRustPackage rec { mainProgram = "kind2"; homepage = "https://github.com/higherorderco/kind"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/km/kmon/package.nix b/pkgs/by-name/km/kmon/package.nix index 663b36427b3d..f09cd82309dc 100644 --- a/pkgs/by-name/km/kmon/package.nix +++ b/pkgs/by-name/km/kmon/package.nix @@ -36,7 +36,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.gpl3Only; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ - figsoda matthiasbeyer ]; mainProgram = "kmon"; diff --git a/pkgs/by-name/ko/kool/package.nix b/pkgs/by-name/ko/kool/package.nix index 5527f9ffb065..d55de0b4339c 100644 --- a/pkgs/by-name/ko/kool/package.nix +++ b/pkgs/by-name/ko/kool/package.nix @@ -37,6 +37,6 @@ buildGoModule rec { homepage = "https://kool.dev"; changelog = "https://github.com/kool-dev/kool/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/la/lact/package.nix b/pkgs/by-name/la/lact/package.nix index 6a0f2c0e2176..60057054f287 100644 --- a/pkgs/by-name/la/lact/package.nix +++ b/pkgs/by-name/la/lact/package.nix @@ -128,7 +128,6 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/ilya-zlobintsev/LACT"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda atemu cything johnrtitor diff --git a/pkgs/by-name/la/lazycli/package.nix b/pkgs/by-name/la/lazycli/package.nix index 8fe39e3d140e..3c0ee41a5cfb 100644 --- a/pkgs/by-name/la/lazycli/package.nix +++ b/pkgs/by-name/la/lazycli/package.nix @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec { description = "Tool to static turn CLI commands into TUIs"; homepage = "https://github.com/jesseduffield/lazycli"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "lazycli"; }; } diff --git a/pkgs/by-name/le/lemmeknow/package.nix b/pkgs/by-name/le/lemmeknow/package.nix index d2ff68114222..79ab202b0b95 100644 --- a/pkgs/by-name/le/lemmeknow/package.nix +++ b/pkgs/by-name/le/lemmeknow/package.nix @@ -21,7 +21,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/swanandx/lemmeknow/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda Br1ght0ne ]; mainProgram = "lemmeknow"; diff --git a/pkgs/by-name/le/lemmy-help/package.nix b/pkgs/by-name/le/lemmy-help/package.nix index 661d5a2403b9..1fe3ac92e848 100644 --- a/pkgs/by-name/le/lemmy-help/package.nix +++ b/pkgs/by-name/le/lemmy-help/package.nix @@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/numToStr/lemmy-help"; changelog = "https://github.com/numToStr/lemmy-help/releases/tag/v${version}"; license = with lib.licenses; [ mit ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "lemmy-help"; }; } diff --git a/pkgs/by-name/le/leptosfmt/package.nix b/pkgs/by-name/le/leptosfmt/package.nix index b6931829597b..2ee8e4ab9253 100644 --- a/pkgs/by-name/le/leptosfmt/package.nix +++ b/pkgs/by-name/le/leptosfmt/package.nix @@ -27,6 +27,6 @@ rustPlatform.buildRustPackage rec { asl20 mit ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/li/lilex/package.nix b/pkgs/by-name/li/lilex/package.nix index d9b264882e65..bbf5393d5908 100644 --- a/pkgs/by-name/li/lilex/package.nix +++ b/pkgs/by-name/li/lilex/package.nix @@ -6,11 +6,11 @@ }: stdenvNoCC.mkDerivation rec { pname = "lilex"; - version = "2.610"; + version = "2.620"; src = fetchurl { url = "https://github.com/mishamyrt/Lilex/releases/download/${version}/Lilex.zip"; - hash = "sha256-iU0NLIy0wAFFBDSYmjo7tjKQ+I1GJ1hZTkcByxePYGM="; + hash = "sha256-h2Xt1HIOlh4wwHK3bg5hxyWxi/W8GWMiRkaWF7fhngU="; }; nativeBuildInputs = [ unzip ]; diff --git a/pkgs/by-name/li/limine/package.nix b/pkgs/by-name/li/limine/package.nix index 9b34ffa7890e..6e71ee80c310 100644 --- a/pkgs/by-name/li/limine/package.nix +++ b/pkgs/by-name/li/limine/package.nix @@ -47,14 +47,14 @@ in # as bootloader for various platforms and corresponding binary and helper files. stdenv.mkDerivation (finalAttrs: { pname = "limine"; - version = "10.2.0"; + version = "10.2.1"; # We don't use the Git source but the release tarball, as the source has a # `./bootstrap` script performing network access to download resources. # Packaging that in Nix is very cumbersome. src = fetchurl { url = "https://codeberg.org/Limine/Limine/releases/download/v${finalAttrs.version}/limine-${finalAttrs.version}.tar.gz"; - hash = "sha256-eKoKjRJ+JbawucYXNvYrRMtkdybnxB3G1xk/7KR4YSI="; + hash = "sha256-t9uNKbJKU9qvx9LJRCyDAeLeImDMBxl6m13VQt8E6BY="; }; enableParallelBuilding = true; @@ -118,6 +118,7 @@ stdenv.mkDerivation (finalAttrs: { prince213 programmerlexi surfaceflinger + ryand56 ]; }; }) diff --git a/pkgs/by-name/li/lineselect/package.nix b/pkgs/by-name/li/lineselect/package.nix index 5386172232ea..140ce971410e 100644 --- a/pkgs/by-name/li/lineselect/package.nix +++ b/pkgs/by-name/li/lineselect/package.nix @@ -33,7 +33,7 @@ buildNpmPackage rec { description = "Shell utility to interactively select lines from stdin"; homepage = "https://github.com/chfritz/lineselect"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "lineselect"; }; } diff --git a/pkgs/by-name/li/linuxwave/package.nix b/pkgs/by-name/li/linuxwave/package.nix index 2fef04972a75..51bb162bfd14 100644 --- a/pkgs/by-name/li/linuxwave/package.nix +++ b/pkgs/by-name/li/linuxwave/package.nix @@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Generate music from the entropy of Linux"; changelog = "https://github.com/orhun/linuxwave/blob/${finalAttrs.src.rev}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; inherit (zig.meta) platforms; mainProgram = "linuxwave"; }; diff --git a/pkgs/by-name/li/lipl/package.nix b/pkgs/by-name/li/lipl/package.nix index 23871ddd4417..72d2c0734460 100644 --- a/pkgs/by-name/li/lipl/package.nix +++ b/pkgs/by-name/li/lipl/package.nix @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage { description = "Command line tool to analyse the output over time of custom shell commands"; homepage = "https://github.com/yxdunc/lipl"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "lipl"; }; } diff --git a/pkgs/by-name/lu/lua-language-server/package.nix b/pkgs/by-name/lu/lua-language-server/package.nix index ca5af2e800dd..f9916365136c 100644 --- a/pkgs/by-name/lu/lua-language-server/package.nix +++ b/pkgs/by-name/lu/lua-language-server/package.nix @@ -133,7 +133,6 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/LuaLS/lua-language-server/blob/${finalAttrs.version}/changelog.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda gepbird sei40kr ]; diff --git a/pkgs/by-name/lu/luaformatter/package.nix b/pkgs/by-name/lu/luaformatter/package.nix index 06bded91452f..4f897ed991f3 100644 --- a/pkgs/by-name/lu/luaformatter/package.nix +++ b/pkgs/by-name/lu/luaformatter/package.nix @@ -43,7 +43,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/Koihik/LuaFormatter"; license = licenses.asl20; platforms = platforms.all; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "lua-format"; }; } diff --git a/pkgs/by-name/lu/lucky-commit/package.nix b/pkgs/by-name/lu/lucky-commit/package.nix index 5763e99039f1..4190ef3a071e 100644 --- a/pkgs/by-name/lu/lucky-commit/package.nix +++ b/pkgs/by-name/lu/lucky-commit/package.nix @@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec { description = "Change the start of your git commit hashes to whatever you want"; homepage = "https://github.com/not-an-aardvark/lucky-commit"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "lucky_commit"; }; } diff --git a/pkgs/by-name/lu/lunatic/package.nix b/pkgs/by-name/lu/lunatic/package.nix index 4d4331414386..11f01928975b 100644 --- a/pkgs/by-name/lu/lunatic/package.nix +++ b/pkgs/by-name/lu/lunatic/package.nix @@ -46,6 +46,6 @@ rustPlatform.buildRustPackage { mit # or asl20 ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/lu/lurk/package.nix b/pkgs/by-name/lu/lurk/package.nix index 1fe34e63f662..6ac06d27e492 100644 --- a/pkgs/by-name/lu/lurk/package.nix +++ b/pkgs/by-name/lu/lurk/package.nix @@ -28,8 +28,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/jakwai01/lurk"; license = lib.licenses.agpl3Only; mainProgram = "lurk"; - maintainers = with lib.maintainers; [ - figsoda + maintainers = [ ]; platforms = [ "i686-linux" diff --git a/pkgs/by-name/lw/lwc/package.nix b/pkgs/by-name/lw/lwc/package.nix index d9006a5570f6..486f92e29fcf 100644 --- a/pkgs/by-name/lw/lwc/package.nix +++ b/pkgs/by-name/lw/lwc/package.nix @@ -27,7 +27,7 @@ buildGoModule rec { description = "Live-updating version of the UNIX wc command"; homepage = "https://github.com/timdp/lwc"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "lwc"; }; } diff --git a/pkgs/by-name/ma/macchina/package.nix b/pkgs/by-name/ma/macchina/package.nix index 25feb19aa605..c8c231f2afe1 100644 --- a/pkgs/by-name/ma/macchina/package.nix +++ b/pkgs/by-name/ma/macchina/package.nix @@ -33,7 +33,6 @@ rustPlatform.buildRustPackage rec { license = with lib.licenses; [ mit ]; maintainers = with lib.maintainers; [ _414owen - figsoda ]; mainProgram = "macchina"; }; diff --git a/pkgs/by-name/ma/mandown/package.nix b/pkgs/by-name/ma/mandown/package.nix index 55b57a63e5a4..5b9208d83e25 100644 --- a/pkgs/by-name/ma/mandown/package.nix +++ b/pkgs/by-name/ma/mandown/package.nix @@ -24,7 +24,7 @@ rustPlatform.buildRustPackage (finalAttrs: { asl20 # or mit ]; - maintainers = [ lib.maintainers.awwpotato ]; + maintainers = [ lib.maintainers.da157 ]; mainProgram = "mandown"; }; }) diff --git a/pkgs/by-name/ma/markscribe/package.nix b/pkgs/by-name/ma/markscribe/package.nix index 9dac443919f3..7124b951a9de 100644 --- a/pkgs/by-name/ma/markscribe/package.nix +++ b/pkgs/by-name/ma/markscribe/package.nix @@ -28,6 +28,6 @@ buildGoModule rec { homepage = "https://github.com/muesli/markscribe"; changelog = "https://github.com/muesli/markscribe/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ma/mask/package.nix b/pkgs/by-name/ma/mask/package.nix index 7236aeadebea..b82b4f42df79 100644 --- a/pkgs/by-name/ma/mask/package.nix +++ b/pkgs/by-name/ma/mask/package.nix @@ -50,7 +50,6 @@ rustPlatform.buildRustPackage (finalAttrs: { changelog = "https://github.com/jacobdeichert/mask/blob/mask/${finalAttrs.version}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda defelo ]; }; diff --git a/pkgs/by-name/ma/mastotool/package.nix b/pkgs/by-name/ma/mastotool/package.nix index c14432ab819f..a9b91c88b401 100644 --- a/pkgs/by-name/ma/mastotool/package.nix +++ b/pkgs/by-name/ma/mastotool/package.nix @@ -27,7 +27,7 @@ buildGoModule rec { homepage = "https://github.com/muesli/mastotool"; changelog = "https://github.com/muesli/mastotool/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "mastotool"; }; } diff --git a/pkgs/by-name/md/mdr/package.nix b/pkgs/by-name/md/mdr/package.nix index 79aa9c543817..591c807b0c18 100644 --- a/pkgs/by-name/md/mdr/package.nix +++ b/pkgs/by-name/md/mdr/package.nix @@ -29,7 +29,7 @@ buildGoModule rec { description = "MarkDown Renderer for the terminal"; homepage = "https://github.com/MichaelMure/mdr"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "mdr"; }; } diff --git a/pkgs/by-name/me/menyoki/package.nix b/pkgs/by-name/me/menyoki/package.nix index 036fa64fec11..e590c11abcc6 100644 --- a/pkgs/by-name/me/menyoki/package.nix +++ b/pkgs/by-name/me/menyoki/package.nix @@ -54,7 +54,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://menyoki.cli.rs/"; changelog = "https://github.com/orhun/menyoki/blob/v${version}/CHANGELOG.md"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "menyoki"; }; } diff --git a/pkgs/by-name/mi/microbin/package.nix b/pkgs/by-name/mi/microbin/package.nix index afd9253ea84b..0f345e620ad5 100644 --- a/pkgs/by-name/mi/microbin/package.nix +++ b/pkgs/by-name/mi/microbin/package.nix @@ -80,7 +80,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ dit7ya - figsoda ]; mainProgram = "microbin"; }; diff --git a/pkgs/by-name/mi/miniserve/package.nix b/pkgs/by-name/mi/miniserve/package.nix index 25fdbfab5209..bc621976bb1d 100644 --- a/pkgs/by-name/mi/miniserve/package.nix +++ b/pkgs/by-name/mi/miniserve/package.nix @@ -69,7 +69,6 @@ rustPlatform.buildRustPackage (finalAttrs: { changelog = "https://github.com/svenstaro/miniserve/blob/v${finalAttrs.version}/CHANGELOG.md"; license = with lib.licenses; [ mit ]; maintainers = with lib.maintainers; [ - figsoda defelo ]; mainProgram = "miniserve"; diff --git a/pkgs/by-name/mi/minizign/package.nix b/pkgs/by-name/mi/minizign/package.nix index ea85e75a5329..fb7c0d38b886 100644 --- a/pkgs/by-name/mi/minizign/package.nix +++ b/pkgs/by-name/mi/minizign/package.nix @@ -27,7 +27,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Minisign reimplemented in Zig"; homepage = "https://github.com/jedisct1/zig-minisign"; license = lib.licenses.isc; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "minizign"; inherit (zig.meta) platforms; }; diff --git a/pkgs/by-name/mm/mmtc/package.nix b/pkgs/by-name/mm/mmtc/package.nix index 4d0e8b20715b..c349ea017dfd 100644 --- a/pkgs/by-name/mm/mmtc/package.nix +++ b/pkgs/by-name/mm/mmtc/package.nix @@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/figsoda/mmtc"; changelog = "https://github.com/figsoda/mmtc/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mpl20; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "mmtc"; }; } diff --git a/pkgs/by-name/mu/muffet/package.nix b/pkgs/by-name/mu/muffet/package.nix index f490fba48285..9a11c26799d3 100644 --- a/pkgs/by-name/mu/muffet/package.nix +++ b/pkgs/by-name/mu/muffet/package.nix @@ -27,7 +27,7 @@ buildGoModule (finalAttrs: { homepage = "https://github.com/raviqqe/muffet"; changelog = "https://github.com/raviqqe/muffet/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "muffet"; }; }) diff --git a/pkgs/by-name/na/namaka/package.nix b/pkgs/by-name/na/namaka/package.nix index ee2e337c3eb3..6810ab0fef2b 100644 --- a/pkgs/by-name/na/namaka/package.nix +++ b/pkgs/by-name/na/namaka/package.nix @@ -45,6 +45,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/nix-community/namaka"; changelog = "https://github.com/nix-community/namaka/blob/${src.rev}/CHANGELOG.md"; license = licenses.mpl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ne/nerdfix/package.nix b/pkgs/by-name/ne/nerdfix/package.nix index 2ea8471f8813..47e5d66fa912 100644 --- a/pkgs/by-name/ne/nerdfix/package.nix +++ b/pkgs/by-name/ne/nerdfix/package.nix @@ -26,6 +26,6 @@ rustPlatform.buildRustPackage rec { asl20 mit ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ni/nil/package.nix b/pkgs/by-name/ni/nil/package.nix index a91ee9517ebb..6f9c316de6ae 100644 --- a/pkgs/by-name/ni/nil/package.nix +++ b/pkgs/by-name/ni/nil/package.nix @@ -43,7 +43,6 @@ rustPlatform.buildRustPackage rec { asl20 ]; maintainers = with lib.maintainers; [ - figsoda oxalica ]; mainProgram = "nil"; diff --git a/pkgs/by-name/ni/nix-index-unwrapped/package.nix b/pkgs/by-name/ni/nix-index-unwrapped/package.nix index 36aba06ad9e3..97ce3cea62d2 100644 --- a/pkgs/by-name/ni/nix-index-unwrapped/package.nix +++ b/pkgs/by-name/ni/nix-index-unwrapped/package.nix @@ -44,7 +44,6 @@ rustPlatform.buildRustPackage rec { license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ bennofs - figsoda ncfavier ]; }; diff --git a/pkgs/by-name/ni/nix-init/package.nix b/pkgs/by-name/ni/nix-init/package.nix index 7194d5d8d7ab..345dfc53d98f 100644 --- a/pkgs/by-name/ni/nix-init/package.nix +++ b/pkgs/by-name/ni/nix-init/package.nix @@ -96,6 +96,6 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/nix-community/nix-init"; changelog = "https://github.com/nix-community/nix-init/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.mpl20; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; }) diff --git a/pkgs/by-name/ni/nix-melt/package.nix b/pkgs/by-name/ni/nix-melt/package.nix index 48f25deee1f1..5fcd038ae8f5 100644 --- a/pkgs/by-name/ni/nix-melt/package.nix +++ b/pkgs/by-name/ni/nix-melt/package.nix @@ -37,6 +37,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/nix-community/nix-melt"; changelog = "https://github.com/nix-community/nix-melt/blob/${src.rev}/CHANGELOG.md"; license = licenses.mpl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ni/nix-update/package.nix b/pkgs/by-name/ni/nix-update/package.nix index 3d67a9329e63..0f266bb8c1a3 100644 --- a/pkgs/by-name/ni/nix-update/package.nix +++ b/pkgs/by-name/ni/nix-update/package.nix @@ -52,7 +52,6 @@ python3Packages.buildPythonApplication rec { changelog = "https://github.com/Mic92/nix-update/releases/tag/${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda mic92 ]; mainProgram = "nix-update"; diff --git a/pkgs/by-name/ni/nixpkgs-hammering/package.nix b/pkgs/by-name/ni/nixpkgs-hammering/package.nix index 97364eeb7f90..efd990d4e0ca 100644 --- a/pkgs/by-name/ni/nixpkgs-hammering/package.nix +++ b/pkgs/by-name/ni/nixpkgs-hammering/package.nix @@ -41,6 +41,6 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/jtojnar/nixpkgs-hammering"; license = lib.licenses.mit; mainProgram = "nixpkgs-hammer"; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; }) diff --git a/pkgs/by-name/ni/nixpkgs-lint-community/package.nix b/pkgs/by-name/ni/nixpkgs-lint-community/package.nix index ab32bfbbc4ca..334bfb88786e 100644 --- a/pkgs/by-name/ni/nixpkgs-lint-community/package.nix +++ b/pkgs/by-name/ni/nixpkgs-lint-community/package.nix @@ -25,7 +25,6 @@ rustPlatform.buildRustPackage rec { license = licenses.mit; maintainers = with maintainers; [ artturin - figsoda ]; }; } diff --git a/pkgs/by-name/ni/nixpkgs-review/package.nix b/pkgs/by-name/ni/nixpkgs-review/package.nix index eb0120fb843d..ef6966de0d62 100644 --- a/pkgs/by-name/ni/nixpkgs-review/package.nix +++ b/pkgs/by-name/ni/nixpkgs-review/package.nix @@ -86,7 +86,6 @@ python3Packages.buildPythonApplication rec { license = lib.licenses.mit; mainProgram = "nixpkgs-review"; maintainers = with lib.maintainers; [ - figsoda mic92 ]; }; diff --git a/pkgs/by-name/no/nomino/package.nix b/pkgs/by-name/no/nomino/package.nix index 6986d6f60b9d..8108d270d350 100644 --- a/pkgs/by-name/no/nomino/package.nix +++ b/pkgs/by-name/no/nomino/package.nix @@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec { mit # or asl20 ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "nomino"; }; } diff --git a/pkgs/by-name/nu/nucleus/package.nix b/pkgs/by-name/nu/nucleus/package.nix index 96fd47a7c1fe..1de65f7de02d 100644 --- a/pkgs/by-name/nu/nucleus/package.nix +++ b/pkgs/by-name/nu/nucleus/package.nix @@ -60,6 +60,6 @@ python3Packages.buildPythonApplication { license = lib.licenses.gpl3Plus; mainProgram = "nucleus"; platforms = lib.platforms.linux; - maintainers = [ lib.maintainers.awwpotato ]; + maintainers = [ lib.maintainers.da157 ]; }; } diff --git a/pkgs/by-name/nu/nurl/package.nix b/pkgs/by-name/nu/nurl/package.nix index 5ce4c166d4fe..5d60f79812f3 100644 --- a/pkgs/by-name/nu/nurl/package.nix +++ b/pkgs/by-name/nu/nurl/package.nix @@ -52,7 +52,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/nix-community/nurl"; changelog = "https://github.com/nix-community/nurl/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mpl20; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "nurl"; }; } diff --git a/pkgs/by-name/oc/oculante/package.nix b/pkgs/by-name/oc/oculante/package.nix index 3341277459ad..72976e469153 100644 --- a/pkgs/by-name/oc/oculante/package.nix +++ b/pkgs/by-name/oc/oculante/package.nix @@ -91,7 +91,6 @@ rustPlatform.buildRustPackage rec { mainProgram = "oculante"; maintainers = with lib.maintainers; [ dit7ya - figsoda ]; }; } diff --git a/pkgs/by-name/oh/oha/package.nix b/pkgs/by-name/oh/oha/package.nix index a9392b3602a0..cfaeab4f8c61 100644 --- a/pkgs/by-name/oh/oha/package.nix +++ b/pkgs/by-name/oh/oha/package.nix @@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/hatoo/oha"; changelog = "https://github.com/hatoo/oha/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "oha"; }; } diff --git a/pkgs/by-name/on/onefetch/package.nix b/pkgs/by-name/on/onefetch/package.nix index 550abbecd344..b661d83a551b 100644 --- a/pkgs/by-name/on/onefetch/package.nix +++ b/pkgs/by-name/on/onefetch/package.nix @@ -71,7 +71,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ Br1ght0ne - figsoda kloenk ]; mainProgram = "onefetch"; diff --git a/pkgs/by-name/op/openmm/package.nix b/pkgs/by-name/op/openmm/package.nix index e76046dd84cb..f63175e4e7a8 100644 --- a/pkgs/by-name/op/openmm/package.nix +++ b/pkgs/by-name/op/openmm/package.nix @@ -20,13 +20,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "openmm"; - version = "8.3.1"; + version = "8.4.0"; src = fetchFromGitHub { owner = "openmm"; repo = "openmm"; rev = finalAttrs.version; - hash = "sha256-3e0+8f2V+UCrPJA1wQUZKPvjpmWU9FfOAt9Ako0Lnl0="; + hash = "sha256-vD0daqhEwiM+OMqW//mpc3p6ho/TI2muA6VopXyLYVE="; }; # "This test is stochastic and may occasionally fail". It does. diff --git a/pkgs/by-name/or/oranda/package.nix b/pkgs/by-name/or/oranda/package.nix index 9b8caf125e99..43709d15407d 100644 --- a/pkgs/by-name/or/oranda/package.nix +++ b/pkgs/by-name/or/oranda/package.nix @@ -53,7 +53,7 @@ rustPlatform.buildRustPackage rec { asl20 mit ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "oranda"; }; } diff --git a/pkgs/by-name/or/org-stats/package.nix b/pkgs/by-name/or/org-stats/package.nix index 297c76095bfa..fc734f4f6a43 100644 --- a/pkgs/by-name/or/org-stats/package.nix +++ b/pkgs/by-name/or/org-stats/package.nix @@ -60,7 +60,7 @@ buildGoModule rec { homepage = "https://github.com/caarlos0/org-stats"; changelog = "https://github.com/caarlos0/org-stats/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "org-stats"; }; } diff --git a/pkgs/by-name/or/orz/package.nix b/pkgs/by-name/or/orz/package.nix index 42832112ec1f..365ea3f22b91 100644 --- a/pkgs/by-name/or/orz/package.nix +++ b/pkgs/by-name/or/orz/package.nix @@ -39,7 +39,7 @@ rustPlatform.buildRustPackage { description = "High performance, general purpose data compressor written in rust"; homepage = "https://github.com/richox/orz"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "orz"; }; } diff --git a/pkgs/by-name/ou/ouch/package.nix b/pkgs/by-name/ou/ouch/package.nix index 432c67983a37..d897807c8fee 100644 --- a/pkgs/by-name/ou/ouch/package.nix +++ b/pkgs/by-name/ou/ouch/package.nix @@ -71,7 +71,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/ouch-org/ouch/blob/${version}/CHANGELOG.md"; license = with lib.licenses; [ mit ] ++ lib.optionals enableUnfree [ unfreeRedistributable ]; maintainers = with lib.maintainers; [ - figsoda psibi krovuxdev ]; diff --git a/pkgs/by-name/ov/ov/package.nix b/pkgs/by-name/ov/ov/package.nix index 8b2446df004f..cd534d4a0dbc 100644 --- a/pkgs/by-name/ov/ov/package.nix +++ b/pkgs/by-name/ov/ov/package.nix @@ -75,7 +75,6 @@ buildGoModule rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ farcaller - figsoda ]; mainProgram = "ov"; }; diff --git a/pkgs/by-name/ox/oxlint/package.nix b/pkgs/by-name/ox/oxlint/package.nix index 955a4cca750c..f604e36a4aec 100644 --- a/pkgs/by-name/ox/oxlint/package.nix +++ b/pkgs/by-name/ox/oxlint/package.nix @@ -45,7 +45,7 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/oxc-project/oxc"; changelog = "https://github.com/oxc-project/oxc/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "oxlint"; }; }) diff --git a/pkgs/by-name/pa/pactorio/package.nix b/pkgs/by-name/pa/pactorio/package.nix index e0b3c8c2a9ff..fbd54eb5eb89 100644 --- a/pkgs/by-name/pa/pactorio/package.nix +++ b/pkgs/by-name/pa/pactorio/package.nix @@ -40,6 +40,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/figsoda/pactorio"; changelog = "https://github.com/figsoda/pactorio/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mpl20; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/pa/panamax/package.nix b/pkgs/by-name/pa/panamax/package.nix index 83fbae58203b..ef2929065f3f 100644 --- a/pkgs/by-name/pa/panamax/package.nix +++ b/pkgs/by-name/pa/panamax/package.nix @@ -35,6 +35,6 @@ rustPlatform.buildRustPackage rec { mit # or asl20 ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/pa/patsh/package.nix b/pkgs/by-name/pa/patsh/package.nix index acb079b30df5..63a7bfec0a5f 100644 --- a/pkgs/by-name/pa/patsh/package.nix +++ b/pkgs/by-name/pa/patsh/package.nix @@ -48,6 +48,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/nix-community/patsh"; changelog = "https://github.com/nix-community/patsh/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mpl20; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/pb/pbrt/package.nix b/pkgs/by-name/pb/pbrt/package.nix index cb9b8d6f0519..5004e17e56b1 100644 --- a/pkgs/by-name/pb/pbrt/package.nix +++ b/pkgs/by-name/pb/pbrt/package.nix @@ -9,20 +9,19 @@ }: stdenv.mkDerivation { - version = "2018-08-15"; + version = "2023-09-03"; pname = "pbrt-v3"; src = fetchFromGitHub { - rev = "86b5821308088deea70b207bc8c22219d0103d65"; + rev = "13d871faae88233b327d04cda24022b8bb0093ee"; owner = "mmp"; repo = "pbrt-v3"; - sha256 = "0f7ivsczba6zfk5f0bba1js6dcwf6w6jrkiby147qp1sx5k35cv8"; + hash = "sha256-xg99l1o4MychQiOYkfsvD9vO0ysfmgQyaNaf8oqoWzk="; fetchSubmodules = true; }; - patches = [ - # https://github.com/mmp/pbrt-v3/issues/196 - ./openexr-cmake-3.12.patch + cmakeFlags = [ + "-DCMAKE_POLICY_VERSION_MINIMUM=3.5" ]; nativeBuildInputs = [ @@ -32,12 +31,12 @@ stdenv.mkDerivation { ]; buildInputs = [ zlib ]; - meta = with lib; { + meta = { homepage = "https://pbrt.org/"; description = "Renderer described in the third edition of the book 'Physically Based Rendering: From Theory To Implementation'"; - platforms = platforms.linux; - license = licenses.bsd2; - maintainers = [ maintainers.juliendehos ]; + platforms = lib.platforms.linux; + license = lib.licenses.bsd2; + maintainers = [ lib.maintainers.juliendehos ]; priority = 10; }; } diff --git a/pkgs/by-name/pe/peep/package.nix b/pkgs/by-name/pe/peep/package.nix index 535b217910ec..1f7417801a7b 100644 --- a/pkgs/by-name/pe/peep/package.nix +++ b/pkgs/by-name/pe/peep/package.nix @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/ryochack/peep"; changelog = "https://github.com/ryochack/peep/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "peep"; }; } diff --git a/pkgs/by-name/pg/pgadmin4/missing-hashes.json b/pkgs/by-name/pg/pgadmin4/missing-hashes.json index ad60429537cd..bfe2a66960c2 100644 --- a/pkgs/by-name/pg/pgadmin4/missing-hashes.json +++ b/pkgs/by-name/pg/pgadmin4/missing-hashes.json @@ -1,26 +1,26 @@ { - "@img/sharp-darwin-arm64@npm:0.34.3": "c5ed848f3cecaced50be6d1805cfb23586299f119a9917880c3f590b7ddd54b930e493c73480d13452503101168f92a0dc85ccc5b19b330470a5fe69e1fcf206", - "@img/sharp-darwin-x64@npm:0.34.3": "7e892ca052c8eb9002fb6e86e0a7893aff909e0f203f6ada7a67f4ca7e189631203189700a498ab3401280f5c042f5b08c3f7bc713192a97228864e9c4527743", - "@img/sharp-libvips-darwin-arm64@npm:1.2.0": "35d0d475da11fdfd7f5b5f7f1de4376ac04de6d6e0879833f71b2fa305b9d58c96ee464cf234060506ef9b1e2eabe5c09c302e818f8899b2ced1fcb7f85c01eb", - "@img/sharp-libvips-darwin-x64@npm:1.2.0": "e853f3b8a19d815af553b703e1d6d70abec525c61f3f19cc8a9d50d3749bc563b7f255307709b7c0836f76b110948489d3a9a3932d2fbc1775a083a56979bf56", - "@img/sharp-libvips-linux-arm64@npm:1.2.0": "ec53e3e62c9351e28ea0e4c26a1d8ab257ac003e8184b1757b79c2a240baecec2452e0dbca08c8227fd01c498801c428230261fdb86198e873e07347d741c3c7", - "@img/sharp-libvips-linux-arm@npm:1.2.0": "a2f9822cb2ac5b315f2a02c59ebdb235f6c45251207795f83f1a92db696a9deced882dc752bdddd1eab98da5d7d1d1e9968ae142313ff09960b7ae30b760ba07", - "@img/sharp-libvips-linux-ppc64@npm:1.2.0": "e90e1c46e6020f3a96562dd526549af2fabff46a1576f2e7af003be4b5efeb6fc8caa8e303e2eeb58129c938be31e0bf067736072479f2298152230cecd5fce4", - "@img/sharp-libvips-linux-s390x@npm:1.2.0": "2cf62c8b285effd3a3ec8854bc5fd78af162459294a6d9847af33d6bdeacfbad81cb0bec68b76889b148306a8a28492b4d44e6c96b778d0879349180191d758d", - "@img/sharp-libvips-linux-x64@npm:1.2.0": "ca342d07d1f0d22559f26bdcc0354f87a845ef19c69c22e37d9e23d71de15159f50d01183e8e7ea75e0ccfb6c7be9406741414a1f3534ec4aba10e51f0d7dffd", - "@img/sharp-libvips-linuxmusl-arm64@npm:1.2.0": "aa248f0c8602b0a17fdb5c1b00ce7dbb09f05b94a45ee7f226eaebfa459d4ee3fd407c62244902e15699927943c511a7fe045b575185ecc9b585987b64ae6cb1", - "@img/sharp-libvips-linuxmusl-x64@npm:1.2.0": "811071647c5129a1ead1e54b8f4672061bbbc1177d1d49127c755848e81f21bcbf5bf438c0e53118e731be5e000235904de3b5cf305053de015b56609a059371", - "@img/sharp-linux-arm64@npm:0.34.3": "3e8d53f54789b3d98dc14bf696917ff50f8c8c355aedc0dc90890ca764259bafec7390eabe262ce843eab8b74e0c128858128ce614e0b85dcba28d6b9ce3ea3f", - "@img/sharp-linux-arm@npm:0.34.3": "563c48ee129e5f3c6afed71ffba9c79a4369e7967e7b3a4a97d9b1e5aefa511873d3cd7a568ec42cd5968ea76f89ab93ee65c1363170af50559b620bfdb89d5b", - "@img/sharp-linux-ppc64@npm:0.34.3": "5973f8c522f33f826efff4052e253ec554882db54421a00f2636594e9ccc27e16dfb865f8de101678cb07b1a2d31b516ce4a88b65132ecc1101d07b6cc1bd571", - "@img/sharp-linux-s390x@npm:0.34.3": "284d2fcd9cc297b27ec135b0c63d5a6170cb17be378d92c75ec19b6034e7ed5801cab04ca17d445a80b073d67c4f9fe809334f5d4edf533c2d81d66d5d882ef3", - "@img/sharp-linux-x64@npm:0.34.3": "a370c04ca6d4145e6d6529d84b133d80e88d408e4483ba168e5993e5b4c0cbd2db57d4e53aca0bfa43320b571ff8bd70c22d8d7f5fadb5e5df1ded91393ae71d", - "@img/sharp-linuxmusl-arm64@npm:0.34.3": "c63d8afda1a7d4810bdc19473b6235313d923f8763a8dfc182465b63b8e4805769a9e92a8b2136f0235e07ae1b1ab63adfa904bb833d64f0495108dfc180a475", - "@img/sharp-linuxmusl-x64@npm:0.34.3": "9500e8f5d0ab96395a8d522920f25d4376d928ec58e88b3a5dbce5249c26efec046d20845bee8e9233fbff5287cfa979cfc079bc608342d257a6827be6cc0322", - "@img/sharp-wasm32@npm:0.34.3": "840dd97d3151b2189c3d0ee0746c139cbdd0441d5d5dfc87d2dd9970fc2c5448a3815c3110c64009998d165ca6dc7b5d58811b98b2c1e4ab0a1eb5ad97275f1e", - "@img/sharp-win32-arm64@npm:0.34.3": "adc7d18a8334ca1fea09c877dc9493e75a9018f73dc63038c8ccef7535a272c0aa3c2a9867a49a223703747149fb1fe57ef8580dd6098f0f33c602a876a48e1b", - "@img/sharp-win32-ia32@npm:0.34.3": "eef220adf1240429f72d9a9aadc22ccb741889785fa025396cfed41603364990b5f3841cee4d60525b22e65f36c7416297581300c873268fe2b7bb67087ada73", - "@img/sharp-win32-x64@npm:0.34.3": "5a5d2624bea7a31393b5a89738ad22a2b020a67f5e5b9eb40063510b514e8516b0fb4e320ff9eb1d32fa2ee3b4c3a0387333d051da28d93957116cbbd63b5fe0", + "@img/sharp-darwin-arm64@npm:0.34.4": "43ac812bf5fb459f119f1a723166e914b0f285cf5a90c4d67bbe649b8f3028d6488fd2e3d1c253ab2fac41fdc50844fd525588ba0fc4513eab27b8f8a6c44b0d", + "@img/sharp-darwin-x64@npm:0.34.4": "e305f46134463844415f66d51940436a0017dbaea7f41b975f858d84d8d760d44c7c7418332c53ef2a199cc30268d3480cd03ae146d77b69355814f77984f1a9", + "@img/sharp-libvips-darwin-arm64@npm:1.2.3": "7d12bfb6a5a7d9a08b429996f9bcbe26b916abf383660e9f4a563eb4043cfd7c81bc2e098d392ef849469db784fbd2ec0f5cb77196f6751f754cc5e9c9dfe26b", + "@img/sharp-libvips-darwin-x64@npm:1.2.3": "72b155a5a84ea90c03f861ef0388038bd283c8884694a46620b284ca8daa91a2bf2170d352972bbd4238fa7ffe54f75f5305d960e74c2594a25040c73eaa8e3b", + "@img/sharp-libvips-linux-arm64@npm:1.2.3": "ad294d5736174b4e654ab1c0e2f4259828cafd5355ce48a66bbffe551b2d28ec36501a1f8756403e8b224c732bf2bf1ddde4879f595c7a71d24041064584c763", + "@img/sharp-libvips-linux-arm@npm:1.2.3": "e7d1b2fa70b92d1bfa5fc96a1caf44fb9148ff968614ef7c2580e7afc6b934f1959baa73c8b1d1928cd44d0e0f6ce80da53876ceea305178819149068614fc96", + "@img/sharp-libvips-linux-ppc64@npm:1.2.3": "d19699afba86ab6cbb341a94de26f42ed7a4fa49a63c04cde1a0b5083c763f6d44d3c776ce44418e23d2baf54fb938ee1cb9c801d08af983d953e374416a25cf", + "@img/sharp-libvips-linux-s390x@npm:1.2.3": "cac0cb0435dbe3a14f9a16e600ad578b6ec0eb31ea11e57bac1e2d04aa0cb48abe6784924fd93dd1f369d6b2066767666dfa16cc1d0f1b39f8cf3e04f8279391", + "@img/sharp-libvips-linux-x64@npm:1.2.3": "71b34ce6b907503350610be0a7bd6f6508af88e9c6580b9ade4e6e4e682d46777302f3dfa2dece87c1ebfb6dde35a90fa9cb8028f7beb4b74a6ece3a5e4bfeff", + "@img/sharp-libvips-linuxmusl-arm64@npm:1.2.3": "8d11423632b7ce6237604258609aa2bfcf0b1c13f3680260b37c5633a417ed9160c22b34e285a8bf34073ccd3d3a12ff2c1f3523eee45be2a7ff9ea6c77ccf05", + "@img/sharp-libvips-linuxmusl-x64@npm:1.2.3": "a71df40da0f563450ba15c5e1b32fa6ac648243aecf435dd2dd063d9d9b886eda38e33446465d5a600b98fcc6bac130e322d88504c16d1f452746c20a2910dbd", + "@img/sharp-linux-arm64@npm:0.34.4": "a2480a94b8b55c55f000e5d21d0d0413f4db16c9b7fbed431936f996d13a6f38214a4f04f016a89171c07fd995650483bc3ba0caaa204abddcd644bbf47d850f", + "@img/sharp-linux-arm@npm:0.34.4": "232ac951134af96d3c3a862db40639f174afe26b4d589fe97374d03d215237b99defbbfc7210af7a711893c881fc152032c32fd841afca05c493f127d0e6f7ca", + "@img/sharp-linux-ppc64@npm:0.34.4": "b872204fe0f3684a27a2931d3aef306837012f2a52225e057a1e28828c0c0668e21306e2dd1e459d2e91146ddac44b34ec59a10d446e4212ed667b859a424a43", + "@img/sharp-linux-s390x@npm:0.34.4": "f621a97fa238d54ad6db42ab14beba8605ee3335da06e1a72125bd2697dc363a66167c6191d9c0f2621cfed170528e131349992689ffcf6dd7ee387e16513c4a", + "@img/sharp-linux-x64@npm:0.34.4": "64dc5c8ee5432036428ade596b9daaa17ac343303d8b40f7e53e1253f9b598a55a1928b89b1d77ac54fc4a1cb871c472264d3bd36bdbc6828cc51b079a4d7080", + "@img/sharp-linuxmusl-arm64@npm:0.34.4": "8b555d30463f8312f44a15a528cbc9493a21925ee748519926cbf4157c752c5d4f23bed78d66fb4dbc3206e07fc0ce4a96d2aab709fd8fffe4568e89d3882706", + "@img/sharp-linuxmusl-x64@npm:0.34.4": "0bbcd14be148b629b483a38461d42276cf48b4f469bffa7319860abb636f12bb65a33d8e50590b659665293e1eff12bafd71256b36c137d78327422197b8dae9", + "@img/sharp-wasm32@npm:0.34.4": "e6b03a6339504592aaa645cc8a8471488e816672c255108c04ec0df802647a75b505fac229b72db3120beb6714ff763c49af6df26d2842d36a8a6a4731590024", + "@img/sharp-win32-arm64@npm:0.34.4": "e79bd3184c798d7623afb045ba49846e02355b8c589abf62f67c63cd341912e17cb799ba0f61bc59e3583f4c42e1f1ca860c97c6093d36d9be4be6a9dcaa8095", + "@img/sharp-win32-ia32@npm:0.34.4": "0d8cbd0419cf7671875491922ee0e3af11592ac234eb370688342e3f245cd98f54d029c323f9c48fee357f8b5de12c4155427805f28cebe2d87928006fb99b36", + "@img/sharp-win32-x64@npm:0.34.4": "6185e60fe69290d1a1c828f5540215e9b8f171f93623f3e7498c1dbb0c5d27a8bc989b57ade72a88eff1b7c48423fcc8a96b1680c2794b02fa3d157ffb49dcc8", "@unrs/resolver-binding-android-arm-eabi@npm:1.11.1": "04dd38b694c1680bfec192b499e188700398a414886a08a8a7c72815db56ac147df03d88c73ff6fff7ac3e0a01dc41978054b3622b49463e0d684c5168557fcc", "@unrs/resolver-binding-android-arm64@npm:1.11.1": "763626adc34dd2b4af677b5ced6493e7b2b1935351a5c9137f1c9561d11faf97b94015e6876e57e85c33ff563564314c92c0882a4780a57f2225cbbd779a695d", "@unrs/resolver-binding-darwin-arm64@npm:1.11.1": "03b477fdfec55dbabe488fe0962417bddaa38b028d2670053469f1d24163907b097aac15b565f6974449bee398a38d5e3e1525f2b515ce57e243149021b7aa2f", diff --git a/pkgs/by-name/pg/pgadmin4/package.nix b/pkgs/by-name/pg/pgadmin4/package.nix index adf9b1543aea..f9894e25a9da 100644 --- a/pkgs/by-name/pg/pgadmin4/package.nix +++ b/pkgs/by-name/pg/pgadmin4/package.nix @@ -20,14 +20,14 @@ let pname = "pgadmin"; - version = "9.8"; - yarnHash = "sha256-NvQlrDXn9sa4MpytFYPsC4bKO8Thx/MuqG8M6VIa2ig="; + version = "9.9"; + yarnHash = "sha256-QInOfpgQgx4i/gTyWG40Sl7Me5ynC/nOfjik82ltwLM="; src = fetchFromGitHub { owner = "pgadmin-org"; repo = "pgadmin4"; rev = "REL-${lib.versions.major version}_${lib.versions.minor version}"; - hash = "sha256-gnVrMuxWV7lAol1gyONbhtuUL4EEOfOPkRUM2esMgi0="; + hash = "sha256-XzjotJt02mZ0Se/bZMqAl8KL6egIVqqkbiEdcRuHcuE="; }; # keep the scope, as it is used throughout the derivation and tests @@ -219,6 +219,8 @@ pythonPackages.buildPythonApplication rec { # sandboxing issues on aarch64-darwin, see https://github.com/NixOS/nixpkgs/issues/198495 doCheck = !postgresqlTestHook.meta.broken; + # for replication testing in regression tests for PostgreSql >= 17 + env.postgresqlExtraSettings = "wal_level = logical"; checkPhase = '' runHook preCheck @@ -236,6 +238,18 @@ pythonPackages.buildPythonApplication rec { substituteInPlace regression/test_config.json --replace-fail "localhost" "$PGHOST" substituteInPlace regression/runtests.py --replace-fail "builtins.SERVER_MODE = None" "builtins.SERVER_MODE = False" + # test cases hardcode ports and host in subscription replication tests + for files in pgadmin/browser/server_groups/servers/databases/subscriptions/tests/17_plus/* + do + substituteInPlace $files --replace-quiet "5917" "5432" + substituteInPlace $files --replace-quiet "localhost" "$PGHOST" + done + for files in pgadmin/browser/server_groups/servers/databases/subscriptions/tests/18_plus/* + do + substituteInPlace $files --replace-quiet "5434" "5432" + substituteInPlace $files --replace-quiet "localhost" "$PGHOST" + done + ## Browser test ## python regression/runtests.py --pkg browser --exclude ${skippedTests} diff --git a/pkgs/by-name/pi/picom-pijulius/package.nix b/pkgs/by-name/pi/picom-pijulius/package.nix index de91c084031c..adf44f0f5af6 100644 --- a/pkgs/by-name/pi/picom-pijulius/package.nix +++ b/pkgs/by-name/pi/picom-pijulius/package.nix @@ -8,13 +8,13 @@ picom.overrideAttrs (previousAttrs: { pname = "picom-pijulius"; - version = "8.2-unstable-2025-08-25"; + version = "8.2-unstable-2025-11-01"; src = fetchFromGitHub { owner = "pijulius"; repo = "picom"; - rev = "8efe4707c7bc4e0baccd51166ea8e0d08d96bd85"; - hash = "sha256-KCK6/gmcs2VFd64veL9w27LWjCWoA7WT221dv89dGZc="; + rev = "efaa7efdca20dda01f34c3a16bd2aadb1417c643"; + hash = "sha256-YF1pCbrQAvC+mLbj6WeOZzcrdhpge2MDtXiNHcjTGvs="; }; dontVersionCheck = true; diff --git a/pkgs/by-name/pi/pigment/package.nix b/pkgs/by-name/pi/pigment/package.nix index 8a62ad321bed..89cfee0bd17e 100644 --- a/pkgs/by-name/pi/pigment/package.nix +++ b/pkgs/by-name/pi/pigment/package.nix @@ -64,6 +64,6 @@ python3Packages.buildPythonApplication { license = lib.licenses.gpl3Plus; mainProgram = "pigment"; platforms = lib.platforms.linux; - maintainers = [ lib.maintainers.awwpotato ]; + maintainers = [ lib.maintainers.da157 ]; }; } diff --git a/pkgs/by-name/pi/piknik/package.nix b/pkgs/by-name/pi/piknik/package.nix index 16d25c09f0f9..e31f66f8711a 100644 --- a/pkgs/by-name/pi/piknik/package.nix +++ b/pkgs/by-name/pi/piknik/package.nix @@ -36,7 +36,7 @@ buildGoModule rec { homepage = "https://github.com/jedisct1/piknik"; changelog = "https://github.com/jedisct1/piknik/blob/${src.rev}/ChangeLog"; license = licenses.bsd2; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "piknik"; }; } diff --git a/pkgs/by-name/pi/pipe-rename/package.nix b/pkgs/by-name/pi/pipe-rename/package.nix index 5a23b123eb4d..4aa71106a680 100644 --- a/pkgs/by-name/pi/pipe-rename/package.nix +++ b/pkgs/by-name/pi/pipe-rename/package.nix @@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec { description = "Rename your files using your favorite text editor"; homepage = "https://github.com/marcusbuffett/pipe-rename"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "renamer"; }; } diff --git a/pkgs/by-name/pi/piping-server-rust/package.nix b/pkgs/by-name/pi/piping-server-rust/package.nix index 227e0f47e3cd..032be5b9ccfe 100644 --- a/pkgs/by-name/pi/piping-server-rust/package.nix +++ b/pkgs/by-name/pi/piping-server-rust/package.nix @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/nwtgck/piping-server-rust"; changelog = "https://github.com/nwtgck/piping-server-rust/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "piping-server"; }; } diff --git a/pkgs/by-name/pk/pkgtop/package.nix b/pkgs/by-name/pk/pkgtop/package.nix index 09f4eff0fbb2..1f08905eb8f8 100644 --- a/pkgs/by-name/pk/pkgtop/package.nix +++ b/pkgs/by-name/pk/pkgtop/package.nix @@ -26,7 +26,7 @@ buildGoModule rec { homepage = "https://github.com/orhun/pkgtop"; changelog = "https://github.com/orhun/pkgtop/releases/tag/${version}"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "pkgtop"; }; } diff --git a/pkgs/by-name/pl/planus/package.nix b/pkgs/by-name/pl/planus/package.nix index 5e38b58ca998..4ce3eed4dd52 100644 --- a/pkgs/by-name/pl/planus/package.nix +++ b/pkgs/by-name/pl/planus/package.nix @@ -38,6 +38,6 @@ rustPlatform.buildRustPackage rec { asl20 mit ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/po/pods/package.nix b/pkgs/by-name/po/pods/package.nix index 634e08a6cdd9..be04adea7108 100644 --- a/pkgs/by-name/po/pods/package.nix +++ b/pkgs/by-name/po/pods/package.nix @@ -80,7 +80,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/marhkb/pods"; changelog = "https://github.com/marhkb/pods/releases/tag/v${version}"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; platforms = lib.platforms.linux; mainProgram = "pods"; }; diff --git a/pkgs/by-name/po/poethepoet/package.nix b/pkgs/by-name/po/poethepoet/package.nix index d1608d341a12..b862ed39de03 100644 --- a/pkgs/by-name/po/poethepoet/package.nix +++ b/pkgs/by-name/po/poethepoet/package.nix @@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://github.com/nat-n/poethepoet"; changelog = "https://github.com/nat-n/poethepoet/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "poe"; }; } diff --git a/pkgs/by-name/po/poliedros/package.nix b/pkgs/by-name/po/poliedros/package.nix index 48bb166275a2..8ac5093b4f09 100644 --- a/pkgs/by-name/po/poliedros/package.nix +++ b/pkgs/by-name/po/poliedros/package.nix @@ -55,6 +55,6 @@ python3Packages.buildPythonApplication { changelog = "https://github.com/kriptolix/Poliedros/releases/tag/v${version}"; license = lib.licenses.gpl3Plus; mainProgram = "poliedros"; - maintainers = [ lib.maintainers.awwpotato ]; + maintainers = [ lib.maintainers.da157 ]; }; } diff --git a/pkgs/by-name/po/pomsky/package.nix b/pkgs/by-name/po/pomsky/package.nix index 1692cf629566..34664008b532 100644 --- a/pkgs/by-name/po/pomsky/package.nix +++ b/pkgs/by-name/po/pomsky/package.nix @@ -44,6 +44,6 @@ rustPlatform.buildRustPackage rec { mit # or asl20 ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/po/poop/package.nix b/pkgs/by-name/po/poop/package.nix index 3edae8fb889b..107fade87c08 100644 --- a/pkgs/by-name/po/poop/package.nix +++ b/pkgs/by-name/po/poop/package.nix @@ -25,7 +25,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/andrewrk/poop"; changelog = "https://github.com/andrewrk/poop/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; platforms = platforms.linux; mainProgram = "poop"; }; diff --git a/pkgs/by-name/po/popsicle/package.nix b/pkgs/by-name/po/popsicle/package.nix index 5792c9348792..c0267f44fd3d 100644 --- a/pkgs/by-name/po/popsicle/package.nix +++ b/pkgs/by-name/po/popsicle/package.nix @@ -58,7 +58,6 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/pop-os/popsicle/releases/tag/${finalAttrs.version}"; maintainers = with lib.maintainers; [ _13r0ck - figsoda ]; license = lib.licenses.mit; platforms = lib.platforms.linux; diff --git a/pkgs/by-name/po/postgres-language-server/package.nix b/pkgs/by-name/po/postgres-language-server/package.nix index 52668006deaf..a096835cdfa5 100644 --- a/pkgs/by-name/po/postgres-language-server/package.nix +++ b/pkgs/by-name/po/postgres-language-server/package.nix @@ -54,7 +54,6 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://pg-language-server.com"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda myypo ]; mainProgram = "postgres-language-server"; diff --git a/pkgs/by-name/pr/process-viewer/package.nix b/pkgs/by-name/pr/process-viewer/package.nix index 22d2b21503cd..ed2b78b81ed1 100644 --- a/pkgs/by-name/pr/process-viewer/package.nix +++ b/pkgs/by-name/pr/process-viewer/package.nix @@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec { description = "Process viewer GUI in rust"; homepage = "https://github.com/guillaumegomez/process-viewer"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "process_viewer"; }; } diff --git a/pkgs/by-name/pr/projectable/package.nix b/pkgs/by-name/pr/projectable/package.nix index 5333c183337b..92ddd7cc55d9 100644 --- a/pkgs/by-name/pr/projectable/package.nix +++ b/pkgs/by-name/pr/projectable/package.nix @@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/dzfrias/projectable"; changelog = "https://github.com/dzfrias/projectable/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "prj"; }; } diff --git a/pkgs/by-name/pr/protox/package.nix b/pkgs/by-name/pr/protox/package.nix index af885f370a2b..c1475ec9e9c2 100644 --- a/pkgs/by-name/pr/protox/package.nix +++ b/pkgs/by-name/pr/protox/package.nix @@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec { asl20 mit ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/pr/proximity-sort/package.nix b/pkgs/by-name/pr/proximity-sort/package.nix index 74a003ee691c..f812a071bdd7 100644 --- a/pkgs/by-name/pr/proximity-sort/package.nix +++ b/pkgs/by-name/pr/proximity-sort/package.nix @@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec { mit # or asl20 ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "proximity-sort"; }; } diff --git a/pkgs/by-name/ps/psitop/package.nix b/pkgs/by-name/ps/psitop/package.nix index 573c6e970c9f..a4ecd0fb858d 100644 --- a/pkgs/by-name/ps/psitop/package.nix +++ b/pkgs/by-name/ps/psitop/package.nix @@ -26,7 +26,7 @@ buildGoModule rec { description = "Top for /proc/pressure"; homepage = "https://github.com/jamespwilliams/psitop"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "psitop"; }; } diff --git a/pkgs/by-name/pw/pw-viz/package.nix b/pkgs/by-name/pw/pw-viz/package.nix index 1470a3f1f22d..435ee7d03fb6 100644 --- a/pkgs/by-name/pw/pw-viz/package.nix +++ b/pkgs/by-name/pw/pw-viz/package.nix @@ -62,7 +62,7 @@ rustPlatform.buildRustPackage rec { description = "Simple and elegant pipewire graph editor"; homepage = "https://github.com/ax9d/pw-viz"; license = licenses.gpl3Only; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; platforms = platforms.linux; }; } diff --git a/pkgs/by-name/pw/pw-volume/package.nix b/pkgs/by-name/pw/pw-volume/package.nix index f936de48254e..b9b252d7f602 100644 --- a/pkgs/by-name/pw/pw-volume/package.nix +++ b/pkgs/by-name/pw/pw-volume/package.nix @@ -24,7 +24,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ astro - figsoda ]; platforms = lib.platforms.linux; mainProgram = "pw-volume"; diff --git a/pkgs/by-name/pw/pwvucontrol/package.nix b/pkgs/by-name/pw/pwvucontrol/package.nix index 699f37ee388f..f0807791f312 100644 --- a/pkgs/by-name/pw/pwvucontrol/package.nix +++ b/pkgs/by-name/pw/pwvucontrol/package.nix @@ -94,7 +94,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://github.com/saivert/pwvucontrol"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ - figsoda Guanran928 johnrtitor ]; diff --git a/pkgs/by-name/py/pysentation/package.nix b/pkgs/by-name/py/pysentation/package.nix index 508d0486562d..128160dcceac 100644 --- a/pkgs/by-name/py/pysentation/package.nix +++ b/pkgs/by-name/py/pysentation/package.nix @@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://github.com/mimseyedi/pysentation"; changelog = "https://github.com/mimseyedi/pysentation/releases/tag/${src.rev}"; license = licenses.gpl3Only; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "pysentation"; }; } diff --git a/pkgs/by-name/py/python-launcher/package.nix b/pkgs/by-name/py/python-launcher/package.nix index 7be8b88fdea3..a9a09fda0169 100644 --- a/pkgs/by-name/py/python-launcher/package.nix +++ b/pkgs/by-name/py/python-launcher/package.nix @@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/brettcannon/python-launcher"; changelog = "https://github.com/brettcannon/python-launcher/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "py"; }; } diff --git a/pkgs/by-name/pz/pzip/package.nix b/pkgs/by-name/pz/pzip/package.nix index 36a95dd991df..ccac8c059a98 100644 --- a/pkgs/by-name/pz/pzip/package.nix +++ b/pkgs/by-name/pz/pzip/package.nix @@ -32,7 +32,7 @@ buildGoModule rec { homepage = "https://github.com/ybirader/pzip"; changelog = "https://github.com/ybirader/pzip/releases/tag/${src.rev}"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "pzip"; }; } diff --git a/pkgs/by-name/qu/quill-log/package.nix b/pkgs/by-name/qu/quill-log/package.nix index 16d72d333320..daca00bd5a21 100644 --- a/pkgs/by-name/qu/quill-log/package.nix +++ b/pkgs/by-name/qu/quill-log/package.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "quill-log"; - version = "10.1.0"; + version = "10.2.0"; src = fetchFromGitHub { owner = "odygrd"; repo = "quill"; tag = "v${finalAttrs.version}"; - hash = "sha256-nCU+7y2ssvV8VDxQ51fjG4d/vsmWRkHpWWoUaXNTQcQ="; + hash = "sha256-BgUKxUKAaDRGm8OazhMDAfzbJSGXyScpJ5YR8lz5u6c="; }; nativeBuildInputs = [ cmake ]; diff --git a/pkgs/by-name/ra/rare-regex/package.nix b/pkgs/by-name/ra/rare-regex/package.nix index c9b10eeec338..197158d8653f 100644 --- a/pkgs/by-name/ra/rare-regex/package.nix +++ b/pkgs/by-name/ra/rare-regex/package.nix @@ -48,6 +48,6 @@ buildGoModule rec { homepage = "https://rare.zdyn.net"; changelog = "https://github.com/zix99/rare/releases/tag/${src.rev}"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/re/re-isearch/package.nix b/pkgs/by-name/re/re-isearch/package.nix index 69ea481a4a2e..f6332b86eeeb 100644 --- a/pkgs/by-name/re/re-isearch/package.nix +++ b/pkgs/by-name/re/re-isearch/package.nix @@ -11,13 +11,13 @@ stdenv.mkDerivation { pname = "re-Isearch"; - version = "2.20220925.4.0a-unstable-2025-10-22"; + version = "2.20220925.4.0a-unstable-2025-11-02"; src = fetchFromGitHub { owner = "re-Isearch"; repo = "re-Isearch"; - rev = "749fa527c3d70aba1d82e4e1376e1fefb84ac06b"; - hash = "sha256-AvptVlu3aU+vSYfoeHsUryHTixLnlq4HYkoisskBTdA="; + rev = "47e9a874d1343f68b67be16e8dd15661171c9270"; + hash = "sha256-cwH4W6+7JwohP2sx5PjvZtu63GDTfmt6nWd7cSqZkBQ="; }; patches = [ diff --git a/pkgs/by-name/re/reason-shell/package.nix b/pkgs/by-name/re/reason-shell/package.nix index 092de4bafdf0..37b9b3a1b7ed 100644 --- a/pkgs/by-name/re/reason-shell/package.nix +++ b/pkgs/by-name/re/reason-shell/package.nix @@ -33,6 +33,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/jaywonchung/reason"; changelog = "https://github.com/jaywonchung/reason/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/re/regex-cli/package.nix b/pkgs/by-name/re/regex-cli/package.nix index 09857a40045d..a9c7cb48e967 100644 --- a/pkgs/by-name/re/regex-cli/package.nix +++ b/pkgs/by-name/re/regex-cli/package.nix @@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec { asl20 mit ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/re/repgrep/package.nix b/pkgs/by-name/re/repgrep/package.nix index 24f55cb9b4f0..9c21d0c4a40f 100644 --- a/pkgs/by-name/re/repgrep/package.nix +++ b/pkgs/by-name/re/repgrep/package.nix @@ -53,7 +53,7 @@ rustPlatform.buildRustPackage rec { asl20 unlicense ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "rgr"; }; } diff --git a/pkgs/by-name/re/rewaita/package.nix b/pkgs/by-name/re/rewaita/package.nix index e90782854d23..6fcf29703dea 100644 --- a/pkgs/by-name/re/rewaita/package.nix +++ b/pkgs/by-name/re/rewaita/package.nix @@ -72,7 +72,7 @@ python3Packages.buildPythonApplication { mainProgram = "rewaita"; platforms = lib.platforms.linux; maintainers = with lib.maintainers; [ - awwpotato + da157 getchoo ]; }; diff --git a/pkgs/by-name/re/rewrk/package.nix b/pkgs/by-name/re/rewrk/package.nix index c68a403562e1..3b27f1ac6a5b 100644 --- a/pkgs/by-name/re/rewrk/package.nix +++ b/pkgs/by-name/re/rewrk/package.nix @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/lnx-search/rewrk"; changelog = "https://github.com/lnx-search/rewrk/releases/tag/${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "rewrk"; }; } diff --git a/pkgs/by-name/rh/rhack/package.nix b/pkgs/by-name/rh/rhack/package.nix index 9237f9d9e2df..68d39d9b040a 100644 --- a/pkgs/by-name/rh/rhack/package.nix +++ b/pkgs/by-name/rh/rhack/package.nix @@ -22,6 +22,6 @@ rustPlatform.buildRustPackage rec { mainProgram = "rhack"; homepage = "https://github.com/nakabonne/rhack"; license = licenses.bsd3; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/rh/rhai-doc/package.nix b/pkgs/by-name/rh/rhai-doc/package.nix index cb3a9b09e507..c2dd992624e0 100644 --- a/pkgs/by-name/rh/rhai-doc/package.nix +++ b/pkgs/by-name/rh/rhai-doc/package.nix @@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec { asl20 mit ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "rhai-doc"; }; } diff --git a/pkgs/by-name/ri/riff/package.nix b/pkgs/by-name/ri/riff/package.nix index d59dfba9860a..4437a8d0e043 100644 --- a/pkgs/by-name/ri/riff/package.nix +++ b/pkgs/by-name/ri/riff/package.nix @@ -39,6 +39,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://riff.sh"; changelog = "https://github.com/DeterminateSystems/riff/releases/tag/v${version}"; license = lib.licenses.mpl20; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ri/ripdrag/package.nix b/pkgs/by-name/ri/ripdrag/package.nix index e4ebba193714..747a8b2274c0 100644 --- a/pkgs/by-name/ri/ripdrag/package.nix +++ b/pkgs/by-name/ri/ripdrag/package.nix @@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/nik012003/ripdrag"; changelog = "https://github.com/nik012003/ripdrag/releases/tag/${src.rev}"; license = licenses.gpl3Only; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "ripdrag"; }; } diff --git a/pkgs/by-name/ri/ripsecrets/package.nix b/pkgs/by-name/ri/ripsecrets/package.nix index f746c89f627d..b4388cfd3b68 100644 --- a/pkgs/by-name/ri/ripsecrets/package.nix +++ b/pkgs/by-name/ri/ripsecrets/package.nix @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/sirwart/ripsecrets"; changelog = "https://github.com/sirwart/ripsecrets/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "ripsecrets"; }; } diff --git a/pkgs/by-name/ri/risor/package.nix b/pkgs/by-name/ri/risor/package.nix index f8e5db6e3eda..bd56015dc760 100644 --- a/pkgs/by-name/ri/risor/package.nix +++ b/pkgs/by-name/ri/risor/package.nix @@ -43,6 +43,6 @@ buildGoModule rec { homepage = "https://github.com/risor-io/risor"; changelog = "https://github.com/risor-io/risor/releases/tag/${src.rev}"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/rl/rlci/package.nix b/pkgs/by-name/rl/rlci/package.nix index 43dd26e495f7..e16eaf314df3 100644 --- a/pkgs/by-name/rl/rlci/package.nix +++ b/pkgs/by-name/rl/rlci/package.nix @@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/orsinium-labs/rlci"; changelog = "https://github.com/orsinium-labs/rlci/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/rn/rnr/package.nix b/pkgs/by-name/rn/rnr/package.nix index 5ebbcd8e2fb3..9da124082bfa 100644 --- a/pkgs/by-name/rn/rnr/package.nix +++ b/pkgs/by-name/rn/rnr/package.nix @@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/ismaelgv/rnr"; changelog = "https://github.com/ismaelgv/rnr/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ro/roogle/package.nix b/pkgs/by-name/ro/roogle/package.nix index 04f503d984fc..ccc528f98baf 100644 --- a/pkgs/by-name/ro/roogle/package.nix +++ b/pkgs/by-name/ro/roogle/package.nix @@ -25,6 +25,6 @@ rustPlatform.buildRustPackage rec { mit # or asl20 ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/rq/rq/package.nix b/pkgs/by-name/rq/rq/package.nix index 4299fd89c97f..7009a75d4d89 100644 --- a/pkgs/by-name/rq/rq/package.nix +++ b/pkgs/by-name/rq/rq/package.nix @@ -50,7 +50,6 @@ rustPlatform.buildRustPackage (finalAttrs: { maintainers = with lib.maintainers; [ aristid Br1ght0ne - figsoda ]; }; }) diff --git a/pkgs/by-name/rs/rsass/package.nix b/pkgs/by-name/rs/rsass/package.nix index a96bd5848e0a..b2b99af70126 100644 --- a/pkgs/by-name/rs/rsass/package.nix +++ b/pkgs/by-name/rs/rsass/package.nix @@ -25,6 +25,6 @@ rustPlatform.buildRustPackage rec { mit # or asl20 ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/rs/rsign2/package.nix b/pkgs/by-name/rs/rsign2/package.nix index 8c7a54f32460..833e5a8ae93e 100644 --- a/pkgs/by-name/rs/rsign2/package.nix +++ b/pkgs/by-name/rs/rsign2/package.nix @@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec { description = "Command-line tool to sign files and verify signatures"; homepage = "https://github.com/jedisct1/rsign2"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "rsign"; }; } diff --git a/pkgs/by-name/rs/rslint/package.nix b/pkgs/by-name/rs/rslint/package.nix index a2ae78e45362..166b46993283 100644 --- a/pkgs/by-name/rs/rslint/package.nix +++ b/pkgs/by-name/rs/rslint/package.nix @@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec { description = "Fast, customizable, and easy to use JavaScript and TypeScript linter"; homepage = "https://rslint.org"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/rs/rsonpath/package.nix b/pkgs/by-name/rs/rsonpath/package.nix index a48b05c238cf..134b3c8715c0 100644 --- a/pkgs/by-name/rs/rsonpath/package.nix +++ b/pkgs/by-name/rs/rsonpath/package.nix @@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/v0ldek/rsonpath"; changelog = "https://github.com/v0ldek/rsonpath/blob/${src.rev}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "rq"; }; } diff --git a/pkgs/by-name/rt/rtz/package.nix b/pkgs/by-name/rt/rtz/package.nix index f8f1f6a8bf44..19267444a5e8 100644 --- a/pkgs/by-name/rt/rtz/package.nix +++ b/pkgs/by-name/rt/rtz/package.nix @@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/twitchax/rtz"; changelog = "https://github.com/twitchax/rtz/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "rtz"; }; } diff --git a/pkgs/by-name/ru/ruff/package.nix b/pkgs/by-name/ru/ruff/package.nix index 3d1547d0bf11..c56b26a73cce 100644 --- a/pkgs/by-name/ru/ruff/package.nix +++ b/pkgs/by-name/ru/ruff/package.nix @@ -95,7 +95,6 @@ rustPlatform.buildRustPackage (finalAttrs: { mainProgram = "ruff"; maintainers = with lib.maintainers; [ bengsparks - figsoda GaetanLepage ]; }; diff --git a/pkgs/by-name/ru/rune-languageserver/package.nix b/pkgs/by-name/ru/rune-languageserver/package.nix index 155c1fdebc46..3c15a36fe587 100644 --- a/pkgs/by-name/ru/rune-languageserver/package.nix +++ b/pkgs/by-name/ru/rune-languageserver/package.nix @@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec { asl20 mit ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "rune-languageserver"; }; } diff --git a/pkgs/by-name/ru/rune/package.nix b/pkgs/by-name/ru/rune/package.nix index b754379731eb..56538861b345 100644 --- a/pkgs/by-name/ru/rune/package.nix +++ b/pkgs/by-name/ru/rune/package.nix @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec { asl20 mit ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "rune"; }; } diff --git a/pkgs/by-name/ru/runiq/package.nix b/pkgs/by-name/ru/runiq/package.nix index 85cd0995f1f5..c85b8ed4b46a 100644 --- a/pkgs/by-name/ru/runiq/package.nix +++ b/pkgs/by-name/ru/runiq/package.nix @@ -26,6 +26,6 @@ rustPlatform.buildRustPackage { mainProgram = "runiq"; homepage = "https://github.com/whitfin/runiq"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ru/runme/package.nix b/pkgs/by-name/ru/runme/package.nix index 542f07cb3154..902c4d249c61 100644 --- a/pkgs/by-name/ru/runme/package.nix +++ b/pkgs/by-name/ru/runme/package.nix @@ -76,6 +76,6 @@ buildGoModule rec { homepage = "https://runme.dev"; changelog = "https://github.com/runmedev/runme/releases/tag/v${version}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ru/rust-audit-info/package.nix b/pkgs/by-name/ru/rust-audit-info/package.nix index a08eb73b92e0..f9571cc03743 100644 --- a/pkgs/by-name/ru/rust-audit-info/package.nix +++ b/pkgs/by-name/ru/rust-audit-info/package.nix @@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec { mit # or asl20 ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ru/rust-code-analysis/package.nix b/pkgs/by-name/ru/rust-code-analysis/package.nix index 03319c79b69b..f614b87f20a2 100644 --- a/pkgs/by-name/ru/rust-code-analysis/package.nix +++ b/pkgs/by-name/ru/rust-code-analysis/package.nix @@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec { mit # grammars mpl20 # code ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "rust-code-analysis-cli"; }; } diff --git a/pkgs/by-name/ru/rust-motd/package.nix b/pkgs/by-name/ru/rust-motd/package.nix index 2a3ae32872a0..e043af16e495 100644 --- a/pkgs/by-name/ru/rust-motd/package.nix +++ b/pkgs/by-name/ru/rust-motd/package.nix @@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/rust-motd/rust-motd"; changelog = "https://github.com/rust-motd/rust-motd/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "rust-motd"; }; } diff --git a/pkgs/by-name/ru/rust-petname/package.nix b/pkgs/by-name/ru/rust-petname/package.nix index 52bcf3fc4722..ec655a6ee1aa 100644 --- a/pkgs/by-name/ru/rust-petname/package.nix +++ b/pkgs/by-name/ru/rust-petname/package.nix @@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec { description = "Generate human readable random names"; homepage = "https://github.com/allenap/rust-petname"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "petname"; }; } diff --git a/pkgs/by-name/ru/rust-script/package.nix b/pkgs/by-name/ru/rust-script/package.nix index 29fe468af4fd..d08252c4e1fc 100644 --- a/pkgs/by-name/ru/rust-script/package.nix +++ b/pkgs/by-name/ru/rust-script/package.nix @@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec { mit # or asl20 ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ru/rust-stakeholder/package.nix b/pkgs/by-name/ru/rust-stakeholder/package.nix index b0b8472d6723..209e31b56a87 100644 --- a/pkgs/by-name/ru/rust-stakeholder/package.nix +++ b/pkgs/by-name/ru/rust-stakeholder/package.nix @@ -23,7 +23,7 @@ rustPlatform.buildRustPackage { description = "Generate impressive-looking terminal output to look busy when stakeholders walk by"; homepage = "https://github.com/giacomo-b/rust-stakeholder"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.awwpotato ]; + maintainers = [ lib.maintainers.da157 ]; mainProgram = "rust-stakeholder"; }; } diff --git a/pkgs/by-name/ru/rust-traverse/package.nix b/pkgs/by-name/ru/rust-traverse/package.nix index aaa8fe5bed65..bcf9d76e7b35 100644 --- a/pkgs/by-name/ru/rust-traverse/package.nix +++ b/pkgs/by-name/ru/rust-traverse/package.nix @@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/dmcg310/Rust-Traverse"; changelog = "https://github.com/dmcg310/Rust-Traverse/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "rt"; }; } diff --git a/pkgs/by-name/ru/rustscan/package.nix b/pkgs/by-name/ru/rustscan/package.nix index e473867af745..2461399de9f3 100644 --- a/pkgs/by-name/ru/rustscan/package.nix +++ b/pkgs/by-name/ru/rustscan/package.nix @@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/RustScan/RustScan"; changelog = "https://github.com/RustScan/RustScan/releases/tag/${version}"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "rustscan"; }; } diff --git a/pkgs/by-name/ru/rusty-man/package.nix b/pkgs/by-name/ru/rusty-man/package.nix index fff4408f3af2..1ff58f933b6d 100644 --- a/pkgs/by-name/ru/rusty-man/package.nix +++ b/pkgs/by-name/ru/rusty-man/package.nix @@ -32,7 +32,6 @@ rustPlatform.buildRustPackage (finalAttrs: { changelog = "https://git.sr.ht/~ireas/rusty-man/tree/v${finalAttrs.version}/item/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda defelo ]; }; diff --git a/pkgs/by-name/ru/rustycli/package.nix b/pkgs/by-name/ru/rustycli/package.nix index b224c272a8af..c7568299a007 100644 --- a/pkgs/by-name/ru/rustycli/package.nix +++ b/pkgs/by-name/ru/rustycli/package.nix @@ -24,6 +24,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/pwnwriter/rustycli"; changelog = "https://github.com/pwnwriter/rustycli/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ru/rustypaste-cli/package.nix b/pkgs/by-name/ru/rustypaste-cli/package.nix index 0c98a85471a8..a62165a66d25 100644 --- a/pkgs/by-name/ru/rustypaste-cli/package.nix +++ b/pkgs/by-name/ru/rustypaste-cli/package.nix @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/orhun/rustypaste-cli"; changelog = "https://github.com/orhun/rustypaste-cli/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "rpaste"; }; } diff --git a/pkgs/by-name/ru/rustypaste/package.nix b/pkgs/by-name/ru/rustypaste/package.nix index 6043e05a0ae8..0d9bb517f5fb 100644 --- a/pkgs/by-name/ru/rustypaste/package.nix +++ b/pkgs/by-name/ru/rustypaste/package.nix @@ -33,7 +33,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/orhun/rustypaste/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda seqizz ]; mainProgram = "rustypaste"; diff --git a/pkgs/by-name/ru/rustywind/package.nix b/pkgs/by-name/ru/rustywind/package.nix index c788be55e039..ac04fdbffa0a 100644 --- a/pkgs/by-name/ru/rustywind/package.nix +++ b/pkgs/by-name/ru/rustywind/package.nix @@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/avencera/rustywind"; changelog = "https://github.com/avencera/rustywind/blob/${src.rev}/CHANGELOG.md"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/sa/safecloset/package.nix b/pkgs/by-name/sa/safecloset/package.nix index c03b53be8f01..74a29750c4ae 100644 --- a/pkgs/by-name/sa/safecloset/package.nix +++ b/pkgs/by-name/sa/safecloset/package.nix @@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/Canop/safecloset"; changelog = "https://github.com/Canop/safecloset/blob/${src.rev}/CHANGELOG.md"; license = licenses.agpl3Only; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "safecloset"; }; } diff --git a/pkgs/by-name/sa/sagoin/package.nix b/pkgs/by-name/sa/sagoin/package.nix index 0fecc9529006..12735843e6b1 100644 --- a/pkgs/by-name/sa/sagoin/package.nix +++ b/pkgs/by-name/sa/sagoin/package.nix @@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/figsoda/sagoin"; changelog = "https://github.com/figsoda/sagoin/blob/v${version}/CHANGELOG.md"; license = lib.licenses.agpl3Plus; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "sagoin"; }; } diff --git a/pkgs/by-name/sa/samply/package.nix b/pkgs/by-name/sa/samply/package.nix index f7edb8ec8ef1..01051d19a4dd 100644 --- a/pkgs/by-name/sa/samply/package.nix +++ b/pkgs/by-name/sa/samply/package.nix @@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec { asl20 mit ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "samply"; }; } diff --git a/pkgs/by-name/sc/sccache/package.nix b/pkgs/by-name/sc/sccache/package.nix index f7648cf09e26..342987717c17 100644 --- a/pkgs/by-name/sc/sccache/package.nix +++ b/pkgs/by-name/sc/sccache/package.nix @@ -43,7 +43,6 @@ rustPlatform.buildRustPackage (finalAttrs: { changelog = "https://github.com/mozilla/sccache/releases/tag/v${finalAttrs.version}"; maintainers = with lib.maintainers; [ doronbehar - figsoda ]; license = lib.licenses.asl20; }; diff --git a/pkgs/by-name/sc/scip/package.nix b/pkgs/by-name/sc/scip/package.nix index 1ddfc127de6d..d9cfa6444b3b 100644 --- a/pkgs/by-name/sc/scip/package.nix +++ b/pkgs/by-name/sc/scip/package.nix @@ -44,6 +44,6 @@ buildGoModule rec { homepage = "https://github.com/sourcegraph/scip"; changelog = "https://github.com/sourcegraph/scip/blob/${src.rev}/CHANGELOG.md"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/sc/scraper/package.nix b/pkgs/by-name/sc/scraper/package.nix index 9ae60f31b7e9..23704a7d251f 100644 --- a/pkgs/by-name/sc/scraper/package.nix +++ b/pkgs/by-name/sc/scraper/package.nix @@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/causal-agent/scraper"; changelog = "https://github.com/causal-agent/scraper/releases/tag/v${version}"; license = lib.licenses.isc; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/sc/scriptisto/package.nix b/pkgs/by-name/sc/scriptisto/package.nix index 98660ead97d8..3058e94cf36a 100644 --- a/pkgs/by-name/sc/scriptisto/package.nix +++ b/pkgs/by-name/sc/scriptisto/package.nix @@ -32,6 +32,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/igor-petruk/scriptisto"; changelog = "https://github.com/igor-petruk/scriptisto/releases/tag/${src.rev}"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/se/selene/package.nix b/pkgs/by-name/se/selene/package.nix index dd9c9680ad5d..7168212e465a 100644 --- a/pkgs/by-name/se/selene/package.nix +++ b/pkgs/by-name/se/selene/package.nix @@ -36,6 +36,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/kampfkarren/selene"; changelog = "https://github.com/kampfkarren/selene/blob/${version}/CHANGELOG.md"; license = lib.licenses.mpl20; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/sh/shader-slang/package.nix b/pkgs/by-name/sh/shader-slang/package.nix index 1e09232e8475..4f509f8a22e8 100644 --- a/pkgs/by-name/sh/shader-slang/package.nix +++ b/pkgs/by-name/sh/shader-slang/package.nix @@ -20,13 +20,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "shader-slang"; - version = "2025.20"; + version = "2025.21"; src = fetchFromGitHub { owner = "shader-slang"; repo = "slang"; tag = "v${finalAttrs.version}"; - hash = "sha256-p2Wk1JgXoQPq8TrOaLv6igWPZtkXgKXEdKTiiQUklLU="; + hash = "sha256-BObV2Yj84i2AE9L929yRjz68nxzGKDNUcFLySjVpc1U="; fetchSubmodules = true; }; @@ -89,6 +89,7 @@ stdenv.mkDerivation (finalAttrs: { (lib.cmakeFeature "CMAKE_CONFIGURATION_TYPES" "RelWithDebInfo") # Handled by separateDebugInfo so we don't need special installation handling (lib.cmakeBool "SLANG_ENABLE_SPLIT_DEBUG_INFO" false) + (lib.cmakeFeature "SLANG_VERSION_NUMERIC" finalAttrs.version) (lib.cmakeFeature "SLANG_VERSION_FULL" "v${finalAttrs.version}-nixpkgs") (lib.cmakeBool "SLANG_USE_SYSTEM_MINIZ" true) (lib.cmakeBool "SLANG_USE_SYSTEM_LZ4" true) diff --git a/pkgs/by-name/sh/shaq/package.nix b/pkgs/by-name/sh/shaq/package.nix index ff7abe883a6b..bb6eba78b650 100644 --- a/pkgs/by-name/sh/shaq/package.nix +++ b/pkgs/by-name/sh/shaq/package.nix @@ -60,7 +60,6 @@ python3.pkgs.buildPythonApplication rec { changelog = "https://github.com/woodruffw/shaq/releases/tag/${src.rev}"; license = licenses.mit; maintainers = with maintainers; [ - figsoda mig4ng ]; mainProgram = "shaq"; diff --git a/pkgs/by-name/sh/shell2http/package.nix b/pkgs/by-name/sh/shell2http/package.nix index 0a60684c2abb..da316d17d282 100644 --- a/pkgs/by-name/sh/shell2http/package.nix +++ b/pkgs/by-name/sh/shell2http/package.nix @@ -48,6 +48,6 @@ buildGoModule rec { homepage = "https://github.com/msoap/shell2http"; changelog = "https://github.com/msoap/shell2http/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/sh/shotgun/package.nix b/pkgs/by-name/sh/shotgun/package.nix index 0adca68b9825..7a2d82e35e3f 100644 --- a/pkgs/by-name/sh/shotgun/package.nix +++ b/pkgs/by-name/sh/shotgun/package.nix @@ -22,7 +22,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/neXromancers/shotgun"; license = with licenses; [ mpl20 ]; maintainers = with maintainers; [ - figsoda lumi ]; platforms = platforms.linux; diff --git a/pkgs/by-name/si/sic-image-cli/package.nix b/pkgs/by-name/si/sic-image-cli/package.nix index a62d5b903fbe..9511263d55b6 100644 --- a/pkgs/by-name/si/sic-image-cli/package.nix +++ b/pkgs/by-name/si/sic-image-cli/package.nix @@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec { asl20 # or mit ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "sic"; }; } diff --git a/pkgs/by-name/si/simple-http-server/package.nix b/pkgs/by-name/si/simple-http-server/package.nix index 40e0d8eb5b8c..055a62ff56cf 100644 --- a/pkgs/by-name/si/simple-http-server/package.nix +++ b/pkgs/by-name/si/simple-http-server/package.nix @@ -32,7 +32,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/TheWaWaR/simple-http-server/releases/tag/v${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda mephistophiles ]; mainProgram = "simple-http-server"; diff --git a/pkgs/by-name/sk/skate/package.nix b/pkgs/by-name/sk/skate/package.nix index 77fe2116c9a3..d9b7dddfebef 100644 --- a/pkgs/by-name/sk/skate/package.nix +++ b/pkgs/by-name/sk/skate/package.nix @@ -30,7 +30,6 @@ buildGoModule rec { changelog = "https://github.com/charmbracelet/skate/releases/tag/${src.rev}"; license = licenses.mit; maintainers = with maintainers; [ - figsoda penguwin ]; mainProgram = "skate"; diff --git a/pkgs/by-name/sk/sketchybar/package.nix b/pkgs/by-name/sk/sketchybar/package.nix index 501e14e1d263..e8f8ce09677a 100644 --- a/pkgs/by-name/sk/sketchybar/package.nix +++ b/pkgs/by-name/sk/sketchybar/package.nix @@ -19,13 +19,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "sketchybar"; - version = "2.22.1"; + version = "2.23.0"; src = fetchFromGitHub { owner = "FelixKratz"; repo = "SketchyBar"; rev = "v${finalAttrs.version}"; - hash = "sha256-272lrH0ee4z4hcY4Hqt/UxjGwH6RFPEP4n0jz6Ab/+c="; + hash = "sha256-PvKvevsSyRb6OfPWc2+1Bcfj2ngmgeP1URBoBiVeEdk="; }; buildInputs = [ diff --git a/pkgs/by-name/sl/slacky/package.nix b/pkgs/by-name/sl/slacky/package.nix index 8686481126f0..8d496e842464 100644 --- a/pkgs/by-name/sl/slacky/package.nix +++ b/pkgs/by-name/sl/slacky/package.nix @@ -70,7 +70,7 @@ buildNpmPackage (finalAttrs: { homepage = "https://github.com/andirsun/Slacky"; changelog = "https://github.com/andirsun/Slacky/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ awwpotato ]; + maintainers = with lib.maintainers; [ da157 ]; platforms = lib.platforms.linux; mainProgram = "slacky"; }; diff --git a/pkgs/by-name/sl/slingshot/package.nix b/pkgs/by-name/sl/slingshot/package.nix index 36b8921abfca..6be7d0ace34b 100644 --- a/pkgs/by-name/sl/slingshot/package.nix +++ b/pkgs/by-name/sl/slingshot/package.nix @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/caio-ishikawa/slingshot"; changelog = "https://github.com/caio-ishikawa/slingshot/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "slingshot"; }; } diff --git a/pkgs/by-name/sl/slippy/package.nix b/pkgs/by-name/sl/slippy/package.nix index b932891fd2e3..0bbe1997e9ce 100644 --- a/pkgs/by-name/sl/slippy/package.nix +++ b/pkgs/by-name/sl/slippy/package.nix @@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec { asl20 mit ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "slippy"; }; } diff --git a/pkgs/by-name/sm/smartcrop/package.nix b/pkgs/by-name/sm/smartcrop/package.nix index a65b19f45670..3473ed094a90 100644 --- a/pkgs/by-name/sm/smartcrop/package.nix +++ b/pkgs/by-name/sm/smartcrop/package.nix @@ -26,7 +26,7 @@ buildGoModule { description = "Find good image crops for arbitrary crop sizes"; homepage = "https://github.com/muesli/smartcrop"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "smartcrop"; }; } diff --git a/pkgs/by-name/sn/snazy/package.nix b/pkgs/by-name/sn/snazy/package.nix index 77bdd8b1980b..3778a54bb5a2 100644 --- a/pkgs/by-name/sn/snazy/package.nix +++ b/pkgs/by-name/sn/snazy/package.nix @@ -47,7 +47,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/chmouel/snazy/releases/tag/${src.rev}"; license = licenses.asl20; maintainers = with maintainers; [ - figsoda jk ]; }; diff --git a/pkgs/by-name/sn/sniffnet/package.nix b/pkgs/by-name/sn/sniffnet/package.nix index 8b4abb822aa9..30f173f23310 100644 --- a/pkgs/by-name/sn/sniffnet/package.nix +++ b/pkgs/by-name/sn/sniffnet/package.nix @@ -99,7 +99,7 @@ rustPlatform.buildRustPackage (finalAttrs: { mit # or asl20 ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; teams = [ lib.teams.ngi ]; mainProgram = "sniffnet"; }; diff --git a/pkgs/by-name/sn/snixembed/package.nix b/pkgs/by-name/sn/snixembed/package.nix index 44b5b144ff6a..25910bc4fc40 100644 --- a/pkgs/by-name/sn/snixembed/package.nix +++ b/pkgs/by-name/sn/snixembed/package.nix @@ -37,7 +37,7 @@ stdenv.mkDerivation rec { changelog = "https://git.sr.ht/~steef/snixembed/refs/${version}"; license = lib.licenses.isc; platforms = lib.platforms.unix; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "snixembed"; }; } diff --git a/pkgs/by-name/so/sourcepawn-studio/package.nix b/pkgs/by-name/so/sourcepawn-studio/package.nix index b2c65c0c7a50..d0ad1266047d 100644 --- a/pkgs/by-name/so/sourcepawn-studio/package.nix +++ b/pkgs/by-name/so/sourcepawn-studio/package.nix @@ -36,6 +36,6 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://sarrus1.github.io/sourcepawn-studio/"; changelog = "https://github.com/Sarrus1/sourcepawn-studio/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.awwpotato ]; + maintainers = [ lib.maintainers.da157 ]; }; }) diff --git a/pkgs/by-name/sp/spacer/package.nix b/pkgs/by-name/sp/spacer/package.nix index 0aff7424ff30..c860633900f4 100644 --- a/pkgs/by-name/sp/spacer/package.nix +++ b/pkgs/by-name/sp/spacer/package.nix @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/samwho/spacer"; changelog = "https://github.com/samwho/spacer/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "spacer"; }; } diff --git a/pkgs/by-name/sp/specr-transpile/package.nix b/pkgs/by-name/sp/specr-transpile/package.nix index ffb3afd5d841..a7026c6dcac6 100644 --- a/pkgs/by-name/sp/specr-transpile/package.nix +++ b/pkgs/by-name/sp/specr-transpile/package.nix @@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec { asl20 mit ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/sr/src-cli/package.nix b/pkgs/by-name/sr/src-cli/package.nix index 85bd208dd5fc..7c8a750e39b3 100644 --- a/pkgs/by-name/sr/src-cli/package.nix +++ b/pkgs/by-name/sr/src-cli/package.nix @@ -44,7 +44,6 @@ buildGoModule rec { changelog = "https://github.com/sourcegraph/src-cli/blob/${src.rev}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ - figsoda keegancsmith ]; mainProgram = "src"; diff --git a/pkgs/by-name/st/star-history/package.nix b/pkgs/by-name/st/star-history/package.nix index 533672aca660..733ad0ca3a8e 100644 --- a/pkgs/by-name/st/star-history/package.nix +++ b/pkgs/by-name/st/star-history/package.nix @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec { asl20 # or mit ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "star-history"; }; } diff --git a/pkgs/by-name/st/starcharts/package.nix b/pkgs/by-name/st/starcharts/package.nix index 48e051049aad..8647ecd27e76 100644 --- a/pkgs/by-name/st/starcharts/package.nix +++ b/pkgs/by-name/st/starcharts/package.nix @@ -31,6 +31,6 @@ buildGoModule rec { homepage = "https://github.com/caarlos0/starcharts"; changelog = "https://github.com/caarlos0/starcharts/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/st/starlark-rust/package.nix b/pkgs/by-name/st/starlark-rust/package.nix index 34eead9806a1..b5e9a5ae31d8 100644 --- a/pkgs/by-name/st/starlark-rust/package.nix +++ b/pkgs/by-name/st/starlark-rust/package.nix @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/facebook/starlark-rust"; changelog = "https://github.com/facebook/starlark-rust/blob/v${version}/CHANGELOG.md"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "starlark"; }; } diff --git a/pkgs/by-name/st/starry/package.nix b/pkgs/by-name/st/starry/package.nix index 04792fc253dd..2fb47599e5f0 100644 --- a/pkgs/by-name/st/starry/package.nix +++ b/pkgs/by-name/st/starry/package.nix @@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec { description = "Current stars history tells only half the story"; homepage = "https://github.com/Canop/starry"; license = licenses.agpl3Only; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "starry"; }; } diff --git a/pkgs/by-name/st/starship/package.nix b/pkgs/by-name/st/starship/package.nix index 9195f9d024dc..596a22c6d1e7 100644 --- a/pkgs/by-name/st/starship/package.nix +++ b/pkgs/by-name/st/starship/package.nix @@ -65,7 +65,7 @@ rustPlatform.buildRustPackage (finalAttrs: { danth Br1ght0ne Frostman - awwpotato + da157 sigmasquadron ]; mainProgram = "starship"; diff --git a/pkgs/by-name/st/static-server/package.nix b/pkgs/by-name/st/static-server/package.nix index 57527d9e3c2c..70a14a5f77f7 100644 --- a/pkgs/by-name/st/static-server/package.nix +++ b/pkgs/by-name/st/static-server/package.nix @@ -53,7 +53,7 @@ buildGoModule rec { description = "Simple, zero-configuration HTTP server CLI for serving static files"; homepage = "https://github.com/eliben/static-server"; license = licenses.unlicense; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "static-server"; }; } diff --git a/pkgs/by-name/st/static-web-server/package.nix b/pkgs/by-name/st/static-web-server/package.nix index 75ee43e817b3..da749e0757ca 100644 --- a/pkgs/by-name/st/static-web-server/package.nix +++ b/pkgs/by-name/st/static-web-server/package.nix @@ -41,7 +41,6 @@ rustPlatform.buildRustPackage rec { asl20 ]; maintainers = with lib.maintainers; [ - figsoda misilelab ]; mainProgram = "static-web-server"; diff --git a/pkgs/by-name/st/statix/package.nix b/pkgs/by-name/st/statix/package.nix index 47584707d2fa..14a142581fea 100644 --- a/pkgs/by-name/st/statix/package.nix +++ b/pkgs/by-name/st/statix/package.nix @@ -33,7 +33,6 @@ rustPlatform.buildRustPackage rec { license = licenses.mit; mainProgram = "statix"; maintainers = with maintainers; [ - figsoda nerdypepper ]; }; diff --git a/pkgs/by-name/st/strace-analyzer/package.nix b/pkgs/by-name/st/strace-analyzer/package.nix index 3aedac217310..d4fa0f7bd7d0 100644 --- a/pkgs/by-name/st/strace-analyzer/package.nix +++ b/pkgs/by-name/st/strace-analyzer/package.nix @@ -31,6 +31,6 @@ rustPlatform.buildRustPackage rec { mainProgram = "strace-analyzer"; homepage = "https://github.com/wookietreiber/strace-analyzer"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/st/stylua/package.nix b/pkgs/by-name/st/stylua/package.nix index c0da19f43ca3..70f0035c86cc 100644 --- a/pkgs/by-name/st/stylua/package.nix +++ b/pkgs/by-name/st/stylua/package.nix @@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/johnnymorganz/stylua"; changelog = "https://github.com/johnnymorganz/stylua/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mpl20; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "stylua"; }; } diff --git a/pkgs/by-name/su/suckit/package.nix b/pkgs/by-name/su/suckit/package.nix index 911b9ce66db5..15cc97e8831f 100644 --- a/pkgs/by-name/su/suckit/package.nix +++ b/pkgs/by-name/su/suckit/package.nix @@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec { asl20 # or mit ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "suckit"; }; } diff --git a/pkgs/by-name/su/surge-XT/clap-option.diff b/pkgs/by-name/su/surge-XT/clap-option.diff new file mode 100644 index 000000000000..e01502c4d9f8 --- /dev/null +++ b/pkgs/by-name/su/surge-XT/clap-option.diff @@ -0,0 +1,21 @@ +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 31bee8d5..834ee6f6 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -12,6 +12,8 @@ if (NOT SURGE_COMPILE_BLOCK_SIZE) + set(SURGE_COMPILE_BLOCK_SIZE 32) + endif() + ++option(SURGE_BUILD_CLAP "Build Surge as a CLAP" ON) ++ + set(SURGE_JUCE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../libs/JUCE" CACHE STRING "Path to JUCE library source tree") + + list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") +@@ -29,7 +31,6 @@ if(${CMAKE_VERSION} VERSION_LESS 3.21) + set(SURGE_BUILD_CLAP FALSE) + else() + message(STATUS "CMake version ${CMAKE_VERSION} allows CLAP build") +- set(SURGE_BUILD_CLAP TRUE) + endif() + + if(SURGE_BUILD_CLAP) diff --git a/pkgs/by-name/su/surge-XT/package.nix b/pkgs/by-name/su/surge-XT/package.nix index 3cc5357ef96c..bed5df8bc456 100644 --- a/pkgs/by-name/su/surge-XT/package.nix +++ b/pkgs/by-name/su/surge-XT/package.nix @@ -2,6 +2,7 @@ stdenv, lib, fetchFromGitHub, + gitUpdater, cmake, pkg-config, alsa-lib, @@ -13,20 +14,42 @@ libXext, libXinerama, libXrandr, + + buildVST3 ? true, + buildLV2 ? true, + buildCLAP ? true, + buildStandalone ? true, }: -stdenv.mkDerivation rec { +stdenv.mkDerivation (finalAttrs: { pname = "surge-XT"; version = "1.3.4"; src = fetchFromGitHub { owner = "surge-synthesizer"; repo = "surge"; - tag = "release_xt_${version}"; + tag = "${finalAttrs.finalPackage.passthru.rev-prefix}${finalAttrs.version}"; fetchSubmodules = true; hash = "sha256-4b0H3ZioiXFc4KCeQReobwQZJBl6Ep2/8JlRIwvq/hQ="; }; + patches = [ + # NOTE: merged in upstream, remove on package update + # (https://github.com/surge-synthesizer/surge/pull/8202) + ./clap-option.diff + ]; + + postPatch = '' + # see https://github.com/NixOS/nixpkgs/pull/149487#issuecomment-991747333 + export XDG_DOCUMENTS_DIR=$(mktemp -d) + + # Required for CMake 4 + # NOTE: libsamplerate is no longer used in Surge-XT, remove on package update + substituteInPlace libs/libsamplerate/CMakeLists.txt --replace-fail \ + 'cmake_minimum_required(VERSION 3.1..3.18)' \ + 'cmake_minimum_required(VERSION 4.0)' + ''; + nativeBuildInputs = [ cmake pkg-config @@ -36,23 +59,21 @@ stdenv.mkDerivation rec { alsa-lib freetype libjack2 - lv2 libX11 libXcursor libXext libXinerama libXrandr - ]; + ] + ++ lib.optionals buildLV2 [ lv2 ]; enableParallelBuilding = true; cmakeFlags = [ - "-DSURGE_BUILD_LV2=TRUE" - ]; - - CXXFLAGS = [ - # GCC 13: error: 'uint32_t' has not been declared - "-include cstdint" + (lib.cmakeBool "SURGE_SKIP_STANDALONE" (!buildStandalone)) + (lib.cmakeBool "SURGE_SKIP_VST3" (!buildVST3)) + (lib.cmakeBool "SURGE_SKIP_LV2" buildLV2) + (lib.cmakeBool "SURGE_BUILD_CLAP" buildCLAP) ]; # JUCE dlopen's these at runtime, crashes without them @@ -66,19 +87,22 @@ stdenv.mkDerivation rec { ] ); - # see https://github.com/NixOS/nixpkgs/pull/149487#issuecomment-991747333 - postPatch = '' - export XDG_DOCUMENTS_DIR=$(mktemp -d) - ''; + passthru = { + rev-prefix = "release_xt_"; + updateScript = gitUpdater { + inherit (finalAttrs.finalPackage.passthru) rev-prefix; + }; + }; - meta = with lib; { + meta = { description = "LV2 & VST3 synthesizer plug-in (previously released as Vember Audio Surge)"; homepage = "https://surge-synthesizer.github.io"; - license = licenses.gpl3; + license = lib.licenses.gpl3; platforms = [ "x86_64-linux" ]; - maintainers = with maintainers; [ + maintainers = with lib.maintainers; [ magnetophon orivej + mrtnvgr ]; }; -} +}) diff --git a/pkgs/by-name/sv/svg2pdf/package.nix b/pkgs/by-name/sv/svg2pdf/package.nix index f70e0192d7b1..dafbaa95d41c 100644 --- a/pkgs/by-name/sv/svg2pdf/package.nix +++ b/pkgs/by-name/sv/svg2pdf/package.nix @@ -31,7 +31,6 @@ rustPlatform.buildRustPackage rec { ]; maintainers = with maintainers; [ doronbehar - figsoda ]; mainProgram = "svg2pdf"; }; diff --git a/pkgs/by-name/sx/sx/package.nix b/pkgs/by-name/sx/sx/package.nix index 0bd42715c42e..e9dc2bebe1b5 100644 --- a/pkgs/by-name/sx/sx/package.nix +++ b/pkgs/by-name/sx/sx/package.nix @@ -56,7 +56,6 @@ stdenvNoCC.mkDerivation (finalAttrs: { license = lib.licenses.mit; mainProgram = "sx"; maintainers = with lib.maintainers; [ - figsoda thiagokokada ]; platforms = lib.platforms.linux; diff --git a/pkgs/by-name/sy/symbolicator/package.nix b/pkgs/by-name/sy/symbolicator/package.nix index e4056c3e158e..6e84b2c50cf9 100644 --- a/pkgs/by-name/sy/symbolicator/package.nix +++ b/pkgs/by-name/sy/symbolicator/package.nix @@ -47,7 +47,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://getsentry.github.io/symbolicator/"; changelog = "https://github.com/getsentry/symbolicator/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "symbolicator"; }; } diff --git a/pkgs/by-name/sy/synth/package.nix b/pkgs/by-name/sy/synth/package.nix index 8fe291d2667b..baa1bd3b9c76 100644 --- a/pkgs/by-name/sy/synth/package.nix +++ b/pkgs/by-name/sy/synth/package.nix @@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec { description = "Tool for generating realistic data using a declarative data model"; homepage = "https://github.com/getsynth/synth"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/sy/systeroid/package.nix b/pkgs/by-name/sy/systeroid/package.nix index c5f316f0cb45..7e7c312944d4 100644 --- a/pkgs/by-name/sy/systeroid/package.nix +++ b/pkgs/by-name/sy/systeroid/package.nix @@ -40,7 +40,6 @@ rustPlatform.buildRustPackage rec { mit ]; maintainers = with maintainers; [ - figsoda matthiasbeyer ]; }; diff --git a/pkgs/by-name/ta/tailer/package.nix b/pkgs/by-name/ta/tailer/package.nix index d9899b7d2cac..fd39be43ddf0 100644 --- a/pkgs/by-name/ta/tailer/package.nix +++ b/pkgs/by-name/ta/tailer/package.nix @@ -35,7 +35,7 @@ buildGoModule rec { description = "CLI tool to insert lines when command output stops"; homepage = "https://github.com/hionay/tailer"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "tailer"; }; } diff --git a/pkgs/by-name/ta/taizen/package.nix b/pkgs/by-name/ta/taizen/package.nix index c5ea950928a3..313371f41073 100644 --- a/pkgs/by-name/ta/taizen/package.nix +++ b/pkgs/by-name/ta/taizen/package.nix @@ -41,7 +41,7 @@ rustPlatform.buildRustPackage { description = "Curses-based mediawiki browser"; homepage = "https://github.com/oppiliappan/taizen"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "taizen"; }; } diff --git a/pkgs/by-name/ta/taplo/package.nix b/pkgs/by-name/ta/taplo/package.nix index c38f2ba1816a..6594a78872ae 100644 --- a/pkgs/by-name/ta/taplo/package.nix +++ b/pkgs/by-name/ta/taplo/package.nix @@ -51,7 +51,7 @@ rustPlatform.buildRustPackage rec { description = "TOML toolkit written in Rust"; homepage = "https://taplo.tamasfe.dev"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "taplo"; }; } diff --git a/pkgs/by-name/ta/tarts/package.nix b/pkgs/by-name/ta/tarts/package.nix index e6c8cbb5051b..59785e43a152 100644 --- a/pkgs/by-name/ta/tarts/package.nix +++ b/pkgs/by-name/ta/tarts/package.nix @@ -20,7 +20,7 @@ rustPlatform.buildRustPackage { description = "Screen saves and visual effects for your terminal"; homepage = "https://github.com/oiwn/tarts"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.awwpotato ]; + maintainers = [ lib.maintainers.da157 ]; mainProgram = "tarts"; }; } diff --git a/pkgs/by-name/te/teehee/package.nix b/pkgs/by-name/te/teehee/package.nix index bb609016a324..b1e46c54a1a0 100644 --- a/pkgs/by-name/te/teehee/package.nix +++ b/pkgs/by-name/te/teehee/package.nix @@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/Gskartwii/teehee"; changelog = "https://github.com/Gskartwii/teehee/releases/tag/${src.rev}"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "teehee"; }; } diff --git a/pkgs/by-name/te/teip/package.nix b/pkgs/by-name/te/teip/package.nix index e32b148673ad..9a08eba9d865 100644 --- a/pkgs/by-name/te/teip/package.nix +++ b/pkgs/by-name/te/teip/package.nix @@ -43,6 +43,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/greymd/teip"; changelog = "https://github.com/greymd/teip/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/te/tela-icon-theme/package.nix b/pkgs/by-name/te/tela-icon-theme/package.nix index 149e88d07928..bb8a1ef8ee4f 100644 --- a/pkgs/by-name/te/tela-icon-theme/package.nix +++ b/pkgs/by-name/te/tela-icon-theme/package.nix @@ -56,6 +56,6 @@ stdenvNoCC.mkDerivation rec { license = licenses.gpl3Only; # darwin systems use case-insensitive filesystems that cause hash mismatches platforms = subtractLists platforms.darwin platforms.unix; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/te/teleport_16/package.nix b/pkgs/by-name/te/teleport_16/package.nix index cfd330a470b2..93acae7a492d 100644 --- a/pkgs/by-name/te/teleport_16/package.nix +++ b/pkgs/by-name/te/teleport_16/package.nix @@ -6,10 +6,10 @@ extPatches ? [ ], }: buildTeleport { - version = "16.5.15"; - hash = "sha256-DqNG6gl+KdjSbkE9Bwum8az8cLCSOmZwo9xpuWafHCA="; - vendorHash = "sha256-sZvRKLF2iZ3UpgGNUPuWMT7VTpnDa2uU0d1XjDKSmdo="; - pnpmHash = "sha256-8xnH9PkKz77whtq/LVYUjyG1Z1reRtW03Gv8sZ/1vww="; + version = "16.5.16"; + hash = "sha256-b1jUr36KNgiZnA3QBo2blKxjK3Sy6S6Lrc/bzWsX20Q="; + vendorHash = "sha256-mcDybNt7Mr0HJW272Ulj1oWlfsH2kEp7rNyeonoIjf8="; + pnpmHash = "sha256-+vZXacdGkLvjYN1s0Z+/JiVjxiaOGJ3326PvWtFaFaI="; cargoHash = "sha256-04zykCcVTptEPGy35MIWG+tROKFzEepLBmn04mSbt7I="; wasm-bindgen-cli = wasm-bindgen-cli_0_2_95; diff --git a/pkgs/by-name/te/teleport_17/package.nix b/pkgs/by-name/te/teleport_17/package.nix index 7aa71820e439..e07c972201b1 100644 --- a/pkgs/by-name/te/teleport_17/package.nix +++ b/pkgs/by-name/te/teleport_17/package.nix @@ -7,11 +7,11 @@ }: buildTeleport { - version = "17.7.3"; - hash = "sha256-YSYkJRAeu7iPOs/gFnozZbks0Fx5srNH0VjrKvFmHZo="; - vendorHash = "sha256-7Rb94ERtp3H1Jwyh9d7AFT06d4xXdnfe5tpdvJQrbUQ="; + version = "17.7.5"; + hash = "sha256-9Qtp/lTbG7xLk9mzHwwMAQkt08oPRM1FP+NLSXEr8Mo="; + vendorHash = "sha256-4n1N9yiC2ILd8X8ntSPd2JhqRHROKoYK/S0GphVo+bI="; cargoHash = "sha256-qz8gkooQTuBlPWC4lHtvBQpKkd+nEZ0Hl7AVg9JkPqs="; - pnpmHash = "sha256-ZONs8z8mgBBQBmqaDGJKqhmtUKBrxE8BGYppbAqpQmg="; + pnpmHash = "sha256-ovtcJWeRFQUfzbanGXzOcZk/0KwKiZYrr3VmqMt+nfE="; wasm-bindgen-cli = wasm-bindgen-cli_0_2_95; inherit buildGoModule withRdpClient extPatches; diff --git a/pkgs/by-name/te/teleport_18/package.nix b/pkgs/by-name/te/teleport_18/package.nix index 7585fde5f5b0..54c759872c26 100644 --- a/pkgs/by-name/te/teleport_18/package.nix +++ b/pkgs/by-name/te/teleport_18/package.nix @@ -7,10 +7,10 @@ }: buildTeleport { - version = "18.2.0"; - hash = "sha256-JWgGRv9pK76u7IxwqnBcuAI93XIKfIVvme7l+a/3J7c="; - vendorHash = "sha256-oPi/rIuwze2ZlyHfZ2MdDHHvdIaF2IZ2aklEVNRgoLo="; - pnpmHash = "sha256-wW4RT1uqOTpy8wKIsAOfIlxoOamTzPqEbFQRAub+sn4="; + version = "18.2.2"; + hash = "sha256-q7HE3FXX3uxTP+sesMbPH6FbfhI7VsoXgrKKxPtfEtQ="; + vendorHash = "sha256-w8RhvTKNhHKkwvsi6S3m0S9ZSxEO9bw/qhTHlB80lHc="; + pnpmHash = "sha256-cpkV+B50JdhcXdI/K7cqJI6TsvGOCRxkFTJcA4wE5iQ="; cargoHash = "sha256-ia4We4IfIkqz82aFMVvXdzjDXw0w+OJSPVdutfau6PA="; wasm-bindgen-cli = wasm-bindgen-cli_0_2_99; diff --git a/pkgs/by-name/te/teleprompter/package.nix b/pkgs/by-name/te/teleprompter/package.nix index 6ca518f821e2..50b602c81591 100644 --- a/pkgs/by-name/te/teleprompter/package.nix +++ b/pkgs/by-name/te/teleprompter/package.nix @@ -57,6 +57,6 @@ python3Packages.buildPythonApplication { changelog = "https://github.com/Nokse22/teleprompter/releases/tag/v${version}"; license = lib.licenses.gpl3Plus; mainProgram = "teleprompter"; - maintainers = [ lib.maintainers.awwpotato ]; + maintainers = [ lib.maintainers.da157 ]; }; } diff --git a/pkgs/by-name/te/termimage/package.nix b/pkgs/by-name/te/termimage/package.nix index e11ba7ea2c42..4c7cb47c66a0 100644 --- a/pkgs/by-name/te/termimage/package.nix +++ b/pkgs/by-name/te/termimage/package.nix @@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/nabijaczleweli/termimage"; changelog = "https://github.com/nabijaczleweli/termimage/releases/tag/v${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "termimage"; }; } diff --git a/pkgs/by-name/te/textplots/package.nix b/pkgs/by-name/te/textplots/package.nix index 041f0fefee13..b1f608802112 100644 --- a/pkgs/by-name/te/textplots/package.nix +++ b/pkgs/by-name/te/textplots/package.nix @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec { description = "Terminal plotting written in Rust"; homepage = "https://github.com/loony-bean/textplots-rs"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "textplots"; }; } diff --git a/pkgs/by-name/te/texture-synthesis/package.nix b/pkgs/by-name/te/texture-synthesis/package.nix index 2346dfe4c027..55e1499fac85 100644 --- a/pkgs/by-name/te/texture-synthesis/package.nix +++ b/pkgs/by-name/te/texture-synthesis/package.nix @@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec { mit # or asl20 ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "texture-synthesis"; }; } diff --git a/pkgs/by-name/th/the-way/package.nix b/pkgs/by-name/th/the-way/package.nix index 4a1d176549e7..1fc9a0b42d75 100644 --- a/pkgs/by-name/th/the-way/package.nix +++ b/pkgs/by-name/th/the-way/package.nix @@ -40,7 +40,6 @@ rustPlatform.buildRustPackage rec { license = with lib.licenses; [ mit ]; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ - figsoda numkem ]; }; diff --git a/pkgs/by-name/th/theme-sh/package.nix b/pkgs/by-name/th/theme-sh/package.nix index 653bf7b148a6..c1a9249f0a92 100644 --- a/pkgs/by-name/th/theme-sh/package.nix +++ b/pkgs/by-name/th/theme-sh/package.nix @@ -43,7 +43,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/lemnos/theme.sh"; license = licenses.mit; platforms = platforms.all; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "theme.sh"; }; } diff --git a/pkgs/by-name/th/thokr/package.nix b/pkgs/by-name/th/thokr/package.nix index c59a6cae210f..6aae0ef9990e 100644 --- a/pkgs/by-name/th/thokr/package.nix +++ b/pkgs/by-name/th/thokr/package.nix @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec { description = "Typing tui with visualized results and historical logging"; homepage = "https://github.com/thatvegandev/thokr"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "thokr"; }; } diff --git a/pkgs/by-name/ti/tidy-viewer/package.nix b/pkgs/by-name/ti/tidy-viewer/package.nix index 981f67f6ad16..44d7f7e4aba2 100644 --- a/pkgs/by-name/ti/tidy-viewer/package.nix +++ b/pkgs/by-name/ti/tidy-viewer/package.nix @@ -29,6 +29,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/alexhallam/tv"; changelog = "https://github.com/alexhallam/tv/blob/${version}/CHANGELOG.md"; license = lib.licenses.unlicense; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ti/timelimit/package.nix b/pkgs/by-name/ti/timelimit/package.nix index 75c708445708..d4af294c7e8f 100644 --- a/pkgs/by-name/ti/timelimit/package.nix +++ b/pkgs/by-name/ti/timelimit/package.nix @@ -28,7 +28,7 @@ stdenv.mkDerivation rec { homepage = "https://devel.ringlet.net/sysutils/timelimit/"; license = licenses.bsd2; platforms = platforms.all; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "timelimit"; }; } diff --git a/pkgs/by-name/ti/tinygltf/package.nix b/pkgs/by-name/ti/tinygltf/package.nix index c9bf9ad7ec82..6ea3a0ba875e 100644 --- a/pkgs/by-name/ti/tinygltf/package.nix +++ b/pkgs/by-name/ti/tinygltf/package.nix @@ -15,13 +15,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "tinygltf"; - version = "2.9.6"; + version = "2.9.7"; src = fetchFromGitHub { owner = "syoyo"; repo = "tinygltf"; tag = "v${finalAttrs.version}"; - hash = "sha256-3dBxfdXeTbzeQAXaBXFaflLgXYeuOfESdq6V3+0iCXY="; + hash = "sha256-tG9hrR2rsfgS8zCBNdcplig2vyiIcNspSVKop03Zx9A="; }; nativeBuildInputs = [ diff --git a/pkgs/by-name/tm/tml/package.nix b/pkgs/by-name/tm/tml/package.nix index 598f0c462528..71404f0f9926 100644 --- a/pkgs/by-name/tm/tml/package.nix +++ b/pkgs/by-name/tm/tml/package.nix @@ -28,6 +28,6 @@ buildGoModule rec { homepage = "https://github.com/liamg/tml"; changelog = "https://github.com/liamg/tml/releases/tag/v${version}"; license = lib.licenses.unlicense; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/to/toml2nix/package.nix b/pkgs/by-name/to/toml2nix/package.nix index d173ad659d4b..3d4d84439aa5 100644 --- a/pkgs/by-name/to/toml2nix/package.nix +++ b/pkgs/by-name/to/toml2nix/package.nix @@ -27,6 +27,6 @@ rustPlatform.buildRustPackage rec { mit # or asl20 ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/to/topfew-rs/package.nix b/pkgs/by-name/to/topfew-rs/package.nix index 5f4b29c046e4..53d726e1e18e 100644 --- a/pkgs/by-name/to/topfew-rs/package.nix +++ b/pkgs/by-name/to/topfew-rs/package.nix @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec { description = "Rust implementation of Tim Bray's topfew tool"; homepage = "https://github.com/djc/topfew-rs"; license = licenses.gpl3Only; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "tf"; }; } diff --git a/pkgs/by-name/to/topfew/package.nix b/pkgs/by-name/to/topfew/package.nix index a4853fda5d23..8e88803fe238 100644 --- a/pkgs/by-name/to/topfew/package.nix +++ b/pkgs/by-name/to/topfew/package.nix @@ -35,7 +35,7 @@ buildGoModule rec { description = "Finds the fields (or combinations of fields) which appear most often in a stream of records"; homepage = "https://github.com/timbray/topfew"; license = licenses.gpl3Only; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "tf"; }; } diff --git a/pkgs/by-name/to/topiary/package.nix b/pkgs/by-name/to/topiary/package.nix index 79439f3a1d25..083edc2144f0 100644 --- a/pkgs/by-name/to/topiary/package.nix +++ b/pkgs/by-name/to/topiary/package.nix @@ -101,7 +101,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/tweag/topiary/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda nartsiss ]; }; diff --git a/pkgs/by-name/tr/trealla/package.nix b/pkgs/by-name/tr/trealla/package.nix index 81f506b4df04..26228e5e77d4 100644 --- a/pkgs/by-name/tr/trealla/package.nix +++ b/pkgs/by-name/tr/trealla/package.nix @@ -23,13 +23,13 @@ assert lib.elem lineEditingLibrary [ ]; stdenv.mkDerivation (finalAttrs: { pname = "trealla"; - version = "2.84.1"; + version = "2.84.11"; src = fetchFromGitHub { owner = "trealla-prolog"; repo = "trealla"; rev = "v${finalAttrs.version}"; - hash = "sha256-zbU0fdCqWafwUzF857jVHxHWPUChfNl4kAHuOKbkfaA="; + hash = "sha256-x42s6h0niDUnFqqi/t8Mn/FdncivlI7ApTmo6TIx1aE="; }; postPatch = '' diff --git a/pkgs/by-name/tr/trippy/package.nix b/pkgs/by-name/tr/trippy/package.nix index b87fb6801510..1f060203854d 100644 --- a/pkgs/by-name/tr/trippy/package.nix +++ b/pkgs/by-name/tr/trippy/package.nix @@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://trippy.cli.rs"; changelog = "https://github.com/fujiapple852/trippy/blob/${src.rev}/CHANGELOG.md"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "trip"; }; } diff --git a/pkgs/by-name/tt/ttop/package.nix b/pkgs/by-name/tt/ttop/package.nix index 5ca4733fbc76..f160bd9ec15a 100644 --- a/pkgs/by-name/tt/ttop/package.nix +++ b/pkgs/by-name/tt/ttop/package.nix @@ -35,7 +35,6 @@ buildNimPackage (finalAttrs: { license = licenses.mit; platforms = platforms.linux; maintainers = with maintainers; [ - figsoda sikmir ]; mainProgram = "ttop"; diff --git a/pkgs/by-name/tt/ttyper/package.nix b/pkgs/by-name/tt/ttyper/package.nix index 4fe025f650b0..a3645548774c 100644 --- a/pkgs/by-name/tt/ttyper/package.nix +++ b/pkgs/by-name/tt/ttyper/package.nix @@ -23,7 +23,6 @@ rustPlatform.buildRustPackage rec { changelog = "https://github.com/max-niederman/ttyper/releases/tag/${src.rev}"; license = licenses.mit; maintainers = with maintainers; [ - figsoda max-niederman ]; mainProgram = "ttyper"; diff --git a/pkgs/by-name/tu/tui-journal/package.nix b/pkgs/by-name/tu/tui-journal/package.nix index 57b72915a3fc..2b7fc3d46765 100644 --- a/pkgs/by-name/tu/tui-journal/package.nix +++ b/pkgs/by-name/tu/tui-journal/package.nix @@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/AmmarAbouZor/tui-journal"; changelog = "https://github.com/AmmarAbouZor/tui-journal/blob/${src.rev}/CHANGELOG.ron"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "tjournal"; }; } diff --git a/pkgs/by-name/tu/turtle-build/package.nix b/pkgs/by-name/tu/turtle-build/package.nix index f9bbdccd0eec..577f7d1acef9 100644 --- a/pkgs/by-name/tu/turtle-build/package.nix +++ b/pkgs/by-name/tu/turtle-build/package.nix @@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec { asl20 mit ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "turtle"; }; } diff --git a/pkgs/by-name/tu/tutanota-desktop/package.nix b/pkgs/by-name/tu/tutanota-desktop/package.nix index 3d7987579513..4aa4f6cc0020 100644 --- a/pkgs/by-name/tu/tutanota-desktop/package.nix +++ b/pkgs/by-name/tu/tutanota-desktop/package.nix @@ -47,7 +47,7 @@ appimageTools.wrapType2 rec { license = lib.licenses.gpl3Only; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; maintainers = with lib.maintainers; [ - awwpotato + da157 s0ssh ]; mainProgram = "tutanota-desktop"; diff --git a/pkgs/by-name/tv/tv/package.nix b/pkgs/by-name/tv/tv/package.nix index d749cd4d5f7d..91ff260607ae 100644 --- a/pkgs/by-name/tv/tv/package.nix +++ b/pkgs/by-name/tv/tv/package.nix @@ -23,6 +23,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/uzimaru0000/tv"; changelog = "https://github.com/uzimaru0000/tv/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ty/typer/package.nix b/pkgs/by-name/ty/typer/package.nix index bc7403b3e92a..5ae829b443a0 100644 --- a/pkgs/by-name/ty/typer/package.nix +++ b/pkgs/by-name/ty/typer/package.nix @@ -26,7 +26,7 @@ buildGoModule { description = "Typing test in your terminal"; homepage = "https://github.com/maaslalani/typer"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "typer"; }; } diff --git a/pkgs/by-name/ty/typeshare/package.nix b/pkgs/by-name/ty/typeshare/package.nix index 3ce54e6aa766..935f2d1a477f 100644 --- a/pkgs/by-name/ty/typeshare/package.nix +++ b/pkgs/by-name/ty/typeshare/package.nix @@ -39,6 +39,6 @@ rustPlatform.buildRustPackage rec { asl20 # or mit ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ty/typewriter/package.nix b/pkgs/by-name/ty/typewriter/package.nix index f45935c8b31f..706257a3a2e6 100644 --- a/pkgs/by-name/ty/typewriter/package.nix +++ b/pkgs/by-name/ty/typewriter/package.nix @@ -63,6 +63,6 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://gitlab.gnome.org/JanGernert/typewriter/-/releases/v.${finalAttrs.version}"; platforms = lib.platforms.linux; license = lib.licenses.gpl3Plus; - maintainers = [ lib.maintainers.awwpotato ]; + maintainers = [ lib.maintainers.da157 ]; }; }) diff --git a/pkgs/by-name/ty/typical/package.nix b/pkgs/by-name/ty/typical/package.nix index 815f96170e22..c9fba03465ce 100644 --- a/pkgs/by-name/ty/typical/package.nix +++ b/pkgs/by-name/ty/typical/package.nix @@ -46,6 +46,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/stepchowfun/typical"; changelog = "https://github.com/stepchowfun/typical/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ty/typioca/package.nix b/pkgs/by-name/ty/typioca/package.nix index dfc9d61398bb..d24a3db91b32 100644 --- a/pkgs/by-name/ty/typioca/package.nix +++ b/pkgs/by-name/ty/typioca/package.nix @@ -36,7 +36,7 @@ buildGoModule rec { homepage = "https://github.com/bloznelis/typioca"; changelog = "https://github.com/bloznelis/typioca/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "typioca"; }; } diff --git a/pkgs/by-name/ty/typos/package.nix b/pkgs/by-name/ty/typos/package.nix index b640031a3eca..68e025f314c8 100644 --- a/pkgs/by-name/ty/typos/package.nix +++ b/pkgs/by-name/ty/typos/package.nix @@ -43,7 +43,6 @@ rustPlatform.buildRustPackage rec { mit ]; maintainers = with lib.maintainers; [ - figsoda mgttlinger ]; }; diff --git a/pkgs/by-name/ty/typst-live/package.nix b/pkgs/by-name/ty/typst-live/package.nix index 1fb570f918e4..1fce6af1bb64 100644 --- a/pkgs/by-name/ty/typst-live/package.nix +++ b/pkgs/by-name/ty/typst-live/package.nix @@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec { description = "Hot reloading for your typst files"; homepage = "https://github.com/ItsEthra/typst-live"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "typst-live"; }; } diff --git a/pkgs/by-name/ty/typst/package.nix b/pkgs/by-name/ty/typst/package.nix index 5656247c28d3..cf9bad1243b7 100644 --- a/pkgs/by-name/ty/typst/package.nix +++ b/pkgs/by-name/ty/typst/package.nix @@ -82,7 +82,6 @@ rustPlatform.buildRustPackage (finalAttrs: { license = lib.licenses.asl20; mainProgram = "typst"; maintainers = with lib.maintainers; [ - figsoda kanashimia RossSmyth ]; diff --git a/pkgs/by-name/ty/typstfmt/package.nix b/pkgs/by-name/ty/typstfmt/package.nix index b3d393eb8022..022ca537797c 100644 --- a/pkgs/by-name/ty/typstfmt/package.nix +++ b/pkgs/by-name/ty/typstfmt/package.nix @@ -24,7 +24,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.mit; mainProgram = "typstfmt"; maintainers = with lib.maintainers; [ - figsoda geri1701 ]; }; diff --git a/pkgs/by-name/ty/tyson/package.nix b/pkgs/by-name/ty/tyson/package.nix index ddd04518a6b0..14a2bf2ed790 100644 --- a/pkgs/by-name/ty/tyson/package.nix +++ b/pkgs/by-name/ty/tyson/package.nix @@ -41,6 +41,6 @@ buildGoModule rec { homepage = "https://github.com/jetify-com/tyson"; changelog = "https://github.com/jetify-com/tyson/releases/tag/${src.rev}"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ul/ulid/package.nix b/pkgs/by-name/ul/ulid/package.nix index f1dffd0eee30..cc333c120aec 100644 --- a/pkgs/by-name/ul/ulid/package.nix +++ b/pkgs/by-name/ul/ulid/package.nix @@ -32,7 +32,7 @@ buildGoModule rec { homepage = "https://github.com/oklog/ulid"; changelog = "https://github.com/oklog/ulid/blob/${src.rev}/CHANGELOG.md"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "ulid"; }; } diff --git a/pkgs/by-name/un/unfurl/package.nix b/pkgs/by-name/un/unfurl/package.nix index ccca02140d70..2f4e31f2bd57 100644 --- a/pkgs/by-name/un/unfurl/package.nix +++ b/pkgs/by-name/un/unfurl/package.nix @@ -32,6 +32,6 @@ buildGoModule rec { mainProgram = "unfurl"; homepage = "https://github.com/tomnomnom/unfurl"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/un/unimap/package.nix b/pkgs/by-name/un/unimap/package.nix index 8776c65270ee..112e1ac04d7c 100644 --- a/pkgs/by-name/un/unimap/package.nix +++ b/pkgs/by-name/un/unimap/package.nix @@ -51,7 +51,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/Edu4rdSHL/unimap"; changelog = "https://github.com/Edu4rdSHL/unimap/releases/tag/${src.rev}"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "unimap"; }; } diff --git a/pkgs/by-name/un/unzrip/package.nix b/pkgs/by-name/un/unzrip/package.nix index ffec04c309fc..7e592bfce66c 100644 --- a/pkgs/by-name/un/unzrip/package.nix +++ b/pkgs/by-name/un/unzrip/package.nix @@ -31,7 +31,7 @@ rustPlatform.buildRustPackage { description = "Unzip implementation, support for parallel decompression, automatic detection encoding"; homepage = "https://github.com/quininer/unzrip"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "unzrip"; }; } diff --git a/pkgs/by-name/up/upiano/package.nix b/pkgs/by-name/up/upiano/package.nix index 3c6dda83a42f..5d210f2f0b67 100644 --- a/pkgs/by-name/up/upiano/package.nix +++ b/pkgs/by-name/up/upiano/package.nix @@ -39,7 +39,7 @@ python3.pkgs.buildPythonApplication rec { description = "Piano in your terminal"; homepage = "https://github.com/eliasdorneles/upiano"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "upiano"; }; } diff --git a/pkgs/by-name/ve/verco/package.nix b/pkgs/by-name/ve/verco/package.nix index d1e5e09a7c11..27d99631c2eb 100644 --- a/pkgs/by-name/ve/verco/package.nix +++ b/pkgs/by-name/ve/verco/package.nix @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec { description = "Simple Git/Mercurial/PlasticSCM tui client based on keyboard shortcuts"; homepage = "https://vamolessa.github.io/verco"; license = licenses.gpl3Only; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "verco"; }; } diff --git a/pkgs/by-name/wa/warp-terminal/versions.json b/pkgs/by-name/wa/warp-terminal/versions.json index bb5dd9214d4c..141842198ee4 100644 --- a/pkgs/by-name/wa/warp-terminal/versions.json +++ b/pkgs/by-name/wa/warp-terminal/versions.json @@ -1,14 +1,14 @@ { "darwin": { - "hash": "sha256-8yv7R86ABmVSkedA+SPzZWvlXxLm6CHskTInpFbqvkQ=", - "version": "0.2025.10.22.08.13.stable_01" + "hash": "sha256-7l9U9onDdMhyWwXs2+qfkTJwujq+KricG40YCXknMF4=", + "version": "0.2025.10.29.08.12.stable_03" }, "linux_x86_64": { - "hash": "sha256-dGn556xWjKJMixQF/PYJNCE5u9orPbvX3lsRQbOQbec=", - "version": "0.2025.10.22.08.13.stable_01" + "hash": "sha256-Se1/UN9W8jiI6ylhC8H9l4RKdg1OAm6gcg1OWjS31mo=", + "version": "0.2025.10.29.08.12.stable_03" }, "linux_aarch64": { - "hash": "sha256-UO3kAgzsnFWOXLORfuj5fhlTfUzgK1C0QbUEQvBq2fE=", - "version": "0.2025.10.22.08.13.stable_01" + "hash": "sha256-9m0oK+OIxCOMp2YZaRUDlj5kBTUxsf+HIA0glMLeu8w=", + "version": "0.2025.10.29.08.12.stable_03" } } diff --git a/pkgs/by-name/wa/wasilibc/package.nix b/pkgs/by-name/wa/wasilibc/package.nix index c5c5204454f7..219d639aadd7 100644 --- a/pkgs/by-name/wa/wasilibc/package.nix +++ b/pkgs/by-name/wa/wasilibc/package.nix @@ -19,6 +19,12 @@ stdenvNoLibc.mkDerivation (finalAttrs: { fetchSubmodules = true; }; + # These flags break pkgsCross.wasi32.llvmPackages.libcxx + hardeningDisable = [ + "libcxxhardeningfast" + "libcxxhardeningextensive" + ]; + outputs = [ "out" "dev" diff --git a/pkgs/by-name/wa/wasmer-pack/package.nix b/pkgs/by-name/wa/wasmer-pack/package.nix index f9f780bed6e7..84b454a42365 100644 --- a/pkgs/by-name/wa/wasmer-pack/package.nix +++ b/pkgs/by-name/wa/wasmer-pack/package.nix @@ -28,6 +28,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/wasmerio/wasmer-pack"; changelog = "https://github.com/wasmerio/wasmer-pack/blob/${src.rev}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/wa/wazero/package.nix b/pkgs/by-name/wa/wazero/package.nix index e2ebdf957d1e..e35664ed0f31 100644 --- a/pkgs/by-name/wa/wazero/package.nix +++ b/pkgs/by-name/wa/wazero/package.nix @@ -46,7 +46,7 @@ buildGoModule rec { homepage = "https://github.com/tetratelabs/wazero"; changelog = "https://github.com/tetratelabs/wazero/releases/tag/${src.rev}"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "wazero"; }; } diff --git a/pkgs/by-name/wr/wrkflw/package.nix b/pkgs/by-name/wr/wrkflw/package.nix index 3ea67f6f612a..e25162c64481 100644 --- a/pkgs/by-name/wr/wrkflw/package.nix +++ b/pkgs/by-name/wr/wrkflw/package.nix @@ -38,7 +38,7 @@ rustPlatform.buildRustPackage (finalAttrs: { changelog = "https://github.com/bahdotsh/wrkflw/releases/tag/v${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - awwpotato + da157 FKouhai tebriel ]; diff --git a/pkgs/by-name/wt/wthrr/package.nix b/pkgs/by-name/wt/wthrr/package.nix index 8c807433a1e5..bc01a7f3e448 100644 --- a/pkgs/by-name/wt/wthrr/package.nix +++ b/pkgs/by-name/wt/wthrr/package.nix @@ -38,7 +38,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/ttytm/wthrr-the-weathercrab"; changelog = "https://github.com/ttytm/wthrr-the-weathercrab/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "wthrr"; }; } diff --git a/pkgs/by-name/xc/xc/package.nix b/pkgs/by-name/xc/xc/package.nix index 0fd8c4647601..9a2e7b287c8f 100644 --- a/pkgs/by-name/xc/xc/package.nix +++ b/pkgs/by-name/xc/xc/package.nix @@ -50,7 +50,6 @@ buildGoModule (finalAttrs: { changelog = "https://github.com/joerdav/xc/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda joerdav ]; }; diff --git a/pkgs/by-name/xh/xh/package.nix b/pkgs/by-name/xh/xh/package.nix index 47e4e14ce9dd..c7dc146bbf62 100644 --- a/pkgs/by-name/xh/xh/package.nix +++ b/pkgs/by-name/xh/xh/package.nix @@ -71,7 +71,6 @@ rustPlatform.buildRustPackage (finalAttrs: { changelog = "https://github.com/ducaale/xh/blob/v${finalAttrs.version}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda defelo ]; mainProgram = "xh"; diff --git a/pkgs/by-name/xp/xplr/package.nix b/pkgs/by-name/xp/xplr/package.nix index e433da28e38e..927620f41df4 100644 --- a/pkgs/by-name/xp/xplr/package.nix +++ b/pkgs/by-name/xp/xplr/package.nix @@ -52,7 +52,6 @@ rustPlatform.buildRustPackage rec { suryasr007 pyrox0 mimame - figsoda ]; }; } diff --git a/pkgs/by-name/xq/xq-xml/package.nix b/pkgs/by-name/xq/xq-xml/package.nix index 94571f41c3f8..924eed55e5d3 100644 --- a/pkgs/by-name/xq/xq-xml/package.nix +++ b/pkgs/by-name/xq/xq-xml/package.nix @@ -38,6 +38,6 @@ buildGoModule rec { homepage = "https://github.com/sibprogrammer/xq"; changelog = "https://github.com/sibprogrammer/xq/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ya/yaegi/package.nix b/pkgs/by-name/ya/yaegi/package.nix index 50426b5d7946..2727ab51586a 100644 --- a/pkgs/by-name/ya/yaegi/package.nix +++ b/pkgs/by-name/ya/yaegi/package.nix @@ -42,6 +42,6 @@ buildGoModule rec { homepage = "https://github.com/traefik/yaegi"; changelog = "https://github.com/traefik/yaegi/releases/tag/${src.rev}"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ze/zet/package.nix b/pkgs/by-name/ze/zet/package.nix index f5b8a81bf02d..0a6b95bb02f5 100644 --- a/pkgs/by-name/ze/zet/package.nix +++ b/pkgs/by-name/ze/zet/package.nix @@ -30,6 +30,6 @@ rustPlatform.buildRustPackage (finalAttrs: { asl20 mit ]; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; }) diff --git a/pkgs/by-name/zf/zf/package.nix b/pkgs/by-name/zf/zf/package.nix index 5dda2cbf9661..1f3cea51152d 100644 --- a/pkgs/by-name/zf/zf/package.nix +++ b/pkgs/by-name/zf/zf/package.nix @@ -66,7 +66,6 @@ stdenv.mkDerivation (finalAttrs: { platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ dit7ya - figsoda mmlb ]; mainProgram = "zf"; diff --git a/pkgs/by-name/zi/zine/package.nix b/pkgs/by-name/zi/zine/package.nix index e62e6af6b995..786afde2d789 100644 --- a/pkgs/by-name/zi/zine/package.nix +++ b/pkgs/by-name/zi/zine/package.nix @@ -37,7 +37,6 @@ rustPlatform.buildRustPackage rec { license = lib.licenses.asl20; maintainers = with lib.maintainers; [ dit7ya - figsoda ]; mainProgram = "zine"; }; diff --git a/pkgs/by-name/zl/zlint/package.nix b/pkgs/by-name/zl/zlint/package.nix index a2e1b497c529..ff92681b975e 100644 --- a/pkgs/by-name/zl/zlint/package.nix +++ b/pkgs/by-name/zl/zlint/package.nix @@ -7,13 +7,13 @@ buildGoModule (finalAttrs: { pname = "zlint"; - version = "3.6.7"; + version = "3.6.8"; src = fetchFromGitHub { owner = "zmap"; repo = "zlint"; tag = "v${finalAttrs.version}"; - hash = "sha256-qd6QqOeSfLpXwbni8wqmG5X9zYXDXwAxRotCws4AWsA="; + hash = "sha256-Mi7ySXVqnL/LVi4YS1r4hBcM/JrjThJEkw3+1k1vjRQ="; }; modRoot = "v3"; diff --git a/pkgs/by-name/zo/zon2nix/package.nix b/pkgs/by-name/zo/zon2nix/package.nix index 380b52d1de21..1d2bdd9cefe5 100644 --- a/pkgs/by-name/zo/zon2nix/package.nix +++ b/pkgs/by-name/zo/zon2nix/package.nix @@ -36,7 +36,6 @@ stdenv.mkDerivation (finalAttrs: { changelog = "https://github.com/nix-community/zon2nix/blob/${finalAttrs.src.rev}/CHANGELOG.md"; license = lib.licenses.mpl20; maintainers = with lib.maintainers; [ - figsoda RossComputerGuy ]; inherit (zig_0_14.meta) platforms; diff --git a/pkgs/by-name/zp/zps/package.nix b/pkgs/by-name/zp/zps/package.nix index 065642d495db..13b449e7dba8 100644 --- a/pkgs/by-name/zp/zps/package.nix +++ b/pkgs/by-name/zp/zps/package.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/orhun/zps"; changelog = "https://github.com/orhun/zps/releases/tag/${version}"; license = lib.licenses.gpl3Only; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; platforms = lib.platforms.linux; mainProgram = "zps"; }; diff --git a/pkgs/by-name/zt/ztags/package.nix b/pkgs/by-name/zt/ztags/package.nix index 5640918d8c55..9113ff02aca3 100644 --- a/pkgs/by-name/zt/ztags/package.nix +++ b/pkgs/by-name/zt/ztags/package.nix @@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Generate tags files for Zig projects"; homepage = "https://github.com/gpanders/ztags"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "ztags"; inherit (zig.meta) platforms; }; diff --git a/pkgs/by-name/zx/zxpy/package.nix b/pkgs/by-name/zx/zxpy/package.nix index f107171d1185..3a89e406979c 100644 --- a/pkgs/by-name/zx/zxpy/package.nix +++ b/pkgs/by-name/zx/zxpy/package.nix @@ -39,7 +39,7 @@ python3Packages.buildPythonApplication rec { homepage = "https://github.com/tusharsadhwani/zxpy"; changelog = "https://github.com/tusharsadhwani/zxpy/releases/tag/${version}"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; mainProgram = "zxpy"; }; } diff --git a/pkgs/development/compilers/llvm/default.nix b/pkgs/development/compilers/llvm/default.nix index bb986c4c3da9..c8cd6d4f48ac 100644 --- a/pkgs/development/compilers/llvm/default.nix +++ b/pkgs/development/compilers/llvm/default.nix @@ -27,9 +27,9 @@ let "20.1.8".officialRelease.sha256 = "sha256-ysyB/EYxi2qE9fD5x/F2zI4vjn8UDoo1Z9ukiIrjFGw="; "21.1.2".officialRelease.sha256 = "sha256-SgZdBL0ivfv6/4EqmPQ+I57qT2t6i/rqnm20+T1BsFY="; "22.0.0-git".gitRelease = { - rev = "aed12c33ade9ea48f1a596cd98fde958803a17a7"; - rev-version = "22.0.0-unstable-2025-10-27"; - sha256 = "sha256-RnY+2/t4cGdjzh5sSsUPxOZ7xo4oUu4MkGSyOFBsk1s="; + rev = "492f82fa46065b3afcfed1a4dca9a029d7c5acf1"; + rev-version = "22.0.0-unstable-2025-11-02"; + sha256 = "sha256-N0OJrXy9vtEFrr6pxoEdPIdOUju6sIjKX1s6wtYZ/7c="; }; } // llvmVersions; diff --git a/pkgs/development/compilers/rust/cargo-auditable.nix b/pkgs/development/compilers/rust/cargo-auditable.nix index 37728f81d5b3..4e253946a456 100644 --- a/pkgs/development/compilers/rust/cargo-auditable.nix +++ b/pkgs/development/compilers/rust/cargo-auditable.nix @@ -38,7 +38,7 @@ let mit # or asl20 ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; broken = stdenv.hostPlatform != stdenv.buildPlatform; }; }; diff --git a/pkgs/development/coq-modules/wasmcert/default.nix b/pkgs/development/coq-modules/wasmcert/default.nix index 60cdc24283e8..124e78b285b8 100644 --- a/pkgs/development/coq-modules/wasmcert/default.nix +++ b/pkgs/development/coq-modules/wasmcert/default.nix @@ -32,7 +32,7 @@ mkCoqDerivation { lib.switch [ coq.coq-version mathcomp-boot.version ] [ - (case (isEq "8.20") (isEq "2.4") "2.2.0") + (case (range "8.20" "9.0") (isEq "2.4") "2.2.0") ] null; diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix index e26f612d821e..fe58bea65f88 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -138,7 +138,7 @@ self: super: { path = self.path_0_9_5; haskell-language-server = - lib.throwIf config.allowAliases + lib.throwIf pkgs.config.allowAliases "haskell-language-server has dropped support for ghc 9.4 in version 2.12.0.0, please use a newer ghc version or an older nixpkgs" (markBroken super.haskell-language-server); diff --git a/pkgs/development/libraries/mbedtls/2.nix b/pkgs/development/libraries/mbedtls/2.nix index 22d30398fed9..773f2eb75d40 100644 --- a/pkgs/development/libraries/mbedtls/2.nix +++ b/pkgs/development/libraries/mbedtls/2.nix @@ -10,5 +10,20 @@ callPackage ./generic.nix { url = "https://github.com/Mbed-TLS/mbedtls/commit/be4af04fcffcfebe44fa12d39388817d9949a9f3.patch"; hash = "sha256-CbDm6CchzoTia7Wbpbe3bo9CmHPOsxY2d055AfbCS0g="; }) + # fix build against Clang >= 20 (https://github.com/Mbed-TLS/mbedtls-framework/pull/173) + (fetchpatch { + name = "Add-__attribute__-nonstring-to-remove-unterminated-s.patch"; + url = "https://github.com/Mbed-TLS/mbedtls-framework/commit/e811994babf84e29e56ebf97265f5fefdf18050f.patch"; + hash = "sha256-PGXh7tMnl7VqBOWVZP3UqT5pEd0yh4oszEJNMiVOcGo="; + }) + # fix build against Clang >= 20 (https://github.com/Mbed-TLS/mbedtls/pull/10215) + (fetchpatch { + name = "Add-__attribute__-nonstring-to-remove-unterminated-s.patch"; + url = "https://github.com/Mbed-TLS/mbedtls/commit/2e1399f1e1ed6fa1072cf9584f5771322b0d001b.patch"; + includes = [ "tests/*" ]; + # drop some context in order to apply the backported patch cleanly + decode = "interdiff -U1 /dev/null -"; + hash = "sha256-OTRnYw7Og6eAsB9pue1jkxO1xnkR48efz5QKjN9H0I8="; + }) ]; } diff --git a/pkgs/development/lua-modules/generated-packages.nix b/pkgs/development/lua-modules/generated-packages.nix index 2db7cd6f67bb..cc1440de0d58 100644 --- a/pkgs/development/lua-modules/generated-packages.nix +++ b/pkgs/development/lua-modules/generated-packages.nix @@ -5281,7 +5281,7 @@ final: prev: { meta = { homepage = "https://github.com/notomo/vusted"; description = "`busted` wrapper for testing neovim plugin"; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; license.fullName = "MIT "; }; } diff --git a/pkgs/development/python-modules/art/default.nix b/pkgs/development/python-modules/art/default.nix index 095ecc918f5a..9a28f3774870 100644 --- a/pkgs/development/python-modules/art/default.nix +++ b/pkgs/development/python-modules/art/default.nix @@ -38,6 +38,6 @@ buildPythonPackage rec { homepage = "https://github.com/sepandhaghighi/art"; changelog = "https://github.com/sepandhaghighi/art/blob/${src.tag}/CHANGELOG.md"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/bleak-retry-connector/default.nix b/pkgs/development/python-modules/bleak-retry-connector/default.nix index 1c665e12d6e8..5d3578df5ef2 100644 --- a/pkgs/development/python-modules/bleak-retry-connector/default.nix +++ b/pkgs/development/python-modules/bleak-retry-connector/default.nix @@ -9,6 +9,8 @@ pytestCheckHook, pytest-asyncio, pytest-cov-stub, + pythonOlder, + stdenv, }: buildPythonPackage rec { @@ -25,11 +27,16 @@ buildPythonPackage rec { build-system = [ poetry-core ]; - dependencies = [ - bleak - bluetooth-adapters - dbus-fast - ]; + dependencies = + lib.optionals (pythonOlder "3.14") [ + bleak + ] + ++ lib.optionals (stdenv.hostPlatform.isLinux && pythonOlder "3.14") [ + bluetooth-adapters + ] + ++ lib.optionals stdenv.hostPlatform.isLinux [ + dbus-fast + ]; nativeCheckInputs = [ pytest-asyncio diff --git a/pkgs/development/python-modules/dataclass-factory/default.nix b/pkgs/development/python-modules/dataclass-factory/default.nix index 83de3f721832..cdb50a5e970b 100644 --- a/pkgs/development/python-modules/dataclass-factory/default.nix +++ b/pkgs/development/python-modules/dataclass-factory/default.nix @@ -37,6 +37,6 @@ buildPythonPackage rec { homepage = "https://github.com/reagento/dataclass-factory"; changelog = "https://github.com/reagento/dataclass-factory/releases/tag/${src.rev}"; license = licenses.asl20; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/jello/default.nix b/pkgs/development/python-modules/jello/default.nix index 27f52820f9d6..d5f676dc854a 100644 --- a/pkgs/development/python-modules/jello/default.nix +++ b/pkgs/development/python-modules/jello/default.nix @@ -37,6 +37,6 @@ buildPythonPackage rec { homepage = "https://github.com/kellyjonbrazil/jello"; changelog = "https://github.com/kellyjonbrazil/jello/blob/${src.tag}/CHANGELOG"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/numpy-typing-compat/default.nix b/pkgs/development/python-modules/numpy-typing-compat/default.nix new file mode 100644 index 000000000000..65be52b9dc8f --- /dev/null +++ b/pkgs/development/python-modules/numpy-typing-compat/default.nix @@ -0,0 +1,38 @@ +{ + lib, + buildPythonPackage, + fetchPypi, + uv-build, + numpy, +}: + +buildPythonPackage rec { + pname = "numpy-typing-compat"; + version = "20250818.2.3"; + pyproject = true; + + src = fetchPypi { + pname = "numpy_typing_compat"; + inherit version; + hash = "sha256-cug9U1tjXWaLpzFeQ66AvhRppvrqb8ltMSUW85s9j6U="; + }; + + build-system = [ + uv-build + ]; + + dependencies = [ + numpy + ]; + + pythonImportsCheck = [ + "numpy_typing_compat" + ]; + + meta = { + description = "Static typing compatibility layer for older versions of NumPy"; + homepage = "https://pypi.org/project/numpy-typing-compat/"; + license = lib.licenses.bsd3; + maintainers = with lib.maintainers; [ tm-drtina ]; + }; +} diff --git a/pkgs/development/python-modules/ochre/default.nix b/pkgs/development/python-modules/ochre/default.nix index 023fb09d1ef4..836ee041fbfb 100644 --- a/pkgs/development/python-modules/ochre/default.nix +++ b/pkgs/development/python-modules/ochre/default.nix @@ -33,6 +33,6 @@ buildPythonPackage rec { homepage = "https://github.com/getcuia/ochre"; changelog = "https://github.com/getcuia/ochre/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/optype/default.nix b/pkgs/development/python-modules/optype/default.nix index e810b2744f41..acf01ae469ba 100644 --- a/pkgs/development/python-modules/optype/default.nix +++ b/pkgs/development/python-modules/optype/default.nix @@ -2,9 +2,10 @@ lib, buildPythonPackage, fetchFromGitHub, - hatchling, + uv-build, typing-extensions, numpy, + numpy-typing-compat, beartype, pytestCheckHook, pythonOlder, @@ -12,20 +13,20 @@ buildPythonPackage rec { pname = "optype"; - version = "0.13.1"; + version = "0.14.0"; pyproject = true; src = fetchFromGitHub { owner = "jorenham"; repo = "optype"; tag = "v${version}"; - hash = "sha256-GhG2TR5FJgEXBXLyGTNQKFYtR2iZ0tLgZ9B0YL8SXu8="; + hash = "sha256-0CE6dU4Vt3UP8ZfNcmP2Th7ixceCa0ItYUmNcEU7mgw="; }; disabled = pythonOlder "3.11"; build-system = [ - hatchling + uv-build ]; dependencies = [ @@ -35,6 +36,7 @@ buildPythonPackage rec { optional-dependencies = { numpy = [ numpy + numpy-typing-compat ]; }; @@ -45,6 +47,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook numpy + numpy-typing-compat beartype ]; diff --git a/pkgs/development/python-modules/pyfluidsynth/default.nix b/pkgs/development/python-modules/pyfluidsynth/default.nix index de35f66d2a60..5e915c911435 100644 --- a/pkgs/development/python-modules/pyfluidsynth/default.nix +++ b/pkgs/development/python-modules/pyfluidsynth/default.nix @@ -35,6 +35,6 @@ buildPythonPackage rec { description = "Python bindings for FluidSynth, a MIDI synthesizer that uses SoundFont instruments"; homepage = "https://github.com/nwhitehead/pyfluidsynth"; license = licenses.lgpl21Plus; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/pynvim/default.nix b/pkgs/development/python-modules/pynvim/default.nix index f4e972e0bf41..dbbcfb6ece8e 100644 --- a/pkgs/development/python-modules/pynvim/default.nix +++ b/pkgs/development/python-modules/pynvim/default.nix @@ -40,6 +40,6 @@ buildPythonPackage rec { homepage = "https://github.com/neovim/pynvim"; changelog = "https://github.com/neovim/pynvim/releases/tag/${version}"; license = lib.licenses.asl20; - maintainers = with lib.maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/ray/default.nix b/pkgs/development/python-modules/ray/default.nix index e5885874505f..5264772df53f 100644 --- a/pkgs/development/python-modules/ray/default.nix +++ b/pkgs/development/python-modules/ray/default.nix @@ -64,7 +64,7 @@ let pname = "ray"; - version = "2.51.0"; + version = "2.51.1"; in buildPythonPackage rec { inherit pname version; @@ -84,22 +84,22 @@ buildPythonPackage rec { # Results are in ./ray-hashes.nix hashes = { x86_64-linux = { - cp310 = "sha256-Ag3Ynx7RHTOM75BhdGsatc8mNpDBkiQi4zPsdC8Cvpc="; - cp311 = "sha256-EYXBn2iHyik5DC+EQTD3LDOX1XNZRxX5paZN7PuyGUI="; - cp312 = "sha256-cLfLCsRVoZbIIRMkQAzy93c60NXwWF0htiVZ6aADOAk="; - cp313 = "sha256-yCsJhLPRDYhNI69cpK3oqjdoyVfMtDJwSvjpIOXN4y0="; + cp310 = "sha256-iiH1kUuqPe78tPpfOHjgO1icGQuGT+G4Dm3Ay/uiYAQ="; + cp311 = "sha256-3TUwENJUi8NF5GxFeV9wKRu0YMI2qmozk7UanNhhtW8="; + cp312 = "sha256-Tnhtp4Ys9zZkl30CEqUF1tWlhb6t9j59weHBKSWb7iA="; + cp313 = "sha256-Jl7Nb9bUppWwnGhuF9WPygwJ5xmMBzYornv0l0sD6co="; }; aarch64-linux = { - cp310 = "sha256-48d59JxV5tth4iylLuET+Apo5APafNbaDoSAyuZi9QM="; - cp311 = "sha256-2Z31lVJ3rK4YasnGzux39Lp2Lw8hNaP3AVd3cYeu7T0="; - cp312 = "sha256-BHFnYv5SJOp9Dp25w5ZhBLGyrsyr/MhQhRAtdPAzShE="; - cp313 = "sha256-PfIB7kmN8ZCAN6N5VK33C77Id6gdPWD/Lcj0LIlh530="; + cp310 = "sha256-Nv61GfMcUtO0281o/7K6+TGVzuwG6nEeIVWQlrq5X+0="; + cp311 = "sha256-0tfIr0VEH/ULwAI1LTHgr+xchd1Qdb9ScCcXiTFJe84="; + cp312 = "sha256-C+2UCHErrRUR5laDpFUwL4jZTl5ctqWMxKFUth2KC0o="; + cp313 = "sha256-PyvSrPm39HOMF9CFksqq0m6vt6T8OArZq0LV8KePc60="; }; aarch64-darwin = { - cp310 = "sha256-olwAGedusCeQeyi4y77LYteoYX55/0dcHWURYq/a/O0="; - cp311 = "sha256-eTY8nQJzJVEw81ncGJuhpye7mCiudzUxQ35WryCsaxw="; - cp312 = "sha256-BfktgeYrADF5pXwrMo3alloboyXdtSJWZVmapLUew6U="; - cp313 = "sha256-cRGOKyOm0t8hQoauqDEXU80+y6CNPApjGl8gsc8lJg0="; + cp310 = "sha256-6M4hjIXp9AQ8NxNvyQtBNDvbhE/NyVIPIcAA0djUn4k="; + cp311 = "sha256-vYIR/AM74bzpwDnkdOl6kHe+WTAgl4/c+6HXcL3EC6U="; + cp312 = "sha256-74R7AlynWLruRXGhygAdlziXytdy+OldfzA9JMOLZJ4="; + cp313 = "sha256-2BVHiGQ1FC29eb/x1OTt9Xil8g47EbvUztSc+vvTfSc="; }; }; in diff --git a/pkgs/development/python-modules/rich-pixels/default.nix b/pkgs/development/python-modules/rich-pixels/default.nix index 12c85e474af0..35f9b8ab7960 100644 --- a/pkgs/development/python-modules/rich-pixels/default.nix +++ b/pkgs/development/python-modules/rich-pixels/default.nix @@ -45,6 +45,6 @@ buildPythonPackage rec { homepage = "https://github.com/darrenburns/rich-pixels"; changelog = "https://github.com/darrenburns/rich-pixels/releases/tag/${version}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/scipy-stubs/default.nix b/pkgs/development/python-modules/scipy-stubs/default.nix index 984c29e674e4..20f5438df541 100644 --- a/pkgs/development/python-modules/scipy-stubs/default.nix +++ b/pkgs/development/python-modules/scipy-stubs/default.nix @@ -3,27 +3,32 @@ buildPythonPackage, fetchFromGitHub, pythonOlder, - hatchling, + uv-build, optype, scipy, }: buildPythonPackage rec { pname = "scipy-stubs"; - version = "1.16.1.0"; + version = "1.16.2.4"; pyproject = true; src = fetchFromGitHub { owner = "scipy"; repo = "scipy-stubs"; tag = "v${version}"; - hash = "sha256-KRwFQG1Nb+Kh9OpQCGtvUzQA0MHNEZnRlzSkpZCNxuw="; + hash = "sha256-cmX9uS055kHvmCmsILEyTxW0p9C8xfD3N7HPBVCmIVI="; }; + postPatch = '' + substituteInPlace pyproject.toml \ + --replace-fail "uv_build>=0.9.0,<0.10.0" "uv_build" + ''; + disabled = pythonOlder "3.11"; build-system = [ - hatchling + uv-build ]; dependencies = [ diff --git a/pkgs/development/python-modules/shazamio/default.nix b/pkgs/development/python-modules/shazamio/default.nix index d46ea0258aa1..0a4234db5b3e 100644 --- a/pkgs/development/python-modules/shazamio/default.nix +++ b/pkgs/development/python-modules/shazamio/default.nix @@ -72,7 +72,7 @@ buildPythonPackage rec { homepage = "https://github.com/dotX12/ShazamIO"; changelog = "https://github.com/dotX12/ShazamIO/releases/tag/${src.tag}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; # https://github.com/shazamio/ShazamIO/issues/80 broken = versionAtLeast pydantic.version "2"; }; diff --git a/pkgs/development/python-modules/stransi/default.nix b/pkgs/development/python-modules/stransi/default.nix index 52e6ee474549..784a5e70ab4a 100644 --- a/pkgs/development/python-modules/stransi/default.nix +++ b/pkgs/development/python-modules/stransi/default.nix @@ -36,6 +36,6 @@ buildPythonPackage rec { homepage = "https://github.com/getcuia/stransi"; changelog = "https://github.com/getcuia/stransi/releases/tag/${src.rev}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/textnets/default.nix b/pkgs/development/python-modules/textnets/default.nix index d36f9e66e6db..62c29071e33e 100644 --- a/pkgs/development/python-modules/textnets/default.nix +++ b/pkgs/development/python-modules/textnets/default.nix @@ -5,7 +5,7 @@ fetchFromGitHub, # build-system - cython_0, + cython, pdm-backend, setuptools, @@ -29,24 +29,23 @@ buildPythonPackage rec { pname = "textnets"; - version = "0.10.3"; + version = "0.10.4"; pyproject = true; src = fetchFromGitHub { owner = "jboynyc"; repo = "textnets"; tag = "v${version}"; - hash = "sha256-BK0bBoe6GrZpVL4HvTwzRlXRWXfKdYJDhLD2UQctTjc="; + hash = "sha256-GbJH+6EqfP+miqpYitnBwNDO6uQQq3h9Fy58nVaF1vw="; }; build-system = [ - cython_0 + cython pdm-backend setuptools ]; pythonRelaxDeps = [ - "pyarrow" "toolz" ]; diff --git a/pkgs/development/python-modules/textual-universal-directorytree/default.nix b/pkgs/development/python-modules/textual-universal-directorytree/default.nix index f4e69131d21f..bf2fa499974a 100644 --- a/pkgs/development/python-modules/textual-universal-directorytree/default.nix +++ b/pkgs/development/python-modules/textual-universal-directorytree/default.nix @@ -53,6 +53,6 @@ buildPythonPackage rec { homepage = "https://github.com/juftin/textual-universal-directorytree"; changelog = "https://github.com/juftin/textual-universal-directorytree/releases/tag/v${version}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/universal-pathlib/default.nix b/pkgs/development/python-modules/universal-pathlib/default.nix index 7878aa3b956b..d5acaff2b326 100644 --- a/pkgs/development/python-modules/universal-pathlib/default.nix +++ b/pkgs/development/python-modules/universal-pathlib/default.nix @@ -35,6 +35,6 @@ buildPythonPackage rec { homepage = "https://github.com/fsspec/universal_pathlib"; changelog = "https://github.com/fsspec/universal_pathlib/releases/tag/v${version}"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/xdg-base-dirs/default.nix b/pkgs/development/python-modules/xdg-base-dirs/default.nix index c467361a643a..d6608505d172 100644 --- a/pkgs/development/python-modules/xdg-base-dirs/default.nix +++ b/pkgs/development/python-modules/xdg-base-dirs/default.nix @@ -37,6 +37,6 @@ buildPythonPackage rec { homepage = "https://github.com/srstevenson/xdg-base-dirs"; changelog = "https://github.com/srstevenson/xdg-base-dirs/releases/tag/${version}"; license = licenses.isc; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/tools/zls/default.nix b/pkgs/development/tools/zls/default.nix index 235375a22599..a729dfa8108c 100644 --- a/pkgs/development/tools/zls/default.nix +++ b/pkgs/development/tools/zls/default.nix @@ -18,7 +18,6 @@ let homepage = "https://github.com/zigtools/zls"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ - figsoda moni _0x5a4 jmbaur diff --git a/pkgs/servers/home-assistant/custom-lovelace-modules/advanced-camera-card/package.nix b/pkgs/servers/home-assistant/custom-lovelace-modules/advanced-camera-card/package.nix index f623b11c07c8..d1e1c6fb5641 100644 --- a/pkgs/servers/home-assistant/custom-lovelace-modules/advanced-camera-card/package.nix +++ b/pkgs/servers/home-assistant/custom-lovelace-modules/advanced-camera-card/package.nix @@ -6,11 +6,11 @@ stdenv.mkDerivation rec { pname = "advanced-camera-card"; - version = "7.19.0"; + version = "7.19.1"; src = fetchzip { url = "https://github.com/dermotduffy/advanced-camera-card/releases/download/v${version}/advanced-camera-card.zip"; - hash = "sha256-3HWkKUPuQ6rSIxvMiyXe5MNvmKMIS3sCv+KYOGMEun8="; + hash = "sha256-NkVgzmWnh+rB5joBA4RcGnrdLCZJ0n5aeDwv0rDsfYI="; }; # TODO: build from source once yarn berry support lands in nixpkgs diff --git a/pkgs/shells/fish/plugins/async-prompt.nix b/pkgs/shells/fish/plugins/async-prompt.nix index 2f25dcf87060..93c880ffb77f 100644 --- a/pkgs/shells/fish/plugins/async-prompt.nix +++ b/pkgs/shells/fish/plugins/async-prompt.nix @@ -19,6 +19,6 @@ buildFishPlugin rec { description = "Make your prompt asynchronous to improve the reactivity"; homepage = "https://github.com/acomagu/fish-async-prompt"; license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; } diff --git a/pkgs/shells/fish/plugins/autopair.nix b/pkgs/shells/fish/plugins/autopair.nix index 6832c0bf746b..d555d4ab8785 100644 --- a/pkgs/shells/fish/plugins/autopair.nix +++ b/pkgs/shells/fish/plugins/autopair.nix @@ -20,7 +20,6 @@ buildFishPlugin rec { homepage = "https://github.com/jorgebucaran/autopair.fish"; license = licenses.mit; maintainers = with maintainers; [ - figsoda kidonng pyrox0 ]; diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 4c712e9d854e..4e2c27d5b210 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -12322,11 +12322,11 @@ with self; hash = "sha256-VaUsIz4troYRP58Zs09hftz8hBb5vs5nEme9GBGxIRE="; }; outputs = [ "out" ]; - meta = with lib; { + meta = { description = "Simplified safe evaluation of Perl code"; homepage = "https://github.com/mkende/perl-eval-safe"; - license = licenses.mit; - maintainers = with maintainers; [ figsoda ]; + license = lib.licenses.mit; + maintainers = [ ]; }; }; @@ -24770,14 +24770,14 @@ with self; TestPod TestPodCoverage ]; - meta = with lib; { + meta = { description = "Perl bindings to the msgpack C library"; homepage = "https://github.com/jacquesg/p5-MsgPack-Raw"; - license = with licenses; [ + license = with lib.licenses; [ gpl1Plus # or artistic1 ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; }; @@ -24927,14 +24927,14 @@ with self; ]; # TODO: fix tests doCheck = false; - meta = with lib; { + meta = { description = "Perl bindings for Neovim"; homepage = "https://github.com/jacquesg/p5-Neovim-Ext"; - license = with licenses; [ + license = with lib.licenses; [ gpl1Plus # or artistic1 ]; - maintainers = with maintainers; [ figsoda ]; + maintainers = [ ]; }; }; @@ -38852,7 +38852,7 @@ with self; ]; postPatch = '' substituteInPlace Makefile.PL \ - --replace-fail "\$(PERL)" "${lib.getExe buildPackages.perl}" + --replace-fail "\$(PERL)" "${lib.getExe perl.perlOnBuild}" ''; meta = { description = "Simple API for XML"; diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 6a08fd80d7d5..e1525848c91a 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -10785,6 +10785,8 @@ self: super: with self; { numpy-stl = callPackage ../development/python-modules/numpy-stl { }; + numpy-typing-compat = callPackage ../development/python-modules/numpy-typing-compat { }; + numpy_1 = callPackage ../development/python-modules/numpy/1.nix { }; numpy_2 = callPackage ../development/python-modules/numpy/2.nix { }; diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index db45d46e098b..db6955850668 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -361,7 +361,6 @@ let packages = genAttrs [ - "ghc94" "ghc96" "ghc98" "ghc910"