+1
-1
doc/stdenv/stdenv.chapter.md
+1
-1
doc/stdenv/stdenv.chapter.md
···-The script will be run with `UPDATE_NIX_ATTR_PATH` environment variable set to the attribute path it is supposed to update.The script will be usually run from the root of the Nixpkgs repository but you should not rely on that. Also note that the update scripts will be run in parallel by default; you should avoid running `git commit` or any other commands that cannot handle that.
···+The script will be run with the `UPDATE_NIX_NAME`, `UPDATE_NIX_PNAME`, `UPDATE_NIX_OLD_VERSION` and `UPDATE_NIX_ATTR_PATH` environment variables set respectively to the name, pname, old version and attribute path of the package it is supposed to update.The script will be usually run from the root of the Nixpkgs repository but you should not rely on that. Also note that the update scripts will be run in parallel by default; you should avoid running `git commit` or any other commands that cannot handle that.
+6
maintainers/maintainer-list.nix
+6
maintainers/maintainer-list.nix
···
+11
-1
maintainers/scripts/update.py
+11
-1
maintainers/scripts/update.py
···-update_process = await check_subprocess('env', f"UPDATE_NIX_ATTR_PATH={package['attrPath']}", *update_script_command, stdout=asyncio.subprocess.PIPE, stderr=asyncio.subprocess.PIPE, cwd=worktree)
···
+66
-6
nixos/modules/services/admin/pgadmin.nix
+66
-6
nixos/modules/services/admin/pgadmin.nix
·········
···+Enable SMTP email server. This is necessary, if you want to use password recovery or change your own password+SMTP server sender email for email delivery. Some servers require this to be a valid email address from that server······
+3
nixos/modules/system/boot/stage-1-init.sh
+3
nixos/modules/system/boot/stage-1-init.sh
+9
-10
nixos/tests/pgadmin4.nix
+9
-10
nixos/tests/pgadmin4.nix
···---exclude browser.tests.test_ldap_login.LDAPLoginTestCase,browser.tests.test_ldap_login,resql'···
···+# For now deactivate change_password API test. Current bug report at https://redmine.postgresql.org/issues/7648+--exclude browser.tests.test_ldap_login.LDAPLoginTestCase,browser.tests.test_ldap_login,browser.tests.test_kerberos_with_mocking,browser.tests.test_change_password'···
+2
-2
pkgs/applications/audio/famistudio/default.nix
+2
-2
pkgs/applications/audio/famistudio/default.nix
···url = "https://github.com/BleuBleu/FamiStudio/releases/download/${version}/FamiStudio${lib.strings.concatStrings (lib.splitVersion version)}-LinuxAMD64.zip";
···url = "https://github.com/BleuBleu/FamiStudio/releases/download/${version}/FamiStudio${lib.strings.concatStrings (lib.splitVersion version)}-LinuxAMD64.zip";
+64
pkgs/applications/misc/databricks-sql-cli/default.nix
+64
pkgs/applications/misc/databricks-sql-cli/default.nix
···
···+url = "https://github.com/databricks/databricks-sql-cli/commit/fc294e00819b6966f1605e5c1ce654473510aefe.patch";
+3
-1
pkgs/applications/networking/gns3/default.nix
+3
-1
pkgs/applications/networking/gns3/default.nix
+2
-15
pkgs/applications/networking/gns3/gui.nix
+2
-15
pkgs/applications/networking/gns3/gui.nix
······
······+packageOverrides = lib.foldr lib.composeExtensions (self: super: { }) ([ packageOverrides ] ++ defaultOverrides);
-16
pkgs/applications/networking/gns3/server.nix
-16
pkgs/applications/networking/gns3/server.nix
···
+2
-2
pkgs/applications/networking/instant-messengers/session-desktop/default.nix
+2
-2
pkgs/applications/networking/instant-messengers/session-desktop/default.nix
···url = "https://github.com/oxen-io/session-desktop/releases/download/v${version}/session-desktop-linux-x86_64-${version}.AppImage";
···url = "https://github.com/oxen-io/session-desktop/releases/download/v${version}/session-desktop-linux-x86_64-${version}.AppImage";
+1
-13
pkgs/applications/networking/powerdns-admin/default.nix
+1
-13
pkgs/applications/networking/powerdns-admin/default.nix
···
+2
-2
pkgs/applications/science/misc/snakemake/default.nix
+2
-2
pkgs/applications/science/misc/snakemake/default.nix
···
···
+9
-4
pkgs/applications/video/rtabmap/default.nix
+9
-4
pkgs/applications/video/rtabmap/default.nix
······
······
+3
-3
pkgs/applications/virtualization/nixpacks/default.nix
+3
-3
pkgs/applications/virtualization/nixpacks/default.nix
···
···
+7
pkgs/desktops/pantheon/desktop/gala/default.nix
+7
pkgs/desktops/pantheon/desktop/gala/default.nix
···url = "https://github.com/elementary/gala/commit/e0095415cdbfc369e6482e84b8aaffc6a04cafe7.patch";+url = "https://github.com/elementary/gala/commit/23c7edeb0ee9b0ff0aa48c1d19fbd1739df7af78.patch";
+14
-8
pkgs/development/coq-modules/metacoq/default.nix
+14
-8
pkgs/development/coq-modules/metacoq/default.nix
···# Do not provide 8.13 because it does not compile with equations 1.3 provided by default (only 1.2.3)······
···# Do not provide 8.13 because it does not compile with equations 1.3 provided by default (only 1.2.3)······+propagatedBuildInputs = o.propagatedBuildInputs ++ optional requiresOcamlStdlibShims coq.ocamlPackages.stdlib-shims;
-52
pkgs/development/libraries/libtorrent-rasterbar/1.1.nix
-52
pkgs/development/libraries/libtorrent-rasterbar/1.1.nix
···-# darwin: never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/libtorrent-rasterbar-1_1_x.x86_64-darwin
···
+2
-2
pkgs/development/libraries/quarto/default.nix
+2
-2
pkgs/development/libraries/quarto/default.nix
···url = "https://github.com/quarto-dev/quarto-cli/releases/download/v${version}/quarto-${version}-linux-amd64.tar.gz";
···url = "https://github.com/quarto-dev/quarto-cli/releases/download/v${version}/quarto-${version}-linux-amd64.tar.gz";
+17
-5
pkgs/development/ocaml-modules/uunf/default.nix
+17
-5
pkgs/development/ocaml-modules/uunf/default.nix
·········
·········
+50
pkgs/development/python-modules/databricks-sql-connector/default.nix
+50
pkgs/development/python-modules/databricks-sql-connector/default.nix
···
···
+39
pkgs/development/python-modules/jsonschema/3_x.nix
+39
pkgs/development/python-modules/jsonschema/3_x.nix
···
···
+2
-2
pkgs/development/python-modules/klaus/default.nix
+2
-2
pkgs/development/python-modules/klaus/default.nix
+2
-2
pkgs/development/python-modules/minikerberos/default.nix
+2
-2
pkgs/development/python-modules/minikerberos/default.nix
···
···
+22
-4
pkgs/development/python-modules/pgpy/default.nix
+22
-4
pkgs/development/python-modules/pgpy/default.nix
······
······+url = "https://github.com/SecurityInnovation/PGPy/commit/d84597eb8417a482433ff51dc6b13060d4b2e686.patch";
+2
-2
pkgs/development/python-modules/pypykatz/default.nix
+2
-2
pkgs/development/python-modules/pypykatz/default.nix
+2
-2
pkgs/development/python-modules/sentry-sdk/default.nix
+2
-2
pkgs/development/python-modules/sentry-sdk/default.nix
······
······
+2
-2
pkgs/development/tools/oh-my-posh/default.nix
+2
-2
pkgs/development/tools/oh-my-posh/default.nix
···
···
+3
-3
pkgs/servers/monitoring/prometheus/node-exporter.nix
+3
-3
pkgs/servers/monitoring/prometheus/node-exporter.nix
···
···
+21
-2
pkgs/tools/admin/chkservice/default.nix
+21
-2
pkgs/tools/admin/chkservice/default.nix
······
······+url = "https://github.com/linuxenko/chkservice/commit/26b12a7918c8a3bc449c92b458e6cd5c2d7b2e05.patch";
+11
-8
pkgs/tools/admin/pgadmin/default.nix
+11
-8
pkgs/tools/admin/pgadmin/default.nix
···url = "https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${version}/source/pgadmin4-${version}.tar.gz";·········
···url = "https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${version}/source/pgadmin4-${version}.tar.gz";·········
+27
pkgs/tools/admin/pgadmin/update.sh
+27
pkgs/tools/admin/pgadmin/update.sh
···
···+old_version=$(nix-instantiate --eval -E "(import \"$nixpkgs\" { config = {}; overlays = []; }).pgadmin4.version" | tr -d '"')+url="https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${newest_version}/source/pgadmin4-${newest_version}.tar.gz"
+2
-2
pkgs/tools/inputmethods/fcitx5/fcitx5-gtk.nix
+2
-2
pkgs/tools/inputmethods/fcitx5/fcitx5-gtk.nix
+11
-6
pkgs/tools/networking/onetun/default.nix
+11
-6
pkgs/tools/networking/onetun/default.nix
···description = "A cross-platform, user-space WireGuard port-forwarder that requires no root-access or system network configurations";
···description = "A cross-platform, user-space WireGuard port-forwarder that requires no root-access or system network configurations";
+3
-3
pkgs/tools/security/scilla/default.nix
+3
-3
pkgs/tools/security/scilla/default.nix
···
···
-1
pkgs/top-level/aliases.nix
-1
pkgs/top-level/aliases.nix
···libtidy = throw "'libtidy' has been renamed to/replaced by 'html-tidy'"; # Converted to throw 2022-02-22libtorrentRasterbar = throw "'libtorrentRasterbar' has been renamed to/replaced by 'libtorrent-rasterbar'"; # Converted to throw 2022-09-24-libtorrentRasterbar-1_1_x = throw "'libtorrentRasterbar-1_1_x' has been renamed to/replaced by 'libtorrent-rasterbar-1_1_x'"; # Converted to throw 2022-09-24libtorrentRasterbar-1_2_x = throw "'libtorrentRasterbar-1_2_x' has been renamed to/replaced by 'libtorrent-rasterbar-1_2_x'"; # Converted to throw 2022-09-24libtorrentRasterbar-2_0_x = throw "'libtorrentRasterbar-2_0_x' has been renamed to/replaced by 'libtorrent-rasterbar-2_0_x'"; # Converted to throw 2022-09-24libudev = throw "'libudev' has been renamed to/replaced by 'udev'"; # Converted to throw 2022-02-22
···libtidy = throw "'libtidy' has been renamed to/replaced by 'html-tidy'"; # Converted to throw 2022-02-22libtorrentRasterbar = throw "'libtorrentRasterbar' has been renamed to/replaced by 'libtorrent-rasterbar'"; # Converted to throw 2022-09-24libtorrentRasterbar-1_2_x = throw "'libtorrentRasterbar-1_2_x' has been renamed to/replaced by 'libtorrent-rasterbar-1_2_x'"; # Converted to throw 2022-09-24libtorrentRasterbar-2_0_x = throw "'libtorrentRasterbar-2_0_x' has been renamed to/replaced by 'libtorrent-rasterbar-2_0_x'"; # Converted to throw 2022-09-24libudev = throw "'libudev' has been renamed to/replaced by 'udev'"; # Converted to throw 2022-02-22
+6
-8
pkgs/top-level/all-packages.nix
+6
-8
pkgs/top-level/all-packages.nix
············libtorrent-rasterbar-1_2_x = callPackage ../development/libraries/libtorrent-rasterbar/1.2.nix {-libtorrent-rasterbar-1_1_x = callPackage ../development/libraries/libtorrent-rasterbar/1.1.nix {
············libtorrent-rasterbar-1_2_x = callPackage ../development/libraries/libtorrent-rasterbar/1.2.nix {
+4
pkgs/top-level/python-packages.nix
+4
pkgs/top-level/python-packages.nix
······
···+databricks-sql-connector = callPackage ../development/python-modules/databricks-sql-connector { };···