attrpath: python311Packages.spython Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-spython-0.3.12 Press Enter key to continue... Running update for: - python3.11-spython-0.3.12: UPDATING ... - python3.11-spython-0.3.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.spython 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bloop, using log file: /var/log/nixpkgs-update/bloop/2024-02-21.log bloop 1.5.15 -> 1a https://repology.org/project/bloop/versions attrpath: bloop Checking auto update branch... No auto update branch exists 1a is not newer than 1.5.15 according to Nix; versionComparison: -1 [result] Failed to update bloop 1.5.15 -> 1a https://repology.org/project/bloop/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath uclibc, using log file: /var/log/nixpkgs-update/uclibc/2024-02-21.log uclibc 1.0.44 -> 1.0.45 https://repology.org/project/uclibc-ng/versions attrpath: uclibc Checking auto update branch... An auto update branch exists with message `uclibc: 1.0.44 -> 1.0.45`. New version is 1.0.45. An auto update branch exists with an equal or greater version [result] Failed to update uclibc 1.0.44 -> 1.0.45 https://repology.org/project/uclibc-ng/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.viralx, using log file: /var/log/nixpkgs-update/rPackages.viralx/2024-02-21.log rPackages.viralx 1.1.0 -> 1.2.0 https://repology.org/project/r:viralx/versions attrpath: rPackages.viralx Checking auto update branch... No auto update branch exists Old version 1.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.viralx 1.1.0 -> 1.2.0 https://repology.org/project/r:viralx/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lomiri.trust-store, using log file: /var/log/nixpkgs-update/lomiri.trust-store/2024-02-21.log lomiri.trust-store 0 -> 1 attrpath: lomiri.trust-store Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - trust-store-2.0.2 Press Enter key to continue... Running update for: - trust-store-2.0.2: UPDATING ... - trust-store-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.trust-store 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.viralmodels, using log file: /var/log/nixpkgs-update/rPackages.viralmodels/2024-02-21.log rPackages.viralmodels 1.1.0 -> 1.2.0 https://repology.org/project/r:viralmodels/versions attrpath: rPackages.viralmodels Checking auto update branch... No auto update branch exists Old version 1.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.viralmodels 1.1.0 -> 1.2.0 https://repology.org/project/r:viralmodels/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath SDL2_ttf, using log file: /var/log/nixpkgs-update/SDL2_ttf/2024-02-21.log SDL2_ttf 2.20.2 -> 2.22.0 https://github.com/libsdl-org/SDL_ttf/releases attrpath: SDL2_ttf Checking auto update branch... An auto update branch exists with message `SDL2_ttf: 2.20.2 -> 2.22.0`. New version is 2.22.0. An auto update branch exists with an equal or greater version [result] Failed to update SDL2_ttf 2.20.2 -> 2.22.0 https://github.com/libsdl-org/SDL_ttf/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.setuptools-generate, using log file: /var/log/nixpkgs-update/python311Packages.setuptools-generate/2024-02-21.log python311Packages.setuptools-generate 0 -> 1 attrpath: python311Packages.setuptools-generate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-setuptools-generate-0.0.6 Press Enter key to continue... Running update for: - python3.11-setuptools-generate-0.0.6: UPDATING ... - python3.11-setuptools-generate-0.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.setuptools-generate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.proxy-py, using log file: /var/log/nixpkgs-update/python311Packages.proxy-py/2024-02-21.log python311Packages.proxy-py 0 -> 1 attrpath: python311Packages.proxy-py Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-proxy-py-2.4.3 Press Enter key to continue... Running update for: - python3.11-proxy-py-2.4.3: UPDATING ... - python3.11-proxy-py-2.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.proxy-py 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pirate-get, using log file: /var/log/nixpkgs-update/pirate-get/2024-02-21.log pirate-get 0 -> 1 attrpath: pirate-get Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - pirate-get-0.4.2 Press Enter key to continue... Running update for: - pirate-get-0.4.2: UPDATING ... - pirate-get-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pirate-get 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath z3_4_11, using log file: /var/log/nixpkgs-update/z3_4_11/2024-02-21.log z3_4_11 4.11.2 -> 4.12.5 https://github.com/Z3Prover/z3/releases attrpath: z3_4_11 Checking auto update branch... No auto update branch exists Version in attr path z3_4_11 not compatible with 4.12.5 [result] Failed to update z3_4_11 4.11.2 -> 4.12.5 https://github.com/Z3Prover/z3/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.certbot-dns-rfc2136, using log file: /var/log/nixpkgs-update/python311Packages.certbot-dns-rfc2136/2024-02-21.log python311Packages.certbot-dns-rfc2136 0 -> 1 attrpath: python311Packages.certbot-dns-rfc2136 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-certbot-dns-rfc2136-2.9.0 Press Enter key to continue... Running update for: - python3.11-certbot-dns-rfc2136-2.9.0: UPDATING ... - python3.11-certbot-dns-rfc2136-2.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.certbot-dns-rfc2136 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zope-copy, using log file: /var/log/nixpkgs-update/python311Packages.zope-copy/2024-02-21.log python311Packages.zope-copy 0 -> 1 attrpath: python311Packages.zope-copy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-zope.copy-4.3 Press Enter key to continue... Running update for: - python3.11-zope.copy-4.3: UPDATING ... - python3.11-zope.copy-4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zope-copy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath audible-cli, using log file: /var/log/nixpkgs-update/audible-cli/2024-02-21.log audible-cli 0 -> 1 attrpath: audible-cli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - audible-cli-0.2.6 Press Enter key to continue... Running update for: - audible-cli-0.2.6: UPDATING ... - audible-cli-0.2.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update audible-cli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath grilo, using log file: /var/log/nixpkgs-update/grilo/2024-02-21.log grilo 0 -> 1 attrpath: grilo Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update grilo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyairvisual, using log file: /var/log/nixpkgs-update/python311Packages.pyairvisual/2024-02-21.log python311Packages.pyairvisual 0 -> 1 attrpath: python311Packages.pyairvisual Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyairvisual-2023.12.0 Press Enter key to continue... Running update for: - python3.11-pyairvisual-2023.12.0: UPDATING ... - python3.11-pyairvisual-2023.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyairvisual 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libblockdev, using log file: /var/log/nixpkgs-update/libblockdev/2024-02-21.log libblockdev 3.0.4 -> 3.1.0-1 https://github.com/storaged-project/libblockdev/releases attrpath: libblockdev Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/pn1pwsfifgdmy32zncf60avas1wjrxds-source.drv building '/nix/store/pn1pwsfifgdmy32zncf60avas1wjrxds-source.drv'... trying https://github.com/storaged-project/libblockdev/archive/3.1.0-1-1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/pn1pwsfifgdmy32zncf60avas1wjrxds-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/storaged-project/libblockdev/archive/3.1.0-1-1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/pn1pwsfifgdmy32zncf60avas1wjrxds-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libblockdev.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/pn1pwsfifgdmy32zncf60avas1wjrxds-source.drv /nix/store/q08nnhk63wbkwnn4dwgzikzydywljn8z-libblockdev-3.1.0-1.drv building '/nix/store/pn1pwsfifgdmy32zncf60avas1wjrxds-source.drv'... trying https://github.com/storaged-project/libblockdev/archive/3.1.0-1-1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/pn1pwsfifgdmy32zncf60avas1wjrxds-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/storaged-project/libblockdev/archive/3.1.0-1-1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/pn1pwsfifgdmy32zncf60avas1wjrxds-source.drv'. error: 1 dependencies of derivation '/nix/store/q08nnhk63wbkwnn4dwgzikzydywljn8z-libblockdev-3.1.0-1.drv' failed to build [result] Failed to update libblockdev 3.0.4 -> 3.1.0-1 https://github.com/storaged-project/libblockdev/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linux_xanmod, using log file: /var/log/nixpkgs-update/linux_xanmod/2024-02-21.log linux_xanmod 6.6.17 -> 6.7.5-xanmod1 https://github.com/xanmod/linux/releases attrpath: linux_xanmod Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update linux_xanmod 6.6.17 -> 6.7.5-xanmod1 https://github.com/xanmod/linux/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rethinkdb, using log file: /var/log/nixpkgs-update/python311Packages.rethinkdb/2024-02-21.log python311Packages.rethinkdb 0 -> 1 attrpath: python311Packages.rethinkdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-rethinkdb-2.4.10.post1 Press Enter key to continue... Running update for: - python3.11-rethinkdb-2.4.10.post1: UPDATING ... - python3.11-rethinkdb-2.4.10.post1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rethinkdb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sensirion-ble, using log file: /var/log/nixpkgs-update/python311Packages.sensirion-ble/2024-02-21.log python311Packages.sensirion-ble 0 -> 1 attrpath: python311Packages.sensirion-ble Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-sensirion-ble-0.1.1 Press Enter key to continue... Running update for: - python3.11-sensirion-ble-0.1.1: UPDATING ... - python3.11-sensirion-ble-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sensirion-ble 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.docstring-to-markdown, using log file: /var/log/nixpkgs-update/python311Packages.docstring-to-markdown/2024-02-21.log python311Packages.docstring-to-markdown 0 -> 1 attrpath: python311Packages.docstring-to-markdown Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-docstring-to-markdown-0.13 Press Enter key to continue... Running update for: - python3.11-docstring-to-markdown-0.13: UPDATING ... - python3.11-docstring-to-markdown-0.13: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/docstring-to-markdown/default.nix b/pkgs/development/python-modules/docstring-to-markdown/default.nix index 958adb3ffbf1..388b0ef7f3d3 100644 --- a/pkgs/development/python-modules/docstring-to-markdown/default.nix +++ b/pkgs/development/python-modules/docstring-to-markdown/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "docstring-to-markdown"; - version = "0.13"; + version = "0.14"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -16,7 +16,7 @@ buildPythonPackage rec { owner = "python-lsp"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-r+TRYofTRDCBC0s+bJRhagepEQbbj5WeI5FRtaVPt24="; + hash = "sha256-aA46j2hn8WaJXx6JZ6Hsibf2JMZALyMekR+J7gU3Yzc="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.docstring-to-markdown nix build failed. got build log for 'python311Packages.docstring-to-markdown' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing setuptools-build-hook Using setuptoolsBuildPhase Using setuptoolsShellHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook Using setuptoolsCheckPhase Sourcing pytest-check-hook Using pytestCheckPhase Removing setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/lgqpinysvjbyvmv9b4vrd82jwb9rln4z-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_rst.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/y3zfx54qjh9vzskh31hfqkwx08wa5765-remove-coverage-tests.patch patching file setup.cfg Hunk #1 FAILED at 34. 1 out of 1 hunk FAILED -- saving rejects to file setup.cfg.rej [result] Failed to update python311Packages.docstring-to-markdown 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyyaml, using log file: /var/log/nixpkgs-update/python311Packages.pyyaml/2024-02-21.log python311Packages.pyyaml 0 -> 1 attrpath: python311Packages.pyyaml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyyaml-6.0.1 Press Enter key to continue... Running update for: - python3.11-pyyaml-6.0.1: UPDATING ... - python3.11-pyyaml-6.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyyaml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dl-librescore, using log file: /var/log/nixpkgs-update/dl-librescore/2024-02-21.log dl-librescore 0.34.59 -> 0.34.62 https://github.com/LibreScore/dl-librescore/releases attrpath: dl-librescore Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] deps hashes equal; no update necessary: sha256-DX3to2SNYhNWIJqcz5Mberuk/HSpCO538CjsvvALgkI= [result] Failed to update dl-librescore 0.34.59 -> 0.34.62 https://github.com/LibreScore/dl-librescore/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dragonfly, using log file: /var/log/nixpkgs-update/python311Packages.dragonfly/2024-02-21.log python311Packages.dragonfly 0 -> 1 attrpath: python311Packages.dragonfly Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dragonfly-0.35.0 Press Enter key to continue... Running update for: - python3.11-dragonfly-0.35.0: UPDATING ... - python3.11-dragonfly-0.35.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dragonfly 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lexicon, using log file: /var/log/nixpkgs-update/lexicon/2024-02-21.log lexicon 0 -> 1 attrpath: lexicon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - dns_lexicon-3.16.1 Press Enter key to continue... Running update for: - dns_lexicon-3.16.1: UPDATING ... - dns_lexicon-3.16.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dns-lexicon/default.nix b/pkgs/development/python-modules/dns-lexicon/default.nix index 6cc982c5df53..847bbd2f4a42 100644 --- a/pkgs/development/python-modules/dns-lexicon/default.nix +++ b/pkgs/development/python-modules/dns-lexicon/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "dns_lexicon"; - version = "3.16.1"; + version = "3.17.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "Analogj"; repo = "lexicon"; rev = "refs/tags/v${version}"; - hash = "sha256-79/zz0TOCpx26TEo6gi9JDBQeVW2azWnxAjWr/FGRLA="; + hash = "sha256-fTR3sXMdpcI6/Vch59XHff0h1SgnvQzYeKWHv3FUsXY="; }; nativeBuildInputs = [ An auto update branch exists with message `lexicon: 3.16.1 -> 3.17.0`. New version is 3.17.0. An auto update branch exists with an equal or greater version [result] Failed to update lexicon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pika, using log file: /var/log/nixpkgs-update/python311Packages.pika/2024-02-21.log python311Packages.pika 0 -> 1 attrpath: python311Packages.pika Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pika-1.3.2 Press Enter key to continue... Running update for: - python3.11-pika-1.3.2: UPDATING ... - python3.11-pika-1.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pika 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aadict, using log file: /var/log/nixpkgs-update/python311Packages.aadict/2024-02-21.log python311Packages.aadict 0 -> 1 attrpath: python311Packages.aadict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-aadict-0.2.3 Press Enter key to continue... Running update for: - python3.11-aadict-0.2.3: UPDATING ... - python3.11-aadict-0.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aadict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiocomelit, using log file: /var/log/nixpkgs-update/python311Packages.aiocomelit/2024-02-21.log python311Packages.aiocomelit 0 -> 1 attrpath: python311Packages.aiocomelit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-aiocomelit-0.8.3 Press Enter key to continue... Running update for: - python3.11-aiocomelit-0.8.3: UPDATING ... - python3.11-aiocomelit-0.8.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiocomelit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.limnoria, using log file: /var/log/nixpkgs-update/python311Packages.limnoria/2024-02-21.log python311Packages.limnoria 0 -> 1 attrpath: python311Packages.limnoria Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-limnoria-2023.11.18 Press Enter key to continue... Running update for: - python3.11-limnoria-2023.11.18: UPDATING ... - python3.11-limnoria-2023.11.18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.limnoria 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.coverage, using log file: /var/log/nixpkgs-update/python311Packages.coverage/2024-02-21.log python311Packages.coverage 0 -> 1 attrpath: python311Packages.coverage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-coverage-7.3.2 Press Enter key to continue... Running update for: - python3.11-coverage-7.3.2: UPDATING ... - python3.11-coverage-7.3.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/coverage/default.nix b/pkgs/development/python-modules/coverage/default.nix index eba9e13865d8..3b6f4681b0f1 100644 --- a/pkgs/development/python-modules/coverage/default.nix +++ b/pkgs/development/python-modules/coverage/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "coverage"; - version = "7.3.2"; + version = "7.4.2"; pyproject = true; # uses f strings @@ -16,7 +16,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-vjKtKTQbAXDnlcpZDhwH6B/AYctbEMdM5yA0kUhEBO8="; + hash = "sha256-Gl7hjjqNdmB1zpMU7Ry2lUFLrmffaksIBfUTfZPW8cs="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 5578 > 25 [result] Failed to update python311Packages.coverage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hatasmota, using log file: /var/log/nixpkgs-update/python311Packages.hatasmota/2024-02-21.log python311Packages.hatasmota 0 -> 1 attrpath: python311Packages.hatasmota Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-hatasmota-0.8.0 Press Enter key to continue... Running update for: - python3.11-hatasmota-0.8.0: UPDATING ... - python3.11-hatasmota-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hatasmota 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.chainer, using log file: /var/log/nixpkgs-update/python311Packages.chainer/2024-02-21.log python311Packages.chainer 0 -> 1 attrpath: python311Packages.chainer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-chainer-7.8.1.post1 Press Enter key to continue... Running update for: - python3.11-chainer-7.8.1.post1: UPDATING ... - python3.11-chainer-7.8.1.post1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.chainer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath btrbk, using log file: /var/log/nixpkgs-update/btrbk/2024-02-21.log btrbk 0 -> 1 attrpath: btrbk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - btrbk-0.32.6 Press Enter key to continue... Running update for: - btrbk-0.32.6: UPDATING ... - btrbk-0.32.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update btrbk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.versioneer, using log file: /var/log/nixpkgs-update/python311Packages.versioneer/2024-02-21.log python311Packages.versioneer 0 -> 1 attrpath: python311Packages.versioneer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-versioneer-0.29 Press Enter key to continue... Running update for: - python3.11-versioneer-0.29: UPDATING ... - python3.11-versioneer-0.29: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.versioneer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gscreenshot, using log file: /var/log/nixpkgs-update/gscreenshot/2024-02-21.log gscreenshot 0 -> 1 attrpath: gscreenshot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - gscreenshot-3.4.2 Press Enter key to continue... Running update for: - gscreenshot-3.4.2: UPDATING ... - gscreenshot-3.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gscreenshot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath trilium-server, using log file: /var/log/nixpkgs-update/trilium-server/2024-02-21.log trilium-server 0.62.5 -> 0.62.6 https://github.com/zadam/trilium/releases attrpath: trilium-server Checking auto update branch... No auto update branch exists Old version 0.62.5" not present in master derivation file with contents: { lib, callPackage, ... }: let metaCommon = with lib; { description = "Hierarchical note taking application with focus on building large personal knowledge bases"; homepage = "https://github.com/zadam/trilium"; license = licenses.agpl3Plus; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; platforms = [ "x86_64-linux" ]; maintainers = with maintainers; [ fliegendewurst eliandoran ]; }; in { trilium-desktop = callPackage ./desktop.nix { metaCommon = metaCommon; }; trilium-server = callPackage ./server.nix { metaCommon = metaCommon; }; } [result] Failed to update trilium-server 0.62.5 -> 0.62.6 https://github.com/zadam/trilium/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pcapy-ng, using log file: /var/log/nixpkgs-update/python311Packages.pcapy-ng/2024-02-21.log python311Packages.pcapy-ng 0 -> 1 attrpath: python311Packages.pcapy-ng Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pcapy-ng-1.0.9 Press Enter key to continue... Running update for: - python3.11-pcapy-ng-1.0.9: UPDATING ... - python3.11-pcapy-ng-1.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pcapy-ng 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.releases, using log file: /var/log/nixpkgs-update/python311Packages.releases/2024-02-21.log python311Packages.releases 0 -> 1 attrpath: python311Packages.releases Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-releases-2.1.1 Press Enter key to continue... Running update for: - python3.11-releases-2.1.1: UPDATING ... - python3.11-releases-2.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.releases 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.iptools, using log file: /var/log/nixpkgs-update/python311Packages.iptools/2024-02-21.log python311Packages.iptools 0 -> 1 attrpath: python311Packages.iptools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-iptools-0.7.0 Press Enter key to continue... Running update for: - python3.11-iptools-0.7.0: UPDATING ... - python3.11-iptools-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.iptools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath arandr, using log file: /var/log/nixpkgs-update/arandr/2024-02-21.log arandr 0 -> 1 attrpath: arandr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - arandr-0.1.11 Press Enter key to continue... Running update for: - arandr-0.1.11: UPDATING ... - arandr-0.1.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update arandr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nushellPlugins.query, using log file: /var/log/nixpkgs-update/nushellPlugins.query/2024-02-21.log nushellPlugins.query 0 -> 1 attrpath: nushellPlugins.query Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yy7fmc6ng6dlai9lkvdr1mgkfjqd1s4r-packages.json.drv building '/nix/store/yy7fmc6ng6dlai9lkvdr1mgkfjqd1s4r-packages.json.drv'... Going to be running update for following packages: - nushell_plugin_query-0.89.0 Press Enter key to continue... Running update for: - nushell_plugin_query-0.89.0: UPDATING ... - nushell_plugin_query-0.89.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nushellPlugins.query 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath git-machete, using log file: /var/log/nixpkgs-update/git-machete/2024-02-21.log git-machete 0 -> 1 attrpath: git-machete Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2kc63m6az6lwvpnyi57l5jagkzbb78x1-packages.json.drv building '/nix/store/2kc63m6az6lwvpnyi57l5jagkzbb78x1-packages.json.drv'... Going to be running update for following packages: - git-machete-3.22.0 Press Enter key to continue... Running update for: - git-machete-3.22.0: UPDATING ... - git-machete-3.22.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/version-management/git-machete/default.nix b/pkgs/applications/version-management/git-machete/default.nix index 776ec66d3a77..d0d2fbb42478 100644 --- a/pkgs/applications/version-management/git-machete/default.nix +++ b/pkgs/applications/version-management/git-machete/default.nix @@ -12,13 +12,13 @@ buildPythonApplication rec { pname = "git-machete"; - version = "3.22.0"; + version = "3.23.1"; src = fetchFromGitHub { owner = "virtuslab"; repo = pname; rev = "v${version}"; - hash = "sha256-2oEpBNMHj4qpkPp8rXEMsRRiRQeC30hQCQh7d8bOLUU="; + hash = "sha256-bXMT3LoKxhUs4R9le03blIlEzbqCEeKvwwc4e0uExzk="; }; nativeBuildInputs = [ installShellFiles ]; An auto update branch exists with message `git-machete: 3.22.0 -> 3.23.1`. New version is 3.23.1. An auto update branch exists with an equal or greater version [result] Failed to update git-machete 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath s3cmd, using log file: /var/log/nixpkgs-update/s3cmd/2024-02-21.log s3cmd 0 -> 1 attrpath: s3cmd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - s3cmd-2.4.0 Press Enter key to continue... Running update for: - s3cmd-2.4.0: UPDATING ... - s3cmd-2.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update s3cmd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.porkbun, using log file: /var/log/nixpkgs-update/terraform-providers.porkbun/2024-02-21.log terraform-providers.porkbun 0 -> 1 attrpath: terraform-providers.porkbun Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.porkbun 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytorch-lightning, using log file: /var/log/nixpkgs-update/python311Packages.pytorch-lightning/2024-02-21.log python311Packages.pytorch-lightning 0 -> 1 attrpath: python311Packages.pytorch-lightning Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pytorch-lightning-2.1.3 Press Enter key to continue... Running update for: - python3.11-pytorch-lightning-2.1.3: UPDATING ... - python3.11-pytorch-lightning-2.1.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytorch-lightning/default.nix b/pkgs/development/python-modules/pytorch-lightning/default.nix index fdced71d178a..3976b5b14f7f 100644 --- a/pkgs/development/python-modules/pytorch-lightning/default.nix +++ b/pkgs/development/python-modules/pytorch-lightning/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "pytorch-lightning"; - version = "2.1.3"; + version = "2.2.0.post0"; format = "pyproject"; src = fetchFromGitHub { owner = "Lightning-AI"; repo = "pytorch-lightning"; rev = "refs/tags/${version}"; - hash = "sha256-3ELx4ukYlmsWvzK+GxEXM/0xFPPcZZcMv566jOXfcMs="; + hash = "sha256-5mwh9YvJnMiMsqqm+a7oM+C9tEsigxNhIsjU/gZmzM4="; }; preConfigure = '' An auto update branch exists with message `python311Packages.pytorch-lightning: 2.1.3 -> 2.2.0.post0`. New version is 2.2.0.post0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.pytorch-lightning 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flatdict, using log file: /var/log/nixpkgs-update/python311Packages.flatdict/2024-02-21.log python311Packages.flatdict 0 -> 1 attrpath: python311Packages.flatdict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-flatdict-4.0.1 Press Enter key to continue... Running update for: - python3.11-flatdict-4.0.1: UPDATING ... - python3.11-flatdict-4.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flatdict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dockerpty, using log file: /var/log/nixpkgs-update/python311Packages.dockerpty/2024-02-21.log python311Packages.dockerpty 0 -> 1 attrpath: python311Packages.dockerpty Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dockerpty-0.4.1 Press Enter key to continue... Running update for: - python3.11-dockerpty-0.4.1: UPDATING ... - python3.11-dockerpty-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dockerpty 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.itemadapter, using log file: /var/log/nixpkgs-update/python311Packages.itemadapter/2024-02-21.log python311Packages.itemadapter 0 -> 1 attrpath: python311Packages.itemadapter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-itemadapter-0.8.0 Press Enter key to continue... Running update for: - python3.11-itemadapter-0.8.0: UPDATING ... - python3.11-itemadapter-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.itemadapter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.radian, using log file: /var/log/nixpkgs-update/python311Packages.radian/2024-02-21.log python311Packages.radian 0 -> 1 attrpath: python311Packages.radian Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-radian-0.6.8 Press Enter key to continue... Running update for: - python3.11-radian-0.6.8: UPDATING ... - python3.11-radian-0.6.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.radian 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.klein, using log file: /var/log/nixpkgs-update/python311Packages.klein/2024-02-21.log python311Packages.klein 0 -> 1 attrpath: python311Packages.klein Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-klein-unstable-2023-09-05 Press Enter key to continue... Running update for: - python3.11-klein-unstable-2023-09-05: UPDATING ... - python3.11-klein-unstable-2023-09-05: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.klein 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath git-annex-metadata-gui, using log file: /var/log/nixpkgs-update/git-annex-metadata-gui/2024-02-21.log git-annex-metadata-gui 0 -> 1 attrpath: git-annex-metadata-gui Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - git-annex-metadata-gui-0.2.0 Press Enter key to continue... Running update for: - git-annex-metadata-gui-0.2.0: UPDATING ... - git-annex-metadata-gui-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update git-annex-metadata-gui 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-songpal, using log file: /var/log/nixpkgs-update/python311Packages.python-songpal/2024-02-21.log python311Packages.python-songpal 0 -> 1 attrpath: python311Packages.python-songpal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-python-songpal-0.16.1 Press Enter key to continue... Running update for: - python3.11-python-songpal-0.16.1: UPDATING ... - python3.11-python-songpal-0.16.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-songpal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.migen, using log file: /var/log/nixpkgs-update/python311Packages.migen/2024-02-21.log python311Packages.migen 0 -> 1 attrpath: python311Packages.migen Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-migen-unstable-2022-09-02 Press Enter key to continue... Running update for: - python3.11-migen-unstable-2022-09-02: UPDATING ... - python3.11-migen-unstable-2022-09-02: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.migen 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath djv, using log file: /var/log/nixpkgs-update/djv/2024-02-21.log djv 2.0.8-unstable-2021-07-31 -> 2.0.8 https://github.com/darbyjohnston/djv/releases attrpath: djv Checking auto update branch... No auto update branch exists 2.0.8 is not newer than 2.0.8-unstable-2021-07-31 according to Nix; versionComparison: -1 [result] Failed to update djv 2.0.8-unstable-2021-07-31 -> 2.0.8 https://github.com/darbyjohnston/djv/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.gl, using log file: /var/log/nixpkgs-update/aspellDicts.gl/2024-02-21.log aspellDicts.gl 0 -> 1 attrpath: aspellDicts.gl Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - aspell-dict-gl-0.5a-2 Press Enter key to continue... Running update for: - aspell-dict-gl-0.5a-2: UPDATING ... - aspell-dict-gl-0.5a-2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.gl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pamela, using log file: /var/log/nixpkgs-update/python311Packages.pamela/2024-02-21.log python311Packages.pamela 0 -> 1 attrpath: python311Packages.pamela Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pamela-1.1.0 Press Enter key to continue... Running update for: - python3.11-pamela-1.1.0: UPDATING ... - python3.11-pamela-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pamela 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.elementary-music, using log file: /var/log/nixpkgs-update/pantheon.elementary-music/2024-02-21.log pantheon.elementary-music 0 -> 1 attrpath: pantheon.elementary-music Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cw50braasgjjs07ckrb2q0kbffzwlxnb-packages.json.drv building '/nix/store/cw50braasgjjs07ckrb2q0kbffzwlxnb-packages.json.drv'... Going to be running update for following packages: - elementary-music-7.1.0 Press Enter key to continue... Running update for: - elementary-music-7.1.0: UPDATING ... - elementary-music-7.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-music 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath acpic, using log file: /var/log/nixpkgs-update/acpic/2024-02-21.log acpic 0 -> 1 attrpath: acpic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - acpic-1.0.0 Press Enter key to continue... Running update for: - acpic-1.0.0: UPDATING ... - acpic-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update acpic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zeekscript, using log file: /var/log/nixpkgs-update/zeekscript/2024-02-21.log zeekscript 0 -> 1 attrpath: zeekscript Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - zeekscript-1.2.8 Press Enter key to continue... Running update for: - zeekscript-1.2.8: UPDATING ... - zeekscript-1.2.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update zeekscript 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.tidyfast, using log file: /var/log/nixpkgs-update/rPackages.tidyfast/2024-02-21.log rPackages.tidyfast 0.2.1 -> 0.4.0 https://repology.org/project/r:tidyfast/versions attrpath: rPackages.tidyfast Checking auto update branch... No auto update branch exists Old version 0.2.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.tidyfast 0.2.1 -> 0.4.0 https://repology.org/project/r:tidyfast/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_4_19.vhba, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_4_19.vhba/2024-02-21.log linuxKernel.packages.linux_4_19.vhba 20211218 -> 20240202 https://repology.org/project/vhba/versions attrpath: linuxKernel.packages.linux_4_19.vhba Checking auto update branch... An auto update branch exists with message `linuxKernel.packages.linux_4_19.vhba: 20211218 -> 20240202`. New version is 20240202. An auto update branch exists with an equal or greater version [result] Failed to update linuxKernel.packages.linux_4_19.vhba 20211218 -> 20240202 https://repology.org/project/vhba/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dmd, using log file: /var/log/nixpkgs-update/dmd/2024-02-21.log dmd 2.106.1 -> 2.107.0 https://repology.org/project/dmd/versions attrpath: dmd Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - dmd, dtools: 2.106.1 -> 2.107.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/287854" [result] Failed to update dmd 2.106.1 -> 2.107.0 https://repology.org/project/dmd/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath acme-client, using log file: /var/log/nixpkgs-update/acme-client/2024-02-21.log acme-client 1.3.2 -> 1.3.3 https://repology.org/project/acme-client/versions attrpath: acme-client Checking auto update branch... An auto update branch exists with message `acme-client: 1.3.2 -> 1.3.3`. New version is 1.3.3. An auto update branch exists with an equal or greater version [result] Failed to update acme-client 1.3.2 -> 1.3.3 https://repology.org/project/acme-client/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rascal, using log file: /var/log/nixpkgs-update/rascal/2024-02-21.log rascal 0.28.2 -> 0.33.8 https://repology.org/project/rascal/versions attrpath: rascal Checking auto update branch... An auto update branch exists with message `rascal: 0.28.2 -> 0.33.8`. New version is 0.33.8. An auto update branch exists with an equal or greater version [result] Failed to update rascal 0.28.2 -> 0.33.8 https://repology.org/project/rascal/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.HCD, using log file: /var/log/nixpkgs-update/rPackages.HCD/2024-02-21.log rPackages.HCD 0.1 -> 1.0 https://repology.org/project/r:hcd/versions attrpath: rPackages.HCD Checking auto update branch... No auto update branch exists Old version 0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.HCD 0.1 -> 1.0 https://repology.org/project/r:hcd/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.hardhat, using log file: /var/log/nixpkgs-update/rPackages.hardhat/2024-02-21.log rPackages.hardhat 1.3.0 -> 1.3.1 https://repology.org/project/r:hardhat/versions attrpath: rPackages.hardhat Checking auto update branch... No auto update branch exists Old version 1.3.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.hardhat 1.3.0 -> 1.3.1 https://repology.org/project/r:hardhat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.GaussSuppression, using log file: /var/log/nixpkgs-update/rPackages.GaussSuppression/2024-02-21.log rPackages.GaussSuppression 0.7.0 -> 0.8.0 https://repology.org/project/r:gausssuppression/versions attrpath: rPackages.GaussSuppression Checking auto update branch... No auto update branch exists Old version 0.7.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.GaussSuppression 0.7.0 -> 0.8.0 https://repology.org/project/r:gausssuppression/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.statgenIBD, using log file: /var/log/nixpkgs-update/rPackages.statgenIBD/2024-02-21.log rPackages.statgenIBD 1.0.6 -> 1.0.7 https://repology.org/project/r:statgenibd/versions attrpath: rPackages.statgenIBD Checking auto update branch... No auto update branch exists Old version 1.0.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.statgenIBD 1.0.6 -> 1.0.7 https://repology.org/project/r:statgenibd/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.anipaths, using log file: /var/log/nixpkgs-update/rPackages.anipaths/2024-02-21.log rPackages.anipaths 0.10.2 -> 0.10.3 https://repology.org/project/r:anipaths/versions attrpath: rPackages.anipaths Checking auto update branch... No auto update branch exists Old version 0.10.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.anipaths 0.10.2 -> 0.10.3 https://repology.org/project/r:anipaths/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.freesurferformats, using log file: /var/log/nixpkgs-update/rPackages.freesurferformats/2024-02-21.log rPackages.freesurferformats 0.1.17 -> 0.1.18 https://repology.org/project/r:freesurferformats/versions attrpath: rPackages.freesurferformats Checking auto update branch... No auto update branch exists Old version 0.1.17" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.freesurferformats 0.1.17 -> 0.1.18 https://repology.org/project/r:freesurferformats/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pastedeploy, using log file: /var/log/nixpkgs-update/python312Packages.pastedeploy/2024-02-21.log python312Packages.pastedeploy 3.0.1 -> 3.1.0 https://repology.org/project/python:pastedeploy/versions attrpath: python312Packages.pastedeploy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-pastedeploy-3.0.1 Press Enter key to continue... Running update for: - python3.12-pastedeploy-3.0.1: UPDATING ... - python3.12-pastedeploy-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pastedeploy 3.0.1 -> 3.1.0 https://repology.org/project/python:pastedeploy/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.PointedSDMs, using log file: /var/log/nixpkgs-update/rPackages.PointedSDMs/2024-02-21.log rPackages.PointedSDMs 1.3.1 -> 1.3.2 https://repology.org/project/r:pointedsdms/versions attrpath: rPackages.PointedSDMs Checking auto update branch... No auto update branch exists Old version 1.3.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.PointedSDMs 1.3.1 -> 1.3.2 https://repology.org/project/r:pointedsdms/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mlflow, using log file: /var/log/nixpkgs-update/rPackages.mlflow/2024-02-21.log rPackages.mlflow 2.9.2 -> 2.10.2 https://repology.org/project/r:mlflow/versions attrpath: rPackages.mlflow Checking auto update branch... No auto update branch exists Old version 2.9.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.mlflow 2.9.2 -> 2.10.2 https://repology.org/project/r:mlflow/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.sketch, using log file: /var/log/nixpkgs-update/rPackages.sketch/2024-02-21.log rPackages.sketch 1.1.19 -> 1.1.20.3 https://repology.org/project/r:sketch/versions attrpath: rPackages.sketch Checking auto update branch... No auto update branch exists Old version 1.1.19" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.sketch 1.1.19 -> 1.1.20.3 https://repology.org/project/r:sketch/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath swayimg, using log file: /var/log/nixpkgs-update/swayimg/2024-02-21.log swayimg 2.0 -> 2.1 https://github.com/artemsen/swayimg/releases attrpath: swayimg Checking auto update branch... An auto update branch exists with message `swayimg: 2.0 -> 2.1`. New version is 2.1. An auto update branch exists with an equal or greater version [result] Failed to update swayimg 2.0 -> 2.1 https://github.com/artemsen/swayimg/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.GWEX, using log file: /var/log/nixpkgs-update/rPackages.GWEX/2024-02-21.log rPackages.GWEX 1.1.2 -> 1.1.3 https://repology.org/project/r:gwex/versions attrpath: rPackages.GWEX Checking auto update branch... No auto update branch exists Old version 1.1.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.GWEX 1.1.2 -> 1.1.3 https://repology.org/project/r:gwex/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.AdaptGauss, using log file: /var/log/nixpkgs-update/rPackages.AdaptGauss/2024-02-21.log rPackages.AdaptGauss 1.5.6 -> 1.6 https://repology.org/project/r:adaptgauss/versions attrpath: rPackages.AdaptGauss Checking auto update branch... No auto update branch exists Old version 1.5.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.AdaptGauss 1.5.6 -> 1.6 https://repology.org/project/r:adaptgauss/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath geogram, using log file: /var/log/nixpkgs-update/geogram/2024-02-21.log geogram 1.8.6 -> 1.8.8 https://github.com/BrunoLevy/geogram/releases attrpath: geogram Checking auto update branch... No auto update branch exists [outpaths] eval start [outpaths] eval end [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update geogram 1.8.6 -> 1.8.8 https://github.com/BrunoLevy/geogram/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.curephEM, using log file: /var/log/nixpkgs-update/rPackages.curephEM/2024-02-21.log rPackages.curephEM 0.2.5 -> 0.3.0 https://repology.org/project/r:curephem/versions attrpath: rPackages.curephEM Checking auto update branch... No auto update branch exists Old version 0.2.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.curephEM 0.2.5 -> 0.3.0 https://repology.org/project/r:curephem/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath snd, using log file: /var/log/nixpkgs-update/snd/2024-02-21.log snd 24.0 -> 24.1 https://repology.org/project/snd/versions attrpath: snd Checking auto update branch... An auto update branch exists with message `snd: 24.0 -> 24.1`. New version is 24.1. An auto update branch exists with an equal or greater version [result] Failed to update snd 24.0 -> 24.1 https://repology.org/project/snd/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RobAStBase, using log file: /var/log/nixpkgs-update/rPackages.RobAStBase/2024-02-21.log rPackages.RobAStBase 1.2.3 -> 1.2.5 https://repology.org/project/r:robastbase/versions attrpath: rPackages.RobAStBase Checking auto update branch... No auto update branch exists Old version 1.2.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.RobAStBase 1.2.3 -> 1.2.5 https://repology.org/project/r:robastbase/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DiagrammeR, using log file: /var/log/nixpkgs-update/rPackages.DiagrammeR/2024-02-21.log rPackages.DiagrammeR 1.0.10 -> 1.0.11 https://repology.org/project/r:diagrammer/versions attrpath: rPackages.DiagrammeR Checking auto update branch... No auto update branch exists Old version 1.0.10" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.DiagrammeR 1.0.10 -> 1.0.11 https://repology.org/project/r:diagrammer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath commonsBcel, using log file: /var/log/nixpkgs-update/commonsBcel/2024-02-21.log commonsBcel 6.8.0 -> 6.8.1 https://repology.org/project/bcel/versions attrpath: commonsBcel Checking auto update branch... An auto update branch exists with message `commonsBcel: 6.8.0 -> 6.8.1`. New version is 6.8.1. An auto update branch exists with an equal or greater version [result] Failed to update commonsBcel 6.8.0 -> 6.8.1 https://repology.org/project/bcel/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.qcpm, using log file: /var/log/nixpkgs-update/rPackages.qcpm/2024-02-21.log rPackages.qcpm 0.2 -> 0.3 https://repology.org/project/r:qcpm/versions attrpath: rPackages.qcpm Checking auto update branch... No auto update branch exists Old version 0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.qcpm 0.2 -> 0.3 https://repology.org/project/r:qcpm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.poetry-core, using log file: /var/log/nixpkgs-update/python312Packages.poetry-core/2024-02-21.log python312Packages.poetry-core 1.8.1 -> 1.9.0 https://repology.org/project/python:poetry-core/versions attrpath: python312Packages.poetry-core Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-poetry-core-1.8.1 Press Enter key to continue... Running update for: - python3.12-poetry-core-1.8.1: UPDATING ... - python3.12-poetry-core-1.8.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/poetry-core/default.nix b/pkgs/development/python-modules/poetry-core/default.nix index 9b3174a3b3bd..f99d28abffb0 100644 --- a/pkgs/development/python-modules/poetry-core/default.nix +++ b/pkgs/development/python-modules/poetry-core/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "poetry-core"; - version = "1.8.1"; + version = "1.9.0"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -23,8 +23,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "python-poetry"; repo = pname; - rev = version; - hash = "sha256-RnCJ67jaL2knwv+Uo7p0zOejHAT73f40weaJnfqOYoM="; + rev = "refs/tags/${version}"; + hash = "sha256-vvwKbzGlvv2LTbXfJxQVM3nUXFGntgJxsku6cbRxCzw="; }; nativeCheckInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 10016 > 25 [result] Failed to update python312Packages.poetry-core 1.8.1 -> 1.9.0 https://repology.org/project/python:poetry-core/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pikepdf, using log file: /var/log/nixpkgs-update/python312Packages.pikepdf/2024-02-21.log python312Packages.pikepdf 8.11.2 -> 8.13.0 https://repology.org/project/python:pikepdf/versions attrpath: python312Packages.pikepdf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-pikepdf-8.11.2 Press Enter key to continue... Running update for: - python3.12-pikepdf-8.11.2: UPDATING ... - python3.12-pikepdf-8.11.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pikepdf/default.nix b/pkgs/development/python-modules/pikepdf/default.nix index 386f64718eb0..311fbcbc4bac 100644 --- a/pkgs/development/python-modules/pikepdf/default.nix +++ b/pkgs/development/python-modules/pikepdf/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "pikepdf"; - version = "8.11.2"; + version = "8.13.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -32,14 +32,14 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "pikepdf"; repo = "pikepdf"; - rev = "v${version}"; + rev = "refs/tags/v${version}"; # The content of .git_archival.txt is substituted upon tarball creation, # which creates indeterminism if master no longer points to the tag. # See https://github.com/jbarlow83/OCRmyPDF/issues/841 postFetch = '' rm "$out/.git_archival.txt" ''; - hash = "sha256-mxUXXD7/ERC6mfmLLo+zdsVblIplrlcnzTNQ7YUk3Q4="; + hash = "sha256-LKxZx69BhFWli/x7Aty1Ch7WtyZVi9lSsHysnUgvjFc="; }; patches = [ No auto update branch exists Old version 8.11.2" not present in staging derivation file with contents: { lib , attrs , buildPythonPackage , fetchFromGitHub , hypothesis , pythonOlder , jbig2dec , deprecated , lxml , mupdf-headless , numpy , packaging , pillow , psutil , pybind11 , pytest-xdist , pytestCheckHook , python-dateutil , python-xmp-toolkit , qpdf , setuptools , substituteAll }: buildPythonPackage rec { pname = "pikepdf"; version = "8.12.0.post1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "pikepdf"; repo = "pikepdf"; rev = "v${version}"; # The content of .git_archival.txt is substituted upon tarball creation, # which creates indeterminism if master no longer points to the tag. # See https://github.com/jbarlow83/OCRmyPDF/issues/841 postFetch = '' rm "$out/.git_archival.txt" ''; hash = "sha256-zUTlMNGm7QrCFcGb02vvAlhUoeFQbp//HyhkKV69JWc="; }; patches = [ (substituteAll { src = ./paths.patch; jbig2dec = lib.getExe' jbig2dec "jbig2dec"; mutool = lib.getExe' mupdf-headless "mutool"; }) ]; postPatch = '' substituteInPlace setup.py \ --replace "shims_enabled = not cflags_defined" "shims_enabled = False" ''; buildInputs = [ qpdf ]; nativeBuildInputs = [ pybind11 setuptools ]; nativeCheckInputs = [ attrs hypothesis numpy pytest-xdist psutil pytestCheckHook python-dateutil python-xmp-toolkit ]; propagatedBuildInputs = [ deprecated lxml packaging pillow ]; pythonImportsCheck = [ "pikepdf" ]; meta = with lib; { homepage = "https://github.com/pikepdf/pikepdf"; description = "Read and write PDFs with Python, powered by qpdf"; license = licenses.mpl20; maintainers = with maintainers; [ kiwi dotlambda ]; changelog = "https://github.com/pikepdf/pikepdf/blob/${src.rev}/docs/releasenotes/version${lib.versions.major version}.rst"; }; } [result] Failed to update python312Packages.pikepdf 8.11.2 -> 8.13.0 https://repology.org/project/python:pikepdf/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.trio, using log file: /var/log/nixpkgs-update/python312Packages.trio/2024-02-21.log python312Packages.trio 0.23.1 -> 0.24.0 https://repology.org/project/python:trio/versions attrpath: python312Packages.trio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-trio-0.23.1 Press Enter key to continue... Running update for: - python3.12-trio-0.23.1: UPDATING ... - python3.12-trio-0.23.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/trio/default.nix b/pkgs/development/python-modules/trio/default.nix index 648f91f07b9b..fea27d60877c 100644 --- a/pkgs/development/python-modules/trio/default.nix +++ b/pkgs/development/python-modules/trio/default.nix @@ -37,14 +37,14 @@ let in buildPythonPackage rec { pname = "trio"; - version = "0.23.1"; + version = "0.24.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-FviffcyPe53N7B/Nhj4MA5r20PmiL439Vvdddexz/Ug="; + hash = "sha256-/6CadKa/gbhPhhOQn7C+ruhHV0UBg6ei4LR7RVwMrF0="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 3159 > 25 [result] Failed to update python312Packages.trio 0.23.1 -> 0.24.0 https://repology.org/project/python:trio/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.virtualenvwrapper, using log file: /var/log/nixpkgs-update/python312Packages.virtualenvwrapper/2024-02-21.log python312Packages.virtualenvwrapper 4.8.4 -> 6.1.0 https://repology.org/project/python:virtualenvwrapper/versions attrpath: python312Packages.virtualenvwrapper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-virtualenvwrapper-4.8.4 Press Enter key to continue... Running update for: - python3.12-virtualenvwrapper-4.8.4: UPDATING ... - python3.12-virtualenvwrapper-4.8.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/virtualenvwrapper/default.nix b/pkgs/development/python-modules/virtualenvwrapper/default.nix index 93af1ab0c4ac..c7f6dad7c8ce 100644 --- a/pkgs/development/python-modules/virtualenvwrapper/default.nix +++ b/pkgs/development/python-modules/virtualenvwrapper/default.nix @@ -12,12 +12,12 @@ buildPythonPackage rec { pname = "virtualenvwrapper"; - version = "4.8.4"; + version = "6.1.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "51a1a934e7ed0ff221bdd91bf9d3b604d875afbb3aa2367133503fee168f5bfa"; + sha256 = "sha256-1Ge+rFpEvgD7XNG88zI5jD2rX7O9OveBXqhrTWuz06Q="; }; # pip depend on $HOME setting No auto update branch exists There might already be an open PR for this update: - python311Packages.virtualenvwrapper: 4.8.4 -> 6.1.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/284791" [result] Failed to update python312Packages.virtualenvwrapper 4.8.4 -> 6.1.0 https://repology.org/project/python:virtualenvwrapper/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pytz, using log file: /var/log/nixpkgs-update/python312Packages.pytz/2024-02-21.log python312Packages.pytz 2023.3.post1 -> 2024.1 https://repology.org/project/python:pytz/versions attrpath: python312Packages.pytz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-pytz-2023.3.post1 Press Enter key to continue... Running update for: - python3.12-pytz-2023.3.post1: UPDATING ... - python3.12-pytz-2023.3.post1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytz/default.nix b/pkgs/development/python-modules/pytz/default.nix index 8d4bcfbb3c6f..c90ad41d1833 100644 --- a/pkgs/development/python-modules/pytz/default.nix +++ b/pkgs/development/python-modules/pytz/default.nix @@ -2,13 +2,13 @@ buildPythonPackage rec { pname = "pytz"; - version = "2023.3.post1"; + version = "2024.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-e0/dvrlKHrpLVX2iTxn9+dtXUZJUQnCpEB2FCfn0PXs="; + hash = "sha256-KilzXqnBi68UtEiEa95aSAMO0mdXhHLYlVzQ50Q6mBI="; }; nativeCheckInputs = [ unittestCheckHook ]; No auto update branch exists Old version 2023.3.post1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools , unittestCheckHook }: buildPythonPackage rec { pname = "pytz"; version = "2024.1"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-KilzXqnBi68UtEiEa95aSAMO0mdXhHLYlVzQ50Q6mBI="; }; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ unittestCheckHook ]; unittestFlagsArray = [ "-s" "pytz/tests" ]; pythonImportsCheck = [ "pytz" ]; meta = with lib; { changelog = "https://launchpad.net/pytz/+announcements"; description = "World timezone definitions, modern and historical"; homepage = "https://pythonhosted.org/pytz"; license = licenses.mit; maintainers = with maintainers; [ dotlambda ]; }; } [result] Failed to update python312Packages.pytz 2023.3.post1 -> 2024.1 https://repology.org/project/python:pytz/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mkdocs-material, using log file: /var/log/nixpkgs-update/python312Packages.mkdocs-material/2024-02-21.log python312Packages.mkdocs-material 9.5.6 -> 9.5.10 https://repology.org/project/python:mkdocs-material/versions attrpath: python312Packages.mkdocs-material Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mkdocs-material-9.5.6 Press Enter key to continue... Running update for: - python3.12-mkdocs-material-9.5.6: UPDATING ... - python3.12-mkdocs-material-9.5.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mkdocs-material/default.nix b/pkgs/development/python-modules/mkdocs-material/default.nix index 317271a10d55..9182d79c968a 100644 --- a/pkgs/development/python-modules/mkdocs-material/default.nix +++ b/pkgs/development/python-modules/mkdocs-material/default.nix @@ -32,7 +32,7 @@ buildPythonPackage rec { pname = "mkdocs-material"; - version = "9.5.6"; + version = "9.5.10"; pyproject = true; disabled = pythonOlder "3.7"; @@ -41,7 +41,7 @@ buildPythonPackage rec { owner = "squidfunk"; repo = "mkdocs-material"; rev = "refs/tags/${version}"; - hash = "sha256-t+kS/MZ6kfga+LPSBj0h+vkY/u/bd3iqRUyOHXfrwDU="; + hash = "sha256-h/cK/MwcYLBdxo8S+RcZjWDgSuKgNzDvsqULHeMCb2o="; }; nativeBuildInputs = [ An auto update branch exists with message `python312Packages.mkdocs-material: 9.5.6 -> 9.5.8`. New version is 9.5.10. The auto update branch does not match or exceed the new version. [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/1kf1q85y3g0baglly9xfjkrqfqlsh6ly-python3.12-mkdocs-material-9.5.10" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages marked as broken and skipped:
11 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python312Packages.mkdocs-material is: Material for mkdocs meta.homepage for python312Packages.mkdocs-material is: https://squidfunk.github.io/mkdocs-material/ meta.changelog for python312Packages.mkdocs-material is: https://github.com/squidfunk/mkdocs-material/blob/refs/tags/9.5.10/CHANGELOG ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 9.5.10 with grep in /nix/store/1kf1q85y3g0baglly9xfjkrqfqlsh6ly-python3.12-mkdocs-material-9.5.10 - found 9.5.10 in filename of file in /nix/store/1kf1q85y3g0baglly9xfjkrqfqlsh6ly-python3.12-mkdocs-material-9.5.10 ---
Rebuild report (if merged into master) (click to expand) ``` 17 total rebuild path(s) 17 package rebuild(s) First fifty rebuilds by attrpath copier hydrus netbox netbox_3_6 netbox_3_7 ntfy-sh python311Packages.canals python311Packages.mkdocs-jupyter python311Packages.mkdocs-material python311Packages.mkdocs-mermaid2-plugin python311Packages.mkdocs-redoc-tag python311Packages.mkdocstrings-python python312Packages.canals python312Packages.mkdocs-material python312Packages.mkdocs-mermaid2-plugin python312Packages.mkdocs-redoc-tag python312Packages.mkdocstrings-python ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/1kf1q85y3g0baglly9xfjkrqfqlsh6ly-python3.12-mkdocs-material-9.5.10 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python312Packages.mkdocs-material https://github.com/r-ryantm/nixpkgs/archive/2fea0295087884ad8a9a97d5555d68caaafae6d6.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/2fea0295087884ad8a9a97d5555d68caaafae6d6#python312Packages.mkdocs-material ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/1kf1q85y3g0baglly9xfjkrqfqlsh6ly-python3.12-mkdocs-material-9.5.10 ls -la /nix/store/1kf1q85y3g0baglly9xfjkrqfqlsh6ly-python3.12-mkdocs-material-9.5.10/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages marked as broken and skipped:
11 packages built:
--- ###### Maintainer pings cc @dali99 for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/286031 [result] Success updating python312Packages.mkdocs-material 9.5.6 -> 9.5.10 https://repology.org/project/python:mkdocs-material/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mopidy-musicbox-webclient, using log file: /var/log/nixpkgs-update/mopidy-musicbox-webclient/2024-02-21.log mopidy-musicbox-webclient 0 -> 1 attrpath: mopidy-musicbox-webclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - mopidy-musicbox-webclient-3.1.0 Press Enter key to continue... Running update for: - mopidy-musicbox-webclient-3.1.0: UPDATING ... - mopidy-musicbox-webclient-3.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mopidy-musicbox-webclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.latexcodec, using log file: /var/log/nixpkgs-update/python311Packages.latexcodec/2024-02-21.log python311Packages.latexcodec 0 -> 1 attrpath: python311Packages.latexcodec Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-latexcodec-2.0.1 Press Enter key to continue... Running update for: - python3.11-latexcodec-2.0.1: UPDATING ... - python3.11-latexcodec-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.latexcodec 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyreadability, using log file: /var/log/nixpkgs-update/python311Packages.pyreadability/2024-02-21.log python311Packages.pyreadability 0 -> 1 attrpath: python311Packages.pyreadability Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-readability-lxml-0.8.1 Press Enter key to continue... Running update for: - python3.11-readability-lxml-0.8.1: UPDATING ... - python3.11-readability-lxml-0.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyreadability 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rapid-photo-downloader, using log file: /var/log/nixpkgs-update/rapid-photo-downloader/2024-02-21.log rapid-photo-downloader 0 -> 1 attrpath: rapid-photo-downloader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - rapid-photo-downloader-0.9.34 Press Enter key to continue... Running update for: - rapid-photo-downloader-0.9.34: UPDATING ... - rapid-photo-downloader-0.9.34: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rapid-photo-downloader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.djmail, using log file: /var/log/nixpkgs-update/python311Packages.djmail/2024-02-21.log python311Packages.djmail 0 -> 1 attrpath: python311Packages.djmail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-djmail-2.0.0 Press Enter key to continue... Running update for: - python3.11-djmail-2.0.0: UPDATING ... - python3.11-djmail-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.djmail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath po4a, using log file: /var/log/nixpkgs-update/po4a/2024-02-21.log po4a 0.62 -> 0.70 https://github.com/mquinson/po4a/releases attrpath: po4a Checking auto update branch... No auto update branch exists Derivation contains buildPerlPackage [result] Failed to update po4a 0.62 -> 0.70 https://github.com/mquinson/po4a/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath epapirus-icon-theme, using log file: /var/log/nixpkgs-update/epapirus-icon-theme/2024-02-21.log epapirus-icon-theme 0 -> 1 attrpath: epapirus-icon-theme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - papirus-icon-theme-20240201 Press Enter key to continue... Running update for: - papirus-icon-theme-20240201: UPDATING ... - papirus-icon-theme-20240201: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update epapirus-icon-theme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bme280spi, using log file: /var/log/nixpkgs-update/python311Packages.bme280spi/2024-02-21.log python311Packages.bme280spi 0 -> 1 attrpath: python311Packages.bme280spi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-bme280spi-0.2.0 Press Enter key to continue... Running update for: - python3.11-bme280spi-0.2.0: UPDATING ... - python3.11-bme280spi-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bme280spi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath notes-up, using log file: /var/log/nixpkgs-update/notes-up/2024-02-21.log notes-up 0 -> 1 attrpath: notes-up Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/si2bs54i2skqzr3x6m07llgj3vv58j5f-packages.json.drv building '/nix/store/si2bs54i2skqzr3x6m07llgj3vv58j5f-packages.json.drv'... Going to be running update for following packages: - notes-up-2.0.6 Press Enter key to continue... Running update for: - notes-up-2.0.6: UPDATING ... - notes-up-2.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update notes-up 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gevent-websocket, using log file: /var/log/nixpkgs-update/python311Packages.gevent-websocket/2024-02-21.log python311Packages.gevent-websocket 0 -> 1 attrpath: python311Packages.gevent-websocket Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-gevent-websocket-0.10.1 Press Enter key to continue... Running update for: - python3.11-gevent-websocket-0.10.1: UPDATING ... - python3.11-gevent-websocket-0.10.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gevent-websocket 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.clr-loader, using log file: /var/log/nixpkgs-update/python311Packages.clr-loader/2024-02-21.log python311Packages.clr-loader 0 -> 1 attrpath: python311Packages.clr-loader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-clr-loader-0.2.6 Press Enter key to continue... Running update for: - python3.11-clr-loader-0.2.6: UPDATING ... - python3.11-clr-loader-0.2.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.clr-loader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pythonnet, using log file: /var/log/nixpkgs-update/python311Packages.pythonnet/2024-02-21.log python311Packages.pythonnet 0 -> 1 attrpath: python311Packages.pythonnet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pythonnet-3.0.3 Press Enter key to continue... Running update for: - python3.11-pythonnet-3.0.3: UPDATING ... - python3.11-pythonnet-3.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pythonnet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.krakenex, using log file: /var/log/nixpkgs-update/python311Packages.krakenex/2024-02-21.log python311Packages.krakenex 0 -> 1 attrpath: python311Packages.krakenex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-krakenex-2.1.0 Press Enter key to continue... Running update for: - python3.11-krakenex-2.1.0: UPDATING ... - python3.11-krakenex-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.krakenex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mullvad-api, using log file: /var/log/nixpkgs-update/python311Packages.mullvad-api/2024-02-21.log python311Packages.mullvad-api 0 -> 1 attrpath: python311Packages.mullvad-api Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mullvad-api-1.0.0 Press Enter key to continue... Running update for: - python3.11-mullvad-api-1.0.0: UPDATING ... - python3.11-mullvad-api-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mullvad-api 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wfuzz, using log file: /var/log/nixpkgs-update/python311Packages.wfuzz/2024-02-21.log python311Packages.wfuzz 0 -> 1 attrpath: python311Packages.wfuzz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-wfuzz-3.1.0 Press Enter key to continue... Running update for: - python3.11-wfuzz-3.1.0: UPDATING ... - python3.11-wfuzz-3.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wfuzz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath unityhub, using log file: /var/log/nixpkgs-update/unityhub/2024-02-21.log unityhub 0 -> 1 attrpath: unityhub Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - unityhub-3.7.0 Press Enter key to continue... Running update for: - unityhub-3.7.0: UPDATING ... - unityhub-3.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update unityhub 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.shtab, using log file: /var/log/nixpkgs-update/python311Packages.shtab/2024-02-21.log python311Packages.shtab 0 -> 1 attrpath: python311Packages.shtab Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-shtab-1.6.5 Press Enter key to continue... Running update for: - python3.11-shtab-1.6.5: UPDATING ... - python3.11-shtab-1.6.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/shtab/default.nix b/pkgs/development/python-modules/shtab/default.nix index ebfbd86aeb03..b947cd811d3f 100644 --- a/pkgs/development/python-modules/shtab/default.nix +++ b/pkgs/development/python-modules/shtab/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "shtab"; - version = "1.6.5"; + version = "1.7.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "iterative"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-jplcKVXWogSrYRGch0qypWGNzO9HErR5B9S1iT4eFcM="; + hash = "sha256-b2XXDyO/2AnlxViC6sEEYUGviF6+FGXBnBcdQOuTViY="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 313 > 25 [result] Failed to update python311Packages.shtab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vc_0_7, using log file: /var/log/nixpkgs-update/vc_0_7/2024-02-21.log vc_0_7 0.7.5 -> 1.4.4 https://github.com/VcDevel/Vc/releases attrpath: vc_0_7 Checking auto update branch... No auto update branch exists Version in attr path vc_0_7 not compatible with 1.4.4 [result] Failed to update vc_0_7 0.7.5 -> 1.4.4 https://github.com/VcDevel/Vc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.editables, using log file: /var/log/nixpkgs-update/python311Packages.editables/2024-02-21.log python311Packages.editables 0 -> 1 attrpath: python311Packages.editables Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-editables-0.5 Press Enter key to continue... Running update for: - python3.11-editables-0.5: UPDATING ... - python3.11-editables-0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.editables 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gitlab-triage, using log file: /var/log/nixpkgs-update/gitlab-triage/2024-02-21.log gitlab-triage 0 -> 1 attrpath: gitlab-triage Checking auto update branch... The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update [result] Failed to update gitlab-triage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.debtcollector, using log file: /var/log/nixpkgs-update/python311Packages.debtcollector/2024-02-21.log python311Packages.debtcollector 0 -> 1 attrpath: python311Packages.debtcollector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-debtcollector-2.5.0 Press Enter key to continue... Running update for: - python3.11-debtcollector-2.5.0: UPDATING ... - python3.11-debtcollector-2.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.debtcollector 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mate.mate-system-monitor, using log file: /var/log/nixpkgs-update/mate.mate-system-monitor/2024-02-21.log mate.mate-system-monitor 0 -> 1 attrpath: mate.mate-system-monitor mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-system-monitor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pylutron, using log file: /var/log/nixpkgs-update/python311Packages.pylutron/2024-02-21.log python311Packages.pylutron 0 -> 1 attrpath: python311Packages.pylutron Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pylutron-0.2.12 Press Enter key to continue... Running update for: - python3.11-pylutron-0.2.12: UPDATING ... - python3.11-pylutron-0.2.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylutron 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pandas, using log file: /var/log/nixpkgs-update/python311Packages.pandas/2024-02-21.log python311Packages.pandas 0 -> 1 attrpath: python311Packages.pandas Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pandas-2.1.3 Press Enter key to continue... Running update for: - python3.11-pandas-2.1.3: UPDATING ... - python3.11-pandas-2.1.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pandas/default.nix b/pkgs/development/python-modules/pandas/default.nix index 7351e6536416..15bad7ada792 100644 --- a/pkgs/development/python-modules/pandas/default.nix +++ b/pkgs/development/python-modules/pandas/default.nix @@ -65,7 +65,7 @@ let pandas = buildPythonPackage rec { pname = "pandas"; - version = "2.1.3"; + version = "2.2.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -74,7 +74,7 @@ let pandas = buildPythonPackage rec { owner = "pandas-dev"; repo = "pandas"; rev = "refs/tags/v${version}"; - hash = "sha256-okGYzPJC3mpG+Sq4atjWwLlocUDnpjgGRPmQ+4ehQX0="; + hash = "sha256-PMrqniyyFYRnAeFBruPrTrGKzX2dRxMRct8AHeghstA="; }; postPatch = '' No auto update branch exists Old version 2.1.3" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchFromGitHub , pythonAtLeast , pythonOlder # build-system , cython_3 , meson-python , meson , oldest-supported-numpy , pkg-config , versioneer , wheel # propagates , numpy , python-dateutil , pytz , tzdata # optionals , beautifulsoup4 , bottleneck , blosc2 , fsspec , gcsfs , html5lib , jinja2 , lxml , matplotlib , numba , numexpr , odfpy , openpyxl , psycopg2 , pyarrow , pymysql , pyqt5 , pyreadstat , qtpy , s3fs , scipy , sqlalchemy , tables , tabulate , xarray , xlrd , xlsxwriter , zstandard # tests , adv_cmds , glibc , glibcLocales , hypothesis , pytestCheckHook , pytest-xdist , pytest-asyncio , python , runtimeShell }: let pandas = buildPythonPackage rec { pname = "pandas"; version = "2.2.0"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "pandas-dev"; repo = "pandas"; rev = "refs/tags/v${version}"; hash = "sha256-PMrqniyyFYRnAeFBruPrTrGKzX2dRxMRct8AHeghstA="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "Cython==3.0.5" "Cython>=3.0.5" \ --replace-fail "meson-python==0.13.1" "meson-python>=0.13.1" \ --replace-fail "meson==1.2.1" "meson>=1.2.1" ''; nativeBuildInputs = [ cython_3 meson-python meson numpy pkg-config versioneer wheel ] ++ versioneer.optional-dependencies.toml ++ lib.optionals (pythonOlder "3.12") [ oldest-supported-numpy ]; enableParallelBuilding = true; propagatedBuildInputs = [ numpy python-dateutil pytz tzdata ]; passthru.optional-dependencies = let extras = { aws = [ s3fs ]; clipboard = [ pyqt5 qtpy ]; compression = [ zstandard ]; computation = [ scipy xarray ]; excel = [ odfpy openpyxl # TODO: pyxlsb xlrd xlsxwriter ]; feather = [ pyarrow ]; fss = [ fsspec ]; gcp = [ gcsfs # TODO: pandas-gqb ]; hdf5 = [ blosc2 tables ]; html = [ beautifulsoup4 html5lib lxml ]; mysql = [ sqlalchemy pymysql ]; output_formatting = [ jinja2 tabulate ]; parquet = [ pyarrow ]; performance = [ bottleneck numba numexpr ]; plot = [ matplotlib ]; postgresql = [ sqlalchemy psycopg2 ]; spss = [ pyreadstat ]; sql-other = [ sqlalchemy ]; xml = [ lxml ]; }; in extras // { all = lib.concatLists (lib.attrValues extras); }; doCheck = false; # various infinite recursions passthru.tests.pytest = pandas.overridePythonAttrs (_: { doCheck = true; }); nativeCheckInputs = [ glibcLocales hypothesis pytest-asyncio pytest-xdist pytestCheckHook ] ++ lib.flatten (lib.attrValues passthru.optional-dependencies) ++ lib.optionals (stdenv.isLinux) [ # for locale executable glibc ] ++ lib.optionals (stdenv.isDarwin) [ # for locale executable adv_cmds ]; # don't max out build cores, it breaks tests dontUsePytestXdist = true; __darwinAllowLocalNetworking = true; pytestFlagsArray = [ # https://github.com/pandas-dev/pandas/blob/main/test_fast.sh "-m" "'not single_cpu and not slow and not network and not db and not slow_arm'" # https://github.com/pandas-dev/pandas/issues/54907 "--no-strict-data-files" "--numprocesses" "4" ]; disabledTests = [ # AssertionError: Did not see expected warning of class 'FutureWarning' "test_parsing_tzlocal_deprecated" ] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [ # tests/generic/test_finalize.py::test_binops[and_-args4-right] - AssertionError: assert {} == {'a': 1} "test_binops" # These tests are unreliable on aarch64-darwin. See https://github.com/pandas-dev/pandas/issues/38921. "test_rolling" ] ++ lib.optional stdenv.is32bit [ # https://github.com/pandas-dev/pandas/issues/37398 "test_rolling_var_numerical_issues" ]; # Tests have relative paths, and need to reference compiled C extensions # so change directory where `import .test` is able to be resolved preCheck = '' export HOME=$TMPDIR export LC_ALL="en_US.UTF-8" cd $out/${python.sitePackages}/pandas '' # TODO: Get locale and clipboard support working on darwin. # Until then we disable the tests. + lib.optionalString stdenv.isDarwin '' # Fake the impure dependencies pbpaste and pbcopy echo "#!${runtimeShell}" > pbcopy echo "#!${runtimeShell}" > pbpaste chmod a+x pbcopy pbpaste export PATH=$(pwd):$PATH ''; pythonImportsCheck = [ "pandas" ]; meta = with lib; { # pandas devs no longer test i686, it's commonly broken # broken = stdenv.isi686; changelog = "https://pandas.pydata.org/docs/whatsnew/index.html"; description = "Powerful data structures for data analysis, time series, and statistics"; downloadPage = "https://github.com/pandas-dev/pandas"; homepage = "https://pandas.pydata.org"; license = licenses.bsd3; longDescription = '' Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more. ''; maintainers = with maintainers; [ raskin fridh knedlsepp ]; }; }; in pandas [result] Failed to update python311Packages.pandas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.colout, using log file: /var/log/nixpkgs-update/python311Packages.colout/2024-02-21.log python311Packages.colout 0 -> 1 attrpath: python311Packages.colout Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-colout-1.1 Press Enter key to continue... Running update for: - python3.11-colout-1.1: UPDATING ... - python3.11-colout-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.colout 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tbm-utils, using log file: /var/log/nixpkgs-update/python311Packages.tbm-utils/2024-02-21.log python311Packages.tbm-utils 0 -> 1 attrpath: python311Packages.tbm-utils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-tbm-utils-2.6.0 Press Enter key to continue... Running update for: - python3.11-tbm-utils-2.6.0: UPDATING ... - python3.11-tbm-utils-2.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tbm-utils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.zenity, using log file: /var/log/nixpkgs-update/gnome.zenity/2024-02-21.log gnome.zenity 0 -> 1 attrpath: gnome.zenity Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.zenity 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nixpkgs, using log file: /var/log/nixpkgs-update/python311Packages.nixpkgs/2024-02-21.log python311Packages.nixpkgs 0 -> 1 attrpath: python311Packages.nixpkgs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-nixpkgs-0.2.4 Press Enter key to continue... Running update for: - python3.11-nixpkgs-0.2.4: UPDATING ... - python3.11-nixpkgs-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nixpkgs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.crc, using log file: /var/log/nixpkgs-update/python311Packages.crc/2024-02-21.log python311Packages.crc 0 -> 1 attrpath: python311Packages.crc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-crc-6.1.1 Press Enter key to continue... Running update for: - python3.11-crc-6.1.1: UPDATING ... - python3.11-crc-6.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.crc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.html2text, using log file: /var/log/nixpkgs-update/python311Packages.html2text/2024-02-21.log python311Packages.html2text 0 -> 1 attrpath: python311Packages.html2text Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-html2text-2020.1.16 Press Enter key to continue... Running update for: - python3.11-html2text-2020.1.16: UPDATING ... - python3.11-html2text-2020.1.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.html2text 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dvc-objects, using log file: /var/log/nixpkgs-update/python311Packages.dvc-objects/2024-02-21.log python311Packages.dvc-objects 0 -> 1 attrpath: python311Packages.dvc-objects Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dvc-objects-3.0.6 Press Enter key to continue... Running update for: - python3.11-dvc-objects-3.0.6: UPDATING ... - python3.11-dvc-objects-3.0.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dvc-objects/default.nix b/pkgs/development/python-modules/dvc-objects/default.nix index 778bcf39fa27..e38f55397e8f 100644 --- a/pkgs/development/python-modules/dvc-objects/default.nix +++ b/pkgs/development/python-modules/dvc-objects/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "dvc-objects"; - version = "3.0.6"; + version = "5.0.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "iterative"; repo = "dvc-objects"; rev = "refs/tags/${version}"; - hash = "sha256-os4MzxB4IuqJ9EsKZXGzOU23Qf6LLLiV6SLaNpMlEp8="; + hash = "sha256-ie6pRRYecyMtcMGxdIsZRs27hunaqGl4ssMWvoQ2Q48="; }; postPatch = '' An auto update branch exists with message `python311Packages.dvc-objects: 3.0.3 -> 3.0.6`. New version is 5.0.0. The auto update branch does not match or exceed the new version. [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.dvc-objects nix build failed. adding 'dvc_objects/db.py' adding 'dvc_objects/errors.py' adding 'dvc_objects/executors.py' adding 'dvc_objects/obj.py' adding 'dvc_objects/py.typed' adding 'dvc_objects/transfer.py' adding 'dvc_objects/fs/__init__.py' adding 'dvc_objects/fs/base.py' adding 'dvc_objects/fs/callbacks.py' adding 'dvc_objects/fs/errors.py' adding 'dvc_objects/fs/generic.py' adding 'dvc_objects/fs/local.py' adding 'dvc_objects/fs/memory.py' adding 'dvc_objects/fs/scheme.py' adding 'dvc_objects/fs/system.py' adding 'dvc_objects/fs/utils.py' adding 'dvc_objects-5.0.0.dist-info/LICENSE' adding 'dvc_objects-5.0.0.dist-info/METADATA' adding 'dvc_objects-5.0.0.dist-info/WHEEL' adding 'dvc_objects-5.0.0.dist-info/top_level.txt' adding 'dvc_objects-5.0.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built dvc_objects-5.0.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for dvc_objects-5.0.0-py3-none-any.whl - fsspec>=2024.2.0 not satisfied by version 2023.10.0 [result] Failed to update python311Packages.dvc-objects 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnomeExtensions.quick-settings-audio-panel, using log file: /var/log/nixpkgs-update/gnomeExtensions.quick-settings-audio-panel/2024-02-21.log gnomeExtensions.quick-settings-audio-panel 35 -> 39 https://repology.org/project/gnome:quick-settings-audio-panel/versions attrpath: gnomeExtensions.quick-settings-audio-panel Checking auto update branch... No auto update branch exists Old version 35" not present in master derivation file with contents: { pkgs, lib, stdenv, fetchzip, nixosTests }: let buildGnomeExtension = { # Every gnome extension has a UUID. It's the name of the extension folder once unpacked # and can always be found in the metadata.json of every extension. uuid, name, pname, description, # extensions.gnome.org extension URL link, # Extension version numbers are integers version, sha256, # Hex-encoded string of JSON bytes metadata, }: stdenv.mkDerivation { pname = "gnome-shell-extension-${pname}"; version = builtins.toString version; src = fetchzip { url = "https://extensions.gnome.org/extension-data/${ builtins.replaceStrings [ "@" ] [ "" ] uuid }.v${builtins.toString version}.shell-extension.zip"; inherit sha256; stripRoot = false; # The download URL may change content over time. This is because the # metadata.json is automatically generated, and parts of it can be changed # without making a new release. We simply substitute the possibly changed fields # with their content from when we last updated, and thus get a deterministic output # hash. postFetch = '' echo "${metadata}" | base64 --decode > $out/metadata.json ''; }; nativeBuildInputs = with pkgs; [ buildPackages.glib ]; buildPhase = '' runHook preBuild if [ -d schemas ]; then glib-compile-schemas --strict schemas fi runHook postBuild ''; installPhase = '' runHook preInstall mkdir -p $out/share/gnome-shell/extensions/ cp -r -T . $out/share/gnome-shell/extensions/${uuid} runHook postInstall ''; meta = { description = builtins.head (lib.splitString "\n" description); longDescription = description; homepage = link; license = lib.licenses.gpl2Plus; # https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Licensing maintainers = with lib.maintainers; [ piegames ]; }; passthru = { extensionPortalSlug = pname; # Store the extension's UUID, because we might need it at some places extensionUuid = uuid; tests = { gnome-extensions = nixosTests.gnome-extensions; }; }; }; in lib.makeOverridable buildGnomeExtension [result] Failed to update gnomeExtensions.quick-settings-audio-panel 35 -> 39 https://repology.org/project/gnome:quick-settings-audio-panel/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gsDesign2, using log file: /var/log/nixpkgs-update/rPackages.gsDesign2/2024-02-21.log rPackages.gsDesign2 1.1.0 -> 1.1.1 https://repology.org/project/r:gsdesign2/versions attrpath: rPackages.gsDesign2 Checking auto update branch... No auto update branch exists Old version 1.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.gsDesign2 1.1.0 -> 1.1.1 https://repology.org/project/r:gsdesign2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath clblast, using log file: /var/log/nixpkgs-update/clblast/2024-02-21.log clblast 1.6.1 -> 1.6.2 https://github.com/CNugteren/CLBlast/releases attrpath: clblast Checking auto update branch... An auto update branch exists with message `clblast: 1.6.1 -> 1.6.2`. New version is 1.6.2. An auto update branch exists with an equal or greater version [result] Failed to update clblast 1.6.1 -> 1.6.2 https://github.com/CNugteren/CLBlast/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.tensorboard-plugin-profile, using log file: /var/log/nixpkgs-update/python312Packages.tensorboard-plugin-profile/2024-02-21.log python312Packages.tensorboard-plugin-profile 2.11.1 -> 2.15.1 https://repology.org/project/python:tensorboard-plugin-profile/versions attrpath: python312Packages.tensorboard-plugin-profile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-tensorboard_plugin_profile-2.11.1 Press Enter key to continue... Running update for: - python3.12-tensorboard_plugin_profile-2.11.1: UPDATING ... - python3.12-tensorboard_plugin_profile-2.11.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tensorboard-plugin-profile/default.nix b/pkgs/development/python-modules/tensorboard-plugin-profile/default.nix index 158437a93d1f..460944f56b8a 100644 --- a/pkgs/development/python-modules/tensorboard-plugin-profile/default.nix +++ b/pkgs/development/python-modules/tensorboard-plugin-profile/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "tensorboard_plugin_profile"; - version = "2.11.1"; + version = "2.15.1"; format = "wheel"; src = fetchPypi { @@ -17,7 +17,7 @@ buildPythonPackage rec { format = "wheel"; dist = "py3"; python = "py3"; - hash = "sha256-t9AZg0BGjDcOxtoRBHZO0joIgLHpoKqEUY4pxmw8sjg="; + hash = "sha256-hLsz5EbrSpwGFvZp/GpCzdQOrdmuHXS/dW9PBHmZMnM="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 193 > 25 [result] Failed to update python312Packages.tensorboard-plugin-profile 2.11.1 -> 2.15.1 https://repology.org/project/python:tensorboard-plugin-profile/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.BCDAG, using log file: /var/log/nixpkgs-update/rPackages.BCDAG/2024-02-21.log rPackages.BCDAG 1.0.0 -> 1.1.0 https://repology.org/project/r:bcdag/versions attrpath: rPackages.BCDAG Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.BCDAG 1.0.0 -> 1.1.0 https://repology.org/project/r:bcdag/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.fabletools, using log file: /var/log/nixpkgs-update/rPackages.fabletools/2024-02-21.log rPackages.fabletools 0.3.4 -> 0.4.0 https://repology.org/project/r:fabletools/versions attrpath: rPackages.fabletools Checking auto update branch... No auto update branch exists Old version 0.3.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.fabletools 0.3.4 -> 0.4.0 https://repology.org/project/r:fabletools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.nosoi, using log file: /var/log/nixpkgs-update/rPackages.nosoi/2024-02-21.log rPackages.nosoi 1.1.0 -> 1.1.2 https://repology.org/project/r:nosoi/versions attrpath: rPackages.nosoi Checking auto update branch... No auto update branch exists Old version 1.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.nosoi 1.1.0 -> 1.1.2 https://repology.org/project/r:nosoi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.HTRX, using log file: /var/log/nixpkgs-update/rPackages.HTRX/2024-02-21.log rPackages.HTRX 1.2.2 -> 1.2.4 https://repology.org/project/r:htrx/versions attrpath: rPackages.HTRX Checking auto update branch... No auto update branch exists Old version 1.2.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.HTRX 1.2.2 -> 1.2.4 https://repology.org/project/r:htrx/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RcppThread, using log file: /var/log/nixpkgs-update/rPackages.RcppThread/2024-02-21.log rPackages.RcppThread 2.1.6 -> 2.1.7 https://repology.org/project/r:rcppthread/versions attrpath: rPackages.RcppThread Checking auto update branch... No auto update branch exists Old version 2.1.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.RcppThread 2.1.6 -> 2.1.7 https://repology.org/project/r:rcppthread/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.metaRange, using log file: /var/log/nixpkgs-update/rPackages.metaRange/2024-02-21.log rPackages.metaRange 1.0.1 -> 1.1.4 https://repology.org/project/r:metarange/versions attrpath: rPackages.metaRange Checking auto update branch... No auto update branch exists Old version 1.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.metaRange 1.0.1 -> 1.1.4 https://repology.org/project/r:metarange/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rnaturalearthdata, using log file: /var/log/nixpkgs-update/rPackages.rnaturalearthdata/2024-02-21.log rPackages.rnaturalearthdata 0.1.0 -> 1.0.0 https://repology.org/project/r:rnaturalearthdata/versions attrpath: rPackages.rnaturalearthdata Checking auto update branch... No auto update branch exists Old version 0.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rnaturalearthdata 0.1.0 -> 1.0.0 https://repology.org/project/r:rnaturalearthdata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.diseasemapping, using log file: /var/log/nixpkgs-update/rPackages.diseasemapping/2024-02-21.log rPackages.diseasemapping 2.0.5 -> 2.0.6 https://repology.org/project/r:diseasemapping/versions attrpath: rPackages.diseasemapping Checking auto update branch... No auto update branch exists Old version 2.0.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.diseasemapping 2.0.5 -> 2.0.6 https://repology.org/project/r:diseasemapping/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.databraryr, using log file: /var/log/nixpkgs-update/rPackages.databraryr/2024-02-21.log rPackages.databraryr 0.5.1 -> 0.6.0 https://repology.org/project/r:databraryr/versions attrpath: rPackages.databraryr Checking auto update branch... No auto update branch exists Old version 0.5.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.databraryr 0.5.1 -> 0.6.0 https://repology.org/project/r:databraryr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.IncidencePrevalence, using log file: /var/log/nixpkgs-update/rPackages.IncidencePrevalence/2024-02-21.log rPackages.IncidencePrevalence 0.6.0 -> 0.7.0 https://repology.org/project/r:incidenceprevalence/versions attrpath: rPackages.IncidencePrevalence Checking auto update branch... No auto update branch exists Old version 0.6.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.IncidencePrevalence 0.6.0 -> 0.7.0 https://repology.org/project/r:incidenceprevalence/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath igv, using log file: /var/log/nixpkgs-update/igv/2024-02-21.log igv 2.17.1 -> 2.17.2 https://repology.org/project/igv/versions attrpath: igv Checking auto update branch... An auto update branch exists with message `igv: 2.17.1 -> 2.17.2`. New version is 2.17.2. An auto update branch exists with an equal or greater version [result] Failed to update igv 2.17.1 -> 2.17.2 https://repology.org/project/igv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.rocblas, using log file: /var/log/nixpkgs-update/rocmPackages.rocblas/2024-02-21.log rocmPackages.rocblas 0 -> 1 attrpath: rocmPackages.rocblas Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - rocblas-5.7.1 Press Enter key to continue... Running update for: - rocblas-5.7.1: UPDATING ... - rocblas-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocblas-5.7.1 ---------------------- 'rocmPackages_5.rocblas' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocblas'. --- SHOWING ERROR LOG FOR rocblas-5.7.1 ---------------------- The update script for rocblas-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocblas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.newversion, using log file: /var/log/nixpkgs-update/python311Packages.newversion/2024-02-21.log python311Packages.newversion 0 -> 1 attrpath: python311Packages.newversion Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-newversion-2.0.0 Press Enter key to continue... Running update for: - python3.11-newversion-2.0.0: UPDATING ... - python3.11-newversion-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.newversion 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.afdko, using log file: /var/log/nixpkgs-update/python311Packages.afdko/2024-02-21.log python311Packages.afdko 0 -> 1 attrpath: python311Packages.afdko Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-afdko-4.0.1 Press Enter key to continue... Running update for: - python3.11-afdko-4.0.1: UPDATING ... - python3.11-afdko-4.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.afdko 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dogtag-pki, using log file: /var/log/nixpkgs-update/python311Packages.dogtag-pki/2024-02-21.log python311Packages.dogtag-pki 0 -> 1 attrpath: python311Packages.dogtag-pki Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dogtag-pki-11.2.1 Press Enter key to continue... Running update for: - python3.11-dogtag-pki-11.2.1: UPDATING ... - python3.11-dogtag-pki-11.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dogtag-pki 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.afsapi, using log file: /var/log/nixpkgs-update/python311Packages.afsapi/2024-02-21.log python311Packages.afsapi 0 -> 1 attrpath: python311Packages.afsapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-afsapi-0.2.8 Press Enter key to continue... Running update for: - python3.11-afsapi-0.2.8: UPDATING ... - python3.11-afsapi-0.2.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.afsapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.influxdb, using log file: /var/log/nixpkgs-update/python311Packages.influxdb/2024-02-21.log python311Packages.influxdb 0 -> 1 attrpath: python311Packages.influxdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-influxdb-5.3.1 Press Enter key to continue... Running update for: - python3.11-influxdb-5.3.1: UPDATING ... - python3.11-influxdb-5.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.influxdb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.niaaml, using log file: /var/log/nixpkgs-update/python311Packages.niaaml/2024-02-21.log python311Packages.niaaml 0 -> 1 attrpath: python311Packages.niaaml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c21yaz9mpai7brm1d4vchxypr0n3bgnf-packages.json.drv building '/nix/store/c21yaz9mpai7brm1d4vchxypr0n3bgnf-packages.json.drv'... Going to be running update for following packages: - python3.11-niaaml-1.2.0 Press Enter key to continue... Running update for: - python3.11-niaaml-1.2.0: UPDATING ... - python3.11-niaaml-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.niaaml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath elixir_1_11, using log file: /var/log/nixpkgs-update/elixir_1_11/2024-02-21.log elixir_1_11 1.11.4 -> 1.16.1 https://github.com/elixir-lang/elixir/releases attrpath: elixir_1_11 Checking auto update branch... No auto update branch exists Version in attr path elixir_1_11 not compatible with 1.16.1 [result] Failed to update elixir_1_11 1.11.4 -> 1.16.1 https://github.com/elixir-lang/elixir/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.labelbox, using log file: /var/log/nixpkgs-update/python311Packages.labelbox/2024-02-21.log python311Packages.labelbox 0 -> 1 attrpath: python311Packages.labelbox Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-labelbox-3.58.1 Press Enter key to continue... Running update for: - python3.11-labelbox-3.58.1: UPDATING ... - python3.11-labelbox-3.58.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/labelbox/default.nix b/pkgs/development/python-modules/labelbox/default.nix index 76c51b77a92d..2c83a8b21b5f 100644 --- a/pkgs/development/python-modules/labelbox/default.nix +++ b/pkgs/development/python-modules/labelbox/default.nix @@ -25,7 +25,7 @@ buildPythonPackage rec { pname = "labelbox"; - version = "3.58.1"; + version = "3.63.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -34,7 +34,7 @@ buildPythonPackage rec { owner = "Labelbox"; repo = "labelbox-python"; rev = "refs/tags/v.${version}"; - hash = "sha256-H6fn+TpfYbu/warhr9XcQjfxSThIjBp9XwelA5ZvTBE="; + hash = "sha256-4iPXi5sngiBC1EOS7agHW0FkEaH1UaGuET4uqRxn2n8="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/ijhh8m42x389sqcsy86rib73mrdasj6s-python3.11-labelbox-3.63.0" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package marked as broken and skipped:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. - WARNING: Package has meta.broken=true; Please manually test this package update and remove the broken attribute. meta.description for python311Packages.labelbox is: Platform API for LabelBox meta.homepage for python311Packages.labelbox is: https://github.com/Labelbox/labelbox-python meta.changelog for python311Packages.labelbox is: https://github.com/Labelbox/labelbox-python/blob/v.3.63.0/CHANGELOG.md ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.63.0 with grep in /nix/store/ijhh8m42x389sqcsy86rib73mrdasj6s-python3.11-labelbox-3.63.0 - found 3.63.0 in filename of file in /nix/store/ijhh8m42x389sqcsy86rib73mrdasj6s-python3.11-labelbox-3.63.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath python311Packages.labelbox ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ijhh8m42x389sqcsy86rib73mrdasj6s-python3.11-labelbox-3.63.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.labelbox https://github.com/r-ryantm/nixpkgs/archive/f100cdc5a034c8232c82705583d96d76baeea1c7.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/f100cdc5a034c8232c82705583d96d76baeea1c7#python311Packages.labelbox ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/ijhh8m42x389sqcsy86rib73mrdasj6s-python3.11-labelbox-3.63.0 ls -la /nix/store/ijhh8m42x389sqcsy86rib73mrdasj6s-python3.11-labelbox-3.63.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package marked as broken and skipped:
--- ###### Maintainer pings cc @Rakesh4G for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/290340 [result] Success updating python311Packages.labelbox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath b4, using log file: /var/log/nixpkgs-update/b4/2024-02-21.log b4 0 -> 1 attrpath: b4 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - b4-0.13.0 Press Enter key to continue... Running update for: - b4-0.13.0: UPDATING ... - b4-0.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update b4 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vispy, using log file: /var/log/nixpkgs-update/python311Packages.vispy/2024-02-21.log python311Packages.vispy 0 -> 1 attrpath: python311Packages.vispy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-vispy-0.14.1 Press Enter key to continue... Running update for: - python3.11-vispy-0.14.1: UPDATING ... - python3.11-vispy-0.14.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vispy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fastembed, using log file: /var/log/nixpkgs-update/python311Packages.fastembed/2024-02-21.log python311Packages.fastembed 0 -> 1 attrpath: python311Packages.fastembed Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-fastembed-0.1.2 Press Enter key to continue... Running update for: - python3.11-fastembed-0.1.2: UPDATING ... - python3.11-fastembed-0.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/fastembed/default.nix b/pkgs/development/python-modules/fastembed/default.nix index 0302770761ed..a2c8173fe42a 100644 --- a/pkgs/development/python-modules/fastembed/default.nix +++ b/pkgs/development/python-modules/fastembed/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "fastembed"; - version = "0.1.2"; + version = "0.2.2"; pyproject = true; disabled = pythonOlder "3.8"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "qdrant"; repo = "fastembed"; rev = "refs/tags/v${version}"; - hash = "sha256-FW85xeRcrPL3euXcQ3dS40SapimFgpWtRu6XiIzdzSM="; + hash = "sha256-ufgco5wPBG19GM99rZV7LKQqEzzCv24I8026SMz0CH4="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.fastembed nix build failed. adding 'fastembed/__init__.py' adding 'fastembed/embedding.py' adding 'fastembed/models.json' adding 'fastembed/parallel_processor.py' adding 'fastembed/common/__init__.py' adding 'fastembed/common/model_management.py' adding 'fastembed/common/models.py' adding 'fastembed/common/utils.py' adding 'fastembed/image/__init__.py' adding 'fastembed/sparse/__init__.py' adding 'fastembed/text/__init__.py' adding 'fastembed/text/e5_onnx_embedding.py' adding 'fastembed/text/jina_onnx_embedding.py' adding 'fastembed/text/onnx_embedding.py' adding 'fastembed/text/text_embedding.py' adding 'fastembed/text/text_embedding_base.py' adding 'fastembed-0.2.2.dist-info/LICENSE' adding 'fastembed-0.2.2.dist-info/METADATA' adding 'fastembed-0.2.2.dist-info/WHEEL' adding 'fastembed-0.2.2.dist-info/RECORD' OK /build/source Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for fastembed-0.2.2-py3-none-any.whl - loguru not installed - onnxruntime<2.0.0,>=1.17.0 not satisfied by version 1.16.3 - tokenizers<0.16.0,>=0.15.1 not satisfied by version 0.15.0 [result] Failed to update python311Packages.fastembed 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vulture, using log file: /var/log/nixpkgs-update/python311Packages.vulture/2024-02-21.log python311Packages.vulture 0 -> 1 attrpath: python311Packages.vulture Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-vulture-2.11 Press Enter key to continue... Running update for: - python3.11-vulture-2.11: UPDATING ... - python3.11-vulture-2.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vulture 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath php81Extensions.maxminddb, using log file: /var/log/nixpkgs-update/php81Extensions.maxminddb/2024-02-21.log php81Extensions.maxminddb 0 -> 1 attrpath: php81Extensions.maxminddb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x9qlr5pdw09ssc3lxa35pznqrhbfp9fx-packages.json.drv building '/nix/store/x9qlr5pdw09ssc3lxa35pznqrhbfp9fx-packages.json.drv'... Going to be running update for following packages: - php-maxminddb-1.11.1 Press Enter key to continue... Running update for: - php-maxminddb-1.11.1: UPDATING ... - php-maxminddb-1.11.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.maxminddb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cwl-upgrader, using log file: /var/log/nixpkgs-update/python311Packages.cwl-upgrader/2024-02-21.log python311Packages.cwl-upgrader 0 -> 1 attrpath: python311Packages.cwl-upgrader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-cwl-upgrader-1.2.11 Press Enter key to continue... Running update for: - python3.11-cwl-upgrader-1.2.11: UPDATING ... - python3.11-cwl-upgrader-1.2.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cwl-upgrader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath godot3-headless, using log file: /var/log/nixpkgs-update/godot3-headless/2024-02-21.log godot3-headless 3.5.2 -> 4.2.1-stable https://github.com/godotengine/godot/releases attrpath: godot3-headless Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/9dhqwic3lmddfjb754lqlb1iasy80amc-source.drv building '/nix/store/9dhqwic3lmddfjb754lqlb1iasy80amc-source.drv'... trying https://github.com/godotengine/godot/archive/4.2.1-stable-stable.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/9dhqwic3lmddfjb754lqlb1iasy80amc-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/godotengine/godot/archive/4.2.1-stable-stable.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/9dhqwic3lmddfjb754lqlb1iasy80amc-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'godot3-headless.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/9dhqwic3lmddfjb754lqlb1iasy80amc-source.drv /nix/store/7av28h84wrv9h4a3dnhqnjhjfg02a88v-godot3-headless-4.2.1-stable.drv building '/nix/store/9dhqwic3lmddfjb754lqlb1iasy80amc-source.drv'... trying https://github.com/godotengine/godot/archive/4.2.1-stable-stable.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/9dhqwic3lmddfjb754lqlb1iasy80amc-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/godotengine/godot/archive/4.2.1-stable-stable.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/9dhqwic3lmddfjb754lqlb1iasy80amc-source.drv'. error: 1 dependencies of derivation '/nix/store/7av28h84wrv9h4a3dnhqnjhjfg02a88v-godot3-headless-4.2.1-stable.drv' failed to build [result] Failed to update godot3-headless 3.5.2 -> 4.2.1-stable https://github.com/godotengine/godot/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jupyter-book, using log file: /var/log/nixpkgs-update/python311Packages.jupyter-book/2024-02-21.log python311Packages.jupyter-book 0 -> 1 attrpath: python311Packages.jupyter-book Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-jupyter-book-1.0.0 Press Enter key to continue... Running update for: - python3.11-jupyter-book-1.0.0: UPDATING ... - python3.11-jupyter-book-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jupyter-book 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-awscrt, using log file: /var/log/nixpkgs-update/python311Packages.types-awscrt/2024-02-21.log python311Packages.types-awscrt 0 -> 1 attrpath: python311Packages.types-awscrt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-types-awscrt-0.20.3 Press Enter key to continue... Running update for: - python3.11-types-awscrt-0.20.3: UPDATING ... - python3.11-types-awscrt-0.20.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-awscrt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.itypes, using log file: /var/log/nixpkgs-update/python311Packages.itypes/2024-02-21.log python311Packages.itypes 0 -> 1 attrpath: python311Packages.itypes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-itypes-1.2.0 Press Enter key to continue... Running update for: - python3.11-itypes-1.2.0: UPDATING ... - python3.11-itypes-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.itypes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.agent-py, using log file: /var/log/nixpkgs-update/python311Packages.agent-py/2024-02-21.log python311Packages.agent-py 0 -> 1 attrpath: python311Packages.agent-py Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-agent-py-0.0.23 Press Enter key to continue... Running update for: - python3.11-agent-py-0.0.23: UPDATING ... - python3.11-agent-py-0.0.23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.agent-py 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.matplotx, using log file: /var/log/nixpkgs-update/python311Packages.matplotx/2024-02-21.log python311Packages.matplotx 0 -> 1 attrpath: python311Packages.matplotx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-matplotx-0.3.10 Press Enter key to continue... Running update for: - python3.11-matplotx-0.3.10: UPDATING ... - python3.11-matplotx-0.3.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.matplotx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath matrix-synapse-plugins.matrix-http-rendezvous-synapse, using log file: /var/log/nixpkgs-update/matrix-synapse-plugins.matrix-http-rendezvous-synapse/2024-02-21.log matrix-synapse-plugins.matrix-http-rendezvous-synapse 0 -> 1 attrpath: matrix-synapse-plugins.matrix-http-rendezvous-synapse Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-matrix-http-rendezvous-synapse-0.1.12 Press Enter key to continue... Running update for: - python3.11-matrix-http-rendezvous-synapse-0.1.12: UPDATING ... - python3.11-matrix-http-rendezvous-synapse-0.1.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update matrix-synapse-plugins.matrix-http-rendezvous-synapse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flask-sslify, using log file: /var/log/nixpkgs-update/python311Packages.flask-sslify/2024-02-21.log python311Packages.flask-sslify 0 -> 1 attrpath: python311Packages.flask-sslify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-Flask-SSLify-0.1.5 Press Enter key to continue... Running update for: - python3.11-Flask-SSLify-0.1.5: UPDATING ... - python3.11-Flask-SSLify-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-sslify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.cs, using log file: /var/log/nixpkgs-update/aspellDicts.cs/2024-02-21.log aspellDicts.cs 0 -> 1 attrpath: aspellDicts.cs Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - aspell-dict-cs-20040614-1 Press Enter key to continue... Running update for: - aspell-dict-cs-20040614-1: UPDATING ... - aspell-dict-cs-20040614-1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.cs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pip-requirements-parser, using log file: /var/log/nixpkgs-update/python311Packages.pip-requirements-parser/2024-02-21.log python311Packages.pip-requirements-parser 0 -> 1 attrpath: python311Packages.pip-requirements-parser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pip-requirements-parser-32.0.1 Press Enter key to continue... Running update for: - python3.11-pip-requirements-parser-32.0.1: UPDATING ... - python3.11-pip-requirements-parser-32.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pip-requirements-parser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jsonpath, using log file: /var/log/nixpkgs-update/python311Packages.jsonpath/2024-02-21.log python311Packages.jsonpath 0 -> 1 attrpath: python311Packages.jsonpath Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-jsonpath-0.82.2 Press Enter key to continue... Running update for: - python3.11-jsonpath-0.82.2: UPDATING ... - python3.11-jsonpath-0.82.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jsonpath 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dfmt, using log file: /var/log/nixpkgs-update/dfmt/2024-02-21.log dfmt 0 -> 1 attrpath: dfmt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - dfmt-1.2.0 Press Enter key to continue... Running update for: - dfmt-1.2.0: UPDATING ... - dfmt-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dfmt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.simplejson, using log file: /var/log/nixpkgs-update/python311Packages.simplejson/2024-02-21.log python311Packages.simplejson 0 -> 1 attrpath: python311Packages.simplejson Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-simplejson-3.19.2 Press Enter key to continue... Running update for: - python3.11-simplejson-3.19.2: UPDATING ... - python3.11-simplejson-3.19.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.simplejson 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.elegy, using log file: /var/log/nixpkgs-update/python311Packages.elegy/2024-02-21.log python311Packages.elegy 0 -> 1 attrpath: python311Packages.elegy Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-elegy-0.8.6 Press Enter key to continue... Running update for: - python3.11-elegy-0.8.6: UPDATING ... - python3.11-elegy-0.8.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.elegy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kodiPackages.inputstreamhelper, using log file: /var/log/nixpkgs-update/kodiPackages.inputstreamhelper/2024-02-21.log kodiPackages.inputstreamhelper 0 -> 1 attrpath: kodiPackages.inputstreamhelper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - kodi-inputstreamhelper-0.6.1+matrix.1 Press Enter key to continue... Running update for: - kodi-inputstreamhelper-0.6.1+matrix.1: UPDATING ... - kodi-inputstreamhelper-0.6.1+matrix.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kodiPackages.inputstreamhelper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyro-ppl, using log file: /var/log/nixpkgs-update/python311Packages.pyro-ppl/2024-02-21.log python311Packages.pyro-ppl 0 -> 1 attrpath: python311Packages.pyro-ppl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyro-ppl-1.8.6 Press Enter key to continue... Running update for: - python3.11-pyro-ppl-1.8.6: UPDATING ... - python3.11-pyro-ppl-1.8.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyro-ppl/default.nix b/pkgs/development/python-modules/pyro-ppl/default.nix index 9dbd71e83acf..93002f4b1e63 100644 --- a/pkgs/development/python-modules/pyro-ppl/default.nix +++ b/pkgs/development/python-modules/pyro-ppl/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "pyro-ppl"; - version = "1.8.6"; + version = "1.9.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit version pname; - hash = "sha256-ANL03ailPmbZVRJNxuSektz1cM071waCUJHbdk2TzQc="; + hash = "sha256-QfTABRWVaCgPvFEWSJYKmKKxpBACfYvQpDIgrJsQLN8="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/3sz8jhailxihh0zvxwff2sn82jln7g8r-python3.11-pyro-ppl-1.9.0" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python311Packages.pyro-ppl is: Library for probabilistic modeling and inference meta.homepage for python311Packages.pyro-ppl is: http://pyro.ai meta.changelog for python311Packages.pyro-ppl is: https://github.com/pyro-ppl/pyro/releases/tag/1.9.0 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.9.0 with grep in /nix/store/3sz8jhailxihh0zvxwff2sn82jln7g8r-python3.11-pyro-ppl-1.9.0 - found 1.9.0 in filename of file in /nix/store/3sz8jhailxihh0zvxwff2sn82jln7g8r-python3.11-pyro-ppl-1.9.0 ---
Rebuild report (if merged into master) (click to expand) ``` 11 total rebuild path(s) 11 package rebuild(s) First fifty rebuilds by attrpath python311Packages.arviz python311Packages.ax python311Packages.bambi python311Packages.botorch python311Packages.funsor python311Packages.numpyro python311Packages.optuna python311Packages.pyannote-audio python311Packages.pyannote-pipeline python311Packages.pymc python311Packages.pyro-ppl ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/3sz8jhailxihh0zvxwff2sn82jln7g8r-python3.11-pyro-ppl-1.9.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.pyro-ppl https://github.com/r-ryantm/nixpkgs/archive/be0bcfb984c4a248524b6c0d85f030695ec98df9.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/be0bcfb984c4a248524b6c0d85f030695ec98df9#python311Packages.pyro-ppl ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/3sz8jhailxihh0zvxwff2sn82jln7g8r-python3.11-pyro-ppl-1.9.0 ls -la /nix/store/3sz8jhailxihh0zvxwff2sn82jln7g8r-python3.11-pyro-ppl-1.9.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @teh @georgewhewell for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/290349 [result] Success updating python311Packages.pyro-ppl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.environs, using log file: /var/log/nixpkgs-update/python311Packages.environs/2024-02-21.log python311Packages.environs 0 -> 1 attrpath: python311Packages.environs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-environs-10.3.0 Press Enter key to continue... Running update for: - python3.11-environs-10.3.0: UPDATING ... - python3.11-environs-10.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.environs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jicofo, using log file: /var/log/nixpkgs-update/jicofo/2024-02-21.log jicofo 0 -> 1 attrpath: jicofo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - jicofo-1.0-1062 Press Enter key to continue... Running update for: - jicofo-1.0-1062: UPDATING ... - jicofo-1.0-1062: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/jicofo/default.nix b/pkgs/servers/jicofo/default.nix index b567c701ff7e..5548c9ec2625 100644 --- a/pkgs/servers/jicofo/default.nix +++ b/pkgs/servers/jicofo/default.nix @@ -2,10 +2,10 @@ let pname = "jicofo"; - version = "1.0-1062"; + version = "1.0-1066"; src = fetchurl { url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb"; - sha256 = "bU7h7kjs2yu1O+qhKcs6C63DH/omo/R1+Ms40KHkjHU="; + sha256 = "+5M5EoN0PpWP1OEyio1dU33n4utOgM0JLadrd+Ei+aI="; }; in stdenv.mkDerivation { An auto update branch exists with message `jicofo: 1.0-1062 -> 1.0-1066`. New version is 1.0-1066. An auto update branch exists with an equal or greater version [result] Failed to update jicofo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ivpn, using log file: /var/log/nixpkgs-update/ivpn/2024-02-21.log ivpn 3.10.15 -> 3.14.2 https://github.com/ivpn/desktop-app/releases attrpath: ivpn Checking auto update branch... An auto update branch exists with message `ivpn: 3.10.15 -> 3.14.2`. New version is 3.14.2. An auto update branch exists with an equal or greater version [result] Failed to update ivpn 3.10.15 -> 3.14.2 https://github.com/ivpn/desktop-app/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rainloop-community, using log file: /var/log/nixpkgs-update/rainloop-community/2024-02-21.log rainloop-community 1.16.0 -> 1.17.0 https://github.com/RainLoop/rainloop-webmail/releases attrpath: rainloop-community Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rainloop-community 1.16.0 -> 1.17.0 https://github.com/RainLoop/rainloop-webmail/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.graph-tool, using log file: /var/log/nixpkgs-update/python311Packages.graph-tool/2024-02-21.log python311Packages.graph-tool 0 -> 1 attrpath: python311Packages.graph-tool Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-graph-tool-2.45 Press Enter key to continue... Running update for: - python3.11-graph-tool-2.45: UPDATING ... - python3.11-graph-tool-2.45: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.graph-tool 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-fedora, using log file: /var/log/nixpkgs-update/python311Packages.python-fedora/2024-02-21.log python311Packages.python-fedora 0 -> 1 attrpath: python311Packages.python-fedora Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-python-fedora-1.1.1 Press Enter key to continue... Running update for: - python3.11-python-fedora-1.1.1: UPDATING ... - python3.11-python-fedora-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-fedora 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.service-identity, using log file: /var/log/nixpkgs-update/python311Packages.service-identity/2024-02-21.log python311Packages.service-identity 0 -> 1 attrpath: python311Packages.service-identity Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-service-identity-23.1.0 Press Enter key to continue... Running update for: - python3.11-service-identity-23.1.0: UPDATING ... - python3.11-service-identity-23.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/service-identity/default.nix b/pkgs/development/python-modules/service-identity/default.nix index 53fa54a5aff0..9f708245cd44 100644 --- a/pkgs/development/python-modules/service-identity/default.nix +++ b/pkgs/development/python-modules/service-identity/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "service-identity"; - version = "23.1.0"; + version = "24.1.0"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "pyca"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-PGDtsDgRwh7GuuM4OuExiy8L4i3Foo+OD0wMrndPkvo="; + hash = "sha256-ibi9hls/VnVePv4fF2CyxI22P1RX6QpCwyeENWVPkx4="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.service-identity: 23.1.0 -> 24.1.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/281337" [result] Failed to update python311Packages.service-identity 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nextcloudmonitor, using log file: /var/log/nixpkgs-update/python311Packages.nextcloudmonitor/2024-02-21.log python311Packages.nextcloudmonitor 0 -> 1 attrpath: python311Packages.nextcloudmonitor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-nextcloudmonitor-1.5.0 Press Enter key to continue... Running update for: - python3.11-nextcloudmonitor-1.5.0: UPDATING ... - python3.11-nextcloudmonitor-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nextcloudmonitor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.preshed, using log file: /var/log/nixpkgs-update/python311Packages.preshed/2024-02-21.log python311Packages.preshed 0 -> 1 attrpath: python311Packages.preshed Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-preshed-3.0.9 Press Enter key to continue... Running update for: - python3.11-preshed-3.0.9: UPDATING ... - python3.11-preshed-3.0.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/preshed/default.nix b/pkgs/development/python-modules/preshed/default.nix index e0d37c51a2b1..557045649425 100644 --- a/pkgs/development/python-modules/preshed/default.nix +++ b/pkgs/development/python-modules/preshed/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "preshed"; - version = "3.0.9"; + version = "4.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-chhjxSRP/NJlGtCSiVGix8d7EC9OEaJRrYXTfudiFmA="; + hash = "sha256-XisLKgfdGo3uqtZhIBmEXGAu4kkH9pNuqvF6q9VuVEw="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.preshed: 3.0.9 -> 4.0.0`. New version is 4.0.0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.preshed 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-multiapi-storage, using log file: /var/log/nixpkgs-update/python311Packages.azure-multiapi-storage/2024-02-21.log python311Packages.azure-multiapi-storage 0 -> 1 attrpath: python311Packages.azure-multiapi-storage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-azure-multiapi-storage-1.2.0 Press Enter key to continue... Running update for: - python3.11-azure-multiapi-storage-1.2.0: UPDATING ... - python3.11-azure-multiapi-storage-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-multiapi-storage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.palace, using log file: /var/log/nixpkgs-update/python311Packages.palace/2024-02-21.log python311Packages.palace 0 -> 1 attrpath: python311Packages.palace Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-palace-0.2.5 Press Enter key to continue... Running update for: - python3.11-palace-0.2.5: UPDATING ... - python3.11-palace-0.2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.palace 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.setuptools-odoo, using log file: /var/log/nixpkgs-update/python311Packages.setuptools-odoo/2024-02-21.log python311Packages.setuptools-odoo 0 -> 1 attrpath: python311Packages.setuptools-odoo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-setuptools-odoo-3.2.1 Press Enter key to continue... Running update for: - python3.11-setuptools-odoo-3.2.1: UPDATING ... - python3.11-setuptools-odoo-3.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.setuptools-odoo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ntfy-sh, using log file: /var/log/nixpkgs-update/ntfy-sh/2024-02-21.log ntfy-sh 0 -> 1 attrpath: ntfy-sh Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] skipping because derivation has updateScript [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - ntfy-sh-2.8.0 Press Enter key to continue... Running update for: - ntfy-sh-2.8.0: UPDATING ... - ntfy-sh-2.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ntfy-sh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.inquirer, using log file: /var/log/nixpkgs-update/python311Packages.inquirer/2024-02-21.log python311Packages.inquirer 0 -> 1 attrpath: python311Packages.inquirer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-inquirer-3.1.4 Press Enter key to continue... Running update for: - python3.11-inquirer-3.1.4: UPDATING ... - python3.11-inquirer-3.1.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/inquirer/default.nix b/pkgs/development/python-modules/inquirer/default.nix index 8ca4ed136fe9..4fcaabd400b3 100644 --- a/pkgs/development/python-modules/inquirer/default.nix +++ b/pkgs/development/python-modules/inquirer/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "inquirer"; - version = "3.1.4"; + version = "3.2.4"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "magmax"; repo = "python-inquirer"; rev = "refs/tags/v${version}"; - hash = "sha256-1xaxLIk4GFRpcodhBX+Co9TgpYkWhB/D4OE4Nny4ijM="; + hash = "sha256-LsZ2SYgBOKZegk7b9DwForwMA49XvIe+Z6WvI1/YscY="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.inquirer nix build failed. Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/v68pkqq5chdh1hvmfl2av4lp1f5zw76s-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/unit/test_themes.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... * Building wheel... Successfully built inquirer-3.2.4-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for inquirer-3.2.4-py3-none-any.whl - editor not installed [result] Failed to update python311Packages.inquirer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.overly, using log file: /var/log/nixpkgs-update/python311Packages.overly/2024-02-21.log python311Packages.overly 0 -> 1 attrpath: python311Packages.overly Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-overly-0.1.85 Press Enter key to continue... Running update for: - python3.11-overly-0.1.85: UPDATING ... - python3.11-overly-0.1.85: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.overly 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.ns1, using log file: /var/log/nixpkgs-update/terraform-providers.ns1/2024-02-21.log terraform-providers.ns1 0 -> 1 attrpath: terraform-providers.ns1 Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.ns1 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.humblewx, using log file: /var/log/nixpkgs-update/python311Packages.humblewx/2024-02-21.log python311Packages.humblewx 0 -> 1 attrpath: python311Packages.humblewx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-humblewx-0.2.2 Press Enter key to continue... Running update for: - python3.11-humblewx-0.2.2: UPDATING ... - python3.11-humblewx-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.humblewx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath swiftbar, using log file: /var/log/nixpkgs-update/swiftbar/2024-02-21.log swiftbar 1.4.3 -> 2.0.0 https://github.com/swiftbar/SwiftBar/releases attrpath: swiftbar Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/cfdn40bcnzwzbj1kx97vy19xrvvbnhw9-source.drv building '/nix/store/cfdn40bcnzwzbj1kx97vy19xrvvbnhw9-source.drv'... trying https://github.com/swiftbar/SwiftBar/releases/download/v2.0.0/SwiftBar.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/cfdn40bcnzwzbj1kx97vy19xrvvbnhw9-source.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/swiftbar/SwiftBar/releases/download/v2.0.0/SwiftBar.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/cfdn40bcnzwzbj1kx97vy19xrvvbnhw9-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'swiftbar.originalSrc' not found stderr did not split as expected full stderr was: error: Package ‘swiftbar-2.0.0’ in /var/cache/nixpkgs-update/worker/worktree/swiftbar/pkgs/os-specific/darwin/swiftbar/default.nix:37 is not available on the requested hostPlatform: hostPlatform.config = "x86_64-unknown-linux-gnu" package.meta.platforms = [ "x86_64-darwin" "i686-darwin" "aarch64-darwin" "armv7a-darwin" ] package.meta.badPlatforms = [ ] , refusing to evaluate. a) To temporarily allow packages that are unsupported for this system, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowUnsupportedSystem = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnsupportedSystem = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) [result] Failed to update swiftbar 1.4.3 -> 2.0.0 https://github.com/swiftbar/SwiftBar/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sqlalchemy-views, using log file: /var/log/nixpkgs-update/python311Packages.sqlalchemy-views/2024-02-21.log python311Packages.sqlalchemy-views 0 -> 1 attrpath: python311Packages.sqlalchemy-views Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-sqlalchemy-views-0.3.2 Press Enter key to continue... Running update for: - python3.11-sqlalchemy-views-0.3.2: UPDATING ... - python3.11-sqlalchemy-views-0.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sqlalchemy-views 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath scfbuild, using log file: /var/log/nixpkgs-update/scfbuild/2024-02-21.log scfbuild 0 -> 1 attrpath: scfbuild Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - scfbuild-2.0.0 Press Enter key to continue... Running update for: - scfbuild-2.0.0: UPDATING ... - scfbuild-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update scfbuild 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath elm-github-install, using log file: /var/log/nixpkgs-update/elm-github-install/2024-02-21.log elm-github-install 0 -> 1 attrpath: elm-github-install Checking auto update branch... The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update [result] Failed to update elm-github-install 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyphen, using log file: /var/log/nixpkgs-update/python311Packages.pyphen/2024-02-21.log python311Packages.pyphen 0 -> 1 attrpath: python311Packages.pyphen Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyphen-0.14.0 Press Enter key to continue... Running update for: - python3.11-pyphen-0.14.0: UPDATING ... - python3.11-pyphen-0.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyphen 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lxqt.pcmanfm-qt, using log file: /var/log/nixpkgs-update/lxqt.pcmanfm-qt/2024-02-21.log lxqt.pcmanfm-qt 0 -> 1 attrpath: lxqt.pcmanfm-qt Packages for lxqt are currently skipped. [result] Failed to update lxqt.pcmanfm-qt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.calmjs-parse, using log file: /var/log/nixpkgs-update/python311Packages.calmjs-parse/2024-02-21.log python311Packages.calmjs-parse 0 -> 1 attrpath: python311Packages.calmjs-parse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-calmjs-parse-1.3.1 Press Enter key to continue... Running update for: - python3.11-calmjs-parse-1.3.1: UPDATING ... - python3.11-calmjs-parse-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.calmjs-parse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.stem, using log file: /var/log/nixpkgs-update/python311Packages.stem/2024-02-21.log python311Packages.stem 0 -> 1 attrpath: python311Packages.stem Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-stem-1.8.3-unstable-2024-02-13 Press Enter key to continue... Running update for: - python3.11-stem-1.8.3-unstable-2024-02-13: UPDATING ... - python3.11-stem-1.8.3-unstable-2024-02-13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.stem 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath _20kly, using log file: /var/log/nixpkgs-update/_20kly/2024-02-21.log _20kly 0 -> 1 attrpath: _20kly Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - 20kly-1.5.0 Press Enter key to continue... Running update for: - 20kly-1.5.0: UPDATING ... - 20kly-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update _20kly 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.types-mock, using log file: /var/log/nixpkgs-update/python311Packages.types-mock/2024-02-21.log python311Packages.types-mock 0 -> 1 attrpath: python311Packages.types-mock Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-types-mock-5.1.0.20240106 Press Enter key to continue... Running update for: - python3.11-types-mock-5.1.0.20240106: UPDATING ... - python3.11-types-mock-5.1.0.20240106: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-mock 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysmf, using log file: /var/log/nixpkgs-update/python311Packages.pysmf/2024-02-21.log python311Packages.pysmf 0 -> 1 attrpath: python311Packages.pysmf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pysmf-0.1.1 Press Enter key to continue... Running update for: - python3.11-pysmf-0.1.1: UPDATING ... - python3.11-pysmf-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysmf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opentelemetry-exporter-otlp-proto-common, using log file: /var/log/nixpkgs-update/python311Packages.opentelemetry-exporter-otlp-proto-common/2024-02-21.log python311Packages.opentelemetry-exporter-otlp-proto-common 0 -> 1 attrpath: python311Packages.opentelemetry-exporter-otlp-proto-common Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-opentelemetry-exporter-otlp-proto-common-1.22.0 Press Enter key to continue... Running update for: - python3.11-opentelemetry-exporter-otlp-proto-common-1.22.0: UPDATING ... - python3.11-opentelemetry-exporter-otlp-proto-common-1.22.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opentelemetry-exporter-otlp-proto-common 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zincsearch, using log file: /var/log/nixpkgs-update/zincsearch/2024-02-21.log zincsearch 0.4.9 -> 0.4.10 https://github.com/zinclabs/zincsearch/releases attrpath: zincsearch Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-kP7QlES7VpZrOS4TGOFB9qciXGBEUVqzVLhz+2KiK98=" [golangModuleVersion] Replaced vendorHash with sha256-SZG5/ISGblpcwwR/HOKxFl9SthXpE+IYS0S+4HYtHos= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] Hashes equal; no update necessary [result] Failed to update zincsearch 0.4.9 -> 0.4.10 https://github.com/zinclabs/zincsearch/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.leb128, using log file: /var/log/nixpkgs-update/python311Packages.leb128/2024-02-21.log python311Packages.leb128 0 -> 1 attrpath: python311Packages.leb128 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-leb128-1.0.5 Press Enter key to continue... Running update for: - python3.11-leb128-1.0.5: UPDATING ... - python3.11-leb128-1.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.leb128 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.diofant, using log file: /var/log/nixpkgs-update/python311Packages.diofant/2024-02-21.log python311Packages.diofant 0 -> 1 attrpath: python311Packages.diofant Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-diofant-0.14.0 Press Enter key to continue... Running update for: - python3.11-diofant-0.14.0: UPDATING ... - python3.11-diofant-0.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.diofant 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath atkmm_2_36, using log file: /var/log/nixpkgs-update/atkmm_2_36/2024-02-21.log atkmm_2_36 0 -> 1 attrpath: atkmm_2_36 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - atkmm-2.36.3 Press Enter key to continue... Running update for: - atkmm-2.36.3: UPDATING ... - atkmm-2.36.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update atkmm_2_36 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octavePackages.tsa, using log file: /var/log/nixpkgs-update/octavePackages.tsa/2024-02-21.log octavePackages.tsa 0 -> 1 attrpath: octavePackages.tsa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - octave-8.4.0-tsa-4.6.3 Press Enter key to continue... Running update for: - octave-8.4.0-tsa-4.6.3: UPDATING ... - octave-8.4.0-tsa-4.6.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.tsa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tables, using log file: /var/log/nixpkgs-update/python311Packages.tables/2024-02-21.log python311Packages.tables 0 -> 1 attrpath: python311Packages.tables Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-tables-3.9.2 Press Enter key to continue... Running update for: - python3.11-tables-3.9.2: UPDATING ... - python3.11-tables-3.9.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tables 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.epc, using log file: /var/log/nixpkgs-update/python311Packages.epc/2024-02-21.log python311Packages.epc 0 -> 1 attrpath: python311Packages.epc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-epc-0.0.5 Press Enter key to continue... Running update for: - python3.11-epc-0.0.5: UPDATING ... - python3.11-epc-0.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.epc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.inflection, using log file: /var/log/nixpkgs-update/python311Packages.inflection/2024-02-21.log python311Packages.inflection 0 -> 1 attrpath: python311Packages.inflection Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-inflection-0.5.1 Press Enter key to continue... Running update for: - python3.11-inflection-0.5.1: UPDATING ... - python3.11-inflection-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.inflection 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pynput, using log file: /var/log/nixpkgs-update/python311Packages.pynput/2024-02-21.log python311Packages.pynput 0 -> 1 attrpath: python311Packages.pynput Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pynput-1.7.6 Press Enter key to continue... Running update for: - python3.11-pynput-1.7.6: UPDATING ... - python3.11-pynput-1.7.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pynput 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bsblan, using log file: /var/log/nixpkgs-update/python311Packages.bsblan/2024-02-21.log python311Packages.bsblan 0 -> 1 attrpath: python311Packages.bsblan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-python-bsblan-0.5.18 Press Enter key to continue... Running update for: - python3.11-python-bsblan-0.5.18: UPDATING ... - python3.11-python-bsblan-0.5.18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bsblan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nbclassic, using log file: /var/log/nixpkgs-update/python311Packages.nbclassic/2024-02-21.log python311Packages.nbclassic 0 -> 1 attrpath: python311Packages.nbclassic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-nbclassic-1.0.0 Press Enter key to continue... Running update for: - python3.11-nbclassic-1.0.0: UPDATING ... - python3.11-nbclassic-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nbclassic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.nn, using log file: /var/log/nixpkgs-update/aspellDicts.nn/2024-02-21.log aspellDicts.nn 0 -> 1 attrpath: aspellDicts.nn Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - aspell-dict-nn-0.50.1-1 Press Enter key to continue... Running update for: - aspell-dict-nn-0.50.1-1: UPDATING ... - aspell-dict-nn-0.50.1-1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.nn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jupyterhub, using log file: /var/log/nixpkgs-update/python311Packages.jupyterhub/2024-02-21.log python311Packages.jupyterhub 0 -> 1 attrpath: python311Packages.jupyterhub Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-jupyterhub-4.0.2 Press Enter key to continue... Running update for: - python3.11-jupyterhub-4.0.2: UPDATING ... - python3.11-jupyterhub-4.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jupyterhub 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyreaderwriterlock, using log file: /var/log/nixpkgs-update/python311Packages.pyreaderwriterlock/2024-02-21.log python311Packages.pyreaderwriterlock 0 -> 1 attrpath: python311Packages.pyreaderwriterlock Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyReaderWriterLock-1.0.9 Press Enter key to continue... Running update for: - python3.11-pyReaderWriterLock-1.0.9: UPDATING ... - python3.11-pyReaderWriterLock-1.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyreaderwriterlock 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.shlib, using log file: /var/log/nixpkgs-update/python311Packages.shlib/2024-02-21.log python311Packages.shlib 0 -> 1 attrpath: python311Packages.shlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-shlib-1.6 Press Enter key to continue... Running update for: - python3.11-shlib-1.6: UPDATING ... - python3.11-shlib-1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.shlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fheroes2, using log file: /var/log/nixpkgs-update/fheroes2/2024-02-21.log fheroes2 0 -> 1 attrpath: fheroes2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - fheroes2-1.0.12 Press Enter key to continue... Running update for: - fheroes2-1.0.12: UPDATING ... - fheroes2-1.0.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update fheroes2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.quantities, using log file: /var/log/nixpkgs-update/python311Packages.quantities/2024-02-21.log python311Packages.quantities 0 -> 1 attrpath: python311Packages.quantities Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-quantities-0.15.0 Press Enter key to continue... Running update for: - python3.11-quantities-0.15.0: UPDATING ... - python3.11-quantities-0.15.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.quantities 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ChowKick, using log file: /var/log/nixpkgs-update/ChowKick/2024-02-21.log ChowKick 1.1.1 -> 1.2.0 https://github.com/Chowdhury-DSP/ChowKick/releases attrpath: ChowKick Checking auto update branch... An auto update branch exists with message `ChowKick: 1.1.1 -> 1.2.0`. New version is 1.2.0. An auto update branch exists with an equal or greater version [result] Failed to update ChowKick 1.1.1 -> 1.2.0 https://github.com/Chowdhury-DSP/ChowKick/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mistletoe, using log file: /var/log/nixpkgs-update/python311Packages.mistletoe/2024-02-21.log python311Packages.mistletoe 0 -> 1 attrpath: python311Packages.mistletoe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mistletoe-1.2.1 Press Enter key to continue... Running update for: - python3.11-mistletoe-1.2.1: UPDATING ... - python3.11-mistletoe-1.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mistletoe/default.nix b/pkgs/development/python-modules/mistletoe/default.nix index c95a26eb6e04..e62d36e305cb 100644 --- a/pkgs/development/python-modules/mistletoe/default.nix +++ b/pkgs/development/python-modules/mistletoe/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "mistletoe"; - version = "1.2.1"; + version = "1.3.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-fQwas3RwR9Fp+fxLkl0cuj9cE+rwuQw2W3LkflnQCgI="; + hash = "sha256-vQ54it2bRHjRnseS9tX7kIog5wq/5hGT8pF4xV062+k="; }; pythonImportsCheck = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.mistletoe nix build failed. test/test_ast_renderer.py ... [ 1%] test/test_block_token.py ............................................... [ 18%] s..................... [ 27%] test/test_cli.py ............... [ 32%] test/test_core_tokens.py ........... [ 36%] test/test_html_renderer.py .................................. [ 49%] test/test_latex_renderer.py .............................. [ 61%] test/test_latex_token.py . [ 61%] test/test_line_numbers.py F [ 61%] test/test_markdown_renderer.py ....................................... [ 76%] test/test_repr.py ....................... [ 85%] test/test_span_token.py .................................. [ 98%] test/test_traverse.py ..... [100%] =================================== FAILURES =================================== __________________________ TestLineNumbers.test_main ___________________________ self = def test_main(self): # see line_numbers.md for a description of how the test works. NUMBER_OF_LINE_NUMBERS_TO_BE_CHECKED = 13 > with open("test/samples/line_numbers.md", "r") as fin: E FileNotFoundError: [Errno 2] No such file or directory: 'test/samples/line_numbers.md' test/test_line_numbers.py:27: FileNotFoundError =========================== short test summary info ============================ FAILED test/test_line_numbers.py::TestLineNumbers::test_main - FileNotFoundError: [Errno 2] No such file or directory: 'test/samples/line_... =================== 1 failed, 263 passed, 1 skipped in 0.54s =================== /nix/store/yq9qag5ak3w15nhcqplnhxpny6295l36-stdenv-linux/setup: line 1582: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.mistletoe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath etesync-dav, using log file: /var/log/nixpkgs-update/etesync-dav/2024-02-21.log etesync-dav 0 -> 1 attrpath: etesync-dav Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - etesync-dav-0.32.1 Press Enter key to continue... Running update for: - etesync-dav-0.32.1: UPDATING ... - etesync-dav-0.32.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update etesync-dav 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyspinel, using log file: /var/log/nixpkgs-update/python311Packages.pyspinel/2024-02-21.log python311Packages.pyspinel 0 -> 1 attrpath: python311Packages.pyspinel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyspinel-unstable-2021-08-19 Press Enter key to continue... Running update for: - python3.11-pyspinel-unstable-2021-08-19: UPDATING ... - python3.11-pyspinel-unstable-2021-08-19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyspinel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.dme, using log file: /var/log/nixpkgs-update/terraform-providers.dme/2024-02-21.log terraform-providers.dme 0 -> 1 attrpath: terraform-providers.dme Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.dme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pipreqs, using log file: /var/log/nixpkgs-update/pipreqs/2024-02-21.log pipreqs 0 -> 1 attrpath: pipreqs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - pipreqs-0.4.13 Press Enter key to continue... Running update for: - pipreqs-0.4.13: UPDATING ... - pipreqs-0.4.13: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/pipreqs/default.nix b/pkgs/tools/misc/pipreqs/default.nix index 49062b3a5cb8..88a6d5cb36ab 100644 --- a/pkgs/tools/misc/pipreqs/default.nix +++ b/pkgs/tools/misc/pipreqs/default.nix @@ -4,11 +4,11 @@ with python3.pkgs; buildPythonApplication rec { pname = "pipreqs"; - version = "0.4.13"; + version = "0.5.0"; src = fetchPypi { inherit pname version; - hash = "sha256-oX8WeIC2khvjdTPOTIHdxuIrRlwQeq1VfbQ7Gt1WqZs="; + hash = "sha256-8zKY0jX/dt7zacuaNZTQhNm63HDOu6HoyycfzU/cAYM="; }; propagatedBuildInputs = [ yarg docopt ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pipreqs nix build failed. Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/47d609gb29f5p969991j7qrh170c9gvi-pipreqs-0.5.0.tar.gz source root is pipreqs-0.5.0 setting SOURCE_DATE_EPOCH to timestamp 1708277676 of file pipreqs-0.5.0/pyproject.toml @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing setuptoolsBuildPhase Traceback (most recent call last): File "/build/pipreqs-0.5.0/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/tokenize.py", line 396, in open buffer = _builtin_open(filename, 'rb') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'setup.py' /nix/store/yq9qag5ak3w15nhcqplnhxpny6295l36-stdenv-linux/setup: line 1582: pop_var_context: head of shell_variables not a function context [result] Failed to update pipreqs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath material-black-colors, using log file: /var/log/nixpkgs-update/material-black-colors/2024-02-21.log material-black-colors 0-unstable-2020-12-17 -> 1.0 https://github.com/rtlewis88/rtl88-Themes/releases attrpath: material-black-colors mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update material-black-colors 0-unstable-2020-12-17 -> 1.0 https://github.com/rtlewis88/rtl88-Themes/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mmv, using log file: /var/log/nixpkgs-update/mmv/2024-02-21.log mmv 2.5.1 -> 2.6 https://github.com/rrthomas/mmv/releases attrpath: mmv Checking auto update branch... An auto update branch exists with message `mmv: 2.5.1 -> 2.6`. New version is 2.6. An auto update branch exists with an equal or greater version [result] Failed to update mmv 2.5.1 -> 2.6 https://github.com/rrthomas/mmv/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zef, using log file: /var/log/nixpkgs-update/zef/2024-02-21.log zef 0.21.2 -> 0.21.4 https://github.com/ugexe/zef/releases attrpath: zef Checking auto update branch... An auto update branch exists with message `zef: 0.21.2 -> 0.21.4`. New version is 0.21.4. An auto update branch exists with an equal or greater version [result] Failed to update zef 0.21.2 -> 0.21.4 https://github.com/ugexe/zef/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath op-geth, using log file: /var/log/nixpkgs-update/op-geth/2024-02-21.log op-geth 1.101305.3 -> 1.101308.1 https://github.com/ethereum-optimism/op-geth/releases attrpath: op-geth Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-pcIydpKWZt3vwShwzGlPKGq+disdxYFOB8gxHou3mVU=" [golangModuleVersion] Replaced vendorHash with sha256-EtRLvFXBiCItqluE9lblRDctKlN/zDqb0/Ll5FsvPoY= Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A op-geth nix build failed. got build log for 'op-geth' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/9rkz88zy9vmpm6gmi58p4ci791hp0qsv-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Building subPackage ./cmd/abidump Building subPackage ./cmd/abigen Building subPackage ./cmd/bootnode Building subPackage ./cmd/clef Building subPackage ./cmd/devp2p Building subPackage ./cmd/ethkey Building subPackage ./cmd/evm Building subPackage ./cmd/faucet stat /build/source/cmd/faucet: directory not found [result] Failed to update op-geth 1.101305.3 -> 1.101308.1 https://github.com/ethereum-optimism/op-geth/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.appcenter, using log file: /var/log/nixpkgs-update/pantheon.appcenter/2024-02-21.log pantheon.appcenter 0 -> 1 attrpath: pantheon.appcenter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cf4qadcvdwq95jv0h02cvmkmjqsdgsh6-packages.json.drv building '/nix/store/cf4qadcvdwq95jv0h02cvmkmjqsdgsh6-packages.json.drv'... Going to be running update for following packages: - appcenter-7.4.0-unstable-2023-12-04 Press Enter key to continue... Running update for: - appcenter-7.4.0-unstable-2023-12-04: UPDATING ... - appcenter-7.4.0-unstable-2023-12-04: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/desktops/pantheon/apps/appcenter/default.nix b/pkgs/desktops/pantheon/apps/appcenter/default.nix index e1e0db005d65..d56f3613e5ad 100644 --- a/pkgs/desktops/pantheon/apps/appcenter/default.nix +++ b/pkgs/desktops/pantheon/apps/appcenter/default.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { pname = "appcenter"; - version = "7.4.0-unstable-2023-12-04"; + version = "7.4.0"; src = fetchFromGitHub { owner = "elementary"; An auto update branch exists with message `pantheon.appcenter: 7.4.0-unstable-2023-12-04 -> 7.4.0`. New version is 7.4.0. An auto update branch exists with an equal or greater version [result] Failed to update pantheon.appcenter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mistune, using log file: /var/log/nixpkgs-update/python311Packages.mistune/2024-02-21.log python311Packages.mistune 0 -> 1 attrpath: python311Packages.mistune Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mistune-3.0.2 Press Enter key to continue... Running update for: - python3.11-mistune-3.0.2: UPDATING ... - python3.11-mistune-3.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mistune 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jsonref, using log file: /var/log/nixpkgs-update/python311Packages.jsonref/2024-02-21.log python311Packages.jsonref 0 -> 1 attrpath: python311Packages.jsonref Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-jsonref-1.1.0 Press Enter key to continue... Running update for: - python3.11-jsonref-1.1.0: UPDATING ... - python3.11-jsonref-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jsonref 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO @volth asked to not update xfce [result] Failed to update xfce.xfce4-whiskermenu-plugin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zodb, using log file: /var/log/nixpkgs-update/python311Packages.zodb/2024-02-21.log python311Packages.zodb 0 -> 1 attrpath: python311Packages.zodb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ZODB-5.8.1 Press Enter key to continue... Running update for: - python3.11-ZODB-5.8.1: UPDATING ... - python3.11-ZODB-5.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zodb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiocache, using log file: /var/log/nixpkgs-update/python311Packages.aiocache/2024-02-21.log python311Packages.aiocache 0 -> 1 attrpath: python311Packages.aiocache Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-aiocache-0.12.2 Press Enter key to continue... Running update for: - python3.11-aiocache-0.12.2: UPDATING ... - python3.11-aiocache-0.12.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiocache 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.func-timeout, using log file: /var/log/nixpkgs-update/python311Packages.func-timeout/2024-02-21.log python311Packages.func-timeout 0 -> 1 attrpath: python311Packages.func-timeout Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-func-timeout-4.3.5 Press Enter key to continue... Running update for: - python3.11-func-timeout-4.3.5: UPDATING ... - python3.11-func-timeout-4.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.func-timeout 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dmensamenu, using log file: /var/log/nixpkgs-update/dmensamenu/2024-02-21.log dmensamenu 0 -> 1 attrpath: dmensamenu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - dmensamenu-1.2.2 Press Enter key to continue... Running update for: - dmensamenu-1.2.2: UPDATING ... - dmensamenu-1.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dmensamenu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gay, using log file: /var/log/nixpkgs-update/gay/2024-02-21.log gay 0 -> 1 attrpath: gay Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - gay-1.2.9 Press Enter key to continue... Running update for: - gay-1.2.9: UPDATING ... - gay-1.2.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/gay/default.nix b/pkgs/tools/misc/gay/default.nix index d1129702f867..a522d4680e9d 100644 --- a/pkgs/tools/misc/gay/default.nix +++ b/pkgs/tools/misc/gay/default.nix @@ -5,11 +5,11 @@ python3.pkgs.buildPythonApplication rec { pname = "gay"; - version = "1.2.9"; + version = "1.2.12"; src = fetchPypi { inherit pname version; - hash = "sha256-x+RVVgQvJwV5j7DLYS7AnXb4OMJ4v+l0awUuonQIgzY="; + hash = "sha256-ZGh3TqK+UipU7oxvgvGJDU3NcupwjTpwwIDvVdX0X6E="; }; meta = with lib; { No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gay nix build failed. Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook Using setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/xpi50ni882kh17bxvh60mxfq06429d3i-gay-1.2.12.tar.gz source root is gay-1.2.12 setting SOURCE_DATE_EPOCH to timestamp 1688876238 of file gay-1.2.12/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing setuptoolsBuildPhase Traceback (most recent call last): File "/build/gay-1.2.12/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/tokenize.py", line 396, in open buffer = _builtin_open(filename, 'rb') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'setup.py' /nix/store/yq9qag5ak3w15nhcqplnhxpny6295l36-stdenv-linux/setup: line 1582: pop_var_context: head of shell_variables not a function context [result] Failed to update gay 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-q, using log file: /var/log/nixpkgs-update/python311Packages.django-q/2024-02-21.log python311Packages.django-q 0 -> 1 attrpath: python311Packages.django-q Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-django-q-1.3.9 Press Enter key to continue... Running update for: - python3.11-django-q-1.3.9: UPDATING ... - python3.11-django-q-1.3.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-q 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rippled, using log file: /var/log/nixpkgs-update/rippled/2024-02-21.log rippled 1.9.4 -> 2.0.1 https://github.com/ripple/rippled/releases attrpath: rippled Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rippled 1.9.4 -> 2.0.1 https://github.com/ripple/rippled/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-hcaptcha, using log file: /var/log/nixpkgs-update/python311Packages.django-hcaptcha/2024-02-21.log python311Packages.django-hcaptcha 0 -> 1 attrpath: python311Packages.django-hcaptcha Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-django-hcaptcha-0.2.0 Press Enter key to continue... Running update for: - python3.11-django-hcaptcha-0.2.0: UPDATING ... - python3.11-django-hcaptcha-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-hcaptcha 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.soupsieve, using log file: /var/log/nixpkgs-update/python311Packages.soupsieve/2024-02-21.log python311Packages.soupsieve 0 -> 1 attrpath: python311Packages.soupsieve Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-soupsieve-2.5 Press Enter key to continue... Running update for: - python3.11-soupsieve-2.5: UPDATING ... - python3.11-soupsieve-2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.soupsieve 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath matrix-synapse-plugins.matrix-synapse-ldap3, using log file: /var/log/nixpkgs-update/matrix-synapse-plugins.matrix-synapse-ldap3/2024-02-21.log matrix-synapse-plugins.matrix-synapse-ldap3 0 -> 1 attrpath: matrix-synapse-plugins.matrix-synapse-ldap3 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-matrix-synapse-ldap3-0.2.2 Press Enter key to continue... Running update for: - python3.11-matrix-synapse-ldap3-0.2.2: UPDATING ... - python3.11-matrix-synapse-ldap3-0.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/matrix-synapse/plugins/ldap3.nix b/pkgs/servers/matrix-synapse/plugins/ldap3.nix index feac6f084726..9593a71b68e4 100644 --- a/pkgs/servers/matrix-synapse/plugins/ldap3.nix +++ b/pkgs/servers/matrix-synapse/plugins/ldap3.nix @@ -13,12 +13,12 @@ buildPythonPackage rec { pname = "matrix-synapse-ldap3"; - version = "0.2.2"; + version = "0.3.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - sha256 = "sha256-s4jZVpNIbu9pra79D9noRGPVL+F7AhSgDvyqZptzy3Q="; + sha256 = "sha256-i7ZRcXMWTUucxE9J3kEdjOvbLnBdXdHqHzhzPEoAnh0="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A matrix-synapse-plugins.matrix-synapse-ldap3 nix build failed. Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/vzadwkmqmha62kj5pnb6gsc5ir073x16-matrix-synapse-ldap3-0.3.0.tar.gz source root is matrix-synapse-ldap3-0.3.0 setting SOURCE_DATE_EPOCH to timestamp 1698056311 of file matrix-synapse-ldap3-0.3.0/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/lrmaq0rvqfcmy2hq2qgg8ccic7hjl28z-c65e8cbd27a5cd935ce12e7c4b92143cdf795c86.patch patching file README.rst Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file README.rst.rej patching file ldap_auth_provider.py Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file ldap_auth_provider.py.rej [result] Failed to update matrix-synapse-plugins.matrix-synapse-ldap3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.google-cloud-bigquery-datatransfer, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-bigquery-datatransfer/2024-02-21.log python311Packages.google-cloud-bigquery-datatransfer 0 -> 1 attrpath: python311Packages.google-cloud-bigquery-datatransfer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-google-cloud-bigquery-datatransfer-3.14.1 Press Enter key to continue... Running update for: - python3.11-google-cloud-bigquery-datatransfer-3.14.1: UPDATING ... - python3.11-google-cloud-bigquery-datatransfer-3.14.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-bigquery-datatransfer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.crysp, using log file: /var/log/nixpkgs-update/python311Packages.crysp/2024-02-21.log python311Packages.crysp 0 -> 1 attrpath: python311Packages.crysp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-crysp-1.2 Press Enter key to continue... Running update for: - python3.11-crysp-1.2: UPDATING ... - python3.11-crysp-1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.crysp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vmprof, using log file: /var/log/nixpkgs-update/python311Packages.vmprof/2024-02-21.log python311Packages.vmprof 0 -> 1 attrpath: python311Packages.vmprof Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-vmprof-0.4.15 Press Enter key to continue... Running update for: - python3.11-vmprof-0.4.15: UPDATING ... - python3.11-vmprof-0.4.15: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/vmprof/default.nix b/pkgs/development/python-modules/vmprof/default.nix index 8ffdf319013d..d188c53681ac 100644 --- a/pkgs/development/python-modules/vmprof/default.nix +++ b/pkgs/development/python-modules/vmprof/default.nix @@ -11,13 +11,13 @@ }: buildPythonPackage rec { - version = "0.4.15"; + version = "0.4.17"; format = "setuptools"; pname = "vmprof"; src = fetchPypi { inherit pname version; - sha256 = "a2d872a40196404386d1e0d960e97b37c86c3f72a4f9d5a2b5f9ca1adaff5b62"; + sha256 = "sha256-ACYj7Lb/QT6deG0uuiPCj850QXhaw4XuQX6aZu8OM2U="; }; buildInputs = [ libunwind ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.vmprof nix build failed. Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing setuptools-build-hook Using setuptoolsBuildPhase Using setuptoolsShellHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/kypzk28b1s3ddx6zkb4szn2v3wa0030y-vmprof-0.4.17.tar.gz source root is vmprof-0.4.17 setting SOURCE_DATE_EPOCH to timestamp 1704257758 of file vmprof-0.4.17/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/l11r2siql9npi29bd9sag2fy6f9k0hlv-vmprof-python-3.10-compat.patch patching file src/vmp_stack.c Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file src/vmp_stack.c.rej patching file src/vmp_stack.c Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file src/vmp_stack.c.rej [result] Failed to update python311Packages.vmprof 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aemet-opendata, using log file: /var/log/nixpkgs-update/python311Packages.aemet-opendata/2024-02-21.log python311Packages.aemet-opendata 0 -> 1 attrpath: python311Packages.aemet-opendata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-aemet-opendata-0.4.7 Press Enter key to continue... Running update for: - python3.11-aemet-opendata-0.4.7: UPDATING ... - python3.11-aemet-opendata-0.4.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aemet-opendata/default.nix b/pkgs/development/python-modules/aemet-opendata/default.nix index 6960b390ed03..7b9ffa47b205 100644 --- a/pkgs/development/python-modules/aemet-opendata/default.nix +++ b/pkgs/development/python-modules/aemet-opendata/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "aemet-opendata"; - version = "0.4.7"; + version = "0.4.8"; format = "pyproject"; disabled = pythonOlder "3.11"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "Noltari"; repo = "AEMET-OpenData"; rev = "refs/tags/${version}"; - hash = "sha256-kmU2HtNyYhfwWQv6asOtDpLZ6+O+eEICzBNLxUhAwaY="; + hash = "sha256-rOkdDOn8jBZvrZUMmGm4ku/UDlRpQBAjZauNENOWNhg="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.aemet-opendata: 0.4.7 -> 0.4.8 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289953" [result] Failed to update python311Packages.aemet-opendata 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.rocwmma, using log file: /var/log/nixpkgs-update/rocmPackages.rocwmma/2024-02-21.log rocmPackages.rocwmma 0 -> 1 attrpath: rocmPackages.rocwmma Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - rocwmma-5.7.1 Press Enter key to continue... Running update for: - rocwmma-5.7.1: UPDATING ... - rocwmma-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocwmma-5.7.1 ---------------------- 'rocmPackages_5.rocwmma' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocwmma'. --- SHOWING ERROR LOG FOR rocwmma-5.7.1 ---------------------- The update script for rocwmma-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocwmma 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.langchain-core, using log file: /var/log/nixpkgs-update/python311Packages.langchain-core/2024-02-21.log python311Packages.langchain-core 0 -> 1 attrpath: python311Packages.langchain-core Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dvsdjlkwfcsf3a6hv3f3fsbxv9z1kjp0-packages.json.drv building '/nix/store/dvsdjlkwfcsf3a6hv3f3fsbxv9z1kjp0-packages.json.drv'... Going to be running update for following packages: - python3.11-langchain-core-0.1.22 Press Enter key to continue... Running update for: - python3.11-langchain-core-0.1.22: UPDATING ... - python3.11-langchain-core-0.1.22: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/langchain-core/default.nix b/pkgs/development/python-modules/langchain-core/default.nix index 7d2599d105b9..443335b3c2bb 100644 --- a/pkgs/development/python-modules/langchain-core/default.nix +++ b/pkgs/development/python-modules/langchain-core/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "langchain-core"; - version = "0.1.22"; + version = "0.1.25"; pyproject = true; disabled = pythonOlder "3.8"; @@ -24,7 +24,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "langchain_core"; inherit version; - hash = "sha256-3qwSs+QqCLu6oqz4PV+N0tVRMlbY2vDoU+nWj/TJnXk="; + hash = "sha256-Bl/4tOODxWRdF1sgrkSyWDMO0GRXsPwBee/uMQtvKvY="; }; pythonRelaxDeps = [ An auto update branch exists with message `python311Packages.langchain-core: 0.1.16 -> 0.1.18`. New version is 0.1.25. The auto update branch does not match or exceed the new version. Old version 0.1.22" not present in master derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , poetry-core , anyio , jsonpatch , langsmith , packaging , pydantic , pythonRelaxDepsHook , pyyaml , requests , tenacity }: buildPythonPackage rec { pname = "langchain-core"; version = "0.1.24"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "langchain_core"; inherit version; hash = "sha256-znD0uXaV61VjfgDuM9SA//xtsflXJvmbB2tVyxpCkn0="; }; pythonRelaxDeps = [ "langsmith" ]; nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ anyio jsonpatch langsmith packaging pydantic pyyaml requests tenacity ]; pythonImportsCheck = [ "langchain_core" ]; # PyPI source does not have tests doCheck = false; meta = with lib; { description = "Building applications with LLMs through composability"; homepage = "https://github.com/langchain-ai/langchain/tree/master/libs/core"; license = licenses.mit; maintainers = with maintainers; [ natsukium ]; }; } [result] Failed to update python311Packages.langchain-core 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bwapy, using log file: /var/log/nixpkgs-update/python311Packages.bwapy/2024-02-21.log python311Packages.bwapy 0 -> 1 attrpath: python311Packages.bwapy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-bwapy-0.1.4 Press Enter key to continue... Running update for: - python3.11-bwapy-0.1.4: UPDATING ... - python3.11-bwapy-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bwapy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bitarray, using log file: /var/log/nixpkgs-update/python311Packages.bitarray/2024-02-21.log python311Packages.bitarray 0 -> 1 attrpath: python311Packages.bitarray Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-bitarray-2.8.5 Press Enter key to continue... Running update for: - python3.11-bitarray-2.8.5: UPDATING ... - python3.11-bitarray-2.8.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/bitarray/default.nix b/pkgs/development/python-modules/bitarray/default.nix index 2895aac54621..8a748ed5b1b8 100644 --- a/pkgs/development/python-modules/bitarray/default.nix +++ b/pkgs/development/python-modules/bitarray/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "bitarray"; - version = "2.8.5"; + version = "2.9.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-t1ZP0hjMRHn38BBtNB4Jb3iQe0eGWu7/cCyAffGSfAE="; + hash = "sha256-qPKGpRoyMjcV13dV7ZWflL7xOXLpov5xtgnkDm0nlX4="; }; checkPhase = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 51 > 25 [result] Failed to update python311Packages.bitarray 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath firefox-esr-115-unwrapped, using log file: /var/log/nixpkgs-update/firefox-esr-115-unwrapped/2024-02-21.log firefox-esr-115-unwrapped 0 -> 1 attrpath: firefox-esr-115-unwrapped Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/svrzyyf18z6k02flxwh0ia8fbfralgz4-packages.json.drv building '/nix/store/svrzyyf18z6k02flxwh0ia8fbfralgz4-packages.json.drv'... Going to be running update for following packages: - firefox-esr-115-unwrapped-115.8.0esr Press Enter key to continue... Running update for: - firefox-esr-115-unwrapped-115.8.0esr: UPDATING ... - firefox-esr-115-unwrapped-115.8.0esr: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update firefox-esr-115-unwrapped 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gleam, using log file: /var/log/nixpkgs-update/gleam/2024-02-21.log gleam 0 -> 1 attrpath: gleam Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0cisxhia71naf03wwdj1px3b7cyp1q7b-packages.json.drv building '/nix/store/0cisxhia71naf03wwdj1px3b7cyp1q7b-packages.json.drv'... Going to be running update for following packages: - gleam-0.34.0 Press Enter key to continue... Running update for: - gleam-0.34.0: UPDATING ... - gleam-0.34.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/compilers/gleam/default.nix b/pkgs/development/compilers/gleam/default.nix index 8571950fef3a..ce1053e42dd9 100644 --- a/pkgs/development/compilers/gleam/default.nix +++ b/pkgs/development/compilers/gleam/default.nix @@ -12,13 +12,13 @@ rustPlatform.buildRustPackage rec { pname = "gleam"; - version = "0.34.0"; + version = "0.34.1"; src = fetchFromGitHub { owner = "gleam-lang"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-cqJNNSN3x2tr6/i7kXAlvIaU9SfyPWBE4c6twc/p1lY="; + hash = "sha256-gHVL6APUQQrKjjwKQkEVIo0N8H6t1DNYmRHOZvZFfgo="; }; nativeBuildInputs = [ git pkg-config ]; @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ]; - cargoHash = "sha256-mCMfVYbpUik8oc7TLLAXPBmBUchy+quAZLmd9pqCZ7Y="; + cargoHash = "sha256-Hde7zNm1Q1oj0s7RBkv7oCgKl7UQs6LABYsRLh6Nv74="; passthru.updateScript = nix-update-script { }; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gleam nix build failed. got build log for 'gleam' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/m3vih5pq6nwi791p68db2z4j94x56dnr-source source root is source Executing cargoSetupPostUnpackHook unpacking source archive /nix/store/gddafx3kwdf4n9j4vd8lzczhiq1sypnq-gleam-0.34.1-vendor.tar.gz Finished cargoSetupPostUnpackHook @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase Executing cargoSetupPostPatchHook Validating consistency between /build/source/Cargo.lock and /build/gleam-0.34.1-vendor.tar.gz/Cargo.lock Finished cargoSetupPostPatchHook @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing cargoBuildHook ++ env CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/cc CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/cc CARGO_BUILD_TARGET=x86_64-unknown-linux-gnu HOST_CC=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/cc HOST_CXX=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/c++ cargo build -j 24 --target x86_64-unknown-linux-gnu --frozen --profile release error: the lock file /build/source/Cargo.lock needs to be updated but --frozen was passed to prevent this If you want to try to generate the lock file without accessing the network, remove the --frozen flag and use --offline instead. [result] Failed to update gleam 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath evolution-ews, using log file: /var/log/nixpkgs-update/evolution-ews/2024-02-21.log evolution-ews 0 -> 1 attrpath: evolution-ews Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - evolution-ews-3.50.3 Press Enter key to continue... Running update for: - evolution-ews-3.50.3: UPDATING ... - evolution-ews-3.50.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update evolution-ews 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.autologging, using log file: /var/log/nixpkgs-update/python311Packages.autologging/2024-02-21.log python311Packages.autologging 0 -> 1 attrpath: python311Packages.autologging Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-Autologging-1.3.2 Press Enter key to continue... Running update for: - python3.11-Autologging-1.3.2: UPDATING ... - python3.11-Autologging-1.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.autologging 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-mgmt-redhatopenshift, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-redhatopenshift/2024-02-21.log python311Packages.azure-mgmt-redhatopenshift 0 -> 1 attrpath: python311Packages.azure-mgmt-redhatopenshift Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-azure-mgmt-redhatopenshift-1.4.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-redhatopenshift-1.4.0: UPDATING ... - python3.11-azure-mgmt-redhatopenshift-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-redhatopenshift 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysmart, using log file: /var/log/nixpkgs-update/python311Packages.pysmart/2024-02-21.log python311Packages.pysmart 0 -> 1 attrpath: python311Packages.pysmart Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pysmart-1.3.0 Press Enter key to continue... Running update for: - python3.11-pysmart-1.3.0: UPDATING ... - python3.11-pysmart-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysmart 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysnmp-lextudio, using log file: /var/log/nixpkgs-update/python311Packages.pysnmp-lextudio/2024-02-21.log python311Packages.pysnmp-lextudio 0 -> 1 attrpath: python311Packages.pysnmp-lextudio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pysnmp-lextudio-5.0.33 Press Enter key to continue... Running update for: - python3.11-pysnmp-lextudio-5.0.33: UPDATING ... - python3.11-pysnmp-lextudio-5.0.33: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysnmp-lextudio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mercurial, using log file: /var/log/nixpkgs-update/mercurial/2024-02-21.log mercurial 0 -> 1 attrpath: mercurial Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - mercurial-6.6.2 Press Enter key to continue... Running update for: - mercurial-6.6.2: UPDATING ... - mercurial-6.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mercurial 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath globalping-cli, using log file: /var/log/nixpkgs-update/globalping-cli/2024-02-21.log globalping-cli 0 -> 1 attrpath: globalping-cli Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6xmfazi7i6486hm4ha9fw6fimcpk5nvc-packages.json.drv building '/nix/store/6xmfazi7i6486hm4ha9fw6fimcpk5nvc-packages.json.drv'... Going to be running update for following packages: - globalping-cli-1.1.6 Press Enter key to continue... Running update for: - globalping-cli-1.1.6: UPDATING ... - globalping-cli-1.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update globalping-cli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lemminx, using log file: /var/log/nixpkgs-update/lemminx/2024-02-21.log lemminx 0 -> 1 attrpath: lemminx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - lemminx-0.27.0 Press Enter key to continue... Running update for: - lemminx-0.27.0: UPDATING ... - lemminx-0.27.0: ERROR --- SHOWING ERROR LOG FOR lemminx-0.27.0 ---------------------- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 30 13983 30 4211 0 0 15581 0 --:--:-- --:--:-- --:--:-- 15538 100 13983 100 13983 0 0 47109 0 --:--:-- --:--:-- --:--:-- 47080 update-source-version: New version same as old version, nothing to do. sed: couldn't edit /nix/store/f6kpjv7h051w6gsixa59hr22nz9hlhlg-lemminx-0.27.0: not a regular file --- SHOWING ERROR LOG FOR lemminx-0.27.0 ---------------------- The update script for lemminx-0.27.0 failed with exit code 4 [result] Failed to update lemminx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.argostranslate, using log file: /var/log/nixpkgs-update/python311Packages.argostranslate/2024-02-21.log python311Packages.argostranslate 0 -> 1 attrpath: python311Packages.argostranslate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-argostranslate-1.9.1 Press Enter key to continue... Running update for: - python3.11-argostranslate-1.9.1: UPDATING ... - python3.11-argostranslate-1.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.argostranslate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.usort, using log file: /var/log/nixpkgs-update/python311Packages.usort/2024-02-21.log python311Packages.usort 0 -> 1 attrpath: python311Packages.usort Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-usort-1.0.7 Press Enter key to continue... Running update for: - python3.11-usort-1.0.7: UPDATING ... - python3.11-usort-1.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.usort 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath liquibase, using log file: /var/log/nixpkgs-update/liquibase/2024-02-21.log liquibase 0 -> 1 attrpath: liquibase Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/djn4il7n9m0hwnk5qmi0rvrgj4wcyfz1-packages.json.drv building '/nix/store/djn4il7n9m0hwnk5qmi0rvrgj4wcyfz1-packages.json.drv'... Going to be running update for following packages: - liquibase-4.26.0 Press Enter key to continue... Running update for: - liquibase-4.26.0: UPDATING ... - liquibase-4.26.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update liquibase 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pigeon, using log file: /var/log/nixpkgs-update/pigeon/2024-02-21.log pigeon 1.1.0 -> 1.2.1 https://github.com/mna/pigeon/releases attrpath: pigeon Checking auto update branch... An auto update branch exists with message `pigeon: 1.1.0 -> 1.2.1`. New version is 1.2.1. An auto update branch exists with an equal or greater version [result] Failed to update pigeon 1.1.0 -> 1.2.1 https://github.com/mna/pigeon/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wheel-inspect, using log file: /var/log/nixpkgs-update/python311Packages.wheel-inspect/2024-02-21.log python311Packages.wheel-inspect 0 -> 1 attrpath: python311Packages.wheel-inspect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-wheel-inspect-1.7.1 Press Enter key to continue... Running update for: - python3.11-wheel-inspect-1.7.1: UPDATING ... - python3.11-wheel-inspect-1.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wheel-inspect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xgboostWithCuda, using log file: /var/log/nixpkgs-update/xgboostWithCuda/2024-02-21.log xgboostWithCuda 2.0.1 -> 2.0.3 https://github.com/dmlc/xgboost/releases attrpath: xgboostWithCuda Checking auto update branch... An auto update branch exists with message `xgboostWithCuda: 2.0.1 -> 2.0.3`. New version is 2.0.3. An auto update branch exists with an equal or greater version [result] Failed to update xgboostWithCuda 2.0.1 -> 2.0.3 https://github.com/dmlc/xgboost/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath freerdp, using log file: /var/log/nixpkgs-update/freerdp/2024-02-21.log freerdp 2.11.5 -> 3.2.0 https://github.com/FreeRDP/FreeRDP/releases attrpath: freerdp Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/remote/freerdp/default.nix b/pkgs/applications/networking/remote/freerdp/default.nix index fc3cbbcd1109..23e55d34046d 100644 --- a/pkgs/applications/networking/remote/freerdp/default.nix +++ b/pkgs/applications/networking/remote/freerdp/default.nix @@ -76,13 +76,13 @@ let in stdenv.mkDerivation rec { pname = "freerdp"; - version = "2.11.5"; + version = "3.2.0"; src = fetchFromGitHub { owner = "FreeRDP"; repo = "FreeRDP"; rev = version; - hash = "sha256-WyYBIiIQNDHydJqU3jWNItJU2/sYnRpGHCXE9Xhom5M="; + hash = "sha256-fpoiIfgT+dOQcTKtxS2EuAuvbEb+UA/hnqxUHuvbFwA="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A freerdp nix build failed. got build log for 'freerdp' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/f53h39hiszrzlarsgvjm0v4sli0pxnrf-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'libfreerdp/crypto/test/CMakeLists.txt') substituteStream(): WARNING: pattern Test_x509_cert_info.c doesn't match anything in file 'libfreerdp/crypto/test/CMakeLists.txt' rm: cannot remove 'libfreerdp/crypto/test/Test_x509_cert_info.c': No such file or directory /nix/store/yq9qag5ak3w15nhcqplnhxpny6295l36-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update freerdp 2.11.5 -> 3.2.0 https://github.com/FreeRDP/FreeRDP/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rx, using log file: /var/log/nixpkgs-update/python311Packages.rx/2024-02-21.log python311Packages.rx 0 -> 1 attrpath: python311Packages.rx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-rx-3.2.0 Press Enter key to continue... Running update for: - python3.11-rx-3.2.0: UPDATING ... - python3.11-rx-3.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyfakefs, using log file: /var/log/nixpkgs-update/python311Packages.pyfakefs/2024-02-21.log python311Packages.pyfakefs 0 -> 1 attrpath: python311Packages.pyfakefs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyfakefs-5.3.2 Press Enter key to continue... Running update for: - python3.11-pyfakefs-5.3.2: UPDATING ... - python3.11-pyfakefs-5.3.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyfakefs/default.nix b/pkgs/development/python-modules/pyfakefs/default.nix index fdd7982a7898..84e6e9c89f5d 100644 --- a/pkgs/development/python-modules/pyfakefs/default.nix +++ b/pkgs/development/python-modules/pyfakefs/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "pyfakefs"; - version = "5.3.2"; + version = "5.3.5"; pyproject = true; disabled = pythonOlder "3.5"; src = fetchPypi { inherit pname version; - hash = "sha256-qDd2o8EEbU0QPy9TACmqbN/18Dht/9WcFe4WkmE1STw="; + hash = "sha256-fNxQCzWiFMt6YU4ZQFQ6zGZQ5pqUrHbjDzPJNzvZz5A="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 413 > 25 [result] Failed to update python311Packages.pyfakefs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath chatgpt-retrieval-plugin, using log file: /var/log/nixpkgs-update/chatgpt-retrieval-plugin/2024-02-21.log chatgpt-retrieval-plugin 0 -> 1 attrpath: chatgpt-retrieval-plugin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/3dmb8mc5x8g594hxjqz2d3nv3c2amx7g-packages.json.drv building '/nix/store/3dmb8mc5x8g594hxjqz2d3nv3c2amx7g-packages.json.drv'... Going to be running update for following packages: - chatgpt-retrieval-plugin-unstable-2023-03-28 Press Enter key to continue... Running update for: - chatgpt-retrieval-plugin-unstable-2023-03-28: UPDATING ... - chatgpt-retrieval-plugin-unstable-2023-03-28: ERROR --- SHOWING ERROR LOG FOR chatgpt-retrieval-plugin-unstable-2023-03-28 ---------------------- Traceback (most recent call last): File "/nix/store/k023b58vbzgav7440cm7b1zaa9x3iiv5-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/k023b58vbzgav7440cm7b1zaa9x3iiv5-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/k023b58vbzgav7440cm7b1zaa9x3iiv5-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 352, in update update_hash = update_version( ^^^^^^^^^^^^^^^ File "/nix/store/k023b58vbzgav7440cm7b1zaa9x3iiv5-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 290, in update_version new_version = fetch_latest_version( ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/k023b58vbzgav7440cm7b1zaa9x3iiv5-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/version/__init__.py", line 135, in fetch_latest_version raise VersionError( nix_update.errors.VersionError: Please specify the version. We can only get the latest version from codeberg/crates.io/gitea/github/gitlab/notabug/pypi/savannah/sourcehut/rubygems projects right now --- SHOWING ERROR LOG FOR chatgpt-retrieval-plugin-unstable-2023-03-28 ---------------------- The update script for chatgpt-retrieval-plugin-unstable-2023-03-28 failed with exit code 1 [result] Failed to update chatgpt-retrieval-plugin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jsonpointer, using log file: /var/log/nixpkgs-update/python311Packages.jsonpointer/2024-02-21.log python311Packages.jsonpointer 0 -> 1 attrpath: python311Packages.jsonpointer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-jsonpointer-2.4 Press Enter key to continue... Running update for: - python3.11-jsonpointer-2.4: UPDATING ... - python3.11-jsonpointer-2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jsonpointer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.colorcet, using log file: /var/log/nixpkgs-update/python311Packages.colorcet/2024-02-21.log python311Packages.colorcet 0 -> 1 attrpath: python311Packages.colorcet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-colorcet-3.0.1 Press Enter key to continue... Running update for: - python3.11-colorcet-3.0.1: UPDATING ... - python3.11-colorcet-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.colorcet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ldapmonitor, using log file: /var/log/nixpkgs-update/ldapmonitor/2024-02-21.log ldapmonitor 0 -> 1 attrpath: ldapmonitor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - ldapmonitor-1.4 Press Enter key to continue... Running update for: - ldapmonitor-1.4: UPDATING ... - ldapmonitor-1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ldapmonitor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sphinxcontrib-plantuml, using log file: /var/log/nixpkgs-update/python311Packages.sphinxcontrib-plantuml/2024-02-21.log python311Packages.sphinxcontrib-plantuml 0 -> 1 attrpath: python311Packages.sphinxcontrib-plantuml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-sphinxcontrib-plantuml-0.27 Press Enter key to continue... Running update for: - python3.11-sphinxcontrib-plantuml-0.27: UPDATING ... - python3.11-sphinxcontrib-plantuml-0.27: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinxcontrib-plantuml/default.nix b/pkgs/development/python-modules/sphinxcontrib-plantuml/default.nix index d6c588c8d022..f99d32ec7e21 100644 --- a/pkgs/development/python-modules/sphinxcontrib-plantuml/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-plantuml/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "sphinxcontrib-plantuml"; - version = "0.27"; + version = "0.28"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-iXV3ju2cFCpC7NxOzYMTLewGkMA1yueIwSN1Dq1SZwM="; + hash = "sha256-zpNirT1LvMTDDf38MIqsrSwHs0RjUxZoGnESabjgC+o="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/fkjvy4zcvxfl9sa4nm2g1qm5jvi53wqm-python3.11-sphinxcontrib-plantuml-0.28" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package marked as broken and skipped:
  • python312Packages.sphinxcontrib-plantuml
1 package built:
  • python311Packages.sphinxcontrib-plantuml
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python311Packages.sphinxcontrib-plantuml is: Provides a Sphinx domain for embedding UML diagram with PlantUML meta.homepage for python311Packages.sphinxcontrib-plantuml is: https://github.com/sphinx-contrib/plantuml/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.28 with grep in /nix/store/fkjvy4zcvxfl9sa4nm2g1qm5jvi53wqm-python3.11-sphinxcontrib-plantuml-0.28 - found 0.28 in filename of file in /nix/store/fkjvy4zcvxfl9sa4nm2g1qm5jvi53wqm-python3.11-sphinxcontrib-plantuml-0.28 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath python311Packages.sphinxcontrib-plantuml python312Packages.sphinxcontrib-plantuml ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/fkjvy4zcvxfl9sa4nm2g1qm5jvi53wqm-python3.11-sphinxcontrib-plantuml-0.28 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.sphinxcontrib-plantuml https://github.com/r-ryantm/nixpkgs/archive/111b772d79449e977373099c0d11a5ca98041e18.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/111b772d79449e977373099c0d11a5ca98041e18#python311Packages.sphinxcontrib-plantuml ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/fkjvy4zcvxfl9sa4nm2g1qm5jvi53wqm-python3.11-sphinxcontrib-plantuml-0.28 ls -la /nix/store/fkjvy4zcvxfl9sa4nm2g1qm5jvi53wqm-python3.11-sphinxcontrib-plantuml-0.28/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package marked as broken and skipped:
  • python312Packages.sphinxcontrib-plantuml
1 package built:
  • python311Packages.sphinxcontrib-plantuml
--- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/290356 [result] Success updating python311Packages.sphinxcontrib-plantuml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sphinx-jinja, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-jinja/2024-02-21.log python311Packages.sphinx-jinja 0 -> 1 attrpath: python311Packages.sphinx-jinja Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-sphinx-jinja-2.0.2 Press Enter key to continue... Running update for: - python3.11-sphinx-jinja-2.0.2: UPDATING ... - python3.11-sphinx-jinja-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-jinja 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dupeguru, using log file: /var/log/nixpkgs-update/dupeguru/2024-02-21.log dupeguru 0 -> 1 attrpath: dupeguru Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - dupeguru-4.3.1 Press Enter key to continue... Running update for: - dupeguru-4.3.1: UPDATING ... - dupeguru-4.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dupeguru 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath telepresence, using log file: /var/log/nixpkgs-update/telepresence/2024-02-21.log telepresence 0 -> 1 attrpath: telepresence Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-telepresence-0.109 Press Enter key to continue... Running update for: - python3.11-telepresence-0.109: UPDATING ... - python3.11-telepresence-0.109: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/networking/telepresence/default.nix b/pkgs/tools/networking/telepresence/default.nix index 4866cfea41ee..7c355b50d524 100644 --- a/pkgs/tools/networking/telepresence/default.nix +++ b/pkgs/tools/networking/telepresence/default.nix @@ -8,13 +8,13 @@ let }); in pythonPackages.buildPythonPackage rec { pname = "telepresence"; - version = "0.109"; + version = "2.18.0"; src = fetchFromGitHub { owner = "telepresenceio"; repo = "telepresence"; - rev = version; - sha256 = "1ccc8bzcdxp6rh6llk7grcnmyc05fq7dz5w0mifdzjv3a473hsky"; + rev = "refs/tags/v${version}"; + sha256 = "sha256-zk6HyZfYeJecJgdMU3qnXIKDYuvnu5yjSZtVvKem4uI="; }; nativeBuildInputs = [ makeWrapper ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A telepresence nix build failed. Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/nlmgpb1hv8pnjf10ppn39rc9anib1w49-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tools/src/test-report/reporter.go @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing setuptoolsBuildPhase Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/tokenize.py", line 396, in open buffer = _builtin_open(filename, 'rb') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'setup.py' /nix/store/yq9qag5ak3w15nhcqplnhxpny6295l36-stdenv-linux/setup: line 1582: pop_var_context: head of shell_variables not a function context [result] Failed to update telepresence 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pyznap, using log file: /var/log/nixpkgs-update/pyznap/2024-02-21.log pyznap 0 -> 1 attrpath: pyznap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - pyznap-1.6.0 Press Enter key to continue... Running update for: - pyznap-1.6.0: UPDATING ... - pyznap-1.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pyznap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.dnsimple, using log file: /var/log/nixpkgs-update/terraform-providers.dnsimple/2024-02-21.log terraform-providers.dnsimple 0 -> 1 attrpath: terraform-providers.dnsimple Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.dnsimple 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ajpy, using log file: /var/log/nixpkgs-update/python311Packages.ajpy/2024-02-21.log python311Packages.ajpy 0 -> 1 attrpath: python311Packages.ajpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ajpy-0.0.5 Press Enter key to continue... Running update for: - python3.11-ajpy-0.0.5: UPDATING ... - python3.11-ajpy-0.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ajpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ovoenergy, using log file: /var/log/nixpkgs-update/python311Packages.ovoenergy/2024-02-21.log python311Packages.ovoenergy 0 -> 1 attrpath: python311Packages.ovoenergy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ovoenergy-1.3.1 Press Enter key to continue... Running update for: - python3.11-ovoenergy-1.3.1: UPDATING ... - python3.11-ovoenergy-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ovoenergy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyfakewebcam, using log file: /var/log/nixpkgs-update/python311Packages.pyfakewebcam/2024-02-21.log python311Packages.pyfakewebcam 0 -> 1 attrpath: python311Packages.pyfakewebcam Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyfakewebcam-0.1.0 Press Enter key to continue... Running update for: - python3.11-pyfakewebcam-0.1.0: UPDATING ... - python3.11-pyfakewebcam-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyfakewebcam 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pynmea2, using log file: /var/log/nixpkgs-update/python311Packages.pynmea2/2024-02-21.log python311Packages.pynmea2 0 -> 1 attrpath: python311Packages.pynmea2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pynmea2-1.19.0 Press Enter key to continue... Running update for: - python3.11-pynmea2-1.19.0: UPDATING ... - python3.11-pynmea2-1.19.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pynmea2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydash, using log file: /var/log/nixpkgs-update/python311Packages.pydash/2024-02-21.log python311Packages.pydash 0 -> 1 attrpath: python311Packages.pydash Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pydash-7.0.6 Press Enter key to continue... Running update for: - python3.11-pydash-7.0.6: UPDATING ... - python3.11-pydash-7.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gocardless-pro, using log file: /var/log/nixpkgs-update/python311Packages.gocardless-pro/2024-02-21.log python311Packages.gocardless-pro 0 -> 1 attrpath: python311Packages.gocardless-pro Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-gocardless-pro-1.51.0 Press Enter key to continue... Running update for: - python3.11-gocardless-pro-1.51.0: UPDATING ... - python3.11-gocardless-pro-1.51.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gocardless-pro 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.teamcity-messages, using log file: /var/log/nixpkgs-update/python311Packages.teamcity-messages/2024-02-21.log python311Packages.teamcity-messages 0 -> 1 attrpath: python311Packages.teamcity-messages Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-teamcity-messages-1.32 Press Enter key to continue... Running update for: - python3.11-teamcity-messages-1.32: UPDATING ... - python3.11-teamcity-messages-1.32: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.teamcity-messages 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gogdl, using log file: /var/log/nixpkgs-update/gogdl/2024-02-21.log gogdl 0 -> 1 attrpath: gogdl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - gogdl-1.0.0 Press Enter key to continue... Running update for: - gogdl-1.0.0: UPDATING ... - gogdl-1.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/games/gogdl/default.nix b/pkgs/games/gogdl/default.nix index d6f5d6d10ae0..83bf90147b5f 100644 --- a/pkgs/games/gogdl/default.nix +++ b/pkgs/games/gogdl/default.nix @@ -11,14 +11,14 @@ buildPythonApplication rec { pname = "gogdl"; - version = "1.0.0"; + version = "1.0.1"; format = "pyproject"; src = fetchFromGitHub { owner = "Heroic-Games-Launcher"; repo = "heroic-gogdl"; - rev = "e1c3e5b98feda53ea88f54f9aa5c614ae9424ef0"; - hash = "sha256-MGxpWfDGchZruVmSiea5s1JQV23F9QvQLWrxPmIsBEo="; + rev = "10b4a19e0fbe9bc3db6b9ce3ea49fd17c9f1d37d"; + hash = "sha256-po9To5WfT0L2j48Q84ygbbIqtTfXP9uQPrl4Uu+CWGk="; }; disabled = pythonOlder "3.8"; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/gqkqlr7kxk2gaavjhsyxzkdv0a905yq7-gogdl-1.0.1" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
  • gogdl
  • heroic
  • heroic-unwrapped
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for gogdl is: GOG Downloading module for Heroic Games Launcher meta.homepage for gogdl is: https://github.com/Heroic-Games-Launcher/heroic-gogdl ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/Heroic-Games-Launcher/heroic-gogdl/compare/e1c3e5b98feda53ea88f54f9aa5c614ae9424ef0...10b4a19e0fbe9bc3db6b9ce3ea49fd17c9f1d37d) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.0.1 with grep in /nix/store/gqkqlr7kxk2gaavjhsyxzkdv0a905yq7-gogdl-1.0.1 - found 1.0.1 in filename of file in /nix/store/gqkqlr7kxk2gaavjhsyxzkdv0a905yq7-gogdl-1.0.1 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath gogdl heroic heroic-unwrapped ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/gqkqlr7kxk2gaavjhsyxzkdv0a905yq7-gogdl-1.0.1 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A gogdl https://github.com/r-ryantm/nixpkgs/archive/302e1b3b415ade5a4f3d6a2d36a6407a245169c9.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/302e1b3b415ade5a4f3d6a2d36a6407a245169c9#gogdl ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/gqkqlr7kxk2gaavjhsyxzkdv0a905yq7-gogdl-1.0.1 ls -la /nix/store/gqkqlr7kxk2gaavjhsyxzkdv0a905yq7-gogdl-1.0.1/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
  • gogdl
  • heroic
  • heroic-unwrapped
--- ###### Maintainer pings cc @aidalgol for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/290361 [result] Success updating gogdl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.more-properties, using log file: /var/log/nixpkgs-update/python311Packages.more-properties/2024-02-21.log python311Packages.more-properties 0 -> 1 attrpath: python311Packages.more-properties Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-more-properties-1.1.1 Press Enter key to continue... Running update for: - python3.11-more-properties-1.1.1: UPDATING ... - python3.11-more-properties-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.more-properties 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ssh-import-id, using log file: /var/log/nixpkgs-update/ssh-import-id/2024-02-21.log ssh-import-id 0 -> 1 attrpath: ssh-import-id Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ssh-import-id-5.11 Press Enter key to continue... Running update for: - python3.11-ssh-import-id-5.11: UPDATING ... - python3.11-ssh-import-id-5.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ssh-import-id 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.thunder, using log file: /var/log/nixpkgs-update/terraform-providers.thunder/2024-02-21.log terraform-providers.thunder 0 -> 1 attrpath: terraform-providers.thunder Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.thunder 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.urlextract, using log file: /var/log/nixpkgs-update/python311Packages.urlextract/2024-02-21.log python311Packages.urlextract 0 -> 1 attrpath: python311Packages.urlextract Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-urlextract-1.8.0 Press Enter key to continue... Running update for: - python3.11-urlextract-1.8.0: UPDATING ... - python3.11-urlextract-1.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.urlextract 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath stacs, using log file: /var/log/nixpkgs-update/stacs/2024-02-21.log stacs 0 -> 1 attrpath: stacs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - stacs-0.2.0 Press Enter key to continue... Running update for: - stacs-0.2.0: UPDATING ... - stacs-0.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/security/stacs/default.nix b/pkgs/tools/security/stacs/default.nix index 205d85f0622e..83413126ab4b 100644 --- a/pkgs/tools/security/stacs/default.nix +++ b/pkgs/tools/security/stacs/default.nix @@ -5,13 +5,13 @@ python3.pkgs.buildPythonApplication rec { pname = "stacs"; - version = "0.2.0"; + version = "0.5.1"; src = fetchFromGitHub { owner = "stacscan"; repo = pname; - rev = version; - sha256 = "00ZYdpJktqUXdzPcouHyZcOQyFm7jdFNVuDqsufOviE="; + rev = "refs/tags/${version}"; + sha256 = "sha256-u0yFzId5RAOnJfTDPRUc8E624zIWyCDe3/WlrJ5iuxA="; }; nativeBuildInputs = with python3.pkgs; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A stacs nix build failed. Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook Using setuptoolsCheckPhase Sourcing pytest-check-hook Using pytestCheckPhase Removing setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/vpcx916cjfsrkwyhvlih337mh7cz5plv-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/wrapper/stacs-scan @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing setuptoolsBuildPhase Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 8, in from pybind11.setup_helpers import Pybind11Extension ModuleNotFoundError: No module named 'pybind11' /nix/store/yq9qag5ak3w15nhcqplnhxpny6295l36-stdenv-linux/setup: line 1582: pop_var_context: head of shell_variables not a function context [result] Failed to update stacs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath serverspec, using log file: /var/log/nixpkgs-update/serverspec/2024-02-21.log serverspec 0 -> 1 attrpath: serverspec Checking auto update branch... The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update [result] Failed to update serverspec 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.py-sneakers, using log file: /var/log/nixpkgs-update/python311Packages.py-sneakers/2024-02-21.log python311Packages.py-sneakers 0 -> 1 attrpath: python311Packages.py-sneakers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-py-sneakers-1.0.1 Press Enter key to continue... Running update for: - python3.11-py-sneakers-1.0.1: UPDATING ... - python3.11-py-sneakers-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-sneakers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lomiri.lomiri-terminal-app, using log file: /var/log/nixpkgs-update/lomiri.lomiri-terminal-app/2024-02-21.log lomiri.lomiri-terminal-app 0 -> 1 attrpath: lomiri.lomiri-terminal-app Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - lomiri-terminal-app-2.0.2 Press Enter key to continue... Running update for: - lomiri-terminal-app-2.0.2: UPDATING ... - lomiri-terminal-app-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.lomiri-terminal-app 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libuuid, using log file: /var/log/nixpkgs-update/libuuid/2024-02-21.log libuuid 0 -> 1 attrpath: libuuid Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - util-linux-minimal-2.39.3 Press Enter key to continue... Running update for: - util-linux-minimal-2.39.3: UPDATING ... - util-linux-minimal-2.39.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libuuid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.kerberos, using log file: /var/log/nixpkgs-update/python311Packages.kerberos/2024-02-21.log python311Packages.kerberos 0 -> 1 attrpath: python311Packages.kerberos Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-kerberos-1.3.1 Press Enter key to continue... Running update for: - python3.11-kerberos-1.3.1: UPDATING ... - python3.11-kerberos-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.kerberos 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hpack, using log file: /var/log/nixpkgs-update/python311Packages.hpack/2024-02-21.log python311Packages.hpack 0 -> 1 attrpath: python311Packages.hpack Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-hpack-4.0.0 Press Enter key to continue... Running update for: - python3.11-hpack-4.0.0: UPDATING ... - python3.11-hpack-4.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hpack 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dnf4, using log file: /var/log/nixpkgs-update/python311Packages.dnf4/2024-02-21.log python311Packages.dnf4 0 -> 1 attrpath: python311Packages.dnf4 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dnf4-4.18.2 Press Enter key to continue... Running update for: - python3.11-dnf4-4.18.2: UPDATING ... - python3.11-dnf4-4.18.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dnf4/default.nix b/pkgs/development/python-modules/dnf4/default.nix index 87bd9a1b7d45..bbef9b66ea7d 100644 --- a/pkgs/development/python-modules/dnf4/default.nix +++ b/pkgs/development/python-modules/dnf4/default.nix @@ -16,7 +16,7 @@ in buildPythonPackage rec { pname = "dnf4"; - version = "4.18.2"; + version = "4.19.0"; format = "other"; outputs = [ "out" "man" "py" ]; @@ -24,8 +24,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "rpm-software-management"; repo = "dnf"; - rev = version; - hash = "sha256-WOLVKsrHp0V0wMXXRf1hrxsxuVv2bFOKIw8Aitz0cac="; + rev = "refs/tags/${version}"; + hash = "sha256-LY2D3A3la58/8V2zKqPZWbR5iAMkrsG36gP8EvwANaA="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - dnf4: 4.18.2 -> 4.19.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/287262" [result] Failed to update python311Packages.dnf4 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bitcoin-abc, using log file: /var/log/nixpkgs-update/bitcoin-abc/2024-02-21.log bitcoin-abc 0.28.9 -> 0.28.10 https://github.com/bitcoin-ABC/bitcoin-abc/releases attrpath: bitcoin-abc Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/blockchains/bitcoin-abc/default.nix b/pkgs/applications/blockchains/bitcoin-abc/default.nix index d25a582f6554..0185b8150c7d 100644 --- a/pkgs/applications/blockchains/bitcoin-abc/default.nix +++ b/pkgs/applications/blockchains/bitcoin-abc/default.nix @@ -25,13 +25,13 @@ mkDerivation rec { pname = "bitcoin" + lib.optionalString (!withGui) "d" + "-abc"; - version = "0.28.9"; + version = "0.28.10"; src = fetchFromGitHub { owner = "bitcoin-ABC"; repo = "bitcoin-abc"; rev = "v${version}"; - hash = "sha256-VK9/qL3rFdU7O62FwEdr3WD4VWli8KGZH9hcbTaVHGQ="; + hash = "sha256-Z43ksM9LX7augeP8VQ1wrfCCoLLS8zuGfnrWbLvdh50="; }; nativeBuildInputs = [ pkg-config cmake ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/nnrxirimkhzhyyzg248ckfwvbgianxvi-bitcoin-abc-0.28.10" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review) Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/bitcoin-ABC/bitcoin-abc/releases. meta.description for bitcoin-abc is: Peer-to-peer electronic cash system (Cash client) meta.homepage for bitcoin-abc is: https://bitcoinabc.org/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/Bitcoin-ABC/bitcoin-abc/releases/tag/v0.28.10) - [Compare changes on GitHub](https://github.com/bitcoin-ABC/bitcoin-abc/compare/v0.28.9...v0.28.10) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.28.10 with grep in /nix/store/nnrxirimkhzhyyzg248ckfwvbgianxvi-bitcoin-abc-0.28.10 - found 0.28.10 in filename of file in /nix/store/nnrxirimkhzhyyzg248ckfwvbgianxvi-bitcoin-abc-0.28.10 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath bitcoin-abc bitcoind-abc ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/nnrxirimkhzhyyzg248ckfwvbgianxvi-bitcoin-abc-0.28.10 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A bitcoin-abc https://github.com/r-ryantm/nixpkgs/archive/e6b0987b6bc61de213709f70caff0a7d193cd517.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/e6b0987b6bc61de213709f70caff0a7d193cd517#bitcoin-abc ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/nnrxirimkhzhyyzg248ckfwvbgianxvi-bitcoin-abc-0.28.10 ls -la /nix/store/nnrxirimkhzhyyzg248ckfwvbgianxvi-bitcoin-abc-0.28.10/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review) --- ###### Maintainer pings cc @Lassulus for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/290367 [result] Success updating bitcoin-abc 0.28.9 -> 0.28.10 https://github.com/bitcoin-ABC/bitcoin-abc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sphinx-better-theme, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-better-theme/2024-02-21.log python311Packages.sphinx-better-theme 0 -> 1 attrpath: python311Packages.sphinx-better-theme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-sphinx-better-theme-0.1.5 Press Enter key to continue... Running update for: - python3.11-sphinx-better-theme-0.1.5: UPDATING ... - python3.11-sphinx-better-theme-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-better-theme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath flootty, using log file: /var/log/nixpkgs-update/flootty/2024-02-21.log flootty 0 -> 1 attrpath: flootty Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - Flootty-3.2.2 Press Enter key to continue... Running update for: - Flootty-3.2.2: UPDATING ... - Flootty-3.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update flootty 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fmt_8, using log file: /var/log/nixpkgs-update/fmt_8/2024-02-21.log fmt_8 8.1.1 -> 10.2.1 https://github.com/fmtlib/fmt/releases attrpath: fmt_8 Checking auto update branch... No auto update branch exists Version in attr path fmt_8 not compatible with 10.2.1 [result] Failed to update fmt_8 8.1.1 -> 10.2.1 https://github.com/fmtlib/fmt/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mock-open, using log file: /var/log/nixpkgs-update/python311Packages.mock-open/2024-02-21.log python311Packages.mock-open 0 -> 1 attrpath: python311Packages.mock-open Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mock-open-1.4.0 Press Enter key to continue... Running update for: - python3.11-mock-open-1.4.0: UPDATING ... - python3.11-mock-open-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mock-open 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ezyrb, using log file: /var/log/nixpkgs-update/python311Packages.ezyrb/2024-02-21.log python311Packages.ezyrb 0 -> 1 attrpath: python311Packages.ezyrb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ezyrb-1.3.0.post2402 Press Enter key to continue... Running update for: - python3.11-ezyrb-1.3.0.post2402: UPDATING ... - python3.11-ezyrb-1.3.0.post2402: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ezyrb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath oci-cli, using log file: /var/log/nixpkgs-update/oci-cli/2024-02-21.log oci-cli 0 -> 1 attrpath: oci-cli Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - oci-cli-3.14.0 Press Enter key to continue... Running update for: - oci-cli-3.14.0: UPDATING ... - oci-cli-3.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update oci-cli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dbus-python-client-gen, using log file: /var/log/nixpkgs-update/python311Packages.dbus-python-client-gen/2024-02-21.log python311Packages.dbus-python-client-gen 0 -> 1 attrpath: python311Packages.dbus-python-client-gen Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dbus-python-client-gen-0.8.3 Press Enter key to continue... Running update for: - python3.11-dbus-python-client-gen-0.8.3: UPDATING ... - python3.11-dbus-python-client-gen-0.8.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dbus-python-client-gen 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.google-cloud-pubsub, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-pubsub/2024-02-21.log python311Packages.google-cloud-pubsub 0 -> 1 attrpath: python311Packages.google-cloud-pubsub Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-google-cloud-pubsub-2.19.4 Press Enter key to continue... Running update for: - python3.11-google-cloud-pubsub-2.19.4: UPDATING ... - python3.11-google-cloud-pubsub-2.19.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-pubsub 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.twentemilieu, using log file: /var/log/nixpkgs-update/python311Packages.twentemilieu/2024-02-21.log python311Packages.twentemilieu 0 -> 1 attrpath: python311Packages.twentemilieu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-twentemilieu-2.0.1 Press Enter key to continue... Running update for: - python3.11-twentemilieu-2.0.1: UPDATING ... - python3.11-twentemilieu-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.twentemilieu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lingua-franca, using log file: /var/log/nixpkgs-update/lingua-franca/2024-02-21.log lingua-franca 0.4.0 -> 0.6.0 https://github.com/lf-lang/lingua-franca/releases attrpath: lingua-franca Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/d9j2qcrn3w4cwhhdvmq9ndml3rbi91v1-source.drv building '/nix/store/d9j2qcrn3w4cwhhdvmq9ndml3rbi91v1-source.drv'... trying https://github.com/lf-lang/lingua-franca/releases/download/v0.6.0/lf-cli-0.6.0.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/d9j2qcrn3w4cwhhdvmq9ndml3rbi91v1-source.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/lf-lang/lingua-franca/releases/download/v0.6.0/lf-cli-0.6.0.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/d9j2qcrn3w4cwhhdvmq9ndml3rbi91v1-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'lingua-franca.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/d9j2qcrn3w4cwhhdvmq9ndml3rbi91v1-source.drv /nix/store/5cdmm8l307haa0dybsa06ndbkzvkc9yb-lfc-0.6.0.drv building '/nix/store/d9j2qcrn3w4cwhhdvmq9ndml3rbi91v1-source.drv'... trying https://github.com/lf-lang/lingua-franca/releases/download/v0.6.0/lf-cli-0.6.0.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/d9j2qcrn3w4cwhhdvmq9ndml3rbi91v1-source.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/lf-lang/lingua-franca/releases/download/v0.6.0/lf-cli-0.6.0.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/d9j2qcrn3w4cwhhdvmq9ndml3rbi91v1-source.drv'. error: 1 dependencies of derivation '/nix/store/5cdmm8l307haa0dybsa06ndbkzvkc9yb-lfc-0.6.0.drv' failed to build [result] Failed to update lingua-franca 0.4.0 -> 0.6.0 https://github.com/lf-lang/lingua-franca/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.metal, using log file: /var/log/nixpkgs-update/terraform-providers.metal/2024-02-21.log terraform-providers.metal 0 -> 1 attrpath: terraform-providers.metal Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.metal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.youseedee, using log file: /var/log/nixpkgs-update/python311Packages.youseedee/2024-02-21.log python311Packages.youseedee 0 -> 1 attrpath: python311Packages.youseedee Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-youseedee-0.4.1 Press Enter key to continue... Running update for: - python3.11-youseedee-0.4.1: UPDATING ... - python3.11-youseedee-0.4.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/youseedee/default.nix b/pkgs/development/python-modules/youseedee/default.nix index e2d9456110ab..bf011d5bbd2e 100644 --- a/pkgs/development/python-modules/youseedee/default.nix +++ b/pkgs/development/python-modules/youseedee/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "youseedee"; - version = "0.4.1"; + version = "0.5.3"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-fdI4CBUSMbdKW0qg4y22wjWI6bhotgDkQdFMc9X00as="; + hash = "sha256-hQkI8kdropLiO86LXDy6eQma3FEg48gLldU7bFg9dzI="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.youseedee nix build failed. got build log for 'python311Packages.youseedee' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing setuptools-build-hook Using setuptoolsBuildPhase Using setuptoolsShellHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/1xy0nbkwb0kb7yjq76r92a44xz45f59x-youseedee-0.5.3.tar.gz source root is youseedee-0.5.3 setting SOURCE_DATE_EPOCH to timestamp 1704966599 of file youseedee-0.5.3/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/49lpgdmzdbs9hl1axiq4pcsj7nd8c83a-0001-use-packaged-unicode-data.patch patching file lib/youseedee/__init__.py Hunk #1 FAILED at 11. 1 out of 1 hunk FAILED -- saving rejects to file lib/youseedee/__init__.py.rej [result] Failed to update python311Packages.youseedee 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath scala, using log file: /var/log/nixpkgs-update/scala/2024-02-21.log scala 0 -> 1 attrpath: scala Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - scala-2.13.12 Press Enter key to continue... Running update for: - scala-2.13.12: UPDATING ... - scala-2.13.12: ERROR --- SHOWING ERROR LOG FOR scala-2.13.12 ---------------------- error: cannot run ssh: No such file or directory fatal: unable to fork this derivation will be built: /nix/store/mgj6h3smkx204dnvf5q7kn02vi199n24-scala-.tgz.drv building '/nix/store/mgj6h3smkx204dnvf5q7kn02vi199n24-scala-.tgz.drv'... trying https://www.scala-lang.org/files/archive/scala-.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download scala-.tgz from any mirror error: boost::bad_format_string: format-string is ill-formed update-source-version: error: Couldn't figure out new hash of 'scala_2_13.src'! --- SHOWING ERROR LOG FOR scala-2.13.12 ---------------------- The update script for scala-2.13.12 failed with exit code 1 [result] Failed to update scala 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.elementary-screenshot, using log file: /var/log/nixpkgs-update/pantheon.elementary-screenshot/2024-02-21.log pantheon.elementary-screenshot 0 -> 1 attrpath: pantheon.elementary-screenshot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3smx2d5hg02gkndljlihrirjfv7lyb63-packages.json.drv building '/nix/store/3smx2d5hg02gkndljlihrirjfv7lyb63-packages.json.drv'... Going to be running update for following packages: - elementary-screenshot-6.0.4 Press Enter key to continue... Running update for: - elementary-screenshot-6.0.4: UPDATING ... - elementary-screenshot-6.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-screenshot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.spacy-legacy, using log file: /var/log/nixpkgs-update/python311Packages.spacy-legacy/2024-02-21.log python311Packages.spacy-legacy 0 -> 1 attrpath: python311Packages.spacy-legacy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-spacy-legacy-3.0.12 Press Enter key to continue... Running update for: - python3.11-spacy-legacy-3.0.12: UPDATING ... - python3.11-spacy-legacy-3.0.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.spacy-legacy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath twspace-dl, using log file: /var/log/nixpkgs-update/twspace-dl/2024-02-21.log twspace-dl 0 -> 1 attrpath: twspace-dl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - twspace-dl-2023.7.24.1 Press Enter key to continue... Running update for: - twspace-dl-2023.7.24.1: UPDATING ... - twspace-dl-2023.7.24.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update twspace-dl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.oscrypto, using log file: /var/log/nixpkgs-update/python311Packages.oscrypto/2024-02-21.log python311Packages.oscrypto 0 -> 1 attrpath: python311Packages.oscrypto Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-oscrypto-1.3.0 Press Enter key to continue... Running update for: - python3.11-oscrypto-1.3.0: UPDATING ... - python3.11-oscrypto-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.oscrypto 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octavePackages.nurbs, using log file: /var/log/nixpkgs-update/octavePackages.nurbs/2024-02-21.log octavePackages.nurbs 0 -> 1 attrpath: octavePackages.nurbs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - octave-8.4.0-nurbs-1.4.3 Press Enter key to continue... Running update for: - octave-8.4.0-nurbs-1.4.3: UPDATING ... - octave-8.4.0-nurbs-1.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.nurbs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath minecraft-server, using log file: /var/log/nixpkgs-update/minecraft-server/2024-02-21.log minecraft-server 0 -> 1 attrpath: minecraft-server Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - minecraft-server-1.20.4 Press Enter key to continue... Running update for: - minecraft-server-1.20.4: UPDATING ... - minecraft-server-1.20.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/games/minecraft-servers/versions.json b/pkgs/games/minecraft-servers/versions.json index 15dbc82c6d90..f82532d2d26a 100644 --- a/pkgs/games/minecraft-servers/versions.json +++ b/pkgs/games/minecraft-servers/versions.json @@ -6,110 +6,110 @@ "javaVersion": 17 }, "1.19": { - "url": "https://piston-data.mojang.com/v1/objects/8f3112a1049751cc472ec13e397eade5336ca7ae/server.jar", "sha1": "8f3112a1049751cc472ec13e397eade5336ca7ae", + "url": "https://piston-data.mojang.com/v1/objects/8f3112a1049751cc472ec13e397eade5336ca7ae/server.jar", "version": "1.19.4", "javaVersion": 17 }, "1.18": { - "url": "https://piston-data.mojang.com/v1/objects/c8f83c5655308435b3dcf03c06d9fe8740a77469/server.jar", "sha1": "c8f83c5655308435b3dcf03c06d9fe8740a77469", + "url": "https://piston-data.mojang.com/v1/objects/c8f83c5655308435b3dcf03c06d9fe8740a77469/server.jar", "version": "1.18.2", "javaVersion": 17 }, "1.17": { - "url": "https://piston-data.mojang.com/v1/objects/a16d67e5807f57fc4e550299cf20226194497dc2/server.jar", "sha1": "a16d67e5807f57fc4e550299cf20226194497dc2", + "url": "https://piston-data.mojang.com/v1/objects/a16d67e5807f57fc4e550299cf20226194497dc2/server.jar", "version": "1.17.1", "javaVersion": 16 }, "1.16": { - "url": "https://piston-data.mojang.com/v1/objects/1b557e7b033b583cd9f66746b7a9ab1ec1673ced/server.jar", "sha1": "1b557e7b033b583cd9f66746b7a9ab1ec1673ced", + "url": "https://piston-data.mojang.com/v1/objects/1b557e7b033b583cd9f66746b7a9ab1ec1673ced/server.jar", "version": "1.16.5", "javaVersion": 8 }, "1.15": { - "url": "https://piston-data.mojang.com/v1/objects/bb2b6b1aefcd70dfd1892149ac3a215f6c636b07/server.jar", "sha1": "bb2b6b1aefcd70dfd1892149ac3a215f6c636b07", + "url": "https://piston-data.mojang.com/v1/objects/bb2b6b1aefcd70dfd1892149ac3a215f6c636b07/server.jar", "version": "1.15.2", "javaVersion": 8 }, "1.14": { - "url": "https://piston-data.mojang.com/v1/objects/3dc3d84a581f14691199cf6831b71ed1296a9fdf/server.jar", "sha1": "3dc3d84a581f14691199cf6831b71ed1296a9fdf", + "url": "https://piston-data.mojang.com/v1/objects/3dc3d84a581f14691199cf6831b71ed1296a9fdf/server.jar", "version": "1.14.4", "javaVersion": 8 }, "1.13": { - "url": "https://piston-data.mojang.com/v1/objects/3737db93722a9e39eeada7c27e7aca28b144ffa7/server.jar", "sha1": "3737db93722a9e39eeada7c27e7aca28b144ffa7", + "url": "https://piston-data.mojang.com/v1/objects/3737db93722a9e39eeada7c27e7aca28b144ffa7/server.jar", "version": "1.13.2", "javaVersion": 8 }, "1.12": { - "url": "https://piston-data.mojang.com/v1/objects/886945bfb2b978778c3a0288fd7fab09d315b25f/server.jar", "sha1": "886945bfb2b978778c3a0288fd7fab09d315b25f", + "url": "https://piston-data.mojang.com/v1/objects/886945bfb2b978778c3a0288fd7fab09d315b25f/server.jar", "version": "1.12.2", "javaVersion": 8 }, "1.11": { - "url": "https://piston-data.mojang.com/v1/objects/f00c294a1576e03fddcac777c3cf4c7d404c4ba4/server.jar", "sha1": "f00c294a1576e03fddcac777c3cf4c7d404c4ba4", + "url": "https://piston-data.mojang.com/v1/objects/f00c294a1576e03fddcac777c3cf4c7d404c4ba4/server.jar", "version": "1.11.2", "javaVersion": 8 }, "1.10": { - "url": "https://piston-data.mojang.com/v1/objects/3d501b23df53c548254f5e3f66492d178a48db63/server.jar", "sha1": "3d501b23df53c548254f5e3f66492d178a48db63", + "url": "https://piston-data.mojang.com/v1/objects/3d501b23df53c548254f5e3f66492d178a48db63/server.jar", "version": "1.10.2", "javaVersion": 8 }, "1.9": { - "url": "https://piston-data.mojang.com/v1/objects/edbb7b1758af33d365bf835eb9d13de005b1e274/server.jar", "sha1": "edbb7b1758af33d365bf835eb9d13de005b1e274", + "url": "https://piston-data.mojang.com/v1/objects/edbb7b1758af33d365bf835eb9d13de005b1e274/server.jar", "version": "1.9.4", "javaVersion": 8 }, "1.8": { - "url": "https://launcher.mojang.com/v1/objects/b58b2ceb36e01bcd8dbf49c8fb66c55a9f0676cd/server.jar", "sha1": "b58b2ceb36e01bcd8dbf49c8fb66c55a9f0676cd", + "url": "https://launcher.mojang.com/v1/objects/b58b2ceb36e01bcd8dbf49c8fb66c55a9f0676cd/server.jar", "version": "1.8.9", "javaVersion": 8 }, "1.7": { - "url": "https://launcher.mojang.com/v1/objects/952438ac4e01b4d115c5fc38f891710c4941df29/server.jar", "sha1": "952438ac4e01b4d115c5fc38f891710c4941df29", + "url": "https://launcher.mojang.com/v1/objects/952438ac4e01b4d115c5fc38f891710c4941df29/server.jar", "version": "1.7.10", "javaVersion": 8 }, "1.6": { - "url": "https://launcher.mojang.com/v1/objects/050f93c1f3fe9e2052398f7bd6aca10c63d64a87/server.jar", "sha1": "050f93c1f3fe9e2052398f7bd6aca10c63d64a87", + "url": "https://launcher.mojang.com/v1/objects/050f93c1f3fe9e2052398f7bd6aca10c63d64a87/server.jar", "version": "1.6.4", "javaVersion": null }, "1.5": { - "url": "https://launcher.mojang.com/v1/objects/f9ae3f651319151ce99a0bfad6b34fa16eb6775f/server.jar", "sha1": "f9ae3f651319151ce99a0bfad6b34fa16eb6775f", + "url": "https://launcher.mojang.com/v1/objects/f9ae3f651319151ce99a0bfad6b34fa16eb6775f/server.jar", "version": "1.5.2", "javaVersion": 8 }, "1.4": { - "url": "https://launcher.mojang.com/v1/objects/2f0ec8efddd2f2c674c77be9ddb370b727dec676/server.jar", "sha1": "2f0ec8efddd2f2c674c77be9ddb370b727dec676", + "url": "https://launcher.mojang.com/v1/objects/2f0ec8efddd2f2c674c77be9ddb370b727dec676/server.jar", "version": "1.4.7", "javaVersion": 8 }, "1.3": { - "url": "https://launcher.mojang.com/v1/objects/3de2ae6c488135596e073a9589842800c9f53bfe/server.jar", "sha1": "3de2ae6c488135596e073a9589842800c9f53bfe", + "url": "https://launcher.mojang.com/v1/objects/3de2ae6c488135596e073a9589842800c9f53bfe/server.jar", "version": "1.3.2", "javaVersion": 8 }, "1.2": { - "url": "https://launcher.mojang.com/v1/objects/d8321edc9470e56b8ad5c67bbd16beba25843336/server.jar", "sha1": "d8321edc9470e56b8ad5c67bbd16beba25843336", + "url": "https://launcher.mojang.com/v1/objects/d8321edc9470e56b8ad5c67bbd16beba25843336/server.jar", "version": "1.2.5", "javaVersion": 8 } No auto update branch exists [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update minecraft-server 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.regional, using log file: /var/log/nixpkgs-update/python311Packages.regional/2024-02-21.log python311Packages.regional 0 -> 1 attrpath: python311Packages.regional Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-regional-1.1.2 Press Enter key to continue... Running update for: - python3.11-regional-1.1.2: UPDATING ... - python3.11-regional-1.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.regional 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.openwrt-luci-rpc, using log file: /var/log/nixpkgs-update/python311Packages.openwrt-luci-rpc/2024-02-21.log python311Packages.openwrt-luci-rpc 0 -> 1 attrpath: python311Packages.openwrt-luci-rpc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-openwrt-luci-rpc-1.1.16 Press Enter key to continue... Running update for: - python3.11-openwrt-luci-rpc-1.1.16: UPDATING ... - python3.11-openwrt-luci-rpc-1.1.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.openwrt-luci-rpc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pocket, using log file: /var/log/nixpkgs-update/python311Packages.pocket/2024-02-21.log python311Packages.pocket 0 -> 1 attrpath: python311Packages.pocket Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pocket-0.3.6 Press Enter key to continue... Running update for: - python3.11-pocket-0.3.6: UPDATING ... - python3.11-pocket-0.3.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pocket 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiofiles, using log file: /var/log/nixpkgs-update/python311Packages.aiofiles/2024-02-21.log python311Packages.aiofiles 0 -> 1 attrpath: python311Packages.aiofiles Checking auto update branch... [outpaths] eval start [outpaths] eval end [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-aiofiles-23.2.1 Press Enter key to continue... Running update for: - python3.11-aiofiles-23.2.1: UPDATING ... - python3.11-aiofiles-23.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiofiles 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.mg, using log file: /var/log/nixpkgs-update/aspellDicts.mg/2024-02-21.log aspellDicts.mg 0 -> 1 attrpath: aspellDicts.mg Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - aspell-dict-mg-0.03-0 Press Enter key to continue... Running update for: - aspell-dict-mg-0.03-0: UPDATING ... - aspell-dict-mg-0.03-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.mg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.meshio, using log file: /var/log/nixpkgs-update/python311Packages.meshio/2024-02-21.log python311Packages.meshio 0 -> 1 attrpath: python311Packages.meshio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-meshio-5.3.4 Press Enter key to continue... Running update for: - python3.11-meshio-5.3.4: UPDATING ... - python3.11-meshio-5.3.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/meshio/default.nix b/pkgs/development/python-modules/meshio/default.nix index 2d86a55bd246..313c1bd0920e 100644 --- a/pkgs/development/python-modules/meshio/default.nix +++ b/pkgs/development/python-modules/meshio/default.nix @@ -12,12 +12,12 @@ buildPythonPackage rec { pname = "meshio"; - version = "5.3.4"; + version = "5.3.5"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-4kBpLX/yecErE8bl17QDYpqGrStE6SMJWLPwDB7DafA="; + hash = "sha256-8h8Bq9nym6BuoRkwSz055hBCHP6Tud0jNig0kZ+HWG0="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.meshio: 5.3.4 -> 5.3.5`. New version is 5.3.5. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.meshio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dungeon-eos, using log file: /var/log/nixpkgs-update/python311Packages.dungeon-eos/2024-02-21.log python311Packages.dungeon-eos 0 -> 1 attrpath: python311Packages.dungeon-eos Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dungeon-eos-0.0.5 Press Enter key to continue... Running update for: - python3.11-dungeon-eos-0.0.5: UPDATING ... - python3.11-dungeon-eos-0.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dungeon-eos 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath easyabc, using log file: /var/log/nixpkgs-update/easyabc/2024-02-21.log easyabc 0 -> 1 attrpath: easyabc Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - easyabc-1.3.8.6 Press Enter key to continue... Running update for: - easyabc-1.3.8.6: UPDATING ... - easyabc-1.3.8.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update easyabc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath imv, using log file: /var/log/nixpkgs-update/imv/2024-02-21.log imv 4.4.0 -> 4.5.0 https://repology.org/project/imv/versions attrpath: imv Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/graphics/imv/default.nix b/pkgs/applications/graphics/imv/default.nix index f71b0362d2de..d888448786d2 100644 --- a/pkgs/applications/graphics/imv/default.nix +++ b/pkgs/applications/graphics/imv/default.nix @@ -63,14 +63,14 @@ assert builtins.all stdenv.mkDerivation rec { pname = "imv"; - version = "4.4.0"; + version = "4.5.0"; outputs = [ "out" "man" ]; src = fetchFromSourcehut { owner = "~exec64"; repo = "imv"; rev = "v${version}"; - sha256 = "sha256-LLEEbriHzZhAOQivqHqdr6g7lh4uj++ytlme8AfRjf4="; + sha256 = "sha256-aJ2EXgsS0WUTxMqC1Q+uOWLG8BeuwAyXPmJB/9/NCCU="; }; mesonFlags = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A imv Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . imv Standard output: error: Package ‘freeimage-unstable-2021-11-01’ in /var/cache/nixpkgs-update/worker/worktree/imv/pkgs/development/libraries/freeimage/default.nix:72 is marked as insecure, refusing to evaluate. Known issues: - CVE-2021-33367 - CVE-2021-40262 - CVE-2021-40263 - CVE-2021-40264 - CVE-2021-40265 - CVE-2021-40266 - CVE-2023-47992 - CVE-2023-47993 - CVE-2023-47994 - CVE-2023-47995 - CVE-2023-47996 You can install it anyway by allowing this package, using the following methods: a) To temporarily allow all insecure packages, you can use an environment variable for a single invocation of the nix tools: $ export NIXPKGS_ALLOW_INSECURE=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) for `nixos-rebuild` you can add ‘freeimage-unstable-2021-11-01’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "freeimage-unstable-2021-11-01" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘freeimage-unstable-2021-11-01’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "freeimage-unstable-2021-11-01" ]; } (use '--show-trace' to show detailed location information) [result] Failed to update imv 4.4.0 -> 4.5.0 https://repology.org/project/imv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lux, using log file: /var/log/nixpkgs-update/lux/2024-02-21.log lux 0.22.0 -> 0.23.0 https://repology.org/project/lux-video-downloader/versions attrpath: lux Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-1VZFKDoSuSUmYw7g6SwB/dXnFaw7+cGHKfgT96HaI/o=" [golangModuleVersion] Replaced vendorHash with sha256-1VZFKDoSuSUmYw7g6SwB/dXnFaw7+cGHKfgT96HaI/o= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/video/lux/default.nix b/pkgs/tools/video/lux/default.nix index fe81c15940e0..ecd0ae17c558 100644 --- a/pkgs/tools/video/lux/default.nix +++ b/pkgs/tools/video/lux/default.nix @@ -7,13 +7,13 @@ buildGoModule rec { pname = "lux"; - version = "0.22.0"; + version = "0.23.0"; src = fetchFromGitHub { owner = "iawia002"; repo = "lux"; rev = "v${version}"; - hash = "sha256-v74+Ykz9aro1x+9psg2LnuodKE2/pCw9knZop0etQOg="; + hash = "sha256-lZrsrBO3sAn4wAMMgxrVwky7HmKxnQQcLe1POYTAmoE="; }; nativeBuildInputs = [ makeWrapper ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/a1m6jdzx7nyg2bb67s1p2rwi4lk7zkiz-lux-0.23.0" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • lux
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/lux-video-downloader/versions. meta.description for lux is: Fast and simple video download library and CLI tool written in Go meta.homepage for lux is: https://github.com/iawia002/lux meta.changelog for lux is: https://github.com/iawia002/lux/releases/tag/v0.23.0 ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/iawia002/lux/releases/tag/v0.23.0) - [Compare changes on GitHub](https://github.com/iawia002/lux/compare/v0.22.0...v0.23.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.23.0 with grep in /nix/store/a1m6jdzx7nyg2bb67s1p2rwi4lk7zkiz-lux-0.23.0 - found 0.23.0 in filename of file in /nix/store/a1m6jdzx7nyg2bb67s1p2rwi4lk7zkiz-lux-0.23.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath lux ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/a1m6jdzx7nyg2bb67s1p2rwi4lk7zkiz-lux-0.23.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A lux https://github.com/r-ryantm/nixpkgs/archive/2c0e5010c79d161d1dbf9b8d8d614e9bfca76bc4.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/2c0e5010c79d161d1dbf9b8d8d614e9bfca76bc4#lux ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/a1m6jdzx7nyg2bb67s1p2rwi4lk7zkiz-lux-0.23.0 ls -la /nix/store/a1m6jdzx7nyg2bb67s1p2rwi4lk7zkiz-lux-0.23.0/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • lux
--- ###### Maintainer pings cc @ga1aksy for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/290372 [result] Success updating lux 0.22.0 -> 0.23.0 https://repology.org/project/lux-video-downloader/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tensorflowWithCuda, using log file: /var/log/nixpkgs-update/python311Packages.tensorflowWithCuda/2024-02-21.log python311Packages.tensorflowWithCuda 2.13.0 -> 2.15.0.post1 https://repology.org/project/tensorflow/versions attrpath: python311Packages.tensorflowWithCuda Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-tensorflow-gpu-2.13.0 Press Enter key to continue... Running update for: - python3.11-tensorflow-gpu-2.13.0: UPDATING ... - python3.11-tensorflow-gpu-2.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tensorflowWithCuda 2.13.0 -> 2.15.0.post1 https://repology.org/project/tensorflow/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mesa, using log file: /var/log/nixpkgs-update/mesa/2024-02-21.log mesa 23.3.5 -> 24.0.1 https://repology.org/project/mesa/versions attrpath: mesa Checking auto update branch... No auto update branch exists Old version 23.3.5" not present in staging derivation file with contents: { stdenv, lib, fetchurl, fetchpatch, fetchCrate, buildPackages , meson, pkg-config, ninja , intltool, bison, flex, file, python3Packages, wayland-scanner , expat, libdrm, xorg, wayland, wayland-protocols, openssl , llvmPackages, libffi, libomxil-bellagio, libva-minimal , libelf, libvdpau , libglvnd, libunwind, lm_sensors , vulkan-loader, glslang , galliumDrivers ? if stdenv.isLinux then [ "d3d12" # WSL emulated GPU (aka Dozen) "kmsro" # special "render only" driver for GPUs without a display controller "nouveau" # Nvidia "radeonsi" # new AMD (GCN+) "r300" # very old AMD "r600" # less old AMD "swrast" # software renderer (aka LLVMPipe) "svga" # VMWare virtualized GPU "virgl" # QEMU virtualized GPU (aka VirGL) "zink" # generic OpenGL over Vulkan, experimental ] ++ lib.optionals (stdenv.isAarch64 || stdenv.isAarch32) [ "etnaviv" # Vivante GPU designs (mostly NXP/Marvell SoCs) "freedreno" # Qualcomm Adreno (all Qualcomm SoCs) "lima" # ARM Mali 4xx "panfrost" # ARM Mali Midgard and up (T/G series) "vc4" # Broadcom VC4 (Raspberry Pi 0-3) ] ++ lib.optionals stdenv.isAarch64 [ "tegra" # Nvidia Tegra SoCs "v3d" # Broadcom VC5 (Raspberry Pi 4) ] ++ lib.optionals stdenv.hostPlatform.isx86 [ "iris" # new Intel, could work on non-x86 with PCIe cards, but doesn't build as of 22.3.4 "crocus" # Intel legacy, x86 only "i915" # Intel extra legacy, x86 only ] else [ "auto" ] , vulkanDrivers ? if stdenv.isLinux then [ "amd" # AMD (aka RADV) "microsoft-experimental" # WSL virtualized GPU (aka DZN/Dozen) "nouveau-experimental" # Nouveau (aka NVK) "swrast" # software renderer (aka Lavapipe) ] ++ lib.optionals (stdenv.hostPlatform.isAarch -> lib.versionAtLeast stdenv.hostPlatform.parsed.cpu.version "6") [ # QEMU virtualized GPU (aka VirGL) # Requires ATOMIC_INT_LOCK_FREE == 2. "virtio" ] ++ lib.optionals stdenv.isAarch64 [ "broadcom" # Broadcom VC5 (Raspberry Pi 4, aka V3D) "freedreno" # Qualcomm Adreno (all Qualcomm SoCs) "imagination-experimental" # PowerVR Rogue (currently N/A) "panfrost" # ARM Mali Midgard and up (T/G series) ] ++ lib.optionals stdenv.hostPlatform.isx86 [ "intel" # Intel (aka ANV), could work on non-x86 with PCIe cards, but doesn't build "intel_hasvk" # Intel Haswell/Broadwell, "legacy" Vulkan driver (https://www.phoronix.com/news/Intel-HasVK-Drop-Dead-Code) ] else [ "auto" ] , eglPlatforms ? [ "x11" ] ++ lib.optionals stdenv.isLinux [ "wayland" ] , vulkanLayers ? lib.optionals (!stdenv.isDarwin) [ "device-select" "overlay" "intel-nullhw" ] # No Vulkan support on Darwin , OpenGL, Xplugin , withValgrind ? lib.meta.availableOn stdenv.hostPlatform valgrind-light && !valgrind-light.meta.broken, valgrind-light , withLibunwind ? lib.meta.availableOn stdenv.hostPlatform libunwind , enableGalliumNine ? stdenv.isLinux , enableOSMesa ? stdenv.isLinux , enableOpenCL ? stdenv.isLinux && stdenv.isx86_64 , enablePatentEncumberedCodecs ? true , jdupes , rustPlatform , rust-bindgen , rustc , spirv-llvm-translator , zstd , directx-headers , udev }: # When updating this package, please verify at least these build (assuming x86_64-linux): # nix build .#mesa .#pkgsi686Linux.mesa .#pkgsCross.aarch64-multiplatform.mesa .#pkgsMusl.mesa let version = "24.0.1"; hash = "sha256-84cZKwjEccVFWQ3RIjCio0MkSAS1/oZv7GrqAuq1dhM="; # Release calendar: https://www.mesa3d.org/release-calendar.html # Release frequency: https://www.mesa3d.org/releasing.html#schedule branch = lib.versions.major version; withLibdrm = lib.meta.availableOn stdenv.hostPlatform libdrm; haveWayland = lib.elem "wayland" eglPlatforms; haveZink = lib.elem "zink" galliumDrivers; haveDozen = (lib.elem "d3d12" galliumDrivers) || (lib.elem "microsoft-experimental" vulkanDrivers); rustDeps = [ { pname = "proc-macro2"; version = "1.0.70"; hash = "sha256-e4ZgyZUTu5nAtaH5QVkLelqJQX/XPj/rWkzf/g2c+1g="; } { pname = "quote"; version = "1.0.33"; hash = "sha256-VWRCZJO0/DJbNu0/V9TLaqlwMot65YjInWT9VWg57DY="; } { pname = "syn"; version = "2.0.39"; hash = "sha256-Mjen2L/omhVbhU/+Ao65mogs3BP3fY+Bodab3uU63EI="; } { pname = "unicode-ident"; version = "1.0.12"; hash = "sha256-KX8NqYYw6+rGsoR9mdZx8eT1HIPEUUyxErdk2H/Rlj8="; } ]; copyRustDep = dep: '' cp -R --no-preserve=mode,ownership ${fetchCrate dep} subprojects/${dep.pname}-${dep.version} cp -R subprojects/packagefiles/${dep.pname}/* subprojects/${dep.pname}-${dep.version}/ ''; copyRustDeps = lib.concatStringsSep "\n" (builtins.map copyRustDep rustDeps); self = stdenv.mkDerivation { pname = "mesa"; inherit version; src = fetchurl { urls = [ "https://archive.mesa3d.org/mesa-${version}.tar.xz" "https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz" "ftp://ftp.freedesktop.org/pub/mesa/mesa-${version}.tar.xz" "ftp://ftp.freedesktop.org/pub/mesa/${version}/mesa-${version}.tar.xz" "ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz" ]; inherit hash; }; patches = [ ./opencl.patch ]; postPatch = '' patchShebangs . # The drirc.d directory cannot be installed to $drivers as that would cause a cyclic dependency: substituteInPlace src/util/xmlconfig.c --replace \ 'DATADIR "/drirc.d"' '"${placeholder "out"}/share/drirc.d"' substituteInPlace src/util/meson.build --replace \ "get_option('datadir')" "'${placeholder "out"}/share'" substituteInPlace src/amd/vulkan/meson.build --replace \ "get_option('datadir')" "'${placeholder "out"}/share'" ${copyRustDeps} ''; outputs = [ "out" "dev" "drivers" ] ++ lib.optional enableOSMesa "osmesa" ++ lib.optional stdenv.isLinux "driversdev" ++ lib.optional enableOpenCL "opencl" # the Dozen drivers depend on libspirv2dxil, but link it statically, and # libspirv2dxil itself is pretty chonky, so relocate it to its own output # in case anything wants to use it at some point ++ lib.optional haveDozen "spirv2dxil"; # Keep build-ids so drivers can use them for caching, etc. # Also some drivers segfault without this. separateDebugInfo = true; # Needed to discover llvm-config for cross preConfigure = '' PATH=${llvmPackages.libllvm.dev}/bin:$PATH ''; mesonFlags = [ "--sysconfdir=/etc" "--datadir=${placeholder "drivers"}/share" # Vendor files # Don't build in debug mode # https://gitlab.freedesktop.org/mesa/mesa/blob/master/docs/meson.html#L327 "-Db_ndebug=true" "-Ddri-search-path=${libglvnd.driverLink}/lib/dri" "-Dplatforms=${lib.concatStringsSep "," eglPlatforms}" "-Dgallium-drivers=${lib.concatStringsSep "," galliumDrivers}" "-Dvulkan-drivers=${lib.concatStringsSep "," vulkanDrivers}" "-Ddri-drivers-path=${placeholder "drivers"}/lib/dri" "-Dvdpau-libs-path=${placeholder "drivers"}/lib/vdpau" "-Domx-libs-path=${placeholder "drivers"}/lib/bellagio" "-Dva-libs-path=${placeholder "drivers"}/lib/dri" "-Dd3d-drivers-path=${placeholder "drivers"}/lib/d3d" "-Dgallium-nine=${lib.boolToString enableGalliumNine}" # Direct3D in Wine "-Dosmesa=${lib.boolToString enableOSMesa}" # used by wine "-Dmicrosoft-clc=disabled" # Only relevant on Windows (OpenCL 1.2 API on top of D3D12) # To enable non-mesa gbm backends to be found (e.g. Nvidia) "-Dgbm-backends-path=${libglvnd.driverLink}/lib/gbm:${placeholder "out"}/lib/gbm" # meson auto_features enables these features, but we do not want them "-Dandroid-libbacktrace=disabled" ] ++ lib.optionals stdenv.isLinux [ "-Dglvnd=true" # Enable RT for Intel hardware # https://gitlab.freedesktop.org/mesa/mesa/-/issues/9080 (lib.mesonEnable "intel-clc" (stdenv.buildPlatform == stdenv.hostPlatform)) ] ++ lib.optionals stdenv.isDarwin [ # Disable features that are explicitly unsupported on the platform "-Dgbm=disabled" "-Dxlib-lease=disabled" "-Degl=disabled" "-Dgallium-vdpau=disabled" "-Dgallium-va=disabled" "-Dgallium-xa=disabled" "-Dlmsensors=disabled" ] ++ lib.optionals enableOpenCL [ # Clover, old OpenCL frontend "-Dgallium-opencl=icd" "-Dopencl-spirv=true" # Rusticl, new OpenCL frontend "-Dgallium-rusticl=true" "-Dclang-libdir=${llvmPackages.clang-unwrapped.lib}/lib" ] ++ lib.optionals (!withValgrind) [ "-Dvalgrind=disabled" ] ++ lib.optionals (!withLibunwind) [ "-Dlibunwind=disabled" ] ++ lib.optional enablePatentEncumberedCodecs "-Dvideo-codecs=all" ++ lib.optional (vulkanLayers != []) "-D vulkan-layers=${builtins.concatStringsSep "," vulkanLayers}"; strictDeps = true; buildInputs = with xorg; [ expat glslang llvmPackages.libllvm libglvnd xorgproto libX11 libXext libxcb libXt libXfixes libxshmfence libXrandr libffi libvdpau libelf libXvMC libpthreadstubs openssl zstd ] ++ lib.optionals withLibunwind [ libunwind ] ++ [ python3Packages.python # for shebang ] ++ lib.optionals haveWayland [ wayland wayland-protocols ] ++ lib.optionals stdenv.isLinux [ libomxil-bellagio libva-minimal udev lm_sensors ] ++ lib.optionals enableOpenCL [ llvmPackages.libclc llvmPackages.clang llvmPackages.clang-unwrapped spirv-llvm-translator ] ++ lib.optional withValgrind valgrind-light ++ lib.optional haveZink vulkan-loader ++ lib.optional haveDozen directx-headers; depsBuildBuild = [ pkg-config buildPackages.stdenv.cc ]; nativeBuildInputs = [ meson pkg-config ninja intltool bison flex file python3Packages.python python3Packages.mako python3Packages.ply jdupes glslang rustc rust-bindgen rustPlatform.bindgenHook ] ++ lib.optional haveWayland wayland-scanner; propagatedBuildInputs = with xorg; [ libXdamage libXxf86vm ] ++ lib.optional withLibdrm libdrm ++ lib.optionals stdenv.isDarwin [ OpenGL Xplugin ]; doCheck = false; postInstall = '' # Some installs don't have any drivers so this directory is never created. mkdir -p $drivers $osmesa '' + lib.optionalString stdenv.isLinux '' mkdir -p $drivers/lib if [ -n "$(shopt -s nullglob; echo "$out/lib/libxatracker"*)" -o -n "$(shopt -s nullglob; echo "$out/lib/libvulkan_"*)" ]; then # move gallium-related stuff to $drivers, so $out doesn't depend on LLVM mv -t $drivers/lib \ $out/lib/libpowervr_rogue* \ $out/lib/libxatracker* \ $out/lib/libvulkan_* fi if [ -n "$(shopt -s nullglob; echo "$out"/lib/lib*_mesa*)" ]; then # Move other drivers to a separate output mv -t $drivers/lib $out/lib/lib*_mesa* fi # Update search path used by glvnd for js in $drivers/share/glvnd/egl_vendor.d/*.json; do substituteInPlace "$js" --replace '"libEGL_' '"'"$drivers/lib/libEGL_" done # Update search path used by Vulkan (it's pointing to $out but # drivers are in $drivers) for js in $drivers/share/vulkan/icd.d/*.json; do substituteInPlace "$js" --replace "$out" "$drivers" done '' + lib.optionalString enableOpenCL '' # Move OpenCL stuff mkdir -p $opencl/lib mv -t "$opencl/lib/" \ $out/lib/gallium-pipe \ $out/lib/lib*OpenCL* # We construct our own .icd files that contain absolute paths. mkdir -p $opencl/etc/OpenCL/vendors/ echo $opencl/lib/libMesaOpenCL.so > $opencl/etc/OpenCL/vendors/mesa.icd echo $opencl/lib/libRusticlOpenCL.so > $opencl/etc/OpenCL/vendors/rusticl.icd '' + lib.optionalString enableOSMesa '' # move libOSMesa to $osmesa, as it's relatively big mkdir -p $osmesa/lib mv -t $osmesa/lib/ $out/lib/libOSMesa* '' + lib.optionalString (vulkanLayers != []) '' mv -t $drivers/lib $out/lib/libVkLayer* for js in $drivers/share/vulkan/{im,ex}plicit_layer.d/*.json; do substituteInPlace "$js" --replace '"libVkLayer_' '"'"$drivers/lib/libVkLayer_" done '' + lib.optionalString haveDozen '' mkdir -p $spirv2dxil/{bin,lib} mv -t $spirv2dxil/lib $out/lib/libspirv_to_dxil* mv -t $spirv2dxil/bin $out/bin/spirv2dxil ''; postFixup = lib.optionalString stdenv.isLinux '' # set the default search path for DRI drivers; used e.g. by X server for pc in lib/pkgconfig/{dri,d3d}.pc; do [ -f "$dev/$pc" ] && substituteInPlace "$dev/$pc" --replace "$drivers" "${libglvnd.driverLink}" done # remove pkgconfig files for GL/EGL; they are provided by libGL. rm -f $dev/lib/pkgconfig/{gl,egl}.pc # Move development files for libraries in $drivers to $driversdev mkdir -p $driversdev/include mv $dev/include/xa_* $dev/include/d3d* -t $driversdev/include || true mkdir -p $driversdev/lib/pkgconfig for pc in lib/pkgconfig/{xatracker,d3d}.pc; do if [ -f "$dev/$pc" ]; then substituteInPlace "$dev/$pc" --replace $out $drivers mv $dev/$pc $driversdev/$pc fi done # Don't depend on build python patchShebangs --host --update $out/bin/* # NAR doesn't support hard links, so convert them to symlinks to save space. jdupes --hard-links --link-soft --recurse "$drivers" # add RPATH so the drivers can find the moved libgallium and libdricore9 # moved here to avoid problems with stripping patchelfed files for lib in $drivers/lib/*.so* $drivers/lib/*/*.so*; do if [[ ! -L "$lib" ]]; then patchelf --set-rpath "$(patchelf --print-rpath $lib):$drivers/lib" "$lib" fi done # add RPATH here so Zink can find libvulkan.so ${lib.optionalString haveZink '' patchelf --add-rpath ${vulkan-loader}/lib $drivers/lib/dri/zink_dri.so ''} ''; env.NIX_CFLAGS_COMPILE = toString (lib.optionals stdenv.isDarwin [ "-fno-common" ] ++ lib.optionals enableOpenCL [ "-UPIPE_SEARCH_DIR" "-DPIPE_SEARCH_DIR=\"${placeholder "opencl"}/lib/gallium-pipe\"" ]); passthru = { inherit (libglvnd) driverLink; inherit llvmPackages; libdrm = if withLibdrm then libdrm else null; tests = lib.optionalAttrs stdenv.isLinux { devDoesNotDependOnLLVM = stdenv.mkDerivation { name = "mesa-dev-does-not-depend-on-llvm"; buildCommand = '' echo ${self.dev} >>$out ''; disallowedRequisites = [ llvmPackages.llvm self.drivers ]; }; }; }; meta = with lib; { description = "An open source 3D graphics library"; longDescription = '' The Mesa project began as an open-source implementation of the OpenGL specification - a system for rendering interactive 3D graphics. Over the years the project has grown to implement more graphics APIs, including OpenGL ES (versions 1, 2, 3), OpenCL, OpenMAX, VDPAU, VA API, XvMC, and Vulkan. A variety of device drivers allows the Mesa libraries to be used in many different environments ranging from software emulation to complete hardware acceleration for modern GPUs. ''; homepage = "https://www.mesa3d.org/"; changelog = "https://www.mesa3d.org/relnotes/${version}.html"; license = licenses.mit; # X11 variant, in most files platforms = platforms.mesaPlatforms; maintainers = with maintainers; [ primeos vcunat ]; # Help is welcome :) }; }; in self [result] Failed to update mesa 23.3.5 -> 24.0.1 https://repology.org/project/mesa/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath poppler, using log file: /var/log/nixpkgs-update/poppler/2024-02-21.log poppler 24.01.0 -> 24.02.0 https://repology.org/project/poppler/versions attrpath: poppler Checking auto update branch... No auto update branch exists Old version 24.01.0" not present in staging derivation file with contents: { lib , stdenv , fetchurl , fetchFromGitLab , cairo , cmake , boost , cups-filters , curl , fontconfig , freetype , inkscape , lcms , libiconv , libintl , libjpeg , ninja , openjpeg , pkg-config , python3 , scribus , zlib , withData ? true, poppler_data , qt5Support ? false, qt6Support ? false, qtbase ? null , introspectionSupport ? false, gobject-introspection ? null , gpgmeSupport ? false, gpgme ? null , utils ? false, nss ? null , minimal ? false , suffix ? "glib" }: let mkFlag = optset: flag: "-DENABLE_${flag}=${if optset then "on" else "off"}"; # unclear relationship between test data repo versions and poppler # versions, though files don't appear to be updated after they're # added, so it's probably safe to just always use the latest available # version. testData = fetchFromGitLab { domain = "gitlab.freedesktop.org"; owner = "poppler"; repo = "test"; rev = "400f3ff05b2b1c0ae17797a0bd50e75e35c1f1b1"; hash = "sha256-Y4aNOJLqo4g6tTW6TAb60jAWtBhRgT/JXsub12vi3aU="; }; in stdenv.mkDerivation (finalAttrs: rec { pname = "poppler-${suffix}"; version = "24.02.0"; # beware: updates often break cups-filters build, check scribus too! outputs = [ "out" "dev" ]; src = fetchurl { url = "https://poppler.freedesktop.org/poppler-${version}.tar.xz"; hash = "sha256-GRh6P90F8z59YExHmcGD3lygEYZAyIs3DdzzE2NDIi4="; }; nativeBuildInputs = [ cmake ninja pkg-config python3 ]; buildInputs = [ boost libiconv libintl ] ++ lib.optionals withData [ poppler_data ]; # TODO: reduce propagation to necessary libs propagatedBuildInputs = [ zlib freetype fontconfig libjpeg openjpeg ] ++ lib.optionals (!minimal) [ cairo lcms curl nss ] ++ lib.optionals (qt5Support || qt6Support) [ qtbase ] ++ lib.optionals introspectionSupport [ gobject-introspection ] ++ lib.optionals gpgmeSupport [ gpgme ]; cmakeFlags = [ (mkFlag true "UNSTABLE_API_ABI_HEADERS") # previously "XPDF_HEADERS" (mkFlag (!minimal) "GLIB") (mkFlag (!minimal) "CPP") (mkFlag (!minimal) "LIBCURL") (mkFlag (!minimal) "LCMS") (mkFlag (!minimal) "LIBTIFF") (mkFlag (!minimal) "NSS3") (mkFlag utils "UTILS") (mkFlag qt5Support "QT5") (mkFlag qt6Support "QT6") (mkFlag gpgmeSupport "GPGME") ] ++ lib.optionals finalAttrs.finalPackage.doCheck [ "-DTESTDATADIR=${testData}" ]; disallowedReferences = lib.optional finalAttrs.finalPackage.doCheck testData; dontWrapQtApps = true; # Workaround #54606 preConfigure = lib.optionalString stdenv.isDarwin '' sed -i -e '1i cmake_policy(SET CMP0025 NEW)' CMakeLists.txt ''; # Work around gpgme trying to write to $HOME during qt5 and qt6 tests: preCheck = lib.optionalString gpgmeSupport '' HOME_orig="$HOME" export HOME="$(mktemp -d)" ''; postCheck = lib.optionalString gpgmeSupport '' export HOME="$HOME_orig" unset -v HOME_orig ''; doCheck = true; passthru = { inherit testData; tests = { # These depend on internal poppler code that frequently changes. inherit inkscape cups-filters scribus; }; }; meta = with lib; { homepage = "https://poppler.freedesktop.org/"; changelog = "https://gitlab.freedesktop.org/poppler/poppler/-/blob/poppler-${version}/NEWS"; description = "A PDF rendering library"; longDescription = '' Poppler is a PDF rendering library based on the xpdf-3.0 code base. In addition it provides a number of tools that can be installed separately. ''; license = licenses.gpl2Plus; platforms = platforms.all; maintainers = with maintainers; [ ttuegel ] ++ teams.freedesktop.members; }; }) [result] Failed to update poppler 24.01.0 -> 24.02.0 https://repology.org/project/poppler/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libxfs, using log file: /var/log/nixpkgs-update/libxfs/2024-02-21.log libxfs 6.4.0 -> 6.6.0 https://repology.org/project/xfsprogs/versions attrpath: libxfs Checking auto update branch... An auto update branch exists with message `libxfs: 6.4.0 -> 6.5.0`. New version is 6.6.0. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - xfsprogs: 6.4.0 -> 6.6.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/260867" [result] Failed to update libxfs 6.4.0 -> 6.6.0 https://repology.org/project/xfsprogs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gitpython, using log file: /var/log/nixpkgs-update/python311Packages.gitpython/2024-02-21.log python311Packages.gitpython 3.1.40 -> 3.1.42 https://repology.org/project/python:gitpython/versions attrpath: python311Packages.gitpython Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-gitpython-3.1.40 Press Enter key to continue... Running update for: - python3.11-gitpython-3.1.40: UPDATING ... - python3.11-gitpython-3.1.40: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/gitpython/default.nix b/pkgs/development/python-modules/gitpython/default.nix index 50afd5ea4aa8..d76d0366c461 100644 --- a/pkgs/development/python-modules/gitpython/default.nix +++ b/pkgs/development/python-modules/gitpython/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "gitpython"; - version = "3.1.40"; + version = "3.1.42"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "gitpython-developers"; repo = "GitPython"; rev = "refs/tags/${version}"; - hash = "sha256-a5Ez6SuSqrJE306FrFjEnSoVhALVvubF1pLW4awK4gM="; + hash = "sha256-qpADumkfm8DHNlB2JeH/7sYrJqtYdFLv5YQAV0q5//s="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 166 > 25 [result] Failed to update python311Packages.gitpython 3.1.40 -> 3.1.42 https://repology.org/project/python:gitpython/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jaraco-net, using log file: /var/log/nixpkgs-update/python311Packages.jaraco-net/2024-02-21.log python311Packages.jaraco-net 0 -> 1 attrpath: python311Packages.jaraco-net Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-jaraco-net-9.3.1 Press Enter key to continue... Running update for: - python3.11-jaraco-net-9.3.1: UPDATING ... - python3.11-jaraco-net-9.3.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jaraco-net/default.nix b/pkgs/development/python-modules/jaraco-net/default.nix index 4765c1dc301c..931ba6cb9847 100644 --- a/pkgs/development/python-modules/jaraco-net/default.nix +++ b/pkgs/development/python-modules/jaraco-net/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { pname = "jaraco-net"; - version = "9.3.1"; + version = "10.2.0"; disabled = pythonOlder "3.7"; @@ -41,7 +41,7 @@ buildPythonPackage rec { owner = "jaraco"; repo = "jaraco.net"; rev = "refs/tags/v${version}"; - hash = "sha256-aq5v4QlapmMTrqwNA0GtRi/xZCcyoR1giZECBsYwymw="; + hash = "sha256-z9+gz6Sos0uluU5icXJN9OMmWFErVrJXBvoBcKv6Wwg="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.jaraco-net nix build failed. adding 'jaraco/net/wake.py' adding 'jaraco/net/devices/__init__.py' adding 'jaraco/net/devices/base.py' adding 'jaraco/net/devices/darwin.py' adding 'jaraco/net/devices/linux.py' adding 'jaraco/net/devices/win32.py' adding 'jaraco/net/http/__init__.py' adding 'jaraco/net/http/caching.py' adding 'jaraco/net/http/content.py' adding 'jaraco/net/http/cookies.py' adding 'jaraco/net/http/htmldir.py' adding 'jaraco/net/http/servers.py' adding 'jaraco/net/http/static.py' adding 'jaraco/net/http/staticdirindex.py' adding 'jaraco/net/pinger/pinger.conf' adding 'jaraco.net-10.2.0.dist-info/LICENSE' adding 'jaraco.net-10.2.0.dist-info/METADATA' adding 'jaraco.net-10.2.0.dist-info/WHEEL' adding 'jaraco.net-10.2.0.dist-info/entry_points.txt' adding 'jaraco.net-10.2.0.dist-info/top_level.txt' adding 'jaraco.net-10.2.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built jaraco.net-10.2.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for jaraco.net-10.2.0-py3-none-any.whl - icmplib not installed [result] Failed to update python311Packages.jaraco-net 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath enlightenment.econnman, using log file: /var/log/nixpkgs-update/enlightenment.econnman/2024-02-21.log enlightenment.econnman 0 -> 1 attrpath: enlightenment.econnman Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - econnman-1.1 Press Enter key to continue... Running update for: - econnman-1.1: UPDATING ... - econnman-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update enlightenment.econnman 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath leiningen, using log file: /var/log/nixpkgs-update/leiningen/2024-02-21.log leiningen 2.10.0 -> 2.11.2 https://repology.org/project/leiningen/versions attrpath: leiningen Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - leiningen: 2.10.0 -> 2.11.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/288417" [result] Failed to update leiningen 2.10.0 -> 2.11.2 https://repology.org/project/leiningen/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.hslua-packaging, using log file: /var/log/nixpkgs-update/haskellPackages.hslua-packaging/2024-02-21.log haskellPackages.hslua-packaging 2.3.0 -> 2.3.1 https://repology.org/project/haskell:hslua-packaging/versions attrpath: haskellPackages.hslua-packaging Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hslua-packaging 2.3.0 -> 2.3.1 https://repology.org/project/haskell:hslua-packaging/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.hslua-module-version, using log file: /var/log/nixpkgs-update/haskellPackages.hslua-module-version/2024-02-21.log haskellPackages.hslua-module-version 1.1.0 -> 1.1.1 https://repology.org/project/haskell:hslua-module-version/versions attrpath: haskellPackages.hslua-module-version Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hslua-module-version 1.1.0 -> 1.1.1 https://repology.org/project/haskell:hslua-module-version/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.hslua-marshalling, using log file: /var/log/nixpkgs-update/haskellPackages.hslua-marshalling/2024-02-21.log haskellPackages.hslua-marshalling 2.3.0 -> 2.3.1 https://repology.org/project/haskell:hslua-marshalling/versions attrpath: haskellPackages.hslua-marshalling Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hslua-marshalling 2.3.0 -> 2.3.1 https://repology.org/project/haskell:hslua-marshalling/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.CEGO, using log file: /var/log/nixpkgs-update/rPackages.CEGO/2024-02-21.log rPackages.CEGO 2.4.2 -> 2.4.3 https://repology.org/project/r:cego/versions attrpath: rPackages.CEGO Checking auto update branch... No auto update branch exists Old version 2.4.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.CEGO 2.4.2 -> 2.4.3 https://repology.org/project/r:cego/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.biomaRt, using log file: /var/log/nixpkgs-update/rPackages.biomaRt/2024-02-21.log rPackages.biomaRt 2.58.0 -> 2.58.2 https://repology.org/project/r:biomart/versions attrpath: rPackages.biomaRt Checking auto update branch... No auto update branch exists Old version 2.58.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.biomaRt 2.58.0 -> 2.58.2 https://repology.org/project/r:biomart/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gauche, using log file: /var/log/nixpkgs-update/gauche/2024-02-21.log gauche 0.9.13 -> 0.9.14 https://repology.org/project/gauche/versions attrpath: gauche Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/interpreters/gauche/default.nix b/pkgs/development/interpreters/gauche/default.nix index 301cd9db7830..bc866e71384e 100644 --- a/pkgs/development/interpreters/gauche/default.nix +++ b/pkgs/development/interpreters/gauche/default.nix @@ -3,13 +3,13 @@ stdenv.mkDerivation rec { pname = "gauche"; - version = "0.9.13"; + version = "0.9.14"; src = fetchFromGitHub { owner = "shirok"; repo = pname; rev = "release${lib.replaceStrings [ "." ] [ "_" ] version}"; - hash = "sha256-XD4zJzCktGi/E9sA6BVm9JVQBVrG5119EjZNbP1pVJU="; + hash = "sha256-gsz9S7oWIBOlCeQWwPQbRJzhTWNNj/aKiLwLTFOqW/c="; }; nativeBuildInputs = [ gaucheBootstrap pkg-config texinfo autoreconfHook ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gauche nix build failed. configure: creating ./config.status config.status: creating Makefile config.status: creating bdw-gc.pc config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default commands This Gauche has been configured with the following parameters: version: 0.9.14 documentation: Yes slib: /usr/local/slib thread: pthreads tls/ssl: mbedtls CA store: file /nix/store/lgr9b20c3r66aj0r36rnv128b4xl2vya-nss-cacert-3.95/etc/ssl/certs/ca-bundle.crt optional modules: gdbm zlib @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: -j24 SHELL=/nix/store/5l50g7kzj7v0rdhshld1vx46rf2k5lf9-bash-5.2p26/bin/bash "/nix/store/6dvwri73nxrs03li6s1mnvx2537z9269-gauche-bootstrap-0.9.12/bin/gosh" "./tools/check-build-version" 0.9.13 && touch pre-package.stamp !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! To build Gauche from scratch, you need the latest release of Gauche on your machine. You seem to have 0.9.12 Update it to 0.9.13 before proceeding. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! make: *** [Makefile:77: pre-package.stamp] Error 1 [result] Failed to update gauche 0.9.13 -> 0.9.14 https://repology.org/project/gauche/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.bayesWatch, using log file: /var/log/nixpkgs-update/rPackages.bayesWatch/2024-02-21.log rPackages.bayesWatch 0.1.2 -> 0.1.3 https://repology.org/project/r:bayeswatch/versions attrpath: rPackages.bayesWatch Checking auto update branch... No auto update branch exists Old version 0.1.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.bayesWatch 0.1.2 -> 0.1.3 https://repology.org/project/r:bayeswatch/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath grin, using log file: /var/log/nixpkgs-update/grin/2024-02-21.log grin 0 -> 1 attrpath: grin Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - grin-1.3.0 Press Enter key to continue... Running update for: - grin-1.3.0: UPDATING ... - grin-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update grin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.atenpdu, using log file: /var/log/nixpkgs-update/python311Packages.atenpdu/2024-02-21.log python311Packages.atenpdu 0 -> 1 attrpath: python311Packages.atenpdu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-atenpdu-0.6.1 Press Enter key to continue... Running update for: - python3.11-atenpdu-0.6.1: UPDATING ... - python3.11-atenpdu-0.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.atenpdu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyxnat, using log file: /var/log/nixpkgs-update/python311Packages.pyxnat/2024-02-21.log python311Packages.pyxnat 0 -> 1 attrpath: python311Packages.pyxnat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyxnat-1.6 Press Enter key to continue... Running update for: - python3.11-pyxnat-1.6: UPDATING ... - python3.11-pyxnat-1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyxnat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyvisa, using log file: /var/log/nixpkgs-update/python311Packages.pyvisa/2024-02-21.log python311Packages.pyvisa 0 -> 1 attrpath: python311Packages.pyvisa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyvisa-1.14.1 Press Enter key to continue... Running update for: - python3.11-pyvisa-1.14.1: UPDATING ... - python3.11-pyvisa-1.14.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyvisa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sv-ttk, using log file: /var/log/nixpkgs-update/python311Packages.sv-ttk/2024-02-21.log python311Packages.sv-ttk 0 -> 1 attrpath: python311Packages.sv-ttk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-sv-ttk-2.5.5 Press Enter key to continue... Running update for: - python3.11-sv-ttk-2.5.5: UPDATING ... - python3.11-sv-ttk-2.5.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sv-ttk/default.nix b/pkgs/development/python-modules/sv-ttk/default.nix index a5518b094431..834178a5c236 100644 --- a/pkgs/development/python-modules/sv-ttk/default.nix +++ b/pkgs/development/python-modules/sv-ttk/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "sv-ttk"; - version = "2.5.5"; + version = "2.6.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -15,7 +15,7 @@ buildPythonPackage rec { src = fetchPypi { inherit version; pname = "sv_ttk"; - hash = "sha256-m7/iq6bMb5/fcNeTMQRlQ8lmb8zMeLrV/2SKmYfjzts="; + hash = "sha256-P9RAOWyV4w6I9ob88ovkJUgPcyDWvzRvnOpdb1ZwLMI="; }; # No tests available An auto update branch exists with message `python311Packages.sv-ttk: 2.5.5 -> 2.6.0`. New version is 2.6.0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.sv-ttk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.experiment-utilities, using log file: /var/log/nixpkgs-update/python311Packages.experiment-utilities/2024-02-21.log python311Packages.experiment-utilities 0 -> 1 attrpath: python311Packages.experiment-utilities Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-experiment-utilities-0.3.6 Press Enter key to continue... Running update for: - python3.11-experiment-utilities-0.3.6: UPDATING ... - python3.11-experiment-utilities-0.3.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.experiment-utilities 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.parametrize-from-file, using log file: /var/log/nixpkgs-update/python311Packages.parametrize-from-file/2024-02-21.log python311Packages.parametrize-from-file 0 -> 1 attrpath: python311Packages.parametrize-from-file Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-parametrize-from-file-0.19.0 Press Enter key to continue... Running update for: - python3.11-parametrize-from-file-0.19.0: UPDATING ... - python3.11-parametrize-from-file-0.19.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.parametrize-from-file 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath debootstrap, using log file: /var/log/nixpkgs-update/debootstrap/2024-02-21.log debootstrap 0 -> 1 attrpath: debootstrap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mj3n0fd37xss816d46naknx9j3cq01fy-packages.json.drv building '/nix/store/mj3n0fd37xss816d46naknx9j3cq01fy-packages.json.drv'... Going to be running update for following packages: - debootstrap-1.0.131 Press Enter key to continue... Running update for: - debootstrap-1.0.131: UPDATING ... - debootstrap-1.0.131: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/debootstrap/default.nix b/pkgs/tools/misc/debootstrap/default.nix index 96e003fe7204..51bcc65fee4a 100644 --- a/pkgs/tools/misc/debootstrap/default.nix +++ b/pkgs/tools/misc/debootstrap/default.nix @@ -40,14 +40,14 @@ let binPath = lib.makeBinPath [ ]; in stdenv.mkDerivation rec { pname = "debootstrap"; - version = "1.0.131"; + version = "1.0.134_bpo12+1"; src = fetchFromGitLab { domain = "salsa.debian.org"; owner = "installer-team"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-rwNcrS2GzVs0JYxeHcpLMG9FDwSpthNmZIemn95hC6g="; + hash = "sha256-zE7Hl2Nt3/FQ5/IpDfg67EXcBfJVvpundhv6/HQwJRM="; }; nativeBuildInputs = [ makeWrapper ]; An auto update branch exists with message `debootstrap: 1.0.131 -> 1.0.134_bpo12+1`. New version is 1.0.134_bpo12+1. An auto update branch exists with an equal or greater version [result] Failed to update debootstrap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pbkdf2, using log file: /var/log/nixpkgs-update/python311Packages.pbkdf2/2024-02-21.log python311Packages.pbkdf2 0 -> 1 attrpath: python311Packages.pbkdf2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pbkdf2-1.3 Press Enter key to continue... Running update for: - python3.11-pbkdf2-1.3: UPDATING ... - python3.11-pbkdf2-1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pbkdf2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath miniplayer, using log file: /var/log/nixpkgs-update/miniplayer/2024-02-21.log miniplayer 0 -> 1 attrpath: miniplayer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - miniplayer-1.8.1 Press Enter key to continue... Running update for: - miniplayer-1.8.1: UPDATING ... - miniplayer-1.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update miniplayer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jupyterhub-ldapauthenticator, using log file: /var/log/nixpkgs-update/python311Packages.jupyterhub-ldapauthenticator/2024-02-21.log python311Packages.jupyterhub-ldapauthenticator 0 -> 1 attrpath: python311Packages.jupyterhub-ldapauthenticator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-jupyterhub-ldapauthenticator-1.3.2 Press Enter key to continue... Running update for: - python3.11-jupyterhub-ldapauthenticator-1.3.2: UPDATING ... - python3.11-jupyterhub-ldapauthenticator-1.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jupyterhub-ldapauthenticator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ramlfications, using log file: /var/log/nixpkgs-update/python311Packages.ramlfications/2024-02-21.log python311Packages.ramlfications 0 -> 1 attrpath: python311Packages.ramlfications Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ramlfications-0.1.9 Press Enter key to continue... Running update for: - python3.11-ramlfications-0.1.9: UPDATING ... - python3.11-ramlfications-0.1.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ramlfications 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.doc8, using log file: /var/log/nixpkgs-update/python311Packages.doc8/2024-02-21.log python311Packages.doc8 0 -> 1 attrpath: python311Packages.doc8 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-doc8-1.1.1 Press Enter key to continue... Running update for: - python3.11-doc8-1.1.1: UPDATING ... - python3.11-doc8-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.doc8 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.durus, using log file: /var/log/nixpkgs-update/python311Packages.durus/2024-02-21.log python311Packages.durus 0 -> 1 attrpath: python311Packages.durus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-Durus-4.2 Press Enter key to continue... Running update for: - python3.11-Durus-4.2: UPDATING ... - python3.11-Durus-4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.durus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tdesktop, using log file: /var/log/nixpkgs-update/tdesktop/2024-02-21.log tdesktop 0 -> 1 attrpath: tdesktop Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kcp08zzgvp4ld0balmldyrgnazmri29l-packages.json.drv building '/nix/store/kcp08zzgvp4ld0balmldyrgnazmri29l-packages.json.drv'... Going to be running update for following packages: - telegram-desktop-4.14.15 Press Enter key to continue... Running update for: - telegram-desktop-4.14.15: UPDATING ... - telegram-desktop-4.14.15: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix index 2e270607274d..5c27133ab465 100644 --- a/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix +++ b/pkgs/applications/networking/instant-messengers/telegram/telegram-desktop/default.nix @@ -64,14 +64,14 @@ let in stdenv.mkDerivation rec { pname = "telegram-desktop"; - version = "4.14.15"; + version = "4.15.0"; src = fetchFromGitHub { owner = "telegramdesktop"; repo = "tdesktop"; rev = "v${version}"; fetchSubmodules = true; - hash = "sha256-706FAtXS541D7H/Qc86eC1FLUWu1/tZuCq3GgJ0L/Ds="; + hash = "sha256-kLF5vVt7JKHtNIEJ4dp/HSOOCgRdjFzn0aQpFpiw9MM="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - telegram-desktop: 4.14.15 -> 4.15.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289801" [result] Failed to update tdesktop 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vpsfree-client, using log file: /var/log/nixpkgs-update/vpsfree-client/2024-02-21.log vpsfree-client 0 -> 1 attrpath: vpsfree-client Checking auto update branch... The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update [result] Failed to update vpsfree-client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath eclair, using log file: /var/log/nixpkgs-update/eclair/2024-02-21.log eclair 0.8.0 -> 0.9.0 https://github.com/ACINQ/eclair/releases attrpath: eclair Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/4s9dp4gn8ignaysd8b1jxnhb03hbvziz-source.drv building '/nix/store/4s9dp4gn8ignaysd8b1jxnhb03hbvziz-source.drv'... trying https://github.com/ACINQ/eclair/releases/download/v0.9.0/eclair-node-0.9.0-0077471-bin.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/4s9dp4gn8ignaysd8b1jxnhb03hbvziz-source.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/ACINQ/eclair/releases/download/v0.9.0/eclair-node-0.9.0-0077471-bin.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/4s9dp4gn8ignaysd8b1jxnhb03hbvziz-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'eclair.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/4s9dp4gn8ignaysd8b1jxnhb03hbvziz-source.drv /nix/store/jm7nsx0ln3grwwhb16f0cr7bwyaff85c-eclair-0.9.0.drv building '/nix/store/4s9dp4gn8ignaysd8b1jxnhb03hbvziz-source.drv'... trying https://github.com/ACINQ/eclair/releases/download/v0.9.0/eclair-node-0.9.0-0077471-bin.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/4s9dp4gn8ignaysd8b1jxnhb03hbvziz-source.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/ACINQ/eclair/releases/download/v0.9.0/eclair-node-0.9.0-0077471-bin.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/4s9dp4gn8ignaysd8b1jxnhb03hbvziz-source.drv'. error: 1 dependencies of derivation '/nix/store/jm7nsx0ln3grwwhb16f0cr7bwyaff85c-eclair-0.9.0.drv' failed to build [result] Failed to update eclair 0.8.0 -> 0.9.0 https://github.com/ACINQ/eclair/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libcloud, using log file: /var/log/nixpkgs-update/python311Packages.libcloud/2024-02-21.log python311Packages.libcloud 0 -> 1 attrpath: python311Packages.libcloud Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-apache-libcloud-3.8.0 Press Enter key to continue... Running update for: - python3.11-apache-libcloud-3.8.0: UPDATING ... - python3.11-apache-libcloud-3.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.libcloud 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath podman-desktop, using log file: /var/log/nixpkgs-update/podman-desktop/2024-02-21.log podman-desktop 0.12.0 -> 1.7.1 https://github.com/containers/podman-desktop/releases attrpath: podman-desktop Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update podman-desktop 0.12.0 -> 1.7.1 https://github.com/containers/podman-desktop/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zodbpickle, using log file: /var/log/nixpkgs-update/python311Packages.zodbpickle/2024-02-21.log python311Packages.zodbpickle 0 -> 1 attrpath: python311Packages.zodbpickle Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-zodbpickle-3.2 Press Enter key to continue... Running update for: - python3.11-zodbpickle-3.2: UPDATING ... - python3.11-zodbpickle-3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zodbpickle 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.simple-websocket-server, using log file: /var/log/nixpkgs-update/python311Packages.simple-websocket-server/2024-02-21.log python311Packages.simple-websocket-server 0 -> 1 attrpath: python311Packages.simple-websocket-server Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-simple-websocket-server-20180414 Press Enter key to continue... Running update for: - python3.11-simple-websocket-server-20180414: UPDATING ... - python3.11-simple-websocket-server-20180414: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.simple-websocket-server 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libdnet, using log file: /var/log/nixpkgs-update/libdnet/2024-02-21.log libdnet 1.12 -> 1.17.0 https://github.com/dugsong/libdnet/releases attrpath: libdnet Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/yx02fxwlvd5a01ds8jgvxba16crmn2s1-libdnet-1.17.0.tgz.drv building '/nix/store/yx02fxwlvd5a01ds8jgvxba16crmn2s1-libdnet-1.17.0.tgz.drv'... trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libdnet/libdnet-1.17.0.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download libdnet-1.17.0.tgz from any mirror error: builder for '/nix/store/yx02fxwlvd5a01ds8jgvxba16crmn2s1-libdnet-1.17.0.tgz.drv' failed with exit code 1; last 7 log lines: > > trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libdnet/libdnet-1.17.0.tgz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 403 > error: cannot download libdnet-1.17.0.tgz from any mirror For full logs, run 'nix log /nix/store/yx02fxwlvd5a01ds8jgvxba16crmn2s1-libdnet-1.17.0.tgz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libdnet.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/yx02fxwlvd5a01ds8jgvxba16crmn2s1-libdnet-1.17.0.tgz.drv /nix/store/hx8l04fga1ga8y4j1q7wwaabiapraa1b-libdnet-1.17.0.drv building '/nix/store/yx02fxwlvd5a01ds8jgvxba16crmn2s1-libdnet-1.17.0.tgz.drv'... trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libdnet/libdnet-1.17.0.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download libdnet-1.17.0.tgz from any mirror error: builder for '/nix/store/yx02fxwlvd5a01ds8jgvxba16crmn2s1-libdnet-1.17.0.tgz.drv' failed with exit code 1; last 7 log lines: > > trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libdnet/libdnet-1.17.0.tgz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 403 > error: cannot download libdnet-1.17.0.tgz from any mirror For full logs, run 'nix log /nix/store/yx02fxwlvd5a01ds8jgvxba16crmn2s1-libdnet-1.17.0.tgz.drv'. error: 1 dependencies of derivation '/nix/store/hx8l04fga1ga8y4j1q7wwaabiapraa1b-libdnet-1.17.0.drv' failed to build [result] Failed to update libdnet 1.12 -> 1.17.0 https://github.com/dugsong/libdnet/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.textual-universal-directorytree, using log file: /var/log/nixpkgs-update/python311Packages.textual-universal-directorytree/2024-02-21.log python311Packages.textual-universal-directorytree 0 -> 1 attrpath: python311Packages.textual-universal-directorytree Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-textual-universal-directorytree-1.0.2 Press Enter key to continue... Running update for: - python3.11-textual-universal-directorytree-1.0.2: UPDATING ... - python3.11-textual-universal-directorytree-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.textual-universal-directorytree 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.intake, using log file: /var/log/nixpkgs-update/python311Packages.intake/2024-02-21.log python311Packages.intake 0 -> 1 attrpath: python311Packages.intake Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-intake-0.7.0 Press Enter key to continue... Running update for: - python3.11-intake-0.7.0: UPDATING ... - python3.11-intake-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.intake 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath memray, using log file: /var/log/nixpkgs-update/memray/2024-02-21.log memray 0 -> 1 attrpath: memray Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - memray-1.11.0 Press Enter key to continue... Running update for: - memray-1.11.0: UPDATING ... - memray-1.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update memray 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bc-detect-secrets, using log file: /var/log/nixpkgs-update/python311Packages.bc-detect-secrets/2024-02-21.log python311Packages.bc-detect-secrets 0 -> 1 attrpath: python311Packages.bc-detect-secrets Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-bc-detect-secrets-1.4.30 Press Enter key to continue... Running update for: - python3.11-bc-detect-secrets-1.4.30: UPDATING ... - python3.11-bc-detect-secrets-1.4.30: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bc-detect-secrets 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.stringbrewer, using log file: /var/log/nixpkgs-update/python311Packages.stringbrewer/2024-02-21.log python311Packages.stringbrewer 0 -> 1 attrpath: python311Packages.stringbrewer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-stringbrewer-0.0.1 Press Enter key to continue... Running update for: - python3.11-stringbrewer-0.0.1: UPDATING ... - python3.11-stringbrewer-0.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.stringbrewer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioprocessing, using log file: /var/log/nixpkgs-update/python311Packages.aioprocessing/2024-02-21.log python311Packages.aioprocessing 0 -> 1 attrpath: python311Packages.aioprocessing Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-aioprocessing-2.0.1 Press Enter key to continue... Running update for: - python3.11-aioprocessing-2.0.1: UPDATING ... - python3.11-aioprocessing-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioprocessing 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cometblue-lite, using log file: /var/log/nixpkgs-update/python311Packages.cometblue-lite/2024-02-21.log python311Packages.cometblue-lite 0 -> 1 attrpath: python311Packages.cometblue-lite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-cometblue-lite-0.7.0 Press Enter key to continue... Running update for: - python3.11-cometblue-lite-0.7.0: UPDATING ... - python3.11-cometblue-lite-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cometblue-lite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.gnome-tweaks, using log file: /var/log/nixpkgs-update/gnome.gnome-tweaks/2024-02-21.log gnome.gnome-tweaks 0 -> 1 attrpath: gnome.gnome-tweaks Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-tweaks 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wmderland, using log file: /var/log/nixpkgs-update/wmderland/2024-02-21.log wmderland unstable-2020-07-17 -> 1.0.5 https://github.com/aesophor/wmderland/releases attrpath: wmderland Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/window-managers/wmderland/default.nix b/pkgs/applications/window-managers/wmderland/default.nix index 322906d5657f..44d86035b0d3 100644 --- a/pkgs/applications/window-managers/wmderland/default.nix +++ b/pkgs/applications/window-managers/wmderland/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation { pname = "wmderland"; - version = "unstable-2020-07-17"; + version = "1.0.5"; src = fetchFromGitHub { owner = "aesophor"; repo = "wmderland"; rev = "a40a3505dd735b401d937203ab6d8d1978307d72"; - sha256 = "0npmlnybblp82mfpinjbz7dhwqgpdqc1s63wc1zs8mlcs19pdh98"; + sha256 = "sha256-KMF2U9CMVqR/YHwYHRhu92EO2/lL2nhdFejStbyl9Vo="; }; nativeBuildInputs = [ Source url did not change. [result] Failed to update wmderland unstable-2020-07-17 -> 1.0.5 https://github.com/aesophor/wmderland/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.repeated-test, using log file: /var/log/nixpkgs-update/python311Packages.repeated-test/2024-02-21.log python311Packages.repeated-test 0 -> 1 attrpath: python311Packages.repeated-test Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-repeated-test-2.3.3 Press Enter key to continue... Running update for: - python3.11-repeated-test-2.3.3: UPDATING ... - python3.11-repeated-test-2.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.repeated-test 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dictdiffer, using log file: /var/log/nixpkgs-update/python311Packages.dictdiffer/2024-02-21.log python311Packages.dictdiffer 0 -> 1 attrpath: python311Packages.dictdiffer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dictdiffer-0.9.0 Press Enter key to continue... Running update for: - python3.11-dictdiffer-0.9.0: UPDATING ... - python3.11-dictdiffer-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dictdiffer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.character-encoding-utils, using log file: /var/log/nixpkgs-update/python311Packages.character-encoding-utils/2024-02-21.log python311Packages.character-encoding-utils 0 -> 1 attrpath: python311Packages.character-encoding-utils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0s7pcam4xbcsb89wp574sqqi0whkysgf-packages.json.drv building '/nix/store/0s7pcam4xbcsb89wp574sqqi0whkysgf-packages.json.drv'... Going to be running update for following packages: - python3.11-character-encoding-utils-0.0.6 Press Enter key to continue... Running update for: - python3.11-character-encoding-utils-0.0.6: UPDATING ... - python3.11-character-encoding-utils-0.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.character-encoding-utils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.cloudscale, using log file: /var/log/nixpkgs-update/terraform-providers.cloudscale/2024-02-21.log terraform-providers.cloudscale 0 -> 1 attrpath: terraform-providers.cloudscale Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.cloudscale 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath volctl, using log file: /var/log/nixpkgs-update/volctl/2024-02-21.log volctl 0 -> 1 attrpath: volctl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - volctl-0.9.4 Press Enter key to continue... Running update for: - volctl-0.9.4: UPDATING ... - volctl-0.9.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update volctl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ionhash, using log file: /var/log/nixpkgs-update/python311Packages.ionhash/2024-02-21.log python311Packages.ionhash 0 -> 1 attrpath: python311Packages.ionhash Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - python3.11-ionhash-1.2.1 Press Enter key to continue... Running update for: - python3.11-ionhash-1.2.1: UPDATING ... - python3.11-ionhash-1.2.1: ERROR --- SHOWING ERROR LOG FOR python3.11-ionhash-1.2.1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/ml5f39z5yjdalqf1adpbzw8giraky8fd-update-python-libraries", line 596, in main() File "/nix/store/ml5f39z5yjdalqf1adpbzw8giraky8fd-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/ml5f39z5yjdalqf1adpbzw8giraky8fd-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/ml5f39z5yjdalqf1adpbzw8giraky8fd-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/ml5f39z5yjdalqf1adpbzw8giraky8fd-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/ml5f39z5yjdalqf1adpbzw8giraky8fd-update-python-libraries", line 294, in _get_latest_version_github response = subprocess.check_output(cmd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/subprocess.py", line 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/subprocess.py", line 1950, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'nix-prefetch-git' --- SHOWING ERROR LOG FOR python3.11-ionhash-1.2.1 ---------------------- The update script for python3.11-ionhash-1.2.1 failed with exit code 1 [result] Failed to update python311Packages.ionhash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.willow, using log file: /var/log/nixpkgs-update/python311Packages.willow/2024-02-21.log python311Packages.willow 0 -> 1 attrpath: python311Packages.willow Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-willow-1.8.0 Press Enter key to continue... Running update for: - python3.11-willow-1.8.0: UPDATING ... - python3.11-willow-1.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.willow 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.orderedset, using log file: /var/log/nixpkgs-update/python311Packages.orderedset/2024-02-21.log python311Packages.orderedset 0 -> 1 attrpath: python311Packages.orderedset Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-orderedset-2.0.3 Press Enter key to continue... Running update for: - python3.11-orderedset-2.0.3: UPDATING ... - python3.11-orderedset-2.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.orderedset 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pykeyatome, using log file: /var/log/nixpkgs-update/python311Packages.pykeyatome/2024-02-21.log python311Packages.pykeyatome 0 -> 1 attrpath: python311Packages.pykeyatome Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pykeyatome-2.1.2 Press Enter key to continue... Running update for: - python3.11-pykeyatome-2.1.2: UPDATING ... - python3.11-pykeyatome-2.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pykeyatome 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dissect-cobaltstrike, using log file: /var/log/nixpkgs-update/python311Packages.dissect-cobaltstrike/2024-02-21.log python311Packages.dissect-cobaltstrike 0 -> 1 attrpath: python311Packages.dissect-cobaltstrike Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dissect-cobaltstrike-1.0.0 Press Enter key to continue... Running update for: - python3.11-dissect-cobaltstrike-1.0.0: UPDATING ... - python3.11-dissect-cobaltstrike-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect-cobaltstrike 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.escapism, using log file: /var/log/nixpkgs-update/python311Packages.escapism/2024-02-21.log python311Packages.escapism 0 -> 1 attrpath: python311Packages.escapism Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-escapism-1.0.1 Press Enter key to continue... Running update for: - python3.11-escapism-1.0.1: UPDATING ... - python3.11-escapism-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.escapism 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openimageio2, using log file: /var/log/nixpkgs-update/openimageio2/2024-02-21.log openimageio2 2.5.5.0 -> 2.5.8.0 https://github.com/OpenImageIO/oiio/releases attrpath: openimageio2 Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: error: attribute 'openimageio2' in selection path 'openimageio2.src' not found Did you mean openimageio? stderr did not split as expected full stderr was: error: attribute 'openimageio2' in selection path 'openimageio2.originalSrc' not found Did you mean openimageio? stderr did not split as expected full stderr was: error: attribute 'openimageio2' in selection path 'openimageio2' not found Did you mean openimageio? [result] Failed to update openimageio2 2.5.5.0 -> 2.5.8.0 https://github.com/OpenImageIO/oiio/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pylsp-rope, using log file: /var/log/nixpkgs-update/python311Packages.pylsp-rope/2024-02-21.log python311Packages.pylsp-rope 0 -> 1 attrpath: python311Packages.pylsp-rope Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pylsp-rope-0.1.11 Press Enter key to continue... Running update for: - python3.11-pylsp-rope-0.1.11: UPDATING ... - python3.11-pylsp-rope-0.1.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylsp-rope 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.robotframework-requests, using log file: /var/log/nixpkgs-update/python311Packages.robotframework-requests/2024-02-21.log python311Packages.robotframework-requests 0 -> 1 attrpath: python311Packages.robotframework-requests Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-robotframework-requests-0.9.6 Press Enter key to continue... Running update for: - python3.11-robotframework-requests-0.9.6: UPDATING ... - python3.11-robotframework-requests-0.9.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.robotframework-requests 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath obsidian, using log file: /var/log/nixpkgs-update/obsidian/2024-02-21.log obsidian 0 -> 1 attrpath: obsidian Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - obsidian-1.5.3 Press Enter key to continue... Running update for: - obsidian-1.5.3: UPDATING ... - obsidian-1.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update obsidian 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.panel, using log file: /var/log/nixpkgs-update/python311Packages.panel/2024-02-21.log python311Packages.panel 0 -> 1 attrpath: python311Packages.panel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-panel-1.3.8 Press Enter key to continue... Running update for: - python3.11-panel-1.3.8: UPDATING ... - python3.11-panel-1.3.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.panel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octavePackages.zeromq, using log file: /var/log/nixpkgs-update/octavePackages.zeromq/2024-02-21.log octavePackages.zeromq 0 -> 1 attrpath: octavePackages.zeromq Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - octave-8.4.0-zeromq-1.5.5 Press Enter key to continue... Running update for: - octave-8.4.0-zeromq-1.5.5: UPDATING ... - octave-8.4.0-zeromq-1.5.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/octave-modules/zeromq/default.nix b/pkgs/development/octave-modules/zeromq/default.nix index 33c0d70464af..9b9de3e3303b 100644 --- a/pkgs/development/octave-modules/zeromq/default.nix +++ b/pkgs/development/octave-modules/zeromq/default.nix @@ -8,11 +8,11 @@ buildOctavePackage rec { pname = "zeromq"; - version = "1.5.5"; + version = "1.5.6"; src = fetchurl { url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz"; - sha256 = "sha256-MAZEpbVuragVuXrMJ8q5/jU5cTchosAtrAR6ElLwfss="; + sha256 = "sha256-IQS3JfGHRyoBY5F6Gvg/xVf5m4/JhpdRQPR8FGoFeuI="; }; preAutoreconf = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A octavePackages.zeromq Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . octavePackages.zeromq Standard output: error: build log of 'octavePackages.zeromq' is not available [result] Failed to update octavePackages.zeromq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-nvd3, using log file: /var/log/nixpkgs-update/python311Packages.python-nvd3/2024-02-21.log python311Packages.python-nvd3 0 -> 1 attrpath: python311Packages.python-nvd3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-python-nvd3-0.15.0 Press Enter key to continue... Running update for: - python3.11-python-nvd3-0.15.0: UPDATING ... - python3.11-python-nvd3-0.15.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-nvd3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyahocorasick, using log file: /var/log/nixpkgs-update/python311Packages.pyahocorasick/2024-02-21.log python311Packages.pyahocorasick 0 -> 1 attrpath: python311Packages.pyahocorasick Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyahocorasick-2.0.0 Press Enter key to continue... Running update for: - python3.11-pyahocorasick-2.0.0: UPDATING ... - python3.11-pyahocorasick-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyahocorasick 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.orderedmultidict, using log file: /var/log/nixpkgs-update/python311Packages.orderedmultidict/2024-02-21.log python311Packages.orderedmultidict 0 -> 1 attrpath: python311Packages.orderedmultidict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-orderedmultidict-1.0.1 Press Enter key to continue... Running update for: - python3.11-orderedmultidict-1.0.1: UPDATING ... - python3.11-orderedmultidict-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.orderedmultidict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-gammu, using log file: /var/log/nixpkgs-update/python311Packages.python-gammu/2024-02-21.log python311Packages.python-gammu 0 -> 1 attrpath: python311Packages.python-gammu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-python-gammu-3.2.4 Press Enter key to continue... Running update for: - python3.11-python-gammu-3.2.4: UPDATING ... - python3.11-python-gammu-3.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-gammu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.geoalchemy2, using log file: /var/log/nixpkgs-update/python311Packages.geoalchemy2/2024-02-21.log python311Packages.geoalchemy2 0 -> 1 attrpath: python311Packages.geoalchemy2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-geoalchemy2-0.14.4 Press Enter key to continue... Running update for: - python3.11-geoalchemy2-0.14.4: UPDATING ... - python3.11-geoalchemy2-0.14.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.geoalchemy2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath metadata-cleaner, using log file: /var/log/nixpkgs-update/metadata-cleaner/2024-02-21.log metadata-cleaner 0 -> 1 attrpath: metadata-cleaner Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - metadata-cleaner-2.5.4 Press Enter key to continue... Running update for: - metadata-cleaner-2.5.4: UPDATING ... - metadata-cleaner-2.5.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update metadata-cleaner 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.hipfft, using log file: /var/log/nixpkgs-update/rocmPackages.hipfft/2024-02-21.log rocmPackages.hipfft 0 -> 1 attrpath: rocmPackages.hipfft Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - hipfft-5.7.1 Press Enter key to continue... Running update for: - hipfft-5.7.1: UPDATING ... - hipfft-5.7.1: ERROR --- SHOWING ERROR LOG FOR hipfft-5.7.1 ---------------------- 'rocmPackages_5.hipfft' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.hipfft'. --- SHOWING ERROR LOG FOR hipfft-5.7.1 ---------------------- The update script for hipfft-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.hipfft 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyhiveapi, using log file: /var/log/nixpkgs-update/python311Packages.pyhiveapi/2024-02-21.log python311Packages.pyhiveapi 0 -> 1 attrpath: python311Packages.pyhiveapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyhiveapi-0.5.16 Press Enter key to continue... Running update for: - python3.11-pyhiveapi-0.5.16: UPDATING ... - python3.11-pyhiveapi-0.5.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyhiveapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libgee, using log file: /var/log/nixpkgs-update/libgee/2024-02-21.log libgee 0 -> 1 attrpath: libgee Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libgee 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rtmidi, using log file: /var/log/nixpkgs-update/rtmidi/2024-02-21.log rtmidi 5.0.0 -> 6.0.0 https://github.com/thestk/rtmidi/releases attrpath: rtmidi Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rtmidi 5.0.0 -> 6.0.0 https://github.com/thestk/rtmidi/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-twitch-client, using log file: /var/log/nixpkgs-update/python311Packages.python-twitch-client/2024-02-21.log python311Packages.python-twitch-client 0 -> 1 attrpath: python311Packages.python-twitch-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-python-twitch-client-0.7.1 Press Enter key to continue... Running update for: - python3.11-python-twitch-client-0.7.1: UPDATING ... - python3.11-python-twitch-client-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-twitch-client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.smtpdfix, using log file: /var/log/nixpkgs-update/python311Packages.smtpdfix/2024-02-21.log python311Packages.smtpdfix 0 -> 1 attrpath: python311Packages.smtpdfix Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-smtpdfix-0.5.1 Press Enter key to continue... Running update for: - python3.11-smtpdfix-0.5.1: UPDATING ... - python3.11-smtpdfix-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.smtpdfix 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tumpa, using log file: /var/log/nixpkgs-update/tumpa/2024-02-21.log tumpa 0 -> 1 attrpath: tumpa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - tumpa-0.1.2 Press Enter key to continue... Running update for: - tumpa-0.1.2: UPDATING ... - tumpa-0.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/misc/tumpa/default.nix b/pkgs/applications/misc/tumpa/default.nix index cc73b7fa6901..8f3ba3f959d4 100644 --- a/pkgs/applications/misc/tumpa/default.nix +++ b/pkgs/applications/misc/tumpa/default.nix @@ -6,13 +6,13 @@ python3.pkgs.buildPythonApplication rec { pname = "tumpa"; - version = "0.1.2"; + version = "0.10.0"; src = fetchFromGitHub { owner = "kushaldas"; repo = "tumpa"; - rev = "v${version}"; - hash = "sha256-sT+IasupBxkfYoOULRvG429ZHA94uAJoYfFd1Whs0J4="; + rev = "refs/tags/v${version}"; + hash = "sha256-F2w0Y41/PLN1xwIE3svl+g3imCRBW/lsljUBTxHsQbg="; }; propagatedBuildInputs = with python3.pkgs; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A tumpa Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . tumpa Standard output: error: Package ‘tumpa-0.10.0’ in /var/cache/nixpkgs-update/worker/worktree/tumpa/pkgs/applications/misc/tumpa/default.nix:36 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) [result] Failed to update tumpa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rfc7464, using log file: /var/log/nixpkgs-update/python311Packages.rfc7464/2024-02-21.log python311Packages.rfc7464 0 -> 1 attrpath: python311Packages.rfc7464 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-rfc7464-17.7.0 Press Enter key to continue... Running update for: - python3.11-rfc7464-17.7.0: UPDATING ... - python3.11-rfc7464-17.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rfc7464 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ghost, using log file: /var/log/nixpkgs-update/ghost/2024-02-21.log ghost 0 -> 1 attrpath: ghost Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - ghost-8.0.0 Press Enter key to continue... Running update for: - ghost-8.0.0: UPDATING ... - ghost-8.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ghost 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sh, using log file: /var/log/nixpkgs-update/python311Packages.sh/2024-02-21.log python311Packages.sh 0 -> 1 attrpath: python311Packages.sh Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-sh-2.0.6 Press Enter key to continue... Running update for: - python3.11-sh-2.0.6: UPDATING ... - python3.11-sh-2.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath git-ignore, using log file: /var/log/nixpkgs-update/git-ignore/2024-02-21.log git-ignore 1.2.2 -> 1.3.1 https://repology.org/project/git-ignore/versions attrpath: git-ignore Checking auto update branch... No auto update branch exists Old version 1.2.2" not present in master derivation file with contents: { lib , rustPlatform , fetchFromGitHub , installShellFiles , stdenv , darwin }: rustPlatform.buildRustPackage rec { pname = "git-ignore"; version = "1.3.1"; src = fetchFromGitHub { owner = "sondr3"; repo = pname; rev = "v${version}"; hash = "sha256-kfc4LIFjLMltCn3BPaEfxc/yOZxFjYioyobTQZN/RmY="; }; cargoHash = "sha256-HoW10XzWIjxsqoKVKQkMf5in7pOODGnUM0cRZP1OJpg="; nativeBuildInputs = [ installShellFiles ]; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; postInstall = '' assets=$releaseDir/../assets installManPage $assets/git-ignore.1 installShellCompletion $assets/git-ignore.{bash,fish} --zsh $assets/_git-ignore ''; meta = with lib; { description = "Quickly and easily fetch .gitignore templates from gitignore.io"; 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 ]; mainProgram = "git-ignore"; }; } [result] Failed to update git-ignore 1.2.2 -> 1.3.1 https://repology.org/project/git-ignore/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.xmobar, using log file: /var/log/nixpkgs-update/haskellPackages.xmobar/2024-02-21.log haskellPackages.xmobar 0.47.2 -> 0.47.3 https://repology.org/project/xmobar/versions attrpath: haskellPackages.xmobar Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.xmobar 0.47.2 -> 0.47.3 https://repology.org/project/xmobar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.locuszoomr, using log file: /var/log/nixpkgs-update/rPackages.locuszoomr/2024-02-21.log rPackages.locuszoomr 0.2.0 -> 0.2.1 https://repology.org/project/r:locuszoomr/versions attrpath: rPackages.locuszoomr Checking auto update branch... No auto update branch exists Old version 0.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.locuszoomr 0.2.0 -> 0.2.1 https://repology.org/project/r:locuszoomr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath orca-slicer, using log file: /var/log/nixpkgs-update/orca-slicer/2024-02-21.log orca-slicer 1.9.0 -> 1.9.1 https://github.com/SoftFever/OrcaSlicer/releases attrpath: orca-slicer Checking auto update branch... An auto update branch exists with message `orca-slicer: 1.9.0 -> 1.9.1`. New version is 1.9.1. An auto update branch exists with an equal or greater version [result] Failed to update orca-slicer 1.9.0 -> 1.9.1 https://github.com/SoftFever/OrcaSlicer/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.treediff, using log file: /var/log/nixpkgs-update/rPackages.treediff/2024-02-21.log rPackages.treediff 0.2 -> 0.2.1 https://repology.org/project/r:treediff/versions attrpath: rPackages.treediff Checking auto update branch... No auto update branch exists Old version 0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.treediff 0.2 -> 0.2.1 https://repology.org/project/r:treediff/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gibasa, using log file: /var/log/nixpkgs-update/rPackages.gibasa/2024-02-21.log rPackages.gibasa 1.0.1 -> 1.1.0 https://repology.org/project/r:gibasa/versions attrpath: rPackages.gibasa Checking auto update branch... No auto update branch exists Old version 1.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.gibasa 1.0.1 -> 1.1.0 https://repology.org/project/r:gibasa/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.persistent, using log file: /var/log/nixpkgs-update/haskellPackages.persistent/2024-02-21.log haskellPackages.persistent 2.14.6.0 -> 2.14.6.1 https://repology.org/project/haskell:persistent/versions attrpath: haskellPackages.persistent Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.persistent 2.14.6.0 -> 2.14.6.1 https://repology.org/project/haskell:persistent/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pcsx2, using log file: /var/log/nixpkgs-update/pcsx2/2024-02-21.log pcsx2 1.7.5497 -> 1.7.5560 https://repology.org/project/pcsx2/versions attrpath: pcsx2 Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update pcsx2 1.7.5497 -> 1.7.5560 https://repology.org/project/pcsx2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.jellyfish, using log file: /var/log/nixpkgs-update/python312Packages.jellyfish/2024-02-21.log python312Packages.jellyfish 1.0.0 -> 1.0.3 https://repology.org/project/python:jellyfish/versions attrpath: python312Packages.jellyfish Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-jellyfish-1.0.0 Press Enter key to continue... Running update for: - python3.12-jellyfish-1.0.0: UPDATING ... - python3.12-jellyfish-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.jellyfish 1.0.0 -> 1.0.3 https://repology.org/project/python:jellyfish/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages.sorbet-runtime, using log file: /var/log/nixpkgs-update/rubyPackages.sorbet-runtime/2024-02-21.log rubyPackages.sorbet-runtime 0.5.11247 -> 0.5.11262 https://repology.org/project/ruby:sorbet-runtime/versions attrpath: rubyPackages.sorbet-runtime Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rubyPackages.sorbet-runtime 0.5.11247 -> 0.5.11262 https://repology.org/project/ruby:sorbet-runtime/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath graphw00f, using log file: /var/log/nixpkgs-update/graphw00f/2024-02-21.log graphw00f 0 -> 1 attrpath: graphw00f Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - graphw00f-1.1.15 Press Enter key to continue... Running update for: - graphw00f-1.1.15: UPDATING ... - graphw00f-1.1.15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update graphw00f 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gtg, using log file: /var/log/nixpkgs-update/gtg/2024-02-21.log gtg 0 -> 1 attrpath: gtg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - gtg-0.6 Press Enter key to continue... Running update for: - gtg-0.6: UPDATING ... - gtg-0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gtg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dissect-extfs, using log file: /var/log/nixpkgs-update/python311Packages.dissect-extfs/2024-02-21.log python311Packages.dissect-extfs 0 -> 1 attrpath: python311Packages.dissect-extfs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dissect-extfs-3.8 Press Enter key to continue... Running update for: - python3.11-dissect-extfs-3.8: UPDATING ... - python3.11-dissect-extfs-3.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect-extfs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libxslt, using log file: /var/log/nixpkgs-update/libxslt/2024-02-21.log libxslt 0 -> 1 attrpath: libxslt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - libxslt-1.1.39 Press Enter key to continue... Running update for: - libxslt-1.1.39: UPDATING ... - libxslt-1.1.39: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libxslt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.quart-cors, using log file: /var/log/nixpkgs-update/python311Packages.quart-cors/2024-02-21.log python311Packages.quart-cors 0 -> 1 attrpath: python311Packages.quart-cors Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-quart-cors-0.7.0 Press Enter key to continue... Running update for: - python3.11-quart-cors-0.7.0: UPDATING ... - python3.11-quart-cors-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.quart-cors 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pshs, using log file: /var/log/nixpkgs-update/pshs/2024-02-21.log pshs 0.3.4 -> 0.4.1 https://github.com/mgorny/pshs/releases attrpath: pshs Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/http/pshs/default.nix b/pkgs/servers/http/pshs/default.nix index bbac8b843b15..7d028738e923 100644 --- a/pkgs/servers/http/pshs/default.nix +++ b/pkgs/servers/http/pshs/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "pshs"; - version = "0.3.4"; + version = "0.4.1"; src = fetchFromGitHub { owner = "mgorny"; repo = "pshs"; rev = "v${version}"; - sha256 = "1j8j4r0vsmp6226q6jdgf9bzhx3qk7vdliwaw7f8kcsrkndkg6p4"; + sha256 = "sha256-40Q9n6KYeo60Na/1ZdUGZSoP4f/dSOuDgHzKthA5cIk="; }; nativeBuildInputs = [ autoreconfHook pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pshs nix build failed. got build log for 'pshs' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/vxvyfbg8112lwvfcshv2m2hf4ziiiywl-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "autoreconfPhase" } Running phase: autoreconfPhase autoreconf: export WARNINGS= autoreconf: error: 'configure.ac' is required [result] Failed to update pshs 0.3.4 -> 0.4.1 https://github.com/mgorny/pshs/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.css-inline, using log file: /var/log/nixpkgs-update/python311Packages.css-inline/2024-02-21.log python311Packages.css-inline 0 -> 1 attrpath: python311Packages.css-inline Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-css-inline-0.10.1 Press Enter key to continue... Running update for: - python3.11-css-inline-0.10.1: UPDATING ... - python3.11-css-inline-0.10.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.css-inline 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bkcharts, using log file: /var/log/nixpkgs-update/python311Packages.bkcharts/2024-02-21.log python311Packages.bkcharts 0 -> 1 attrpath: python311Packages.bkcharts Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-bkcharts-0.2 Press Enter key to continue... Running update for: - python3.11-bkcharts-0.2: UPDATING ... - python3.11-bkcharts-0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bkcharts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ping3, using log file: /var/log/nixpkgs-update/python311Packages.ping3/2024-02-21.log python311Packages.ping3 0 -> 1 attrpath: python311Packages.ping3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ping3-4.0.4 Press Enter key to continue... Running update for: - python3.11-ping3-4.0.4: UPDATING ... - python3.11-ping3-4.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ping3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.psrpcore, using log file: /var/log/nixpkgs-update/python311Packages.psrpcore/2024-02-21.log python311Packages.psrpcore 0 -> 1 attrpath: python311Packages.psrpcore Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-psrpcore-0.2.2 Press Enter key to continue... Running update for: - python3.11-psrpcore-0.2.2: UPDATING ... - python3.11-psrpcore-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.psrpcore 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mpyq, using log file: /var/log/nixpkgs-update/python311Packages.mpyq/2024-02-21.log python311Packages.mpyq 0 -> 1 attrpath: python311Packages.mpyq Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mpyq-0.2.5 Press Enter key to continue... Running update for: - python3.11-mpyq-0.2.5: UPDATING ... - python3.11-mpyq-0.2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mpyq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pure-pcapy3, using log file: /var/log/nixpkgs-update/python311Packages.pure-pcapy3/2024-02-21.log python311Packages.pure-pcapy3 0 -> 1 attrpath: python311Packages.pure-pcapy3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pure-pcapy3-1.0.1 Press Enter key to continue... Running update for: - python3.11-pure-pcapy3-1.0.1: UPDATING ... - python3.11-pure-pcapy3-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pure-pcapy3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath opencv4, using log file: /var/log/nixpkgs-update/opencv4/2024-02-21.log opencv4 4.7.0 -> 4.9.0 https://github.com/opencv/opencv/releases attrpath: opencv4 Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - opencv4: 4.7.0 -> 4.9.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289994" [result] Failed to update opencv4 4.7.0 -> 4.9.0 https://github.com/opencv/opencv/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cargo-wipe, using log file: /var/log/nixpkgs-update/cargo-wipe/2024-02-21.log cargo-wipe 0 -> 1 attrpath: cargo-wipe Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cc09dzf0hz4id238mq0accsbsmdlmr9f-packages.json.drv building '/nix/store/cc09dzf0hz4id238mq0accsbsmdlmr9f-packages.json.drv'... Going to be running update for following packages: - cargo-wipe-0.3.3 Press Enter key to continue... Running update for: - cargo-wipe-0.3.3: UPDATING ... - cargo-wipe-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cargo-wipe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath opentelemetry-collector-contrib, using log file: /var/log/nixpkgs-update/opentelemetry-collector-contrib/2024-02-21.log opentelemetry-collector-contrib 0.87.0 -> 0.94.0 https://github.com/open-telemetry/opentelemetry-collector-contrib/releases attrpath: opentelemetry-collector-contrib Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - opentelemetry-collector-contrib: 0.87.0 -> 0.94.0, opentelemetry-collector: 0.93.0 -> 0.94.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/281809" [result] Failed to update opentelemetry-collector-contrib 0.87.0 -> 0.94.0 https://github.com/open-telemetry/opentelemetry-collector-contrib/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sentence-splitter, using log file: /var/log/nixpkgs-update/python311Packages.sentence-splitter/2024-02-21.log python311Packages.sentence-splitter 0 -> 1 attrpath: python311Packages.sentence-splitter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-sentence-splitter-1.4 Press Enter key to continue... Running update for: - python3.11-sentence-splitter-1.4: UPDATING ... - python3.11-sentence-splitter-1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sentence-splitter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mautrix-discord, using log file: /var/log/nixpkgs-update/mautrix-discord/2024-02-21.log mautrix-discord 0 -> 1 attrpath: mautrix-discord Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/akikjcj3wmzwwvk3wd2v9mnkra4n7m64-packages.json.drv building '/nix/store/akikjcj3wmzwwvk3wd2v9mnkra4n7m64-packages.json.drv'... Going to be running update for following packages: - mautrix-discord-0.6.5 Press Enter key to continue... Running update for: - mautrix-discord-0.6.5: UPDATING ... - mautrix-discord-0.6.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mautrix-discord 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sacrebleu, using log file: /var/log/nixpkgs-update/python311Packages.sacrebleu/2024-02-21.log python311Packages.sacrebleu 0 -> 1 attrpath: python311Packages.sacrebleu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-sacrebleu-2.3.1 Press Enter key to continue... Running update for: - python3.11-sacrebleu-2.3.1: UPDATING ... - python3.11-sacrebleu-2.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sacrebleu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath enlightenment.rage, using log file: /var/log/nixpkgs-update/enlightenment.rage/2024-02-21.log enlightenment.rage 0 -> 1 attrpath: enlightenment.rage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - rage-0.4.0 Press Enter key to continue... Running update for: - rage-0.4.0: UPDATING ... - rage-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update enlightenment.rage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ghauri, using log file: /var/log/nixpkgs-update/ghauri/2024-02-21.log ghauri 0 -> 1 attrpath: ghauri Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - ghauri-1.3 Press Enter key to continue... Running update for: - ghauri-1.3: UPDATING ... - ghauri-1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ghauri 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.deepmerge, using log file: /var/log/nixpkgs-update/python311Packages.deepmerge/2024-02-21.log python311Packages.deepmerge 0 -> 1 attrpath: python311Packages.deepmerge Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-deepmerge-1.1.1 Press Enter key to continue... Running update for: - python3.11-deepmerge-1.1.1: UPDATING ... - python3.11-deepmerge-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.deepmerge 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.adb-enhanced, using log file: /var/log/nixpkgs-update/python311Packages.adb-enhanced/2024-02-21.log python311Packages.adb-enhanced 0 -> 1 attrpath: python311Packages.adb-enhanced Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-adb-enhanced-2.5.22 Press Enter key to continue... Running update for: - python3.11-adb-enhanced-2.5.22: UPDATING ... - python3.11-adb-enhanced-2.5.22: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.adb-enhanced 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-tap, using log file: /var/log/nixpkgs-update/python311Packages.pytest-tap/2024-02-21.log python311Packages.pytest-tap 0 -> 1 attrpath: python311Packages.pytest-tap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pytest-tap-3.3 Press Enter key to continue... Running update for: - python3.11-pytest-tap-3.3: UPDATING ... - python3.11-pytest-tap-3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-tap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octavePackages.cgi, using log file: /var/log/nixpkgs-update/octavePackages.cgi/2024-02-21.log octavePackages.cgi 0 -> 1 attrpath: octavePackages.cgi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - octave-8.4.0-cgi-0.1.2 Press Enter key to continue... Running update for: - octave-8.4.0-cgi-0.1.2: UPDATING ... - octave-8.4.0-cgi-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.cgi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.entry-points-txt, using log file: /var/log/nixpkgs-update/python311Packages.entry-points-txt/2024-02-21.log python311Packages.entry-points-txt 0 -> 1 attrpath: python311Packages.entry-points-txt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-entry-points-txt-0.2.0 Press Enter key to continue... Running update for: - python3.11-entry-points-txt-0.2.0: UPDATING ... - python3.11-entry-points-txt-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.entry-points-txt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.qreactor, using log file: /var/log/nixpkgs-update/python311Packages.qreactor/2024-02-21.log python311Packages.qreactor 0 -> 1 attrpath: python311Packages.qreactor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-qreactor-unstable-2018-09-29 Press Enter key to continue... Running update for: - python3.11-qreactor-unstable-2018-09-29: UPDATING ... - python3.11-qreactor-unstable-2018-09-29: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.qreactor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.proton-vpn-network-manager-openvpn, using log file: /var/log/nixpkgs-update/python311Packages.proton-vpn-network-manager-openvpn/2024-02-21.log python311Packages.proton-vpn-network-manager-openvpn 0 -> 1 attrpath: python311Packages.proton-vpn-network-manager-openvpn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-proton-vpn-network-manager-openvpn-0.0.4-unstable-2023-07-05 Press Enter key to continue... Running update for: - python3.11-proton-vpn-network-manager-openvpn-0.0.4-unstable-2023-07-05: UPDATING ... - python3.11-proton-vpn-network-manager-openvpn-0.0.4-unstable-2023-07-05: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.proton-vpn-network-manager-openvpn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath minio-client, using log file: /var/log/nixpkgs-update/minio-client/2024-02-21.log minio-client 2024-02-16T11-05-48Z -> 20240216T110548Z https://repology.org/project/minio-client/versions attrpath: minio-client Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/ss5yvdbb5wqbgkm43padiii7885v6hch-source.drv building '/nix/store/ss5yvdbb5wqbgkm43padiii7885v6hch-source.drv'... trying https://github.com/minio/mc/archive/RELEASE.20240216T110548Z.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/ss5yvdbb5wqbgkm43padiii7885v6hch-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/minio/mc/archive/RELEASE.20240216T110548Z.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/ss5yvdbb5wqbgkm43padiii7885v6hch-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'minio-client.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/ss5yvdbb5wqbgkm43padiii7885v6hch-source.drv /nix/store/zlgzm055wy3jkizianf88bx8db02vmbi-minio-client-20240216T110548Z-go-modules.drv /nix/store/64vm9yhpy6chyiz7nd1xhl44gf8vicxh-minio-client-20240216T110548Z.drv building '/nix/store/ss5yvdbb5wqbgkm43padiii7885v6hch-source.drv'... trying https://github.com/minio/mc/archive/RELEASE.20240216T110548Z.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/ss5yvdbb5wqbgkm43padiii7885v6hch-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/minio/mc/archive/RELEASE.20240216T110548Z.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/ss5yvdbb5wqbgkm43padiii7885v6hch-source.drv'. error: 1 dependencies of derivation '/nix/store/64vm9yhpy6chyiz7nd1xhl44gf8vicxh-minio-client-20240216T110548Z.drv' failed to build [result] Failed to update minio-client 2024-02-16T11-05-48Z -> 20240216T110548Z https://repology.org/project/minio-client/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath macs2, using log file: /var/log/nixpkgs-update/macs2/2024-02-21.log macs2 2.2.9.1 -> 3.0.0 https://github.com/macs3-project/MACS/releases attrpath: macs2 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-macs2-2.2.9.1 Press Enter key to continue... Running update for: - python3.11-macs2-2.2.9.1: UPDATING ... - python3.11-macs2-2.2.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update macs2 2.2.9.1 -> 3.0.0 https://github.com/macs3-project/MACS/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath opengrm-ngram, using log file: /var/log/nixpkgs-update/opengrm-ngram/2024-02-21.log opengrm-ngram 1.3.14 -> 1.3.15 https://repology.org/project/opengrm-ngram/versions attrpath: opengrm-ngram Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/opengrm-ngram/default.nix b/pkgs/development/libraries/opengrm-ngram/default.nix index b84e4159f3e7..556976ca6ec9 100644 --- a/pkgs/development/libraries/opengrm-ngram/default.nix +++ b/pkgs/development/libraries/opengrm-ngram/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "opengrm-ngram"; - version = "1.3.14"; + version = "1.3.15"; src = fetchurl { url = "http://www.openfst.org/twiki/pub/GRM/NGramDownload/ngram-${version}.tar.gz"; - sha256 = "sha256-ivMPDy6CPM17hWCToLOVzUgcWZiEt2pjYeizeBLYnYc="; + sha256 = "sha256-C5hMYNN+t4ao9U690sXPh8wgfF2GpD23ifqXWPgWyhw="; }; nativeBuildInputs = [ autoreconfHook ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A opengrm-ngram nix build failed. libtool: compile: g++ -std=c++17 -fno-exceptions -DHAVE_CONFIG_H -I./../include -g -O2 -c ngram-list-prune.cc -fPIC -DPIC -o .libs/ngram-list-prune.o libtool: compile: g++ -std=c++17 -fno-exceptions -DHAVE_CONFIG_H -I./../include -g -O2 -c ngram-marginalize.cc -fPIC -DPIC -o .libs/ngram-marginalize.o libtool: compile: g++ -std=c++17 -fno-exceptions -DHAVE_CONFIG_H -I./../include -g -O2 -c ngram-kneser-ney.cc -fPIC -DPIC -o .libs/ngram-kneser-ney.o libtool: compile: g++ -std=c++17 -fno-exceptions -DHAVE_CONFIG_H -I./../include -g -O2 -c util.cc -fPIC -DPIC -o .libs/util.o libtool: compile: g++ -std=c++17 -fno-exceptions -DHAVE_CONFIG_H -I./../include -g -O2 -c hist-arc.cc -fPIC -DPIC -o .libs/hist-arc.o ngram-context.cc: In static member function 'static void ngram::NGramContext::ParseContextInterval(std::string_view, std::vector*, std::vector*)': ngram-context.cc:144:34: error: too few arguments to function 'int64_t fst::StrToInt64(std::string_view, std::string_view, size_t, bool, bool*)' 144 | Label label = fst::StrToInt64(labels1[i], "context begin", 1); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /nix/store/vfd9s7zf07hzrv057xwb9gpcq2qgprri-openfst-1.8.2/include/fst/error-weight.h:22, from /nix/store/vfd9s7zf07hzrv057xwb9gpcq2qgprri-openfst-1.8.2/include/fst/arc.h:30, from ./../include/ngram/ngram-context.h:28, from ngram-context.cc:18: /nix/store/vfd9s7zf07hzrv057xwb9gpcq2qgprri-openfst-1.8.2/include/fst/util.h:319:9: note: declared here 319 | int64_t StrToInt64(std::string_view s, std::string_view source, size_t nline, | ^~~~~~~~~~ ngram-context.cc:148:34: error: too few arguments to function 'int64_t fst::StrToInt64(std::string_view, std::string_view, size_t, bool, bool*)' 148 | Label label = fst::StrToInt64(labels2[i], "context end", 1); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nix/store/vfd9s7zf07hzrv057xwb9gpcq2qgprri-openfst-1.8.2/include/fst/util.h:319:9: note: declared here 319 | int64_t StrToInt64(std::string_view s, std::string_view source, size_t nline, | ^~~~~~~~~~ make[3]: *** [Makefile:499: ngram-context.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory '/build/ngram-1.3.15/src/lib' make[2]: *** [Makefile:355: all-recursive] Error 1 make[2]: Leaving directory '/build/ngram-1.3.15/src' make[1]: *** [Makefile:404: all-recursive] Error 1 make[1]: Leaving directory '/build/ngram-1.3.15' make: *** [Makefile:336: all] Error 2 [result] Failed to update opengrm-ngram 1.3.14 -> 1.3.15 https://repology.org/project/opengrm-ngram/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-textual-snapshot, using log file: /var/log/nixpkgs-update/python311Packages.pytest-textual-snapshot/2024-02-21.log python311Packages.pytest-textual-snapshot 0 -> 1 attrpath: python311Packages.pytest-textual-snapshot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pytest-textual-snapshot-0.4.0 Press Enter key to continue... Running update for: - python3.11-pytest-textual-snapshot-0.4.0: UPDATING ... - python3.11-pytest-textual-snapshot-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-textual-snapshot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vscode-extensions.vadimcn.vscode-lldb, using log file: /var/log/nixpkgs-update/vscode-extensions.vadimcn.vscode-lldb/2024-02-21.log vscode-extensions.vadimcn.vscode-lldb 0 -> 1 attrpath: vscode-extensions.vadimcn.vscode-lldb Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] skipping because derivation has updateScript [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - vscode-extension-vadimcn-vscode-lldb-1.10.0 Press Enter key to continue... Running update for: - vscode-extension-vadimcn-vscode-lldb-1.10.0: UPDATING ... - vscode-extension-vadimcn-vscode-lldb-1.10.0: ERROR --- SHOWING ERROR LOG FOR vscode-extension-vadimcn-vscode-lldb-1.10.0 ---------------------- error (ignored): error: end of string reached error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'shell' whose name attribute is located at /var/cache/nixpkgs-update/worker/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:353:7 … while evaluating attribute 'buildInputs' of derivation 'shell' at /var/cache/nixpkgs-update/worker/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:400:7: 399| depsHostHost = elemAt (elemAt dependencies 1) 0; 400| buildInputs = elemAt (elemAt dependencies 1) 1; | ^ 401| depsTargetTarget = elemAt (elemAt dependencies 2) 0; error: getting status of '/var/cache/nixpkgs-update/worker/update-shell.nix': No such file or directory --- SHOWING ERROR LOG FOR vscode-extension-vadimcn-vscode-lldb-1.10.0 ---------------------- The update script for vscode-extension-vadimcn-vscode-lldb-1.10.0 failed with exit code 1 [result] Failed to update vscode-extensions.vadimcn.vscode-lldb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath marwaita-pop_os, using log file: /var/log/nixpkgs-update/marwaita-pop_os/2024-02-21.log marwaita-pop_os 0 -> 1 attrpath: marwaita-pop_os Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - marwaita-pop_os-17.0 Press Enter key to continue... Running update for: - marwaita-pop_os-17.0: UPDATING ... - marwaita-pop_os-17.0: ERROR --- SHOWING ERROR LOG FOR marwaita-pop_os-17.0 ---------------------- + name= + pname= + version= + attr_path= + version_lister='/nix/store/r4zp0va5pd4c6a9vf1fc2scz4rjqzj6h-common-updater-scripts/bin/list-git-tags ' + ignored_versions= + rev_prefix= + odd_unstable= + patchlevel_unstable= + [[ -n '' ]] + name=marwaita-pop_os-17.0 + [[ -n '' ]] + pname=marwaita-pop_os + [[ -n '' ]] + version=17.0 + [[ -n '' ]] + attr_path=marwaita-pop_os + echo '# marwaita-pop_os-17.0' ++ sh -c '/nix/store/r4zp0va5pd4c6a9vf1fc2scz4rjqzj6h-common-updater-scripts/bin/list-git-tags --pname=marwaita-pop_os --attr-path=marwaita-pop_os --file="update-git-commits.txt"' + tags='0.9 1.1 10.3' + for tag in $tags + echo '# found marwaita-pop_os version: 0.9' + for tag in $tags + echo '# found marwaita-pop_os version: 1.1' + for tag in $tags + echo '# found marwaita-pop_os version: 10.3' + '[' -n '' ']' ++ echo '0.9 1.1 10.3' ++ /nix/store/mn911d51n5lklwr3zy4mdhxa77wzancb-gnugrep-3.11/bin/grep '^[0-9]' + tags='0.9 1.1 10.3' ++ echo '0.9 1.1 10.3' ++ /nix/store/bicmg5gd50q6igk0y5mga1v0p1lk8f26-coreutils-9.4/bin/sort --reverse --version-sort + tags='10.3 1.1 0.9' + for latest_tag in $tags + version_is_ignored 10.3 + local tag=10.3 + '[' -n '' ']' + version_is_unstable 10.3 + local tag=10.3 + local enforce= + '[' -n '' -o -n '' ']' + '[' -n '' -o -n '' ']' + return 1 + version_is_unstable 10.3 enforce + local tag=10.3 + local enforce=enforce + '[' -n '' -o -n enforce ']' ++ echo 10.3 ++ /nix/store/vd92lhcxs39hbdnzj8ycak5wvj466s3l-gnused-4.9/bin/sed -rne 's,^[0-9]+\.([0-9]+).*,\1,p' + local minor=3 + '[' 1 -eq 1 ']' + return 0 + echo '# use potential development version: marwaita-pop_os-10.3' + break + '[' -n 10.3 ']' + '[' 17.0 '!=' 10.3 ']' ++ EDITOR=echo ++ /nix/store/nzkd2mf4792r7aia5fw3f7libpk2rxyj-nix-2.18.1/bin/nix edit --extra-experimental-features nix-command -f. marwaita-pop_os + pfile=/var/cache/nixpkgs-update/worker/worktree/marwaita-pop_os/pkgs/data/themes/marwaita-pop_os/default.nix + echo ' git add /var/cache/nixpkgs-update/worker/worktree/marwaita-pop_os/pkgs/data/themes/marwaita-pop_os/default.nix ' + echo ' git commit -m '\''marwaita-pop_os: 17.0 -> 10.3'\''' + /nix/store/r4zp0va5pd4c6a9vf1fc2scz4rjqzj6h-common-updater-scripts/bin/update-source-version --print-changes marwaita-pop_os 10.3 update-source-version: error: Both the old and new source hashes of 'marwaita-pop_os.src' were equivalent. Please fix the package's source URL to be dependent on '${version}'! --- SHOWING ERROR LOG FOR marwaita-pop_os-17.0 ---------------------- The update script for marwaita-pop_os-17.0 failed with exit code 1 [result] Failed to update marwaita-pop_os 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ftputil, using log file: /var/log/nixpkgs-update/python311Packages.ftputil/2024-02-21.log python311Packages.ftputil 0 -> 1 attrpath: python311Packages.ftputil Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ftputil-5.1.0 Press Enter key to continue... Running update for: - python3.11-ftputil-5.1.0: UPDATING ... - python3.11-ftputil-5.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ftputil 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.importlib-metadata, using log file: /var/log/nixpkgs-update/python311Packages.importlib-metadata/2024-02-21.log python311Packages.importlib-metadata 0 -> 1 attrpath: python311Packages.importlib-metadata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-importlib-metadata-6.9.0 Press Enter key to continue... Running update for: - python3.11-importlib-metadata-6.9.0: UPDATING ... - python3.11-importlib-metadata-6.9.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/importlib-metadata/default.nix b/pkgs/development/python-modules/importlib-metadata/default.nix index 8e8346fffdd7..6abcc5fe813d 100644 --- a/pkgs/development/python-modules/importlib-metadata/default.nix +++ b/pkgs/development/python-modules/importlib-metadata/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "importlib-metadata"; - version = "6.9.0"; + version = "7.0.1"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "importlib_metadata"; inherit version; - hash = "sha256-6Ky1I8M1qRgiZ04Um0bAOZ7E0yjE0fbknCc9pf8CAbk="; + hash = "sha256-8jhza7BlkK5SrB+rBqOp7x2Nzit6NbWrMpNx1sj10sw="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 39929 > 25 [result] Failed to update python311Packages.importlib-metadata 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.eth-utils, using log file: /var/log/nixpkgs-update/python311Packages.eth-utils/2024-02-21.log python311Packages.eth-utils 0 -> 1 attrpath: python311Packages.eth-utils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-eth-utils-2.1.1 Press Enter key to continue... Running update for: - python3.11-eth-utils-2.1.1: UPDATING ... - python3.11-eth-utils-2.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.eth-utils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath eww, using log file: /var/log/nixpkgs-update/eww/2024-02-21.log eww unstable-2023-08-18 -> 0.5.0 https://github.com/elkowar/eww/releases attrpath: eww Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - eww: unstable-2023-08-18 -> 0.5.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289595" [result] Failed to update eww unstable-2023-08-18 -> 0.5.0 https://github.com/elkowar/eww/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sladeUnstable, using log file: /var/log/nixpkgs-update/sladeUnstable/2024-02-21.log sladeUnstable 0 -> 1 attrpath: sladeUnstable Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - slade-unstable-2023-09-30 Press Enter key to continue... Running update for: - slade-unstable-2023-09-30: UPDATING ... - slade-unstable-2023-09-30: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/games/doom-ports/slade/git.nix b/pkgs/games/doom-ports/slade/git.nix index 7ecc5d5d1b6a..3542fcad0d84 100644 --- a/pkgs/games/doom-ports/slade/git.nix +++ b/pkgs/games/doom-ports/slade/git.nix @@ -20,13 +20,13 @@ stdenv.mkDerivation rec { pname = "slade"; - version = "unstable-2023-09-30"; + version = "unstable-2024-02-09"; src = fetchFromGitHub { owner = "sirjuddington"; repo = "SLADE"; - rev = "d05af4bd3a9a655dfe17d02760bab3542cc0b909"; - sha256 = "sha256-lzTSE0WH+4fOad9E/pL3LDc4L151W0hFEmD0zsS0gpQ="; + rev = "1af7d45e8d8770189b8066a99f704740a0f1278b"; + sha256 = "sha256-l6/ik/c84XLFl/PyskSA/fxESPQlG6FLeVvrNtP0spQ="; }; postPatch = lib.optionalString (!stdenv.hostPlatform.isx86) '' An auto update branch exists with message `sladeUnstable: unstable-2023-09-30 -> unstable-2024-02-09`. New version is unstable-2024-02-09. An auto update branch exists with an equal or greater version [result] Failed to update sladeUnstable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath glog, using log file: /var/log/nixpkgs-update/glog/2024-02-21.log glog 0.6.0 -> 0.7.0 https://github.com/google/glog/releases attrpath: glog Checking auto update branch... An auto update branch exists with message `glog: 0.6.0 -> 0.7.0`. New version is 0.7.0. An auto update branch exists with an equal or greater version [result] Failed to update glog 0.6.0 -> 0.7.0 https://github.com/google/glog/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath resholve, using log file: /var/log/nixpkgs-update/resholve/2024-02-21.log resholve 0 -> 1 attrpath: resholve Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - resholve-0.9.1 Press Enter key to continue... Running update for: - resholve-0.9.1: UPDATING ... - resholve-0.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update resholve 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-phonenumber-field, using log file: /var/log/nixpkgs-update/python311Packages.django-phonenumber-field/2024-02-21.log python311Packages.django-phonenumber-field 0 -> 1 attrpath: python311Packages.django-phonenumber-field Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-django-phonenumber-field-7.3.0 Press Enter key to continue... Running update for: - python3.11-django-phonenumber-field-7.3.0: UPDATING ... - python3.11-django-phonenumber-field-7.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-phonenumber-field 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.netapp-lib, using log file: /var/log/nixpkgs-update/python311Packages.netapp-lib/2024-02-21.log python311Packages.netapp-lib 0 -> 1 attrpath: python311Packages.netapp-lib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-netapp-lib-2021.6.25 Press Enter key to continue... Running update for: - python3.11-netapp-lib-2021.6.25: UPDATING ... - python3.11-netapp-lib-2021.6.25: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.netapp-lib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ndindex, using log file: /var/log/nixpkgs-update/python311Packages.ndindex/2024-02-21.log python311Packages.ndindex 0 -> 1 attrpath: python311Packages.ndindex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ndindex-1.7 Press Enter key to continue... Running update for: - python3.11-ndindex-1.7: UPDATING ... - python3.11-ndindex-1.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ndindex/default.nix b/pkgs/development/python-modules/ndindex/default.nix index de40dc3d71cf..5ee682994575 100644 --- a/pkgs/development/python-modules/ndindex/default.nix +++ b/pkgs/development/python-modules/ndindex/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "ndindex"; - version = "1.7"; + version = "1.8"; format = "setuptools"; src = fetchFromGitHub { owner = "Quansight-Labs"; repo = "ndindex"; rev = "refs/tags/${version}"; - hash = "sha256-JP0cEuxXfPTWc1EIUtMsy5Hx6eIo9vDzD0IUXm1lFME="; + hash = "sha256-F52ly3NkrZ0H9XoomMqmWfLl+8X0z26Yx67DB8DUqyU="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.ndindex nix build failed. [ 8/14] Cythonizing ndindex/integerarray.py [ 9/14] Cythonizing ndindex/ndindex.py [10/14] Cythonizing ndindex/newaxis.py [11/14] Cythonizing ndindex/shapetools.py Error compiling Cython file: ------------------------------------------------------------ ... else: it.insert(0, range(shape[i])) idxes[s] -= 1 if _debug: # pragma: no cover print(f"{iters = }") ^ ------------------------------------------------------------ ndindex/shapetools.py:271:26: Expected ')', found '=' Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 42, in ext_modules = cythonize(["ndindex/*.py"], ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/7zvybxcq73k9gywk7fnbvr825wifm67j-python3.11-cython-0.29.36/lib/python3.11/site-packages/Cython/Build/Dependencies.py", line 1115, in cythonize cythonize_one(*args) File "/nix/store/7zvybxcq73k9gywk7fnbvr825wifm67j-python3.11-cython-0.29.36/lib/python3.11/site-packages/Cython/Build/Dependencies.py", line 1238, in cythonize_one raise CompileError(None, pyx_file) Cython.Compiler.Errors.CompileError: ndindex/shapetools.py /nix/store/yq9qag5ak3w15nhcqplnhxpny6295l36-stdenv-linux/setup: line 1582: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.ndindex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libasyncns, using log file: /var/log/nixpkgs-update/python311Packages.libasyncns/2024-02-21.log python311Packages.libasyncns 0 -> 1 attrpath: python311Packages.libasyncns Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-libasyncns-python-0.7.1 Press Enter key to continue... Running update for: - python3.11-libasyncns-python-0.7.1: UPDATING ... - python3.11-libasyncns-python-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.libasyncns 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rfc3986-validator, using log file: /var/log/nixpkgs-update/python311Packages.rfc3986-validator/2024-02-21.log python311Packages.rfc3986-validator 0 -> 1 attrpath: python311Packages.rfc3986-validator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-rfc3986-validator-0.1.1 Press Enter key to continue... Running update for: - python3.11-rfc3986-validator-0.1.1: UPDATING ... - python3.11-rfc3986-validator-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rfc3986-validator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bespon, using log file: /var/log/nixpkgs-update/python311Packages.bespon/2024-02-21.log python311Packages.bespon 0 -> 1 attrpath: python311Packages.bespon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-bespon-0.7.0 Press Enter key to continue... Running update for: - python3.11-bespon-0.7.0: UPDATING ... - python3.11-bespon-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bespon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath chkcrontab, using log file: /var/log/nixpkgs-update/chkcrontab/2024-02-21.log chkcrontab 0 -> 1 attrpath: chkcrontab Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - chkcrontab-1.7 Press Enter key to continue... Running update for: - chkcrontab-1.7: UPDATING ... - chkcrontab-1.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update chkcrontab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aio-geojson-geonetnz-volcano, using log file: /var/log/nixpkgs-update/python311Packages.aio-geojson-geonetnz-volcano/2024-02-21.log python311Packages.aio-geojson-geonetnz-volcano 0 -> 1 attrpath: python311Packages.aio-geojson-geonetnz-volcano Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-aio-geojson-geonetnz-volcano-0.9 Press Enter key to continue... Running update for: - python3.11-aio-geojson-geonetnz-volcano-0.9: UPDATING ... - python3.11-aio-geojson-geonetnz-volcano-0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aio-geojson-geonetnz-volcano 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.itemloaders, using log file: /var/log/nixpkgs-update/python311Packages.itemloaders/2024-02-21.log python311Packages.itemloaders 0 -> 1 attrpath: python311Packages.itemloaders Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-itemloaders-1.1.0 Press Enter key to continue... Running update for: - python3.11-itemloaders-1.1.0: UPDATING ... - python3.11-itemloaders-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.itemloaders 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vine, using log file: /var/log/nixpkgs-update/python311Packages.vine/2024-02-21.log python311Packages.vine 0 -> 1 attrpath: python311Packages.vine Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-vine-5.1.0 Press Enter key to continue... Running update for: - python3.11-vine-5.1.0: UPDATING ... - python3.11-vine-5.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.broadbean, using log file: /var/log/nixpkgs-update/python311Packages.broadbean/2024-02-21.log python311Packages.broadbean 0 -> 1 attrpath: python311Packages.broadbean Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-broadbean-0.11.0 Press Enter key to continue... Running update for: - python3.11-broadbean-0.11.0: UPDATING ... - python3.11-broadbean-0.11.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/broadbean/default.nix b/pkgs/development/python-modules/broadbean/default.nix index edf4ca1080ce..e6dc08bebb85 100644 --- a/pkgs/development/python-modules/broadbean/default.nix +++ b/pkgs/development/python-modules/broadbean/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "broadbean"; - version = "0.11.0"; + version = "0.13.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-e+LAcmWxT+SkaWtToPgg+x3QRu5fCSm+w4dLCcyZrw8="; + hash = "sha256-iyD9VTKpkRgwTXaG2DLGkQyLLOdyX48uTqgeWG+F+lQ="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.broadbean nix build failed. got build log for 'python311Packages.broadbean' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/bfcfhm41krplw7awddj475iiswzybc36-broadbean-0.13.0.tar.gz source root is broadbean-0.13.0 setting SOURCE_DATE_EPOCH to timestamp 1706627433 of file broadbean-0.13.0/broadbean/_version.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/69g9xgbd45g2cyy0i2g7pix0x6pvwr8l-drop-wheel-from-pyproject.patch patching file pyproject.toml Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file pyproject.toml.rej [result] Failed to update python311Packages.broadbean 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlformat_0_25_1, using log file: /var/log/nixpkgs-update/ocamlformat_0_25_1/2024-02-21.log ocamlformat_0_25_1 0.25.1 -> 0.26.1 https://github.com/ocaml-ppx/ocamlformat/releases attrpath: ocamlformat_0_25_1 Checking auto update branch... No auto update branch exists Version in attr path ocamlformat_0_25_1 not compatible with 0.26.1 [result] Failed to update ocamlformat_0_25_1 0.25.1 -> 0.26.1 https://github.com/ocaml-ppx/ocamlformat/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.minio, using log file: /var/log/nixpkgs-update/terraform-providers.minio/2024-02-21.log terraform-providers.minio 0 -> 1 attrpath: terraform-providers.minio Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.minio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.google-ai-generativelanguage, using log file: /var/log/nixpkgs-update/python311Packages.google-ai-generativelanguage/2024-02-21.log python311Packages.google-ai-generativelanguage 0 -> 1 attrpath: python311Packages.google-ai-generativelanguage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-google-ai-generativelanguage-0.5.2 Press Enter key to continue... Running update for: - python3.11-google-ai-generativelanguage-0.5.2: UPDATING ... - python3.11-google-ai-generativelanguage-0.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-ai-generativelanguage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO @volth asked to not update xfce [result] Failed to update xfce.thunar-dropbox-plugin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hypothesis, using log file: /var/log/nixpkgs-update/python311Packages.hypothesis/2024-02-21.log python311Packages.hypothesis 0 -> 1 attrpath: python311Packages.hypothesis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-hypothesis-6.91.0 Press Enter key to continue... Running update for: - python3.11-hypothesis-6.91.0: UPDATING ... - python3.11-hypothesis-6.91.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hypothesis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.networkmanager-openvpn, using log file: /var/log/nixpkgs-update/gnome.networkmanager-openvpn/2024-02-21.log gnome.networkmanager-openvpn 0 -> 1 attrpath: gnome.networkmanager-openvpn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - NetworkManager-openvpn-1.10.2 Press Enter key to continue... Running update for: - NetworkManager-openvpn-1.10.2: UPDATING ... - NetworkManager-openvpn-1.10.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gnome.networkmanager-openvpn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyisemail, using log file: /var/log/nixpkgs-update/python311Packages.pyisemail/2024-02-21.log python311Packages.pyisemail 0 -> 1 attrpath: python311Packages.pyisemail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyisemail-2.0.1 Press Enter key to continue... Running update for: - python3.11-pyisemail-2.0.1: UPDATING ... - python3.11-pyisemail-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyisemail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymsteams, using log file: /var/log/nixpkgs-update/python311Packages.pymsteams/2024-02-21.log python311Packages.pymsteams 0 -> 1 attrpath: python311Packages.pymsteams Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pymsteams-0.2.2 Press Enter key to continue... Running update for: - python3.11-pymsteams-0.2.2: UPDATING ... - python3.11-pymsteams-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymsteams 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deface, using log file: /var/log/nixpkgs-update/deface/2024-02-21.log deface 0 -> 1 attrpath: deface Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - deface-1.4.0 Press Enter key to continue... Running update for: - deface-1.4.0: UPDATING ... - deface-1.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/video/deface/default.nix b/pkgs/applications/video/deface/default.nix index 428275535af4..da1ffcb2ede0 100644 --- a/pkgs/applications/video/deface/default.nix +++ b/pkgs/applications/video/deface/default.nix @@ -8,14 +8,14 @@ python3.pkgs.buildPythonApplication rec { pname = "deface"; - version = "1.4.0"; + version = "1.5.0"; format = "pyproject"; src = fetchFromGitHub { owner = "ORB-HD"; repo = "deface"; - rev = "v${version}"; - hash = "sha256-tLNTgdnKKmyYHVajz0dHIb7cvC1by5LQ5CFIbMvPEYk="; + rev = "refs/tags/v${version}"; + hash = "sha256-/mXWeL6OSgW4BMXtAZD/3UxQUGt7UE5ZvH8CXNCueJo="; }; nativeBuildInputs = with python3.pkgs; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A deface nix build failed. got build log for 'deface' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/737skb3hfkr4l34xp9blzqmp1gk35xc3-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tox.ini @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'pyproject.toml') substitute(): ERROR: file 'requirements.txt' does not exist [result] Failed to update deface 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mmex, using log file: /var/log/nixpkgs-update/mmex/2024-02-21.log mmex 1.6.3 -> 1.7.0 https://github.com/moneymanagerex/moneymanagerex/releases attrpath: mmex Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/office/mmex/default.nix b/pkgs/applications/office/mmex/default.nix index e1f39e8964c5..7a123a19410f 100644 --- a/pkgs/applications/office/mmex/default.nix +++ b/pkgs/applications/office/mmex/default.nix @@ -17,14 +17,14 @@ stdenv.mkDerivation rec { pname = "money-manager-ex"; - version = "1.6.3"; + version = "1.7.0"; src = fetchFromGitHub { owner = "moneymanagerex"; repo = "moneymanagerex"; rev = "v${version}"; fetchSubmodules = true; - hash = "sha256-TQgJ2Q4Z7+OtwuwkfPBgm2BmMKML9nmyFLSkmKJ1RE4="; + hash = "sha256-K6fBXROoZulxLQZinvnQ89F/oCDa+qXXbf0FRRZCIyI="; }; postPatch = lib.optionalString (stdenv.isDarwin && stdenv.isx86_64) '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mmex nix build failed. -- Performing Test has_std_11_flag - Success -- Performing Test has_std_0x_flag -- Performing Test has_std_0x_flag - Success -- Performing Test SUPPORTS_USER_DEFINED_LITERALS -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success -- Performing Test FMT_HAS_VARIANT -- Performing Test FMT_HAS_VARIANT - Success -- Required features: cxx_variadic_templates -- Looking for strtod_l -- Looking for strtod_l - not found -- Found RapidJSON: /build/source/3rd/rapidjson/include -- Could NOT find Lua (missing: LUA_LIBRARIES LUA_INCLUDE_DIR) -- Looking for dlopen in dl -- Looking for dlopen in dl - found -- Found Gettext: /nix/store/jdnaqlh1s0rhd0i8qsh9lprxqbw4b7xc-gettext-0.21.1/bin/msgmerge (found version "0.21.1") -- Performing Test Wduplicated-cond -- Performing Test Wduplicated-cond - Success -- Performing Test Wduplicated-branches -- Performing Test Wduplicated-branches - Success -- Performing Test Wnull-dereference -- Performing Test Wnull-dereference - Success -- Performing Test Wlogical-op -- Performing Test Wlogical-op - Success -- Performing Test Wuseless-cast -- Performing Test Wuseless-cast - Success CMake Error at CMakeLists.txt:679 (execute_process): execute_process error getting child return code: No such file or directory  -- Configuring incomplete, errors occurred! [result] Failed to update mmex 1.6.3 -> 1.7.0 https://github.com/moneymanagerex/moneymanagerex/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyatv, using log file: /var/log/nixpkgs-update/python311Packages.pyatv/2024-02-21.log python311Packages.pyatv 0 -> 1 attrpath: python311Packages.pyatv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyatv-0.14.5 Press Enter key to continue... Running update for: - python3.11-pyatv-0.14.5: UPDATING ... - python3.11-pyatv-0.14.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyatv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libzapojit, using log file: /var/log/nixpkgs-update/libzapojit/2024-02-21.log libzapojit 0 -> 1 attrpath: libzapojit Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libzapojit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.defusedcsv, using log file: /var/log/nixpkgs-update/python311Packages.defusedcsv/2024-02-21.log python311Packages.defusedcsv 0 -> 1 attrpath: python311Packages.defusedcsv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-defusedcsv-2.0.0 Press Enter key to continue... Running update for: - python3.11-defusedcsv-2.0.0: UPDATING ... - python3.11-defusedcsv-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.defusedcsv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ponyc, using log file: /var/log/nixpkgs-update/ponyc/2024-02-21.log ponyc 0.54.0 -> 0.58.1 https://github.com/ponylang/ponyc/releases attrpath: ponyc Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update ponyc 0.54.0 -> 0.58.1 https://github.com/ponylang/ponyc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyp, using log file: /var/log/nixpkgs-update/python311Packages.pyp/2024-02-21.log python311Packages.pyp 0 -> 1 attrpath: python311Packages.pyp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyp-1.1.0 Press Enter key to continue... Running update for: - python3.11-pyp-1.1.0: UPDATING ... - python3.11-pyp-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyradios, using log file: /var/log/nixpkgs-update/python311Packages.pyradios/2024-02-21.log python311Packages.pyradios 0 -> 1 attrpath: python311Packages.pyradios Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyradios-2.1.0 Press Enter key to continue... Running update for: - python3.11-pyradios-2.1.0: UPDATING ... - python3.11-pyradios-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyradios 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyfnip, using log file: /var/log/nixpkgs-update/python311Packages.pyfnip/2024-02-21.log python311Packages.pyfnip 0 -> 1 attrpath: python311Packages.pyfnip Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyfnip-0.2 Press Enter key to continue... Running update for: - python3.11-pyfnip-0.2: UPDATING ... - python3.11-pyfnip-0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyfnip 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cramjam, using log file: /var/log/nixpkgs-update/python311Packages.cramjam/2024-02-21.log python311Packages.cramjam 0 -> 1 attrpath: python311Packages.cramjam Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-cramjam-2.6.2.post1 Press Enter key to continue... Running update for: - python3.11-cramjam-2.6.2.post1: UPDATING ... - python3.11-cramjam-2.6.2.post1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cramjam 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymemoize, using log file: /var/log/nixpkgs-update/python311Packages.pymemoize/2024-02-21.log python311Packages.pymemoize 0 -> 1 attrpath: python311Packages.pymemoize Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pymemoize-1.0.3 Press Enter key to continue... Running update for: - python3.11-pymemoize-1.0.3: UPDATING ... - python3.11-pymemoize-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymemoize 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gickup, using log file: /var/log/nixpkgs-update/gickup/2024-02-21.log gickup 0 -> 1 attrpath: gickup Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jlfjvl2h2kc3yax19y8dcrh2wdv15959-packages.json.drv building '/nix/store/jlfjvl2h2kc3yax19y8dcrh2wdv15959-packages.json.drv'... Going to be running update for following packages: - gickup-0.10.26 Press Enter key to continue... Running update for: - gickup-0.10.26: UPDATING ... - gickup-0.10.26: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/gi/gickup/package.nix b/pkgs/by-name/gi/gickup/package.nix index b30e7fe11d8f..f5286032c28c 100644 --- a/pkgs/by-name/gi/gickup/package.nix +++ b/pkgs/by-name/gi/gickup/package.nix @@ -6,16 +6,16 @@ buildGoModule rec { pname = "gickup"; - version = "0.10.26"; + version = "0.10.27"; src = fetchFromGitHub { owner = "cooperspencer"; repo = "gickup"; rev = "refs/tags/v${version}"; - hash = "sha256-GYYmoGNYiwarMZw1w8tdH8zKl19XQ2R+EaJFK8iacwI="; + hash = "sha256-ExSTvIq5u5Zmep/tipAJOHcXMxtESLQlEVMWnD8/rSI="; }; - vendorHash = "sha256-vyDzGho9vcdCmBP7keccp5w3tXWHlSaFoncS1hqnBoc="; + vendorHash = "sha256-riRFDhVOMdqwgGd6wowSDNgt8lZPzagCvKPWTHSqm6U="; ldflags = ["-X main.version=${version}"]; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/m66c2r4isj3pidwh7nxf7014nl88appf-gickup-0.10.27" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • gickup
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for gickup is: Tool to backup repositories meta.homepage for gickup is: https://github.com/cooperspencer/gickup meta.changelog for gickup is: https://github.com/cooperspencer/gickup/releases/tag/v0.10.27 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.10.27 with grep in /nix/store/m66c2r4isj3pidwh7nxf7014nl88appf-gickup-0.10.27 - found 0.10.27 in filename of file in /nix/store/m66c2r4isj3pidwh7nxf7014nl88appf-gickup-0.10.27 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath gickup ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/m66c2r4isj3pidwh7nxf7014nl88appf-gickup-0.10.27 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A gickup https://github.com/r-ryantm/nixpkgs/archive/3e187e8d10ab52014ff9f295aff98657c3c03739.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/3e187e8d10ab52014ff9f295aff98657c3c03739#gickup ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/m66c2r4isj3pidwh7nxf7014nl88appf-gickup-0.10.27 ls -la /nix/store/m66c2r4isj3pidwh7nxf7014nl88appf-gickup-0.10.27/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • gickup
--- ###### Maintainer pings cc @adamcstephens for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/290396 [result] Success updating gickup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath marwaita-peppermint, using log file: /var/log/nixpkgs-update/marwaita-peppermint/2024-02-21.log marwaita-peppermint 0 -> 1 attrpath: marwaita-peppermint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - marwaita-peppermint-17.0 Press Enter key to continue... Running update for: - marwaita-peppermint-17.0: UPDATING ... - marwaita-peppermint-17.0: ERROR --- SHOWING ERROR LOG FOR marwaita-peppermint-17.0 ---------------------- + name= + pname= + version= + attr_path= + version_lister='/nix/store/r4zp0va5pd4c6a9vf1fc2scz4rjqzj6h-common-updater-scripts/bin/list-git-tags ' + ignored_versions= + rev_prefix= + odd_unstable= + patchlevel_unstable= + [[ -n '' ]] + name=marwaita-peppermint-17.0 + [[ -n '' ]] + pname=marwaita-peppermint + [[ -n '' ]] + version=17.0 + [[ -n '' ]] + attr_path=marwaita-peppermint + echo '# marwaita-peppermint-17.0' ++ sh -c '/nix/store/r4zp0va5pd4c6a9vf1fc2scz4rjqzj6h-common-updater-scripts/bin/list-git-tags --pname=marwaita-peppermint --attr-path=marwaita-peppermint --file="update-git-commits.txt"' + tags='0.3 0.4 0.5 0.6 10.3' + for tag in $tags + echo '# found marwaita-peppermint version: 0.3' + for tag in $tags + echo '# found marwaita-peppermint version: 0.4' + for tag in $tags + echo '# found marwaita-peppermint version: 0.5' + for tag in $tags + echo '# found marwaita-peppermint version: 0.6' + for tag in $tags + echo '# found marwaita-peppermint version: 10.3' + '[' -n '' ']' ++ echo '0.3 0.4 0.5 0.6 10.3' ++ /nix/store/mn911d51n5lklwr3zy4mdhxa77wzancb-gnugrep-3.11/bin/grep '^[0-9]' + tags='0.3 0.4 0.5 0.6 10.3' ++ echo '0.3 0.4 0.5 0.6 10.3' ++ /nix/store/bicmg5gd50q6igk0y5mga1v0p1lk8f26-coreutils-9.4/bin/sort --reverse --version-sort + tags='10.3 0.6 0.5 0.4 0.3' + for latest_tag in $tags + version_is_ignored 10.3 + local tag=10.3 + '[' -n '' ']' + version_is_unstable 10.3 + local tag=10.3 + local enforce= + '[' -n '' -o -n '' ']' + '[' -n '' -o -n '' ']' + return 1 + version_is_unstable 10.3 enforce + local tag=10.3 + local enforce=enforce + '[' -n '' -o -n enforce ']' ++ echo 10.3 ++ /nix/store/vd92lhcxs39hbdnzj8ycak5wvj466s3l-gnused-4.9/bin/sed -rne 's,^[0-9]+\.([0-9]+).*,\1,p' + local minor=3 + '[' 1 -eq 1 ']' + return 0 + echo '# use potential development version: marwaita-peppermint-10.3' + break + '[' -n 10.3 ']' + '[' 17.0 '!=' 10.3 ']' ++ EDITOR=echo ++ /nix/store/nzkd2mf4792r7aia5fw3f7libpk2rxyj-nix-2.18.1/bin/nix edit --extra-experimental-features nix-command -f. marwaita-peppermint + pfile=/var/cache/nixpkgs-update/worker/worktree/marwaita-peppermint/pkgs/data/themes/marwaita-peppermint/default.nix + echo ' git add /var/cache/nixpkgs-update/worker/worktree/marwaita-peppermint/pkgs/data/themes/marwaita-peppermint/default.nix ' + echo ' git commit -m '\''marwaita-peppermint: 17.0 -> 10.3'\''' + /nix/store/r4zp0va5pd4c6a9vf1fc2scz4rjqzj6h-common-updater-scripts/bin/update-source-version --print-changes marwaita-peppermint 10.3 update-source-version: error: Both the old and new source hashes of 'marwaita-peppermint.src' were equivalent. Please fix the package's source URL to be dependent on '${version}'! --- SHOWING ERROR LOG FOR marwaita-peppermint-17.0 ---------------------- The update script for marwaita-peppermint-17.0 failed with exit code 1 [result] Failed to update marwaita-peppermint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sparse, using log file: /var/log/nixpkgs-update/python311Packages.sparse/2024-02-21.log python311Packages.sparse 0 -> 1 attrpath: python311Packages.sparse Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-sparse-0.14.0 Press Enter key to continue... Running update for: - python3.11-sparse-0.14.0: UPDATING ... - python3.11-sparse-0.14.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sparse/default.nix b/pkgs/development/python-modules/sparse/default.nix index 9b02a1c222f4..3ef12d7d3365 100644 --- a/pkgs/development/python-modules/sparse/default.nix +++ b/pkgs/development/python-modules/sparse/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "sparse"; - version = "0.14.0"; + version = "0.15.1"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-X1gno39s1vZzClQfmUyVxgo64jKeAfS6Ic7VM5rqAJg="; + hash = "sha256-lzrcuIqNuOPYBHlTMx4m0/ZKVlf5tGprhZxHZjw+75k="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.sparse nix build failed. Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing setuptools-build-hook Using setuptoolsBuildPhase Using setuptoolsShellHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook Using setuptoolsCheckPhase Sourcing pytest-check-hook Using pytestCheckPhase Removing setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/l62320z76vxa6mpqzr62qlqpkrch9l5p-sparse-0.15.1.tar.gz source root is sparse-0.15.1 setting SOURCE_DATE_EPOCH to timestamp 1704881460 of file sparse-0.15.1/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/66ripyzj7rvk5jnwncsrd1cfi1547m56-fix-test.patch patching file sparse/_common.py Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file sparse/_common.py.rej [result] Failed to update python311Packages.sparse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-juicenet, using log file: /var/log/nixpkgs-update/python311Packages.python-juicenet/2024-02-21.log python311Packages.python-juicenet 0 -> 1 attrpath: python311Packages.python-juicenet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-python-juicenet-1.1.0 Press Enter key to continue... Running update for: - python3.11-python-juicenet-1.1.0: UPDATING ... - python3.11-python-juicenet-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-juicenet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycrc, using log file: /var/log/nixpkgs-update/python311Packages.pycrc/2024-02-21.log python311Packages.pycrc 0 -> 1 attrpath: python311Packages.pycrc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-PyCRC-1.21 Press Enter key to continue... Running update for: - python3.11-PyCRC-1.21: UPDATING ... - python3.11-PyCRC-1.21: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycrc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.quantiphy, using log file: /var/log/nixpkgs-update/python311Packages.quantiphy/2024-02-21.log python311Packages.quantiphy 0 -> 1 attrpath: python311Packages.quantiphy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-quantiphy-2.19 Press Enter key to continue... Running update for: - python3.11-quantiphy-2.19: UPDATING ... - python3.11-quantiphy-2.19: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.quantiphy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dash, using log file: /var/log/nixpkgs-update/python311Packages.dash/2024-02-21.log python311Packages.dash 0 -> 1 attrpath: python311Packages.dash Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dash-2.14.2 Press Enter key to continue... Running update for: - python3.11-dash-2.14.2: UPDATING ... - python3.11-dash-2.14.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dash/default.nix b/pkgs/development/python-modules/dash/default.nix index b99662660d42..98fe4a674f9d 100644 --- a/pkgs/development/python-modules/dash/default.nix +++ b/pkgs/development/python-modules/dash/default.nix @@ -37,7 +37,7 @@ buildPythonPackage rec { pname = "dash"; - version = "2.14.2"; + version = "2.15.0"; pyproject = true; disabled = pythonOlder "3.6"; @@ -45,8 +45,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "plotly"; repo = "dash"; - rev = "v${version}"; - hash = "sha256-EFEsFgd3VbzlIUiz1fBIsKHywgWrL74taDFx0yIM/Ks="; + rev = "refs/tags/v${version}"; + hash = "sha256-38BOw/CrauT/usVWCI735J0zRf9wzScUgbfGTy5B7ng="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.dash: remove ansi2html from deps`. New version is 2.15.0. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - python311Packages.dash: 2.14.2 -> 2.15.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/285344" [result] Failed to update python311Packages.dash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath livepeer, using log file: /var/log/nixpkgs-update/livepeer/2024-02-21.log livepeer 0.5.20 -> 0.7.2 https://github.com/livepeer/go-livepeer/releases attrpath: livepeer Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-aRZoAEnRai8i5H08ReW8lEFlbmarYxU0lBRhR/Llw+M=" [golangModuleVersion] Replaced vendorHash with sha256-m1O16MjBKeNq5sTz9bZetB2hjUozebA3rI1vfq23QB8= Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A livepeer nix build failed. | ^~~~~~ /nix/store/13h5m171w8h023cpcz9gv1vwiywhma47-ffmpeg-6.1-dev/include/libavutil/frame.h:700:13: note: declared here 700 | int64_t pkt_duration; | ^~~~~~~~~~~~ transcoder.c: In function 'transcode': transcoder.c:745:7: warning: 'pkt_duration' is deprecated [-Wdeprecated-declarations] 745 | if (dframe->pkt_duration) dur = dframe->pkt_duration; | ^~ /nix/store/13h5m171w8h023cpcz9gv1vwiywhma47-ffmpeg-6.1-dev/include/libavutil/frame.h:700:13: note: declared here 700 | int64_t pkt_duration; | ^~~~~~~~~~~~ transcoder.c:745:7: warning: 'pkt_duration' is deprecated [-Wdeprecated-declarations] 745 | if (dframe->pkt_duration) dur = dframe->pkt_duration; | ^~ /nix/store/13h5m171w8h023cpcz9gv1vwiywhma47-ffmpeg-6.1-dev/include/libavutil/frame.h:700:13: note: declared here 700 | int64_t pkt_duration; | ^~~~~~~~~~~~ transcoder.c:752:7: warning: 'pkt_duration' is deprecated [-Wdeprecated-declarations] 752 | dframe->pkt_duration = dur; | ^~~~~~ /nix/store/13h5m171w8h023cpcz9gv1vwiywhma47-ffmpeg-6.1-dev/include/libavutil/frame.h:700:13: note: declared here 700 | int64_t pkt_duration; | ^~~~~~~~~~~~ # github.com/livepeer/go-livepeer/cmd/livepeer /nix/store/zg65r8ys8y5865lcwmmybrq5gn30n1az-go-1.21.6/share/go/pkg/tool/linux_amd64/link: running gcc failed: exit status 1 /nix/store/2ab5740x0cy1d74qvbpl5s28qikmppl5-binutils-2.40/bin/ld: /build/go-link-687031322/000015.o: in function `lpms_compare_sign_bypath': /_/github.com/livepeer/lpms@v0.0.0-20240115103113-98566e26c007/ffmpeg/extras.c:202: undefined reference to `avfilter_compare_sign_bypath' /nix/store/2ab5740x0cy1d74qvbpl5s28qikmppl5-binutils-2.40/bin/ld: /build/go-link-687031322/000015.o: in function `lpms_compare_sign_bybuffer': /_/github.com/livepeer/lpms@v0.0.0-20240115103113-98566e26c007/ffmpeg/extras.c:213: undefined reference to `avfilter_compare_sign_bybuff' collect2: error: ld returned 1 exit status [result] Failed to update livepeer 0.5.20 -> 0.7.2 https://github.com/livepeer/go-livepeer/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.apache-beam, using log file: /var/log/nixpkgs-update/python311Packages.apache-beam/2024-02-21.log python311Packages.apache-beam 0 -> 1 attrpath: python311Packages.apache-beam Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-apache-beam-2.52.0 Press Enter key to continue... Running update for: - python3.11-apache-beam-2.52.0: UPDATING ... - python3.11-apache-beam-2.52.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/apache-beam/default.nix b/pkgs/development/python-modules/apache-beam/default.nix index 2e267e2ef191..fead79054b36 100644 --- a/pkgs/development/python-modules/apache-beam/default.nix +++ b/pkgs/development/python-modules/apache-beam/default.nix @@ -49,14 +49,14 @@ buildPythonPackage rec { pname = "apache-beam"; - version = "2.52.0"; + version = "2.54.0"; pyproject = true; src = fetchFromGitHub { owner = "apache"; repo = "beam"; rev = "refs/tags/v${version}"; - hash = "sha256-s/DgTMsJc3c3dqR5Ak9p+xmLm72uNL3AofGzR26B3nI="; + hash = "sha256-DcqYBPAS+yUqTJLUem8+2OqRUzb6DoBOeRkMjmvuvws="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.apache-beam Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python311Packages.apache-beam Standard output: error: Package ‘python3.11-apache-beam-2.54.0’ in /var/cache/nixpkgs-update/worker/worktree/python311Packages.apache-beam/pkgs/development/python-modules/apache-beam/default.nix:211 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) [result] Failed to update python311Packages.apache-beam 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pastel, using log file: /var/log/nixpkgs-update/python311Packages.pastel/2024-02-21.log python311Packages.pastel 0 -> 1 attrpath: python311Packages.pastel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pastel-0.2.1 Press Enter key to continue... Running update for: - python3.11-pastel-0.2.1: UPDATING ... - python3.11-pastel-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pastel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.scikit-hep-testdata, using log file: /var/log/nixpkgs-update/python311Packages.scikit-hep-testdata/2024-02-21.log python311Packages.scikit-hep-testdata 0 -> 1 attrpath: python311Packages.scikit-hep-testdata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-scikit-hep-testdata-0.4.38 Press Enter key to continue... Running update for: - python3.11-scikit-hep-testdata-0.4.38: UPDATING ... - python3.11-scikit-hep-testdata-0.4.38: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scikit-hep-testdata 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cntb, using log file: /var/log/nixpkgs-update/cntb/2024-02-21.log cntb 1.4.6 -> 1.4.8 https://github.com/contabo/cntb/releases attrpath: cntb Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/f6ms8wlz208pd55ban5dlw6l2d2r04yw-source.drv building '/nix/store/f6ms8wlz208pd55ban5dlw6l2d2r04yw-source.drv'... trying https://github.com/contabo/cntb/archive/v1.4.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/f6ms8wlz208pd55ban5dlw6l2d2r04yw-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/contabo/cntb/archive/v1.4.8.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/f6ms8wlz208pd55ban5dlw6l2d2r04yw-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'cntb.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/f6ms8wlz208pd55ban5dlw6l2d2r04yw-source.drv /nix/store/0l0v4y05b7b9vvilx91b1p3sa2fii5q3-cntb-1.4.8-go-modules.drv /nix/store/9nbdgrqk2v4qa85kphrx93776vjpsfy0-cntb-1.4.8.drv building '/nix/store/f6ms8wlz208pd55ban5dlw6l2d2r04yw-source.drv'... trying https://github.com/contabo/cntb/archive/v1.4.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/f6ms8wlz208pd55ban5dlw6l2d2r04yw-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/contabo/cntb/archive/v1.4.8.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/f6ms8wlz208pd55ban5dlw6l2d2r04yw-source.drv'. error: 1 dependencies of derivation '/nix/store/9nbdgrqk2v4qa85kphrx93776vjpsfy0-cntb-1.4.8.drv' failed to build [result] Failed to update cntb 1.4.6 -> 1.4.8 https://github.com/contabo/cntb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mdformat-mkdocs, using log file: /var/log/nixpkgs-update/python311Packages.mdformat-mkdocs/2024-02-21.log python311Packages.mdformat-mkdocs 0 -> 1 attrpath: python311Packages.mdformat-mkdocs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mdformat-mkdocs-1.1.2 Press Enter key to continue... Running update for: - python3.11-mdformat-mkdocs-1.1.2: UPDATING ... - python3.11-mdformat-mkdocs-1.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mdformat-mkdocs/default.nix b/pkgs/development/python-modules/mdformat-mkdocs/default.nix index 52ad5f97b20e..13c11ae06eb8 100644 --- a/pkgs/development/python-modules/mdformat-mkdocs/default.nix +++ b/pkgs/development/python-modules/mdformat-mkdocs/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "mdformat-mkdocs"; - version = "1.1.2"; + version = "2.0.3"; pyproject = true; disabled = pythonOlder "3.8"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "KyleKing"; repo = "mdformat-mkdocs"; rev = "refs/tags/v${version}"; - hash = "sha256-GUSoGx4cwhjQO4AiC9s0YIcK3N/Gr+PrYR3+B8G9CoQ="; + hash = "sha256-cqzsrEsYFX9HnC6fRKqefysT0ZSgAllTJEXleOdepXc="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.mdformat-mkdocs nix build failed. Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/h6dd0s9gvl6k1akw8ywg2cx5yscb4lra-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tox.ini @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... * Building wheel... Successfully built mdformat_mkdocs-2.0.3-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for mdformat_mkdocs-2.0.3-py3-none-any.whl - mdformat-admon not installed - more-itertools not installed [result] Failed to update python311Packages.mdformat-mkdocs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.niko-home-control, using log file: /var/log/nixpkgs-update/python311Packages.niko-home-control/2024-02-21.log python311Packages.niko-home-control 0 -> 1 attrpath: python311Packages.niko-home-control Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-niko-home-control-0.3.0 Press Enter key to continue... Running update for: - python3.11-niko-home-control-0.3.0: UPDATING ... - python3.11-niko-home-control-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.niko-home-control 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.posthog, using log file: /var/log/nixpkgs-update/python311Packages.posthog/2024-02-21.log python311Packages.posthog 0 -> 1 attrpath: python311Packages.posthog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fi1qprsdbp365n4za12m277gqw621yqh-packages.json.drv building '/nix/store/fi1qprsdbp365n4za12m277gqw621yqh-packages.json.drv'... Going to be running update for following packages: - python3.11-posthog-3.4.2 Press Enter key to continue... Running update for: - python3.11-posthog-3.4.2: UPDATING ... - python3.11-posthog-3.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.posthog 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO @volth asked to not update xfce [result] Failed to update xfce.xfce4-dict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.commandlines, using log file: /var/log/nixpkgs-update/python311Packages.commandlines/2024-02-21.log python311Packages.commandlines 0 -> 1 attrpath: python311Packages.commandlines Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-commandlines-0.4.1 Press Enter key to continue... Running update for: - python3.11-commandlines-0.4.1: UPDATING ... - python3.11-commandlines-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.commandlines 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath uhd, using log file: /var/log/nixpkgs-update/uhd/2024-02-21.log uhd 0 -> 1 attrpath: uhd Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - uhd-4.6.0.0 Press Enter key to continue... Running update for: - uhd-4.6.0.0: UPDATING ... - uhd-4.6.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update uhd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyupdate, using log file: /var/log/nixpkgs-update/python311Packages.pyupdate/2024-02-21.log python311Packages.pyupdate 0 -> 1 attrpath: python311Packages.pyupdate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyupdate-1.4.0 Press Enter key to continue... Running update for: - python3.11-pyupdate-1.4.0: UPDATING ... - python3.11-pyupdate-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyupdate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-nose, using log file: /var/log/nixpkgs-update/python311Packages.django-nose/2024-02-21.log python311Packages.django-nose 0 -> 1 attrpath: python311Packages.django-nose Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-django-nose-1.4.7 Press Enter key to continue... Running update for: - python3.11-django-nose-1.4.7: UPDATING ... - python3.11-django-nose-1.4.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-nose 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bytecode, using log file: /var/log/nixpkgs-update/python311Packages.bytecode/2024-02-21.log python311Packages.bytecode 0 -> 1 attrpath: python311Packages.bytecode Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-bytecode-0.15.1 Press Enter key to continue... Running update for: - python3.11-bytecode-0.15.1: UPDATING ... - python3.11-bytecode-0.15.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bytecode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rst2html5, using log file: /var/log/nixpkgs-update/rst2html5/2024-02-21.log rst2html5 0 -> 1 attrpath: rst2html5 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-rst2html5-2.0 Press Enter key to continue... Running update for: - python3.11-rst2html5-2.0: UPDATING ... - python3.11-rst2html5-2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/rs/rst2html5/package.nix b/pkgs/by-name/rs/rst2html5/package.nix index 61b75130fe1b..57fdb2777ec0 100644 --- a/pkgs/by-name/rs/rst2html5/package.nix +++ b/pkgs/by-name/rs/rst2html5/package.nix @@ -2,11 +2,11 @@ python3Packages.buildPythonPackage rec { pname = "rst2html5"; - version = "2.0"; + version = "2.0.1"; src = fetchPypi { inherit pname version; - hash = "sha256-Ejjja/fm6wXTf9YtjCYZsNDB8X5oAtyPoUIsYFDuZfc="; + hash = "sha256-MJmYyF+rAo8vywGizNyIbbCvxDmCYueVoC6pxNDzKuk="; }; buildInputs = with python3Packages; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A rst2html5 nix build failed. Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook Using setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/8khw02zqhwymbf392yz1k11n5r5pl04g-rst2html5-2.0.1.tar.gz source root is rst2html5-2.0.1 setting SOURCE_DATE_EPOCH to timestamp 1704577950 of file rst2html5-2.0.1/pyproject.toml @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing setuptoolsBuildPhase Traceback (most recent call last): File "/build/rst2html5-2.0.1/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/tokenize.py", line 396, in open buffer = _builtin_open(filename, 'rb') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'setup.py' /nix/store/yq9qag5ak3w15nhcqplnhxpny6295l36-stdenv-linux/setup: line 1582: pop_var_context: head of shell_variables not a function context [result] Failed to update rst2html5 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rfc3339-validator, using log file: /var/log/nixpkgs-update/python311Packages.rfc3339-validator/2024-02-21.log python311Packages.rfc3339-validator 0 -> 1 attrpath: python311Packages.rfc3339-validator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-rfc3339-validator-0.1.4 Press Enter key to continue... Running update for: - python3.11-rfc3339-validator-0.1.4: UPDATING ... - python3.11-rfc3339-validator-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rfc3339-validator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath git-bars, using log file: /var/log/nixpkgs-update/git-bars/2024-02-21.log git-bars 0 -> 1 attrpath: git-bars Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - git-bars-unstable-2023-08-08 Press Enter key to continue... Running update for: - git-bars-unstable-2023-08-08: UPDATING ... - git-bars-unstable-2023-08-08: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update git-bars 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kops_1_26, using log file: /var/log/nixpkgs-update/kops_1_26/2024-02-21.log kops_1_26 1.26.6 -> 1.28.4 https://github.com/kubernetes/kops/releases attrpath: kops_1_26 Checking auto update branch... No auto update branch exists Version in attr path kops_1_26 not compatible with 1.28.4 [result] Failed to update kops_1_26 1.26.6 -> 1.28.4 https://github.com/kubernetes/kops/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath meilisearch, using log file: /var/log/nixpkgs-update/meilisearch/2024-02-21.log meilisearch 0 -> 1 attrpath: meilisearch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5yzxns67n03cpvzmnm3p0w8311yqj2z6-packages.json.drv building '/nix/store/5yzxns67n03cpvzmnm3p0w8311yqj2z6-packages.json.drv'... Going to be running update for following packages: - meilisearch-1.6.2 Press Enter key to continue... Running update for: - meilisearch-1.6.2: UPDATING ... - meilisearch-1.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update meilisearch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath msitools, using log file: /var/log/nixpkgs-update/msitools/2024-02-21.log msitools 0 -> 1 attrpath: msitools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - msitools-0.103 Press Enter key to continue... Running update for: - msitools-0.103: UPDATING ... - msitools-0.103: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update msitools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libbladeRF, using log file: /var/log/nixpkgs-update/libbladeRF/2024-02-21.log libbladeRF 2.5.0 -> 2023.02 https://github.com/Nuand/bladeRF/releases attrpath: libbladeRF Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/1887140q9kiq6vrchpv82hbv10p9r97z-source.drv building '/nix/store/1887140q9kiq6vrchpv82hbv10p9r97z-source.drv'... exporting https://github.com/Nuand/bladeRF.git (rev libbladeRF_v2023.02) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/libbladeRF_v2023.02 remote: Enumerating objects: 1402, done. remote: Counting objects: 100% (1402/1402), done. remote: Compressing objects: 100% (1118/1118), done. remote: Total 1402 (delta 383), reused 787 (delta 182), pack-reused 0 Receiving objects: 100% (1402/1402), 2.77 MiB | 9.86 MiB/s, done. Resolving deltas: 100% (383/383), done. From https://github.com/Nuand/bladeRF * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/libbladeRF_v2023.02 from https://github.com/Nuand/bladeRF.git. error: builder for '/nix/store/1887140q9kiq6vrchpv82hbv10p9r97z-source.drv' failed with exit code 1; last 14 log lines: > exporting https://github.com/Nuand/bladeRF.git (rev libbladeRF_v2023.02) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source > Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ > fatal: couldn't find remote ref refs/tags/libbladeRF_v2023.02 > remote: Enumerating objects: 1402, done. > remote: Counting objects: 100% (1402/1402), done. > remote: Compressing objects: 100% (1118/1118), done. > remote: Total 1402 (delta 383), reused 787 (delta 182), pack-reused 0 > Receiving objects: 100% (1402/1402), 2.77 MiB | 9.86 MiB/s, done. > Resolving deltas: 100% (383/383), done. > From https://github.com/Nuand/bladeRF > * branch HEAD -> FETCH_HEAD > fatal: Not a valid object name > Unrecognized git object type: > Unable to checkout refs/tags/libbladeRF_v2023.02 from https://github.com/Nuand/bladeRF.git. For full logs, run 'nix log /nix/store/1887140q9kiq6vrchpv82hbv10p9r97z-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libbladeRF.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/1887140q9kiq6vrchpv82hbv10p9r97z-source.drv /nix/store/m4q966kwk4ql9c1hlx8by9q44hcrjbnd-libbladeRF-2023.02.drv building '/nix/store/1887140q9kiq6vrchpv82hbv10p9r97z-source.drv'... exporting https://github.com/Nuand/bladeRF.git (rev libbladeRF_v2023.02) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/libbladeRF_v2023.02 remote: Enumerating objects: 1402, done. remote: Counting objects: 100% (1402/1402), done. remote: Compressing objects: 100% (1118/1118), done. remote: Total 1402 (delta 383), reused 787 (delta 182), pack-reused 0 Receiving objects: 100% (1402/1402), 2.77 MiB | 2.19 MiB/s, done. Resolving deltas: 100% (383/383), done. From https://github.com/Nuand/bladeRF * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/libbladeRF_v2023.02 from https://github.com/Nuand/bladeRF.git. error: builder for '/nix/store/1887140q9kiq6vrchpv82hbv10p9r97z-source.drv' failed with exit code 1; last 14 log lines: > exporting https://github.com/Nuand/bladeRF.git (rev libbladeRF_v2023.02) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source > Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ > fatal: couldn't find remote ref refs/tags/libbladeRF_v2023.02 > remote: Enumerating objects: 1402, done. > remote: Counting objects: 100% (1402/1402), done. > remote: Compressing objects: 100% (1118/1118), done. > remote: Total 1402 (delta 383), reused 787 (delta 182), pack-reused 0 > Receiving objects: 100% (1402/1402), 2.77 MiB | 2.19 MiB/s, done. > Resolving deltas: 100% (383/383), done. > From https://github.com/Nuand/bladeRF > * branch HEAD -> FETCH_HEAD > fatal: Not a valid object name > Unrecognized git object type: > Unable to checkout refs/tags/libbladeRF_v2023.02 from https://github.com/Nuand/bladeRF.git. For full logs, run 'nix log /nix/store/1887140q9kiq6vrchpv82hbv10p9r97z-source.drv'. error: 1 dependencies of derivation '/nix/store/m4q966kwk4ql9c1hlx8by9q44hcrjbnd-libbladeRF-2023.02.drv' failed to build [result] Failed to update libbladeRF 2.5.0 -> 2023.02 https://github.com/Nuand/bladeRF/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.configupdater, using log file: /var/log/nixpkgs-update/python311Packages.configupdater/2024-02-21.log python311Packages.configupdater 0 -> 1 attrpath: python311Packages.configupdater Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-configupdater-3.2 Press Enter key to continue... Running update for: - python3.11-configupdater-3.2: UPDATING ... - python3.11-configupdater-3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.configupdater 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyroma, using log file: /var/log/nixpkgs-update/python311Packages.pyroma/2024-02-21.log python311Packages.pyroma 0 -> 1 attrpath: python311Packages.pyroma Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyroma-4.2 Press Enter key to continue... Running update for: - python3.11-pyroma-4.2: UPDATING ... - python3.11-pyroma-4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyroma 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rarfile, using log file: /var/log/nixpkgs-update/python311Packages.rarfile/2024-02-21.log python311Packages.rarfile 0 -> 1 attrpath: python311Packages.rarfile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-rarfile-4.1 Press Enter key to continue... Running update for: - python3.11-rarfile-4.1: UPDATING ... - python3.11-rarfile-4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rarfile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath monocraft, using log file: /var/log/nixpkgs-update/monocraft/2024-02-21.log monocraft 2.4 -> 3.0 https://github.com/IdreesInc/Monocraft/releases attrpath: monocraft Checking auto update branch... No auto update branch exists [version] Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#monocraft.src --raw --apply "p: p.drvAttrs.outputHash" Standard error: error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/monocraft' does not provide attribute 'packages.x86_64-linux.monocraft.src', 'legacyPackages.x86_64-linux.monocraft.src' or 'monocraft.src' Did you mean srcs? Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#monocraft.originalSrc --raw --apply "p: p.drvAttrs.outputHash" Standard error: error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/monocraft' does not provide attribute 'packages.x86_64-linux.monocraft.originalSrc', 'legacyPackages.x86_64-linux.monocraft.originalSrc' or 'monocraft.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#monocraft --raw --apply "p: p.drvAttrs.outputHash" Standard error: error: attribute 'outputHash' missing at «string»:1:4: 1| p: p.drvAttrs.outputHash | ^ [result] Failed to update monocraft 2.4 -> 3.0 https://github.com/IdreesInc/Monocraft/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mscerts, using log file: /var/log/nixpkgs-update/python311Packages.mscerts/2024-02-21.log python311Packages.mscerts 0 -> 1 attrpath: python311Packages.mscerts Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mscerts-2023.11.29 Press Enter key to continue... Running update for: - python3.11-mscerts-2023.11.29: UPDATING ... - python3.11-mscerts-2023.11.29: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mscerts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.requests-futures, using log file: /var/log/nixpkgs-update/python311Packages.requests-futures/2024-02-21.log python311Packages.requests-futures 0 -> 1 attrpath: python311Packages.requests-futures Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-requests-futures-1.0.1 Press Enter key to continue... Running update for: - python3.11-requests-futures-1.0.1: UPDATING ... - python3.11-requests-futures-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.requests-futures 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fs-s3fs, using log file: /var/log/nixpkgs-update/python311Packages.fs-s3fs/2024-02-21.log python311Packages.fs-s3fs 0 -> 1 attrpath: python311Packages.fs-s3fs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-fs-s3fs-1.1.1 Press Enter key to continue... Running update for: - python3.11-fs-s3fs-1.1.1: UPDATING ... - python3.11-fs-s3fs-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fs-s3fs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.snakemake-interface-storage-plugins, using log file: /var/log/nixpkgs-update/python311Packages.snakemake-interface-storage-plugins/2024-02-21.log python311Packages.snakemake-interface-storage-plugins 0 -> 1 attrpath: python311Packages.snakemake-interface-storage-plugins Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r5xvn72ndpgp2mv68ydjlan5b0sx47wb-packages.json.drv building '/nix/store/r5xvn72ndpgp2mv68ydjlan5b0sx47wb-packages.json.drv'... Going to be running update for following packages: - python3.11-snakemake-interface-storage-plugins-3.1.0 Press Enter key to continue... Running update for: - python3.11-snakemake-interface-storage-plugins-3.1.0: UPDATING ... - python3.11-snakemake-interface-storage-plugins-3.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.snakemake-interface-storage-plugins 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.distributed, using log file: /var/log/nixpkgs-update/python311Packages.distributed/2024-02-21.log python311Packages.distributed 0 -> 1 attrpath: python311Packages.distributed Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-distributed-2023.12.0 Press Enter key to continue... Running update for: - python3.11-distributed-2023.12.0: UPDATING ... - python3.11-distributed-2023.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.distributed 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.swisshydrodata, using log file: /var/log/nixpkgs-update/python311Packages.swisshydrodata/2024-02-21.log python311Packages.swisshydrodata 0 -> 1 attrpath: python311Packages.swisshydrodata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-swisshydrodata-0.1.0 Press Enter key to continue... Running update for: - python3.11-swisshydrodata-0.1.0: UPDATING ... - python3.11-swisshydrodata-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.swisshydrodata 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.argon2-cffi, using log file: /var/log/nixpkgs-update/python311Packages.argon2-cffi/2024-02-21.log python311Packages.argon2-cffi 0 -> 1 attrpath: python311Packages.argon2-cffi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-argon2-cffi-23.1.0 Press Enter key to continue... Running update for: - python3.11-argon2-cffi-23.1.0: UPDATING ... - python3.11-argon2-cffi-23.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.argon2-cffi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath doge, using log file: /var/log/nixpkgs-update/doge/2024-02-21.log doge 0 -> 1 attrpath: doge Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - doge-3.7.0 Press Enter key to continue... Running update for: - doge-3.7.0: UPDATING ... - doge-3.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update doge 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.einops, using log file: /var/log/nixpkgs-update/python311Packages.einops/2024-02-21.log python311Packages.einops 0 -> 1 attrpath: python311Packages.einops Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-einops-0.7.0 Press Enter key to continue... Running update for: - python3.11-einops-0.7.0: UPDATING ... - python3.11-einops-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.einops 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mmc-utils, using log file: /var/log/nixpkgs-update/mmc-utils/2024-02-21.log mmc-utils 0 -> 1 attrpath: mmc-utils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - mmc-utils-unstable-2023-10-10 Press Enter key to continue... Running update for: - mmc-utils-unstable-2023-10-10: UPDATING ... - mmc-utils-unstable-2023-10-10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mmc-utils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath plexRaw, using log file: /var/log/nixpkgs-update/plexRaw/2024-02-21.log plexRaw 0 -> 1 attrpath: plexRaw Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - plexmediaserver-1.40.0.7998-c29d4c0c8 Press Enter key to continue... Running update for: - plexmediaserver-1.40.0.7998-c29d4c0c8: UPDATING ... - plexmediaserver-1.40.0.7998-c29d4c0c8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/plex/raw.nix b/pkgs/servers/plex/raw.nix index c6751136dd62..48b8be77893d 100644 --- a/pkgs/servers/plex/raw.nix +++ b/pkgs/servers/plex/raw.nix @@ -18,10 +18,10 @@ stdenv.mkDerivation rec { # Fetch the source src = if stdenv.hostPlatform.system == "aarch64-linux" then fetchurl { url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_arm64.deb"; - sha256 = "sha256-uVsOI6sItfq7wLP+xPOYSC9ueOv/lcDeL+vnrx1WdRA="; + sha256 = "043maqfszrzb5zgc15gzxdw6wbs8k3rw9zmkq2xzmd88mcihwnxr"; } else fetchurl { url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb"; - sha256 = "sha256-ucxDtnGpfTpQURaGvLwohHeIZPE3aulXtoITRZCYA9c="; + sha256 = "1mq3k284a4w2nrbyjsipy5j8hxw452ybr1hna583lzd9f6v47k5r"; }; outputs = [ "out" "basedb" ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update plexRaw 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gotenberg-client, using log file: /var/log/nixpkgs-update/python311Packages.gotenberg-client/2024-02-21.log python311Packages.gotenberg-client 0 -> 1 attrpath: python311Packages.gotenberg-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-gotenberg-client-0.5.0 Press Enter key to continue... Running update for: - python3.11-gotenberg-client-0.5.0: UPDATING ... - python3.11-gotenberg-client-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gotenberg-client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.packet-python, using log file: /var/log/nixpkgs-update/python311Packages.packet-python/2024-02-21.log python311Packages.packet-python 0 -> 1 attrpath: python311Packages.packet-python Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-packet-python-1.44.3 Press Enter key to continue... Running update for: - python3.11-packet-python-1.44.3: UPDATING ... - python3.11-packet-python-1.44.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.packet-python 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath netcdffortran, using log file: /var/log/nixpkgs-update/netcdffortran/2024-02-21.log netcdffortran 4.4.5 -> 4.6.1 https://github.com/Unidata/netcdf-fortran/releases attrpath: netcdffortran Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/netcdf-fortran/default.nix b/pkgs/development/libraries/netcdf-fortran/default.nix index d64d631f94ce..0028e2e97048 100644 --- a/pkgs/development/libraries/netcdf-fortran/default.nix +++ b/pkgs/development/libraries/netcdf-fortran/default.nix @@ -1,13 +1,13 @@ { lib, stdenv, fetchFromGitHub, netcdf, hdf5, curl, gfortran, CoreFoundation }: stdenv.mkDerivation rec { pname = "netcdf-fortran"; - version = "4.4.5"; + version = "4.6.1"; src = fetchFromGitHub { owner = "Unidata"; repo = "netcdf-fortran"; rev = "v${version}"; - sha256 = "sha256-nC93NcA4VJbrqaLwyhjP10j/t6rQSYcAzKBxclpZVe0="; + sha256 = "sha256-EAfMV2EQf9qlW5HicuCJFxHJ/DbLdpyHu2E8nMV3Xe8="; }; nativeBuildInputs = [ gfortran ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A netcdffortran nix build failed. make[2]: Entering directory '/build/source/nf_test4' make[3]: Entering directory '/build/source/nf_test4' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/source/nf_test4' make[2]: Leaving directory '/build/source/nf_test4' make[1]: Leaving directory '/build/source/nf_test4' Making install in nf03_test4 make[1]: Entering directory '/build/source/nf03_test4' make[2]: Entering directory '/build/source/nf03_test4' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/build/source/nf03_test4' make[1]: Leaving directory '/build/source/nf03_test4' Making install in docs make[1]: Entering directory '/build/source/docs' m4 -DAPI=FORTRAN -DNETCDF4=TRUE -DDAP=TRUE netcdf.m4 >netcdf_f77.3 || rm netcdf_f77.3 /nix/store/5l50g7kzj7v0rdhshld1vx46rf2k5lf9-bash-5.2p26/bin/bash: line 1: m4: command not found make[2]: Entering directory '/build/source/docs' make[2]: Nothing to be done for 'install-exec-am'. m4 -DAPI=FORTRAN -DNETCDF4=TRUE -DDAP=TRUE netcdf.m4 >netcdf_f77.3 || rm netcdf_f77.3 /nix/store/5l50g7kzj7v0rdhshld1vx46rf2k5lf9-bash-5.2p26/bin/bash: line 1: m4: command not found /nix/store/bicmg5gd50q6igk0y5mga1v0p1lk8f26-coreutils-9.4/bin/mkdir -p '/nix/store/7bih9ysal7p2riscw352db9q75v7761c-netcdf-fortran-4.6.1/share/man/man3' /nix/store/bicmg5gd50q6igk0y5mga1v0p1lk8f26-coreutils-9.4/bin/install -c -m 644 netcdf_fortran.3 ./netcdf_f77.3 '/nix/store/7bih9ysal7p2riscw352db9q75v7761c-netcdf-fortran-4.6.1/share/man/man3' /nix/store/bicmg5gd50q6igk0y5mga1v0p1lk8f26-coreutils-9.4/bin/install: cannot stat './netcdf_f77.3': No such file or directory make[2]: *** [Makefile:405: install-man3] Error 1 make[2]: Leaving directory '/build/source/docs' make[1]: *** [Makefile:504: install-am] Error 2 make[1]: Leaving directory '/build/source/docs' make: *** [Makefile:588: install-recursive] Error 1 [result] Failed to update netcdffortran 4.4.5 -> 4.6.1 https://github.com/Unidata/netcdf-fortran/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.meson-python, using log file: /var/log/nixpkgs-update/python311Packages.meson-python/2024-02-21.log python311Packages.meson-python 0 -> 1 attrpath: python311Packages.meson-python Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-meson-python-0.15.0 Press Enter key to continue... Running update for: - python3.11-meson-python-0.15.0: UPDATING ... - python3.11-meson-python-0.15.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.meson-python 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cargo-leptos, using log file: /var/log/nixpkgs-update/cargo-leptos/2024-02-21.log cargo-leptos 0.2.5 -> 0.2.7 https://github.com/leptos-rs/cargo-leptos/releases attrpath: cargo-leptos Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/flcvb428s1b5ln27i23zhs6am2wg0mxx-source.drv building '/nix/store/flcvb428s1b5ln27i23zhs6am2wg0mxx-source.drv'... trying https://github.com/leptos-rs/cargo-leptos/archive/0.2.7.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/flcvb428s1b5ln27i23zhs6am2wg0mxx-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/leptos-rs/cargo-leptos/archive/0.2.7.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/flcvb428s1b5ln27i23zhs6am2wg0mxx-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'cargo-leptos.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/flcvb428s1b5ln27i23zhs6am2wg0mxx-source.drv /nix/store/68j0w0xp8f82i5l0p9qvas0yyyqjs20h-cargo-leptos-0.2.7.drv building '/nix/store/flcvb428s1b5ln27i23zhs6am2wg0mxx-source.drv'... trying https://github.com/leptos-rs/cargo-leptos/archive/0.2.7.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/flcvb428s1b5ln27i23zhs6am2wg0mxx-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/leptos-rs/cargo-leptos/archive/0.2.7.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/flcvb428s1b5ln27i23zhs6am2wg0mxx-source.drv'. error: 1 dependencies of derivation '/nix/store/68j0w0xp8f82i5l0p9qvas0yyyqjs20h-cargo-leptos-0.2.7.drv' failed to build [result] Failed to update cargo-leptos 0.2.5 -> 0.2.7 https://github.com/leptos-rs/cargo-leptos/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pykwalify, using log file: /var/log/nixpkgs-update/python311Packages.pykwalify/2024-02-21.log python311Packages.pykwalify 0 -> 1 attrpath: python311Packages.pykwalify Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pykwalify-1.8.0 Press Enter key to continue... Running update for: - python3.11-pykwalify-1.8.0: UPDATING ... - python3.11-pykwalify-1.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pykwalify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.requests-kerberos, using log file: /var/log/nixpkgs-update/python311Packages.requests-kerberos/2024-02-21.log python311Packages.requests-kerberos 0 -> 1 attrpath: python311Packages.requests-kerberos Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-requests-kerberos-0.14.0 Press Enter key to continue... Running update for: - python3.11-requests-kerberos-0.14.0: UPDATING ... - python3.11-requests-kerberos-0.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.requests-kerberos 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ci-py, using log file: /var/log/nixpkgs-update/python311Packages.ci-py/2024-02-21.log python311Packages.ci-py 0 -> 1 attrpath: python311Packages.ci-py Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ci-py-1.0.0 Press Enter key to continue... Running update for: - python3.11-ci-py-1.0.0: UPDATING ... - python3.11-ci-py-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ci-py 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.caldav, using log file: /var/log/nixpkgs-update/python311Packages.caldav/2024-02-21.log python311Packages.caldav 0 -> 1 attrpath: python311Packages.caldav Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-caldav-1.3.9 Press Enter key to continue... Running update for: - python3.11-caldav-1.3.9: UPDATING ... - python3.11-caldav-1.3.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.caldav 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dj-email-url, using log file: /var/log/nixpkgs-update/python311Packages.dj-email-url/2024-02-21.log python311Packages.dj-email-url 0 -> 1 attrpath: python311Packages.dj-email-url Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dj-email-url-1.0.6 Press Enter key to continue... Running update for: - python3.11-dj-email-url-1.0.6: UPDATING ... - python3.11-dj-email-url-1.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dj-email-url 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ebpf-usb, using log file: /var/log/nixpkgs-update/ebpf-usb/2024-02-21.log ebpf-usb 0 -> 1 attrpath: ebpf-usb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - ebpf-usb-unstable-2022-04-03 Press Enter key to continue... Running update for: - ebpf-usb-unstable-2022-04-03: UPDATING ... - ebpf-usb-unstable-2022-04-03: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ebpf-usb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath play-with-mpv, using log file: /var/log/nixpkgs-update/play-with-mpv/2024-02-21.log play-with-mpv 0 -> 1 attrpath: play-with-mpv Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - play-with-mpv-unstable-2021-04-02 Press Enter key to continue... Running update for: - play-with-mpv-unstable-2021-04-02: UPDATING ... - play-with-mpv-unstable-2021-04-02: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update play-with-mpv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.kafka-python, using log file: /var/log/nixpkgs-update/python311Packages.kafka-python/2024-02-21.log python311Packages.kafka-python 0 -> 1 attrpath: python311Packages.kafka-python Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-kafka-python-2.0.2 Press Enter key to continue... Running update for: - python3.11-kafka-python-2.0.2: UPDATING ... - python3.11-kafka-python-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.kafka-python 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.djangorestframework-stubs, using log file: /var/log/nixpkgs-update/python311Packages.djangorestframework-stubs/2024-02-21.log python311Packages.djangorestframework-stubs 0 -> 1 attrpath: python311Packages.djangorestframework-stubs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-djangorestframework-stubs-3.14.5 Press Enter key to continue... Running update for: - python3.11-djangorestframework-stubs-3.14.5: UPDATING ... - python3.11-djangorestframework-stubs-3.14.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.djangorestframework-stubs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyexploitdb, using log file: /var/log/nixpkgs-update/python311Packages.pyexploitdb/2024-02-21.log python311Packages.pyexploitdb 0 -> 1 attrpath: python311Packages.pyexploitdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyexploitdb-0.2.9 Press Enter key to continue... Running update for: - python3.11-pyexploitdb-0.2.9: UPDATING ... - python3.11-pyexploitdb-0.2.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyexploitdb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bravado-core, using log file: /var/log/nixpkgs-update/python311Packages.bravado-core/2024-02-21.log python311Packages.bravado-core 0 -> 1 attrpath: python311Packages.bravado-core Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-bravado-core-6.6.1 Press Enter key to continue... Running update for: - python3.11-bravado-core-6.6.1: UPDATING ... - python3.11-bravado-core-6.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bravado-core 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyflunearyou, using log file: /var/log/nixpkgs-update/python311Packages.pyflunearyou/2024-02-21.log python311Packages.pyflunearyou 0 -> 1 attrpath: python311Packages.pyflunearyou Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyoutbreaksnearme-2023.12.0 Press Enter key to continue... Running update for: - python3.11-pyoutbreaksnearme-2023.12.0: UPDATING ... - python3.11-pyoutbreaksnearme-2023.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyflunearyou 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath organicmaps, using log file: /var/log/nixpkgs-update/organicmaps/2024-02-21.log organicmaps 0 -> 1 attrpath: organicmaps Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2qfc4f872qg3yq0vijghk6wlx07pqwlm-packages.json.drv building '/nix/store/2qfc4f872qg3yq0vijghk6wlx07pqwlm-packages.json.drv'... Going to be running update for following packages: - organicmaps-2024.02.06-11 Press Enter key to continue... Running update for: - organicmaps-2024.02.06-11: UPDATING ... - organicmaps-2024.02.06-11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update organicmaps 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libxmlxx3, using log file: /var/log/nixpkgs-update/libxmlxx3/2024-02-21.log libxmlxx3 0 -> 1 attrpath: libxmlxx3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - libxml++-3.0.1 Press Enter key to continue... Running update for: - libxml++-3.0.1: UPDATING ... - libxml++-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libxmlxx3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sshtunnel, using log file: /var/log/nixpkgs-update/python311Packages.sshtunnel/2024-02-21.log python311Packages.sshtunnel 0 -> 1 attrpath: python311Packages.sshtunnel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-sshtunnel-0.4.0 Press Enter key to continue... Running update for: - python3.11-sshtunnel-0.4.0: UPDATING ... - python3.11-sshtunnel-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sshtunnel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gipc, using log file: /var/log/nixpkgs-update/python311Packages.gipc/2024-02-21.log python311Packages.gipc 0 -> 1 attrpath: python311Packages.gipc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-gipc-1.4.0 Press Enter key to continue... Running update for: - python3.11-gipc-1.4.0: UPDATING ... - python3.11-gipc-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gipc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lolcat, using log file: /var/log/nixpkgs-update/lolcat/2024-02-21.log lolcat 0 -> 1 attrpath: lolcat Checking auto update branch... The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update [result] Failed to update lolcat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-environ, using log file: /var/log/nixpkgs-update/python311Packages.django-environ/2024-02-21.log python311Packages.django-environ 0 -> 1 attrpath: python311Packages.django-environ Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-django-environ-0.11.2 Press Enter key to continue... Running update for: - python3.11-django-environ-0.11.2: UPDATING ... - python3.11-django-environ-0.11.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-environ 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysigma-pipeline-sysmon, using log file: /var/log/nixpkgs-update/python311Packages.pysigma-pipeline-sysmon/2024-02-21.log python311Packages.pysigma-pipeline-sysmon 0 -> 1 attrpath: python311Packages.pysigma-pipeline-sysmon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pysigma-pipeline-sysmon-1.0.4 Press Enter key to continue... Running update for: - python3.11-pysigma-pipeline-sysmon-1.0.4: UPDATING ... - python3.11-pysigma-pipeline-sysmon-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysigma-pipeline-sysmon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath esbuild_netlify, using log file: /var/log/nixpkgs-update/esbuild_netlify/2024-02-21.log esbuild_netlify 0.14.39 -> 0.14.39-1 https://github.com/netlify/esbuild/releases attrpath: esbuild_netlify Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-QPkBR+FscUc3jOvH7olcGUhM6OW4vxawmNJuRQxPuGs=" [golangModuleVersion] Replaced vendorHash with sha256-QPkBR+FscUc3jOvH7olcGUhM6OW4vxawmNJuRQxPuGs= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/esbuild/netlify.nix b/pkgs/development/tools/esbuild/netlify.nix index 1ed35d64f027..50dbea1eb4ba 100644 --- a/pkgs/development/tools/esbuild/netlify.nix +++ b/pkgs/development/tools/esbuild/netlify.nix @@ -7,13 +7,13 @@ buildGoModule rec { pname = "esbuild"; - version = "0.14.39"; + version = "0.14.39-1"; src = fetchFromGitHub { owner = "netlify"; repo = "esbuild"; rev = "5faa7ad54c99a953d05c06819298d2b6f8c82d80"; - sha256 = "pYiwGjgFMclPYTW0Qml7Pr/knT1gywUAGANra5aojYM="; + sha256 = "sha256-pYiwGjgFMclPYTW0Qml7Pr/knT1gywUAGANra5aojYM="; }; vendorHash = "sha256-QPkBR+FscUc3jOvH7olcGUhM6OW4vxawmNJuRQxPuGs="; Source url did not change. [result] Failed to update esbuild_netlify 0.14.39 -> 0.14.39-1 https://github.com/netlify/esbuild/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath facter, using log file: /var/log/nixpkgs-update/facter/2024-02-21.log facter 3.14.17 -> 4.0.44 https://github.com/puppetlabs/facter/releases attrpath: facter Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/system/facter/default.nix b/pkgs/tools/system/facter/default.nix index 02c48d302ac3..9c93da2fd257 100644 --- a/pkgs/tools/system/facter/default.nix +++ b/pkgs/tools/system/facter/default.nix @@ -2,10 +2,10 @@ stdenv.mkDerivation rec { pname = "facter"; - version = "3.14.17"; + version = "4.0.44"; src = fetchFromGitHub { - sha256 = "sha256-RvsUt1DyN8Xr+Xtz84mbKlDwxLewgK6qklYVdQHu6q0="; + sha256 = "sha256-lsvVeE00hEg31TBjmN0nPBpsr4ftjZkstdsP1ktmRDM="; rev = version; repo = pname; owner = "puppetlabs"; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A facter nix build failed. got build log for 'facter' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/10idpi0j2hmjbzgk50x8gdm1l2xfb1n1-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase sed: can't read lib/src/facts/glib/load_average_resolver.cc: No such file or directory /nix/store/yq9qag5ak3w15nhcqplnhxpny6295l36-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update facter 3.14.17 -> 4.0.44 https://github.com/puppetlabs/facter/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dictdDBs.wiktionary, using log file: /var/log/nixpkgs-update/dictdDBs.wiktionary/2024-02-21.log dictdDBs.wiktionary 0 -> 1 attrpath: dictdDBs.wiktionary Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - dict-db-wiktionary-20220420 Press Enter key to continue... Running update for: - dict-db-wiktionary-20220420: UPDATING ... - dict-db-wiktionary-20220420: ERROR --- SHOWING ERROR LOG FOR dict-db-wiktionary-20220420 ---------------------- Traceback (most recent call last): File "/var/cache/nixpkgs-update/worker/worktree/dictdDBs.wiktionary/pkgs/servers/dict/wiktionary/latest_version.py", line 40, in parser.feed(resp.read()) File "/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/html/parser.py", line 109, in feed self.rawdata = self.rawdata + data ~~~~~~~~~~~~~^~~~~~ TypeError: can only concatenate str (not "bytes") to str --- SHOWING ERROR LOG FOR dict-db-wiktionary-20220420 ---------------------- The update script for dict-db-wiktionary-20220420 failed with exit code 1 [result] Failed to update dictdDBs.wiktionary 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ammonite, using log file: /var/log/nixpkgs-update/ammonite/2024-02-21.log ammonite 0 -> 1 attrpath: ammonite Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - ammonite-2.5.3 Press Enter key to continue... Running update for: - ammonite-2.5.3: UPDATING ... - ammonite-2.5.3: ERROR --- SHOWING ERROR LOG FOR ammonite-2.5.3 ---------------------- error: cannot run ssh: No such file or directory fatal: unable to fork this derivation will be built: /nix/store/qfrzbk707zqwbf7wyapl7z4dxawah988-2.12-.drv building '/nix/store/qfrzbk707zqwbf7wyapl7z4dxawah988-2.12-.drv'... trying https://github.com/lihaoyi/Ammonite/releases/download//2.12- % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download 2.12- from any mirror error: boost::bad_format_string: format-string is ill-formed update-source-version: error: Couldn't figure out new hash of 'ammonite_2_12.src'! --- SHOWING ERROR LOG FOR ammonite-2.5.3 ---------------------- The update script for ammonite-2.5.3 failed with exit code 1 [result] Failed to update ammonite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioitertools, using log file: /var/log/nixpkgs-update/python311Packages.aioitertools/2024-02-21.log python311Packages.aioitertools 0 -> 1 attrpath: python311Packages.aioitertools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-aioitertools-0.11.0 Press Enter key to continue... Running update for: - python3.11-aioitertools-0.11.0: UPDATING ... - python3.11-aioitertools-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioitertools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath iotop, using log file: /var/log/nixpkgs-update/iotop/2024-02-21.log iotop 0 -> 1 attrpath: iotop Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - iotop-0.6 Press Enter key to continue... Running update for: - iotop-0.6: UPDATING ... - iotop-0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update iotop 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath air, using log file: /var/log/nixpkgs-update/air/2024-02-21.log air 1.49.0 -> 1.50.0 https://github.com/cosmtrek/air/releases attrpath: air Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-vyuXmQEjy5kPk9cKosHx0JZSZxstYtCNyfLIlRt2bnk=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'air.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/9x74kkxmkk7vjnx25mcfsfiz4z6nl3mj-air-1.50.0-go-modules.drv /nix/store/8bl1x0p8rgrg1nqk5lvknkijjggli8vw-air-1.50.0.drv building '/nix/store/9x74kkxmkk7vjnx25mcfsfiz4z6nl3mj-air-1.50.0-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/ql8xld8lbqxxddicpsb6rmdl2r5jcz4y-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: go.mod requires go >= 1.22 (running go 1.21.6; GOTOOLCHAIN=local) error: builder for '/nix/store/9x74kkxmkk7vjnx25mcfsfiz4z6nl3mj-air-1.50.0-go-modules.drv' failed with exit code 1; last 8 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/ql8xld8lbqxxddicpsb6rmdl2r5jcz4y-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > Running phase: buildPhase > go: go.mod requires go >= 1.22 (running go 1.21.6; GOTOOLCHAIN=local) For full logs, run 'nix log /nix/store/9x74kkxmkk7vjnx25mcfsfiz4z6nl3mj-air-1.50.0-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/8bl1x0p8rgrg1nqk5lvknkijjggli8vw-air-1.50.0.drv' failed to build [result] Failed to update air 1.49.0 -> 1.50.0 https://github.com/cosmtrek/air/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath codec2, using log file: /var/log/nixpkgs-update/codec2/2024-02-21.log codec2 1.1.1 -> 1.2.0 https://github.com/drowe67/codec2/releases attrpath: codec2 Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/i0k8653ipgrg42z2iwn8vndlardb156a-source.drv building '/nix/store/i0k8653ipgrg42z2iwn8vndlardb156a-source.drv'... trying https://github.com/drowe67/codec2/archive/v1.2.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/i0k8653ipgrg42z2iwn8vndlardb156a-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/drowe67/codec2/archive/v1.2.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/i0k8653ipgrg42z2iwn8vndlardb156a-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'codec2.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/i0k8653ipgrg42z2iwn8vndlardb156a-source.drv /nix/store/vijzm34whk3gxbv5j7yjnwzkvai781ih-codec2-1.2.0.drv building '/nix/store/i0k8653ipgrg42z2iwn8vndlardb156a-source.drv'... trying https://github.com/drowe67/codec2/archive/v1.2.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/i0k8653ipgrg42z2iwn8vndlardb156a-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/drowe67/codec2/archive/v1.2.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/i0k8653ipgrg42z2iwn8vndlardb156a-source.drv'. error: 1 dependencies of derivation '/nix/store/vijzm34whk3gxbv5j7yjnwzkvai781ih-codec2-1.2.0.drv' failed to build [result] Failed to update codec2 1.1.1 -> 1.2.0 https://github.com/drowe67/codec2/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libks, using log file: /var/log/nixpkgs-update/libks/2024-02-21.log libks 0 -> 1 attrpath: libks Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/48nyknfybrpvszqspg9hqyrpr8n0s0vf-packages.json.drv building '/nix/store/48nyknfybrpvszqspg9hqyrpr8n0s0vf-packages.json.drv'... Going to be running update for following packages: - libks-2.0.3 Press Enter key to continue... Running update for: - libks-2.0.3: UPDATING ... - libks-2.0.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/libks/default.nix b/pkgs/development/libraries/libks/default.nix index d3279bbe991a..0b1135f8522b 100644 --- a/pkgs/development/libraries/libks/default.nix +++ b/pkgs/development/libraries/libks/default.nix @@ -13,13 +13,13 @@ stdenv.mkDerivation rec { pname = "libks"; - version = "2.0.3"; + version = "2.0.4"; src = fetchFromGitHub { owner = "signalwire"; repo = pname; rev = "v${version}"; - sha256 = "sha256-iAgiGo/PMG0L4S/ZqSPL7Hl8akCNyva4JhaOkcHit8w="; + sha256 = "sha256-G2ZsTm7qyEhkys+3lcuq1VsKTz3RpfodDekecRRk++w="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/mhdwz19mzvncsji2d9f1p932nyn75ijg-libks-2.0.4" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
  • freeswitch
  • libks
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for libks is: Foundational support for signalwire C products meta.homepage for libks is: https://github.com/signalwire/libks ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/signalwire/libks/compare/v2.0.3...v2.0.4) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.0.4 with grep in /nix/store/mhdwz19mzvncsji2d9f1p932nyn75ijg-libks-2.0.4 - found 2.0.4 in filename of file in /nix/store/mhdwz19mzvncsji2d9f1p932nyn75ijg-libks-2.0.4 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath freeswitch libks ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/mhdwz19mzvncsji2d9f1p932nyn75ijg-libks-2.0.4 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A libks https://github.com/r-ryantm/nixpkgs/archive/5e29cca96bb9fe22b0d3a333e1d0b49f36b4826e.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/5e29cca96bb9fe22b0d3a333e1d0b49f36b4826e#libks ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/mhdwz19mzvncsji2d9f1p932nyn75ijg-libks-2.0.4 ls -la /nix/store/mhdwz19mzvncsji2d9f1p932nyn75ijg-libks-2.0.4/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
  • freeswitch
  • libks
--- ###### Maintainer pings cc @misuzu for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/290414 [result] Success updating libks 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flake8-blind-except, using log file: /var/log/nixpkgs-update/python311Packages.flake8-blind-except/2024-02-21.log python311Packages.flake8-blind-except 0 -> 1 attrpath: python311Packages.flake8-blind-except Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-flake8-blind-except-0.2.1 Press Enter key to continue... Running update for: - python3.11-flake8-blind-except-0.2.1: UPDATING ... - python3.11-flake8-blind-except-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flake8-blind-except 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-mapnik, using log file: /var/log/nixpkgs-update/python311Packages.python-mapnik/2024-02-21.log python311Packages.python-mapnik 0 -> 1 attrpath: python311Packages.python-mapnik Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-python-mapnik-unstable-2023-02-23 Press Enter key to continue... Running update for: - python3.11-python-mapnik-unstable-2023-02-23: UPDATING ... - python3.11-python-mapnik-unstable-2023-02-23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-mapnik 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.marisa, using log file: /var/log/nixpkgs-update/python311Packages.marisa/2024-02-21.log python311Packages.marisa 0 -> 1 attrpath: python311Packages.marisa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-marisa-0.2.6 Press Enter key to continue... Running update for: - python3.11-marisa-0.2.6: UPDATING ... - python3.11-marisa-0.2.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.marisa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.spur, using log file: /var/log/nixpkgs-update/python311Packages.spur/2024-02-21.log python311Packages.spur 0 -> 1 attrpath: python311Packages.spur Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-spur-0.3.23 Press Enter key to continue... Running update for: - python3.11-spur-0.3.23: UPDATING ... - python3.11-spur-0.3.23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.spur 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.html-text, using log file: /var/log/nixpkgs-update/python311Packages.html-text/2024-02-21.log python311Packages.html-text 0 -> 1 attrpath: python311Packages.html-text Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-html-text-0.5.2 Press Enter key to continue... Running update for: - python3.11-html-text-0.5.2: UPDATING ... - python3.11-html-text-0.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.html-text 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath khoj, using log file: /var/log/nixpkgs-update/khoj/2024-02-21.log khoj 0 -> 1 attrpath: khoj Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - khoj-1.0.1 Press Enter key to continue... Running update for: - khoj-1.0.1: UPDATING ... - khoj-1.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/search/khoj/default.nix b/pkgs/servers/search/khoj/default.nix index b09864492d7f..57126afddba4 100644 --- a/pkgs/servers/search/khoj/default.nix +++ b/pkgs/servers/search/khoj/default.nix @@ -8,14 +8,14 @@ python3.pkgs.buildPythonApplication rec { pname = "khoj"; - version = "1.0.1"; + version = "1.6.0"; pyproject = true; src = fetchFromGitHub { owner = "debanjum"; repo = "khoj"; rev = "refs/tags/${version}"; - hash = "sha256-lvOeYTrvW5MfhuJ3lj9n9TRlvpRwVP2vFeaEeJdqIec="; + hash = "sha256-QoOWiPxv3dfYtr5evovWI4GqEJcMuL0MHTL4+dMk398="; }; env = { No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A khoj nix build failed. Setting SETUPTOOLS_SCM_PRETEND_VERSION to 1.6.0 Including all tracked files automatically Creating a wheel... * Getting build dependencies for wheel... * Building wheel... Successfully built khoj_assistant-1.6.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for khoj_assistant-1.6.0-py3-none-any.whl - anyio==3.7.1 not satisfied by version 4.1.0 - authlib==1.2.1 not satisfied by version 1.3.0 - bs4 not installed - django-phonenumber-field not installed - gpt4all not installed - httpx==0.25.0 not satisfied by version 0.26.0 - langchain-openai not installed - lxml==4.9.3 not satisfied by version 4.9.4 - phonenumbers not installed - pillow~=9.5.0 not satisfied by version 10.2.0 - psycopg2-binary not installed - python-multipart>=0.0.7 not satisfied by version 0.0.6 - pyyaml==6.0 not satisfied by version 6.0.1 - rapidocr-onnxruntime not installed - schedule==1.1.0 not satisfied by version 1.2.1 - sentence-transformers==2.3.1 not satisfied by version 2.2.2 - torch==2.0.1 not satisfied by version 2.2.0 - uvicorn==0.17.6 not satisfied by version 0.24.0.post1 [result] Failed to update khoj 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.airthings-ble, using log file: /var/log/nixpkgs-update/python311Packages.airthings-ble/2024-02-21.log python311Packages.airthings-ble 0 -> 1 attrpath: python311Packages.airthings-ble Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-airthings-ble-0.6.1 Press Enter key to continue... Running update for: - python3.11-airthings-ble-0.6.1: UPDATING ... - python3.11-airthings-ble-0.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.airthings-ble 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fhir-py, using log file: /var/log/nixpkgs-update/python311Packages.fhir-py/2024-02-21.log python311Packages.fhir-py 0 -> 1 attrpath: python311Packages.fhir-py Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-fhir-py-1.4.2 Press Enter key to continue... Running update for: - python3.11-fhir-py-1.4.2: UPDATING ... - python3.11-fhir-py-1.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fhir-py 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-datadir, using log file: /var/log/nixpkgs-update/python311Packages.pytest-datadir/2024-02-21.log python311Packages.pytest-datadir 0 -> 1 attrpath: python311Packages.pytest-datadir Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pytest-datadir-1.5.0 Press Enter key to continue... Running update for: - python3.11-pytest-datadir-1.5.0: UPDATING ... - python3.11-pytest-datadir-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-datadir 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cmdstanpy, using log file: /var/log/nixpkgs-update/python311Packages.cmdstanpy/2024-02-21.log python311Packages.cmdstanpy 0 -> 1 attrpath: python311Packages.cmdstanpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-cmdstanpy-1.2.1 Press Enter key to continue... Running update for: - python3.11-cmdstanpy-1.2.1: UPDATING ... - python3.11-cmdstanpy-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cmdstanpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hyrule, using log file: /var/log/nixpkgs-update/python311Packages.hyrule/2024-02-21.log python311Packages.hyrule 0 -> 1 attrpath: python311Packages.hyrule Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-hyrule-0.5.0 Press Enter key to continue... Running update for: - python3.11-hyrule-0.5.0: UPDATING ... - python3.11-hyrule-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hyrule 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.mongodbatlas, using log file: /var/log/nixpkgs-update/terraform-providers.mongodbatlas/2024-02-21.log terraform-providers.mongodbatlas 0 -> 1 attrpath: terraform-providers.mongodbatlas Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.mongodbatlas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cni-plugin-flannel, using log file: /var/log/nixpkgs-update/cni-plugin-flannel/2024-02-21.log cni-plugin-flannel 1.2.0 -> 1.4.0-flannel1 https://github.com/flannel-io/cni-plugin/releases attrpath: cni-plugin-flannel Checking auto update branch... An auto update branch exists with message `cni-plugin-flannel: 1.2.0 -> 1.4.0-flannel1`. New version is 1.4.0-flannel1. An auto update branch exists with an equal or greater version [result] Failed to update cni-plugin-flannel 1.2.0 -> 1.4.0-flannel1 https://github.com/flannel-io/cni-plugin/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytado, using log file: /var/log/nixpkgs-update/python311Packages.pytado/2024-02-21.log python311Packages.pytado 0 -> 1 attrpath: python311Packages.pytado Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pytado-0.17.4 Press Enter key to continue... Running update for: - python3.11-pytado-0.17.4: UPDATING ... - python3.11-pytado-0.17.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytado 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.spacy-alignments, using log file: /var/log/nixpkgs-update/python311Packages.spacy-alignments/2024-02-21.log python311Packages.spacy-alignments 0 -> 1 attrpath: python311Packages.spacy-alignments Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-spacy-alignments-0.9.0 Press Enter key to continue... Running update for: - python3.11-spacy-alignments-0.9.0: UPDATING ... - python3.11-spacy-alignments-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.spacy-alignments 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libplist, using log file: /var/log/nixpkgs-update/libplist/2024-02-21.log libplist 2.3.0 -> 2.4.0 https://github.com/libimobiledevice/libplist/releases attrpath: libplist Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/libplist/default.nix b/pkgs/development/libraries/libplist/default.nix index afd28996265c..24e4ceed04a7 100644 --- a/pkgs/development/libraries/libplist/default.nix +++ b/pkgs/development/libraries/libplist/default.nix @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { pname = "libplist"; - version = "2.3.0"; + version = "2.4.0"; outputs = [ "bin" "dev" "out" ] ++ lib.optional enablePython "py"; @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { owner = "libimobiledevice"; repo = pname; rev = version; - hash = "sha256-fZfDSWVRg73dN+WF6LbgRSj8vtyeKeyjC8pWXFxUmBg="; + hash = "sha256-bH40HSp76w56tlxO5M1INAW4wRR7O27AY4H/CyEcp+Y="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/57qnliv3jr7qq4c968g5c9341nc1n83n-libplist-2.4.0-bin" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/libimobiledevice/libplist/releases. meta.description for libplist is: A library to handle Apple Property List format in binary or XML meta.homepage for libplist is: https://github.com/libimobiledevice/libplist ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/libimobiledevice/libplist/releases/tag/2.4.0) - [Compare changes on GitHub](https://github.com/libimobiledevice/libplist/compare/2.3.0...2.4.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.4.0 with grep in /nix/store/57qnliv3jr7qq4c968g5c9341nc1n83n-libplist-2.4.0-bin - found 2.4.0 in filename of file in /nix/store/57qnliv3jr7qq4c968g5c9341nc1n83n-libplist-2.4.0-bin ---
Rebuild report (if merged into master) (click to expand) ``` 206 total rebuild path(s) 206 package rebuild(s) First fifty rebuilds by attrpath adapta-gtk-theme almanah ayatana-indicator-datetime ayatana-indicator-session bubblemail budgie.budgie-control-center budgie.budgie-desktop budgie.budgie-desktop-with-plugins budgie.budgie-gsettings-overrides budgie.budgie-session budgie.magpie budgiePlugins.budgie-analogue-clock-applet budgiePlugins.budgie-user-indicator-redux calls chatty cinnamon.cinnamon-common cinnamon.cinnamon-control-center cinnamon.cinnamon-gsettings-overrides cinnamon.cinnamon-screensaver cinnamon.cinnamon-session cinnamon.cinnamon-settings-daemon cinnamon.nemo cinnamon.nemo-fileroller cinnamon.nemo-python cinnamon.nemo-with-extensions clementine clight droidcam dropbox-cli eiciel endeavour eolie evolution evolution-data-server evolution-data-server-gtk4 evolution-ews evolutionWithPlugins folks gfbgraph gnome-browser-connector gnome-inform7 gnome-online-accounts gnome-photos gnome-recipes gnome.cheese gnome.evolution-data-server gnome.file-roller gnome.geary gnome.gnome-applets gnome.gnome-bluetooth ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/57qnliv3jr7qq4c968g5c9341nc1n83n-libplist-2.4.0-bin \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A libplist https://github.com/r-ryantm/nixpkgs/archive/1831206c650d057f85f190eef311a21fa2f099af.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/1831206c650d057f85f190eef311a21fa2f099af#libplist ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/57qnliv3jr7qq4c968g5c9341nc1n83n-libplist-2.4.0-bin ls -la /nix/store/57qnliv3jr7qq4c968g5c9341nc1n83n-libplist-2.4.0-bin/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @infinisil for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/290426 [result] Success updating libplist 2.3.0 -> 2.4.0 https://github.com/libimobiledevice/libplist/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath turbovnc, using log file: /var/log/nixpkgs-update/turbovnc/2024-02-21.log turbovnc 3.1 -> 3.1.1 https://github.com/TurboVNC/turbovnc/releases attrpath: turbovnc Checking auto update branch... An auto update branch exists with message `turbovnc: 3.1 -> 3.1.1`. New version is 3.1.1. An auto update branch exists with an equal or greater version [result] Failed to update turbovnc 3.1 -> 3.1.1 https://github.com/TurboVNC/turbovnc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gtest, using log file: /var/log/nixpkgs-update/gtest/2024-02-21.log gtest 1.12.1 -> 1.14.0 https://github.com/google/googletest/releases attrpath: gtest Checking auto update branch... No auto update branch exists Old version 1.12.1" not present in staging derivation file with contents: { lib , stdenv , fetchFromGitHub , cmake , ninja , static ? stdenv.hostPlatform.isStatic, }: stdenv.mkDerivation rec { pname = "gtest"; version = "1.14.0"; outputs = [ "out" "dev" ]; src = fetchFromGitHub { owner = "google"; repo = "googletest"; rev = "v${version}"; hash = "sha256-t0RchAHTJbuI5YW4uyBPykTvcjy90JW9AOPNjIhwh6U="; }; patches = [ ./fix-cmake-config-includedir.patch ]; nativeBuildInputs = [ cmake ninja ]; cmakeFlags = [ "-DBUILD_SHARED_LIBS=${if static then "OFF" else "ON"}" ] ++ lib.optionals ( (stdenv.cc.isGNU && (lib.versionOlder stdenv.cc.version "11.0")) || (stdenv.cc.isClang && (lib.versionOlder stdenv.cc.version "16.0")) ) [ # Enable C++17 support # https://github.com/google/googletest/issues/3081 "-DCMAKE_CXX_STANDARD=17" ]; meta = with lib; { description = "Google's framework for writing C++ tests"; homepage = "https://github.com/google/googletest"; license = licenses.bsd3; platforms = platforms.all; maintainers = with maintainers; [ ivan-tkatchev ]; }; } [result] Failed to update gtest 1.12.1 -> 1.14.0 https://github.com/google/googletest/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zeroc-ice, using log file: /var/log/nixpkgs-update/zeroc-ice/2024-02-21.log zeroc-ice 3.7.7 -> 3.7.10 https://github.com/zeroc-ice/ice/releases attrpath: zeroc-ice Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update zeroc-ice 3.7.7 -> 3.7.10 https://github.com/zeroc-ice/ice/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vsure, using log file: /var/log/nixpkgs-update/python311Packages.vsure/2024-02-21.log python311Packages.vsure 0 -> 1 attrpath: python311Packages.vsure Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-vsure-2.6.7 Press Enter key to continue... Running update for: - python3.11-vsure-2.6.7: UPDATING ... - python3.11-vsure-2.6.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vsure 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.immutables, using log file: /var/log/nixpkgs-update/python311Packages.immutables/2024-02-21.log python311Packages.immutables 0 -> 1 attrpath: python311Packages.immutables Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-immutables-0.20 Press Enter key to continue... Running update for: - python3.11-immutables-0.20: UPDATING ... - python3.11-immutables-0.20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.immutables 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath drawing, using log file: /var/log/nixpkgs-update/drawing/2024-02-21.log drawing 0 -> 1 attrpath: drawing Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - drawing-1.0.2 Press Enter key to continue... Running update for: - drawing-1.0.2: UPDATING ... - drawing-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update drawing 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libhandy, using log file: /var/log/nixpkgs-update/libhandy/2024-02-21.log libhandy 0 -> 1 attrpath: libhandy Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libhandy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hareThirdParty.hare-toml, using log file: /var/log/nixpkgs-update/hareThirdParty.hare-toml/2024-02-21.log hareThirdParty.hare-toml 0 -> 1 attrpath: hareThirdParty.hare-toml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/43x5qm4p7z27z83xfvcimjmadgyxbmi1-packages.json.drv building '/nix/store/43x5qm4p7z27z83xfvcimjmadgyxbmi1-packages.json.drv'... Going to be running update for following packages: - hare-toml-0.1.1 Press Enter key to continue... Running update for: - hare-toml-0.1.1: UPDATING ... - hare-toml-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hareThirdParty.hare-toml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libprom, using log file: /var/log/nixpkgs-update/libprom/2024-02-21.log libprom 0.1.1 -> 0.1.3 https://github.com/digitalocean/prometheus-client-c/releases attrpath: libprom Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update libprom 0.1.1 -> 0.1.3 https://github.com/digitalocean/prometheus-client-c/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath inav-blackbox-tools, using log file: /var/log/nixpkgs-update/inav-blackbox-tools/2024-02-21.log inav-blackbox-tools unstable-2021-04-22 -> 7.1.0 https://github.com/iNavFlight/blackbox-tools/releases attrpath: inav-blackbox-tools Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/inav-blackbox-tools/default.nix b/pkgs/tools/misc/inav-blackbox-tools/default.nix index 43524f6a3fe2..f6600451f778 100644 --- a/pkgs/tools/misc/inav-blackbox-tools/default.nix +++ b/pkgs/tools/misc/inav-blackbox-tools/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "inav-blackbox-tools"; - version = "unstable-2021-04-22"; + version = "7.1.0"; src = fetchFromGitHub { owner = "iNavFlight"; repo = "blackbox-tools"; rev = "0109e2fb9b44d593e60bca4cef4098d83c55c373"; - sha256 = "1rdlw74dqq0hahnka2w2pgvs172vway2x6v8byxl2s773l22k4ln"; + sha256 = "sha256-lpIpBB3naEG7X2ibLrziW5yg97uCCzUtVBBg3MjhtOU="; }; nativeBuildInputs = [ pkg-config ]; Source url did not change. [result] Failed to update inav-blackbox-tools unstable-2021-04-22 -> 7.1.0 https://github.com/iNavFlight/blackbox-tools/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath shadowsocks-v2ray-plugin, using log file: /var/log/nixpkgs-update/shadowsocks-v2ray-plugin/2024-02-21.log shadowsocks-v2ray-plugin 1.3.1 -> 1.3.2 https://github.com/shadowsocks/v2ray-plugin/releases attrpath: shadowsocks-v2ray-plugin Checking auto update branch... No auto update branch exists Derivation file opts-out of auto-updates [result] Failed to update shadowsocks-v2ray-plugin 1.3.1 -> 1.3.2 https://github.com/shadowsocks/v2ray-plugin/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath metricbeat, using log file: /var/log/nixpkgs-update/metricbeat/2024-02-21.log metricbeat 7.17.16 -> 8.12.1 https://github.com/elastic/beats/releases attrpath: metricbeat Checking auto update branch... No auto update branch exists Old version 7.17.16" not present in master derivation file with contents: { lib, fetchFromGitHub, elk7Version, buildGoModule, libpcap, nixosTests, systemd, config }: let beat = package: extraArgs: buildGoModule (rec { pname = package; version = elk7Version; src = fetchFromGitHub { owner = "elastic"; repo = "beats"; rev = "v${version}"; hash = "sha256-0qwWHRIDLlnaPOCRmiiFGg+/jdanWuQtggM2QSaMR1o="; }; vendorHash = "sha256-rwCCpptppkpvwQWUtqTjBUumP8GSpPHBTCaj0nYVQv8="; subPackages = [ package ]; meta = with lib; { homepage = "https://www.elastic.co/products/beats"; license = licenses.asl20; maintainers = with maintainers; [ fadenb basvandijk dfithian ]; platforms = platforms.linux; }; } // extraArgs); in rec { auditbeat7 = beat "auditbeat" { meta.description = "Lightweight shipper for audit data"; }; filebeat7 = beat "filebeat" { meta.description = "Lightweight shipper for logfiles"; buildInputs = [ systemd ]; tags = [ "withjournald" ]; postFixup = '' patchelf --set-rpath ${lib.makeLibraryPath [ (lib.getLib systemd) ]} "$out/bin/filebeat" ''; }; heartbeat7 = beat "heartbeat" { meta.description = "Lightweight shipper for uptime monitoring"; }; metricbeat7 = beat "metricbeat" { meta.description = "Lightweight shipper for metrics"; passthru.tests = lib.optionalAttrs config.allowUnfree ( assert metricbeat7.drvPath == nixosTests.elk.unfree.ELK-7.elkPackages.metricbeat.drvPath; { elk = nixosTests.elk.unfree.ELK-7; } ); }; packetbeat7 = beat "packetbeat" { buildInputs = [ libpcap ]; meta.description = "Network packet analyzer that ships data to Elasticsearch"; meta.longDescription = '' Packetbeat is an open source network packet analyzer that ships the data to Elasticsearch. Think of it like a distributed real-time Wireshark with a lot more analytics features. The Packetbeat shippers sniff the traffic between your application processes, parse on the fly protocols like HTTP, MySQL, PostgreSQL, Redis or Thrift and correlate the messages into transactions. ''; }; } [result] Failed to update metricbeat 7.17.16 -> 8.12.1 https://github.com/elastic/beats/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.in-n-out, using log file: /var/log/nixpkgs-update/python311Packages.in-n-out/2024-02-21.log python311Packages.in-n-out 0 -> 1 attrpath: python311Packages.in-n-out Checking auto update branch... [outpaths] eval start [outpaths] eval end [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-in-n-out-0.1.9 Press Enter key to continue... Running update for: - python3.11-in-n-out-0.1.9: UPDATING ... - python3.11-in-n-out-0.1.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.in-n-out 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vokoscreen-ng, using log file: /var/log/nixpkgs-update/vokoscreen-ng/2024-02-21.log vokoscreen-ng 3.8.0 -> 4.0.0 https://github.com/vkohaupt/vokoscreenNG/releases attrpath: vokoscreen-ng Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - vokoscreen-ng: 3.8.0 -> 4.0.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289285" [result] Failed to update vokoscreen-ng 3.8.0 -> 4.0.0 https://github.com/vkohaupt/vokoscreenNG/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tarantool, using log file: /var/log/nixpkgs-update/tarantool/2024-02-21.log tarantool 2.10.4 -> 3.0.1 https://github.com/tarantool/tarantool/releases attrpath: tarantool Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/tarantool/default.nix b/pkgs/servers/tarantool/default.nix index 80b2e96d2d6d..fd519cc87c03 100644 --- a/pkgs/servers/tarantool/default.nix +++ b/pkgs/servers/tarantool/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "tarantool"; - version = "2.10.4"; + version = "3.0.1"; src = fetchFromGitHub { owner = "tarantool"; repo = pname; rev = version; - sha256 = "sha256-yCRU5IxC6gNS+O2KYtKWjFk35EHkBnnzWy5UnyuB9f4="; + sha256 = "sha256-NuKkSLhZMkV97QlAgFXEj95UeZIqzUWzJf7SPFiT5O8="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A tarantool nix build failed. -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_mx_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_naptr_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_ns_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_ptr_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_soa_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_srv_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_txt_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_parse_uri_reply.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_process.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_query.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_save_options.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_search.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_send.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_local_dev.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_local_ip4.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_local_ip6.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_servers.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_servers_csv.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_servers_ports.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_servers_ports_csv.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_socket_callback.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_socket_configure_callback.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_socket_functions.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_set_sortlist.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_strerror.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_timeout.3 -- Installing: /build/source/build/build/ares/dest/share/man/man3/ares_version.3 [ 8%] Completed 'bundled-ares-project' [ 8%] Built target bundled-ares-project make: *** [Makefile:156: all] Error 2 [result] Failed to update tarantool 2.10.4 -> 3.0.1 https://github.com/tarantool/tarantool/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath flac2all, using log file: /var/log/nixpkgs-update/flac2all/2024-02-21.log flac2all 0 -> 1 attrpath: flac2all Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - flac2all-5.1 Press Enter key to continue... Running update for: - flac2all-5.1: UPDATING ... - flac2all-5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update flac2all 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.stanza, using log file: /var/log/nixpkgs-update/python311Packages.stanza/2024-02-21.log python311Packages.stanza 0 -> 1 attrpath: python311Packages.stanza Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-stanza-1.7.0 Press Enter key to continue... Running update for: - python3.11-stanza-1.7.0: UPDATING ... - python3.11-stanza-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.stanza 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.paranoid-crypto, using log file: /var/log/nixpkgs-update/python311Packages.paranoid-crypto/2024-02-21.log python311Packages.paranoid-crypto 0 -> 1 attrpath: python311Packages.paranoid-crypto Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-paranoid-crypto-unstable-20220819 Press Enter key to continue... Running update for: - python3.11-paranoid-crypto-unstable-20220819: UPDATING ... - python3.11-paranoid-crypto-unstable-20220819: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.paranoid-crypto 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wt, using log file: /var/log/nixpkgs-update/wt/2024-02-21.log wt 4.10.0 -> 4.10.3 https://github.com/emweb/wt/releases attrpath: wt Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/wt/default.nix b/pkgs/development/libraries/wt/default.nix index f9dd1d06ee33..978b9b98b5d7 100644 --- a/pkgs/development/libraries/wt/default.nix +++ b/pkgs/development/libraries/wt/default.nix @@ -46,7 +46,7 @@ let }; in { wt4 = generic { - version = "4.10.0"; - sha256 = "sha256-05WZnyUIwXwJA24mQi5ATCqRZ6PE/tiw2/MO1qYHRsY="; + version = "4.10.3"; + sha256 = "sha256-Xm2AMZ7WlTWL8csk6iGmGwpyOXiBBG4i47VWmtSpVI8="; }; } [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A wt nix build failed. [ 66%] Building CXX object src/CMakeFiles/wt.dir/web/SslUtils.C.o [ 66%] Building CXX object src/CMakeFiles/wt.dir/web/UriUtils.C.o [ 66%] Building CXX object src/CMakeFiles/wt.dir/web/base64.cpp.o [ 68%] Building CXX object src/CMakeFiles/wt.dir/Plain_html.C.o [ 68%] Building CXX object src/CMakeFiles/wt.dir/Boot_html.C.o [ 68%] Building CXX object src/CMakeFiles/wt.dir/Hybrid_html.C.o [ 68%] Building CXX object src/CMakeFiles/wt.dir/Boot_js.C.o [ 68%] Building CXX object src/CMakeFiles/wt.dir/Wt_js.C.o [ 68%] Building CXX object src/CMakeFiles/wt.dir/WCartesianChart_js.C.o [ 68%] Building CXX object src/CMakeFiles/wt.dir/Wt_xml.C.o [ 68%] Building CXX object src/CMakeFiles/wt.dir/AuthStrings_xml.C.o [ 68%] Building CXX object src/CMakeFiles/wt.dir/BootstrapTheme_xml.C.o [ 69%] Building CXX object src/CMakeFiles/wt.dir/Bootstrap3Theme_xml.C.o [ 69%] Building CXX object src/CMakeFiles/wt.dir/Bootstrap5Theme_xml.C.o [ 69%] Building CXX object src/CMakeFiles/wt.dir/AuthCssTheme_xml.C.o [ 69%] Building CXX object src/CMakeFiles/wt.dir/Wt/Date/src/tz.cpp.o [ 69%] Building CXX object src/CMakeFiles/wt.dir/web/SocketNotifier.C.o [ 69%] Building C object src/CMakeFiles/wt.dir/Wt/Auth/bcrypt/crypt_blowfish.c.o [ 69%] Building C object src/CMakeFiles/wt.dir/Wt/Auth/bcrypt/crypt_gensalt.c.o [ 69%] Building C object src/CMakeFiles/wt.dir/Wt/Auth/bcrypt/wrapper.c.o [ 71%] Building CXX object src/CMakeFiles/wt.dir/Wt/WPdfImage.C.o [ 71%] Building CXX object src/CMakeFiles/wt.dir/Wt/Render/WPdfRenderer.C.o [ 71%] Building CXX object src/CMakeFiles/wt.dir/Wt/WRasterImage-gm.C.o [ 71%] Building CXX object src/CMakeFiles/wt.dir/Wt/WServerGLWidget.C.o [ 71%] Building CXX object src/CMakeFiles/wt.dir/Wt/FontSupportPango.C.o [ 71%] Linking CXX shared library libwt.so [ 71%] Built target wt [ 71%] Linking CXX shared library libwtdbosqlite3.so [ 71%] Built target wtdbosqlite3 make: *** [Makefile:136: all] Error 2 [result] Failed to update wt 4.10.0 -> 4.10.3 https://github.com/emweb/wt/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pybtex, using log file: /var/log/nixpkgs-update/python311Packages.pybtex/2024-02-21.log python311Packages.pybtex 0 -> 1 attrpath: python311Packages.pybtex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pybtex-0.24.0 Press Enter key to continue... Running update for: - python3.11-pybtex-0.24.0: UPDATING ... - python3.11-pybtex-0.24.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pybtex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.looseversion, using log file: /var/log/nixpkgs-update/python311Packages.looseversion/2024-02-21.log python311Packages.looseversion 0 -> 1 attrpath: python311Packages.looseversion Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-looseversion-1.3.0 Press Enter key to continue... Running update for: - python3.11-looseversion-1.3.0: UPDATING ... - python3.11-looseversion-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.looseversion 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nodejs-18_x, using log file: /var/log/nixpkgs-update/nodejs-18_x/2024-02-21.log nodejs-18_x 0 -> 1 attrpath: nodejs-18_x Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - nodejs-18.19.1 Press Enter key to continue... Running update for: - nodejs-18.19.1: UPDATING ... - nodejs-18.19.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nodejs-18_x 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lpcnetfreedv, using log file: /var/log/nixpkgs-update/lpcnetfreedv/2024-02-21.log lpcnetfreedv unstable-2022-08-22 -> 0.5 https://github.com/drowe67/LPCNet/releases attrpath: lpcnetfreedv Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update lpcnetfreedv unstable-2022-08-22 -> 0.5 https://github.com/drowe67/LPCNet/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vgm2x, using log file: /var/log/nixpkgs-update/vgm2x/2024-02-21.log vgm2x 0 -> 1 attrpath: vgm2x Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - vgm2x-0.0.0-unstable-2023-08-27 Press Enter key to continue... Running update for: - vgm2x-0.0.0-unstable-2023-08-27: UPDATING ... - vgm2x-0.0.0-unstable-2023-08-27: ERROR --- SHOWING ERROR LOG FOR vgm2x-0.0.0-unstable-2023-08-27 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/nzkd2mf4792r7aia5fw3f7libpk2rxyj-nix-2.18.1/bin/nix-instantiate --eval -E 'with import ./. {}; vgm2x.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/vampirefrog/vgm2x.git ++ /nix/store/bicmg5gd50q6igk0y5mga1v0p1lk8f26-coreutils-9.4/bin/mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.doFLNX0HP2 + cloneArgs=(--bare) + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n '' ]] + /nix/store/zcmh6zkcvw838kxzw6sr9g1klnwcr268-git-2.43.0/bin/git clone --bare --depth=1 https://github.com/vampirefrog/vgm2x.git /run/nixpkgs-update-worker/tmp.doFLNX0HP2 Cloning into bare repository '/run/nixpkgs-update-worker/tmp.doFLNX0HP2'... + pushd /run/nixpkgs-update-worker/tmp.doFLNX0HP2 ++ /nix/store/zcmh6zkcvw838kxzw6sr9g1klnwcr268-git-2.43.0/bin/git show -s --pretty=format:%cs + commit_date=2023-08-27 ++ /nix/store/zcmh6zkcvw838kxzw6sr9g1klnwcr268-git-2.43.0/bin/git show -s --pretty=format:%H + commit_sha=5128055ab2b356e173b53e2afd31202a59505a39 + [[ -z '' ]] + new_version=unstable-2023-08-27 + popd + /nix/store/r4zp0va5pd4c6a9vf1fc2scz4rjqzj6h-common-updater-scripts/bin/update-source-version vgm2x unstable-2023-08-27 --rev=5128055ab2b356e173b53e2afd31202a59505a39 update-source-version: error: Failed to replace source revision '5128055ab2b356e173b53e2afd31202a59505a39' to '5128055ab2b356e173b53e2afd31202a59505a39' in 'vgm2x'! --- SHOWING ERROR LOG FOR vgm2x-0.0.0-unstable-2023-08-27 ---------------------- The update script for vgm2x-0.0.0-unstable-2023-08-27 failed with exit code 1 [result] Failed to update vgm2x 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath semiphemeral, using log file: /var/log/nixpkgs-update/semiphemeral/2024-02-21.log semiphemeral 0 -> 1 attrpath: semiphemeral Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - semiphemeral-0.7 Press Enter key to continue... Running update for: - semiphemeral-0.7: UPDATING ... - semiphemeral-0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update semiphemeral 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pygmars, using log file: /var/log/nixpkgs-update/python311Packages.pygmars/2024-02-21.log python311Packages.pygmars 0 -> 1 attrpath: python311Packages.pygmars Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pygmars-0.8.0 Press Enter key to continue... Running update for: - python3.11-pygmars-0.8.0: UPDATING ... - python3.11-pygmars-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygmars 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-bootstrap3, using log file: /var/log/nixpkgs-update/python311Packages.django-bootstrap3/2024-02-21.log python311Packages.django-bootstrap3 0 -> 1 attrpath: python311Packages.django-bootstrap3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-django-bootstrap3-23.6 Press Enter key to continue... Running update for: - python3.11-django-bootstrap3-23.6: UPDATING ... - python3.11-django-bootstrap3-23.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-bootstrap3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mpris-scrobbler, using log file: /var/log/nixpkgs-update/mpris-scrobbler/2024-02-21.log mpris-scrobbler 0 -> 1 attrpath: mpris-scrobbler Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xilw88m8m960hbqj12dd0d00nyj0d7di-packages.json.drv building '/nix/store/xilw88m8m960hbqj12dd0d00nyj0d7di-packages.json.drv'... Going to be running update for following packages: - mpris-scrobbler-0.5.0 Press Enter key to continue... Running update for: - mpris-scrobbler-0.5.0: UPDATING ... - mpris-scrobbler-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mpris-scrobbler 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sfml, using log file: /var/log/nixpkgs-update/sfml/2024-02-21.log sfml 2.5.1 -> 2.6.1 https://github.com/SFML/SFML/releases attrpath: sfml Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update sfml 2.5.1 -> 2.6.1 https://github.com/SFML/SFML/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hydron, using log file: /var/log/nixpkgs-update/hydron/2024-02-21.log hydron 0 -> 1 attrpath: hydron Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - hydron-3.3.6 Press Enter key to continue... Running update for: - hydron-3.3.6: UPDATING ... - hydron-3.3.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hydron 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath browsr, using log file: /var/log/nixpkgs-update/browsr/2024-02-21.log browsr 0 -> 1 attrpath: browsr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - browsr-1.18.0 Press Enter key to continue... Running update for: - browsr-1.18.0: UPDATING ... - browsr-1.18.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update browsr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aliyun-python-sdk-iot, using log file: /var/log/nixpkgs-update/python311Packages.aliyun-python-sdk-iot/2024-02-21.log python311Packages.aliyun-python-sdk-iot 0 -> 1 attrpath: python311Packages.aliyun-python-sdk-iot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-aliyun-python-sdk-iot-8.59.0 Press Enter key to continue... Running update for: - python3.11-aliyun-python-sdk-iot-8.59.0: UPDATING ... - python3.11-aliyun-python-sdk-iot-8.59.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aliyun-python-sdk-iot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.automate-home, using log file: /var/log/nixpkgs-update/python311Packages.automate-home/2024-02-21.log python311Packages.automate-home 0 -> 1 attrpath: python311Packages.automate-home Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-automate-home-0.9.1 Press Enter key to continue... Running update for: - python3.11-automate-home-0.9.1: UPDATING ... - python3.11-automate-home-0.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.automate-home 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wsdiscovery, using log file: /var/log/nixpkgs-update/python311Packages.wsdiscovery/2024-02-21.log python311Packages.wsdiscovery 0 -> 1 attrpath: python311Packages.wsdiscovery Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-wsdiscovery-2.0.0 Press Enter key to continue... Running update for: - python3.11-wsdiscovery-2.0.0: UPDATING ... - python3.11-wsdiscovery-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wsdiscovery 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tree-sitter, using log file: /var/log/nixpkgs-update/python311Packages.tree-sitter/2024-02-21.log python311Packages.tree-sitter 0 -> 1 attrpath: python311Packages.tree-sitter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-tree-sitter-0.20.4 Press Enter key to continue... Running update for: - python3.11-tree-sitter-0.20.4: UPDATING ... - python3.11-tree-sitter-0.20.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tree-sitter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nautilus-open-any-terminal, using log file: /var/log/nixpkgs-update/nautilus-open-any-terminal/2024-02-21.log nautilus-open-any-terminal 0 -> 1 attrpath: nautilus-open-any-terminal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-nautilus-open-any-terminal-0.5.0 Press Enter key to continue... Running update for: - python3.11-nautilus-open-any-terminal-0.5.0: UPDATING ... - python3.11-nautilus-open-any-terminal-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nautilus-open-any-terminal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hyperion-ng, using log file: /var/log/nixpkgs-update/hyperion-ng/2024-02-21.log hyperion-ng 2.0.14 -> 2.0.16 https://github.com/hyperion-project/hyperion.ng/releases attrpath: hyperion-ng Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/video/hyperion-ng/default.nix b/pkgs/applications/video/hyperion-ng/default.nix index 43bd337ae500..2a9b7f9cdde9 100644 --- a/pkgs/applications/video/hyperion-ng/default.nix +++ b/pkgs/applications/video/hyperion-ng/default.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation rec { pname = "hyperion.ng"; - version = "2.0.14"; + version = "2.0.16"; src = fetchFromGitHub { owner = "hyperion-project"; repo = pname; rev = version; - sha256 = "sha256-Y1PZ+YyPMZEX4fBpMG6IVT1gtXR9ZHlavJMCQ4KAenc="; + sha256 = "sha256-nQPtJw9DOKMPGI5trxZxpP+z2PYsbRKqOQEyaGzvmmA="; # needed for `dependencies/external/`: # * rpi_ws281x` - not possible to use as a "system" lib # * qmdnsengine - not in nixpkgs yet [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A hyperion-ng nix build failed. -- Found TurboJPEG: /nix/store/m06f9ckrrgh3m8y7i6k8ciya6smy9ckp-libjpeg-turbo-3.0.2/lib/libturbojpeg.so -- Using Turbo JPEG library: /nix/store/m06f9ckrrgh3m8y7i6k8ciya6smy9ckp-libjpeg-turbo-3.0.2/lib/libturbojpeg.so -- Found X11: /nix/store/1n9gzxvlbiihbqlz9rq24xw9h71k9rnc-xorgproto-2023.2/include -- Looking for XOpenDisplay in /nix/store/ga17mlfsss2fndyvp2s1m0s2rx2b4i9s-libX11-1.8.7/lib/libX11.so;/nix/store/d53qm45g7yban4xwhzsss55il56ba9w1-libXext-1.3.5/lib/libXext.so -- Looking for XOpenDisplay in /nix/store/ga17mlfsss2fndyvp2s1m0s2rx2b4i9s-libX11-1.8.7/lib/libX11.so;/nix/store/d53qm45g7yban4xwhzsss55il56ba9w1-libXext-1.3.5/lib/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- XCB: SHM requires XCB -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Found XCB_XCB: /nix/store/3xk2qcmszdb3fapn7a0ys4nsxby65ir7-libxcb-1.16/lib/libxcb.so (found version "") -- Found XCB_RENDER: /nix/store/3xk2qcmszdb3fapn7a0ys4nsxby65ir7-libxcb-1.16/lib/libxcb-render.so (found version "") -- Found XCB_SHM: /nix/store/3xk2qcmszdb3fapn7a0ys4nsxby65ir7-libxcb-1.16/lib/libxcb-shm.so (found version "") -- Found XCB_IMAGE: /nix/store/dvg3x7ib6jbv39i6d4qjq0smmzdbl1d2-xcb-util-image-0.4.1/lib/libxcb-image.so (found version "") -- Found XCB_RANDR: /nix/store/3xk2qcmszdb3fapn7a0ys4nsxby65ir7-libxcb-1.16/lib/libxcb-randr.so (found version "") -- Found XCB: /nix/store/3xk2qcmszdb3fapn7a0ys4nsxby65ir7-libxcb-1.16/lib/libxcb.so;/nix/store/3xk2qcmszdb3fapn7a0ys4nsxby65ir7-libxcb-1.16/lib/libxcb-render.so;/nix/store/3xk2qcmszdb3fapn7a0ys4nsxby65ir7-libxcb-1.16/lib/libxcb-shm.so;/nix/store/dvg3x7ib6jbv39i6d4qjq0smmzdbl1d2-xcb-util-image-0.4.1/lib/libxcb-image.so;/nix/store/3xk2qcmszdb3fapn7a0ys4nsxby65ir7-libxcb-1.16/lib/libxcb-randr.so found components: SHM IMAGE RENDER RANDR CMake Error at /nix/store/hkhmxs4n1agpdpyamlh2b78pm9wch0br-cmake-3.27.9/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR) Call Stack (most recent call first): /nix/store/hkhmxs4n1agpdpyamlh2b78pm9wch0br-cmake-3.27.9/share/cmake-3.27/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /nix/store/hkhmxs4n1agpdpyamlh2b78pm9wch0br-cmake-3.27.9/share/cmake-3.27/Modules/FindALSA.cmake:62 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) libsrc/grabber/audio/CMakeLists.txt:26 (find_package)  -- Configuring incomplete, errors occurred! [result] Failed to update hyperion-ng 2.0.14 -> 2.0.16 https://github.com/hyperion-project/hyperion.ng/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath octavePackages.bsltl, using log file: /var/log/nixpkgs-update/octavePackages.bsltl/2024-02-21.log octavePackages.bsltl 0 -> 1 attrpath: octavePackages.bsltl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - octave-8.4.0-bsltl-1.3.1 Press Enter key to continue... Running update for: - octave-8.4.0-bsltl-1.3.1: UPDATING ... - octave-8.4.0-bsltl-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.bsltl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.uc-micro-py, using log file: /var/log/nixpkgs-update/python311Packages.uc-micro-py/2024-02-21.log python311Packages.uc-micro-py 0 -> 1 attrpath: python311Packages.uc-micro-py Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-uc-micro-py-1.0.2 Press Enter key to continue... Running update for: - python3.11-uc-micro-py-1.0.2: UPDATING ... - python3.11-uc-micro-py-1.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/uc-micro-py/default.nix b/pkgs/development/python-modules/uc-micro-py/default.nix index f6aa059d709c..77f7eb1625d9 100644 --- a/pkgs/development/python-modules/uc-micro-py/default.nix +++ b/pkgs/development/python-modules/uc-micro-py/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "uc-micro-py"; - version = "1.0.2"; + version = "1.0.3"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "tsutsu3"; repo = "uc.micro-py"; rev = "refs/tags/v${version}"; - hash = "sha256-PUeWYG/VyxCfhB7onAcDFow1yYqArjmfMT99+058P7U="; + hash = "sha256-Z7XHWeV5I/y19EKg4lzcl9pwRexWnSQ7d8CpQu5xdnI="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 4908 > 25 [result] Failed to update python311Packages.uc-micro-py 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.walrus, using log file: /var/log/nixpkgs-update/python311Packages.walrus/2024-02-21.log python311Packages.walrus 0 -> 1 attrpath: python311Packages.walrus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-walrus-0.9.3 Press Enter key to continue... Running update for: - python3.11-walrus-0.9.3: UPDATING ... - python3.11-walrus-0.9.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.walrus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pdfplumber, using log file: /var/log/nixpkgs-update/python312Packages.pdfplumber/2024-02-21.log python312Packages.pdfplumber 0.10.3 -> 0.10.4 https://repology.org/project/python:pdfplumber/versions attrpath: python312Packages.pdfplumber Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-pdfplumber-0.10.3 Press Enter key to continue... Running update for: - python3.12-pdfplumber-0.10.3: UPDATING ... - python3.12-pdfplumber-0.10.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pdfplumber/default.nix b/pkgs/development/python-modules/pdfplumber/default.nix index 2138d7181978..05668dcd65b3 100644 --- a/pkgs/development/python-modules/pdfplumber/default.nix +++ b/pkgs/development/python-modules/pdfplumber/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "pdfplumber"; - version = "0.10.3"; + version = "0.10.4"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "jsvine"; repo = "pdfplumber"; rev = "refs/tags/v${version}"; - hash = "sha256-fd/4I6jjc0Wz2+XHGXAGg0Am3Dmw9R2ZX7nymIj/UnA="; + hash = "sha256-neLWFdY2Yl6NG9DSPWny+VaUGFvW6uXPfwqUPpC7XPs="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.pdfplumber Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python312Packages.pdfplumber Standard output: error: Package ‘python3.12-pbr-6.0.0’ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.pdfplumber/pkgs/development/python-modules/pbr/default.nix:33 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) [result] Failed to update python312Packages.pdfplumber 0.10.3 -> 0.10.4 https://repology.org/project/python:pdfplumber/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.oolong, using log file: /var/log/nixpkgs-update/rPackages.oolong/2024-02-21.log rPackages.oolong 0.5.0 -> 0.6.0 https://repology.org/project/r:oolong/versions attrpath: rPackages.oolong Checking auto update branch... No auto update branch exists Old version 0.5.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.oolong 0.5.0 -> 0.6.0 https://repology.org/project/r:oolong/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.wagtail-localize, using log file: /var/log/nixpkgs-update/python312Packages.wagtail-localize/2024-02-21.log python312Packages.wagtail-localize 1.7 -> 1.8 https://repology.org/project/python:wagtail-localize/versions attrpath: python312Packages.wagtail-localize Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jn1hajkv4yh5jbq3mim3c0sfr5cjqvbk-packages.json.drv building '/nix/store/jn1hajkv4yh5jbq3mim3c0sfr5cjqvbk-packages.json.drv'... Going to be running update for following packages: - python3.12-wagtail-localize-1.8 Press Enter key to continue... Running update for: - python3.12-wagtail-localize-1.8: UPDATING ... - python3.12-wagtail-localize-1.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.wagtail-localize 1.7 -> 1.8 https://repology.org/project/python:wagtail-localize/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.unix-time, using log file: /var/log/nixpkgs-update/haskellPackages.unix-time/2024-02-21.log haskellPackages.unix-time 0.4.11 -> 0.4.12 https://repology.org/project/haskell:unix-time/versions attrpath: haskellPackages.unix-time Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.unix-time 0.4.11 -> 0.4.12 https://repology.org/project/haskell:unix-time/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.gDNAx, using log file: /var/log/nixpkgs-update/rPackages.gDNAx/2024-02-21.log rPackages.gDNAx 1.0.0 -> 1.0.1 https://repology.org/project/r:gdnax/versions attrpath: rPackages.gDNAx Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.gDNAx 1.0.0 -> 1.0.1 https://repology.org/project/r:gdnax/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.fitODBOD, using log file: /var/log/nixpkgs-update/rPackages.fitODBOD/2024-02-21.log rPackages.fitODBOD 1.5.0 -> 1.5.1 https://repology.org/project/r:fitodbod/versions attrpath: rPackages.fitODBOD Checking auto update branch... No auto update branch exists Old version 1.5.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.fitODBOD 1.5.0 -> 1.5.1 https://repology.org/project/r:fitodbod/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.bnma, using log file: /var/log/nixpkgs-update/rPackages.bnma/2024-02-21.log rPackages.bnma 1.5.1 -> 1.6.0 https://repology.org/project/r:bnma/versions attrpath: rPackages.bnma Checking auto update branch... No auto update branch exists Old version 1.5.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.bnma 1.5.1 -> 1.6.0 https://repology.org/project/r:bnma/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.TeachingDemos, using log file: /var/log/nixpkgs-update/rPackages.TeachingDemos/2024-02-21.log rPackages.TeachingDemos 2.12 -> 2.13 https://repology.org/project/r:teachingdemos/versions attrpath: rPackages.TeachingDemos Checking auto update branch... No auto update branch exists Old version 2.12" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.TeachingDemos 2.12 -> 2.13 https://repology.org/project/r:teachingdemos/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.fpdf2, using log file: /var/log/nixpkgs-update/python312Packages.fpdf2/2024-02-21.log python312Packages.fpdf2 2.7.7 -> 2.7.8 https://repology.org/project/python:fpdf2/versions attrpath: python312Packages.fpdf2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-fpdf2-2.7.7 Press Enter key to continue... Running update for: - python3.12-fpdf2-2.7.7: UPDATING ... - python3.12-fpdf2-2.7.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/fpdf2/default.nix b/pkgs/development/python-modules/fpdf2/default.nix index 292478ea2557..fdd43f1ca5c8 100644 --- a/pkgs/development/python-modules/fpdf2/default.nix +++ b/pkgs/development/python-modules/fpdf2/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "fpdf2"; - version = "2.7.7"; + version = "2.7.8"; pyproject = true; src = fetchFromGitHub { owner = "py-pdf"; repo = "fpdf2"; - rev = version; - hash = "sha256-6B68kwxAW3cHpwMTDhj3C4zEOR6o6USqpSXB7uxcEXs="; + rev = "refs/tags/${version}"; + hash = "sha256-6aedXr8Yhes1aYIslBvw2HzRc4BwYDIiGJvEdp1tFSc="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.fpdf2 Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python312Packages.fpdf2 Standard output: error: Package ‘python3.12-pbr-6.0.0’ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.fpdf2/pkgs/development/python-modules/pbr/default.nix:33 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) [result] Failed to update python312Packages.fpdf2 2.7.7 -> 2.7.8 https://repology.org/project/python:fpdf2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.RobLox, using log file: /var/log/nixpkgs-update/rPackages.RobLox/2024-02-21.log rPackages.RobLox 1.2.0 -> 1.2.1 https://repology.org/project/r:roblox/versions attrpath: rPackages.RobLox Checking auto update branch... No auto update branch exists Old version 1.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.RobLox 1.2.0 -> 1.2.1 https://repology.org/project/r:roblox/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.bgx, using log file: /var/log/nixpkgs-update/rPackages.bgx/2024-02-21.log rPackages.bgx 1.68.0 -> 1.68.3 https://repology.org/project/r:bgx/versions attrpath: rPackages.bgx Checking auto update branch... No auto update branch exists Old version 1.68.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.bgx 1.68.0 -> 1.68.3 https://repology.org/project/r:bgx/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.SPEDInstabR, using log file: /var/log/nixpkgs-update/rPackages.SPEDInstabR/2024-02-21.log rPackages.SPEDInstabR 2.1 -> 2.2 https://repology.org/project/r:spedinstabr/versions attrpath: rPackages.SPEDInstabR Checking auto update branch... No auto update branch exists Old version 2.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.SPEDInstabR 2.1 -> 2.2 https://repology.org/project/r:spedinstabr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsForQt5.khtml, using log file: /var/log/nixpkgs-update/libsForQt5.khtml/2024-02-21.log libsForQt5.khtml 5.114.0 -> 5.115.0 https://repology.org/project/khtml/versions attrpath: libsForQt5.khtml Checking auto update branch... No auto update branch exists Old version 5.114.0" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in KDE Frameworks 5. All available packages are listed in `./srcs.nix`, although a few are not yet packaged in Nixpkgs (see below). IF YOUR PACKAGE IS NOT LISTED IN `./srcs.nix`, IT DOES NOT GO HERE. Many of the packages released upstream are not yet built in Nixpkgs due to lack of demand. To add a Nixpkgs build for an upstream package, copy one of the existing packages here and modify it as necessary. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/development/libraries/kde-frameworks` from the top of the Nixpkgs tree. 3. Use `nox-review wip` to check that everything builds. 4. Commit the changes and open a pull request. */ { libsForQt5, lib, fetchurl }: let maintainers = with lib.maintainers; [ ttuegel nyanloutre ]; license = with lib.licenses; [ lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12Plus ]; srcs = import ./srcs.nix { inherit fetchurl; mirror = "mirror://kde"; }; mkDerivation = libsForQt5.callPackage ({ stdenv, mkDerivation ? stdenv.mkDerivation }: mkDerivation) {}; packages = self: with self; # SUPPORT let propagate = out: let setupHook = { writeScript }: writeScript "setup-hook" '' if [ "''${hookName:-}" != postHook ]; then postHooks+=("source @dev@/nix-support/setup-hook") else # Propagate $dev so that this setup hook is propagated # But only if there is a separate $dev output if [ "''${outputDev:?}" != out ]; then propagatedBuildInputs="''${propagatedBuildInputs-} @dev@" fi fi ''; in callPackage setupHook {}; propagateBin = propagate "bin"; callPackage = self.newScope { inherit propagate propagateBin; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; outputs = args.outputs or [ "bin" "dev" "out" ]; hasSeparateDev = lib.elem "dev" outputs; defaultSetupHook = if hasSeparateDev then propagateBin else null; setupHook = args.setupHook or defaultSetupHook; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "https://kde.org"; license = meta.license or license; maintainers = (meta.maintainers or []) ++ maintainers; platforms = meta.platforms or lib.platforms.all; }; in mkDerivation (args // { inherit pname meta outputs setupHook src version; }); }; in { extra-cmake-modules = callPackage ./extra-cmake-modules {}; # TIER 1 attica = callPackage ./attica.nix {}; bluez-qt = callPackage ./bluez-qt.nix {}; breeze-icons = callPackage ./breeze-icons.nix {}; kapidox = callPackage ./kapidox.nix {}; karchive = callPackage ./karchive.nix {}; kcalendarcore = callPackage ./kcalendarcore.nix {}; kcodecs = callPackage ./kcodecs.nix {}; kconfig = callPackage ./kconfig.nix {}; kcoreaddons = callPackage ./kcoreaddons.nix {}; kdbusaddons = callPackage ./kdbusaddons.nix {}; kdnssd = callPackage ./kdnssd.nix {}; kguiaddons = callPackage ./kguiaddons.nix {}; kholidays = callPackage ./kholidays.nix {}; ki18n = callPackage ./ki18n.nix {}; kidletime = callPackage ./kidletime.nix {}; kirigami2 = callPackage ./kirigami2.nix {}; kitemmodels = callPackage ./kitemmodels.nix {}; kitemviews = callPackage ./kitemviews.nix {}; kplotting = callPackage ./kplotting.nix {}; kquickcharts = callPackage ./kquickcharts.nix {}; kwayland = callPackage ./kwayland.nix {}; kwidgetsaddons = callPackage ./kwidgetsaddons.nix {}; kwindowsystem = callPackage ./kwindowsystem {}; modemmanager-qt = callPackage ./modemmanager-qt.nix {}; networkmanager-qt = callPackage ./networkmanager-qt.nix {}; oxygen-icons = callPackage ./oxygen-icons.nix {}; oxygen-icons5 = oxygen-icons; prison = callPackage ./prison.nix {}; qqc2-desktop-style = callPackage ./qqc2-desktop-style.nix {}; solid = callPackage ./solid {}; sonnet = callPackage ./sonnet.nix {}; syntax-highlighting = callPackage ./syntax-highlighting.nix {}; threadweaver = callPackage ./threadweaver.nix {}; # TIER 2 kactivities = callPackage ./kactivities.nix {}; kauth = callPackage ./kauth {}; kcompletion = callPackage ./kcompletion.nix {}; kcontacts = callPackage ./kcontacts.nix {}; kcrash = callPackage ./kcrash.nix {}; kdoctools = callPackage ./kdoctools {}; kfilemetadata = callPackage ./kfilemetadata {}; kimageformats = callPackage ./kimageformats.nix {}; kjobwidgets = callPackage ./kjobwidgets.nix {}; knotifications = callPackage ./knotifications.nix {}; kpackage = callPackage ./kpackage {}; kpeople = callPackage ./kpeople.nix {}; kpty = callPackage ./kpty.nix {}; kunitconversion = callPackage ./kunitconversion.nix {}; syndication = callPackage ./syndication.nix {}; # TIER 3 baloo = callPackage ./baloo.nix {}; kactivities-stats = callPackage ./kactivities-stats.nix {}; kbookmarks = callPackage ./kbookmarks.nix {}; kcmutils = callPackage ./kcmutils.nix {}; kconfigwidgets = callPackage ./kconfigwidgets.nix {}; kdav = callPackage ./kdav.nix {}; kdeclarative = callPackage ./kdeclarative.nix {}; kded = callPackage ./kded.nix {}; kdesu = callPackage ./kdesu {}; kemoticons = callPackage ./kemoticons.nix {}; kglobalaccel = callPackage ./kglobalaccel.nix {}; kiconthemes = callPackage ./kiconthemes {}; kinit = callPackage ./kinit {}; kio = callPackage ./kio {}; knewstuff = callPackage ./knewstuff {}; knotifyconfig = callPackage ./knotifyconfig.nix {}; kparts = callPackage ./kparts.nix {}; krunner = callPackage ./krunner.nix {}; kservice = callPackage ./kservice {}; ktexteditor = callPackage ./ktexteditor.nix {}; ktextwidgets = callPackage ./ktextwidgets.nix {}; kwallet = callPackage ./kwallet.nix {}; kxmlgui = callPackage ./kxmlgui.nix {}; plasma-framework = callPackage ./plasma-framework.nix {}; kpurpose = callPackage ./purpose.nix {}; # TIER 4 frameworkintegration = callPackage ./frameworkintegration.nix {}; # PORTING AIDS kdelibs4support = callPackage ./kdelibs4support {}; kdesignerplugin = callPackage ./kdesignerplugin.nix {}; khtml = callPackage ./khtml.nix {}; kjs = callPackage ./kjs.nix {}; kjsembed = callPackage ./kjsembed.nix {}; kmediaplayer = callPackage ./kmediaplayer.nix {}; kross = callPackage ./kross.nix {}; kxmlrpcclient = callPackage ./kxmlrpcclient.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.khtml 5.114.0 -> 5.115.0 https://repology.org/project/khtml/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsForQt5.kwayland, using log file: /var/log/nixpkgs-update/libsForQt5.kwayland/2024-02-21.log libsForQt5.kwayland 5.114.0 -> 5.115.0 https://repology.org/project/kwayland/versions attrpath: libsForQt5.kwayland Checking auto update branch... No auto update branch exists Old version 5.114.0" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in KDE Frameworks 5. All available packages are listed in `./srcs.nix`, although a few are not yet packaged in Nixpkgs (see below). IF YOUR PACKAGE IS NOT LISTED IN `./srcs.nix`, IT DOES NOT GO HERE. Many of the packages released upstream are not yet built in Nixpkgs due to lack of demand. To add a Nixpkgs build for an upstream package, copy one of the existing packages here and modify it as necessary. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/development/libraries/kde-frameworks` from the top of the Nixpkgs tree. 3. Use `nox-review wip` to check that everything builds. 4. Commit the changes and open a pull request. */ { libsForQt5, lib, fetchurl }: let maintainers = with lib.maintainers; [ ttuegel nyanloutre ]; license = with lib.licenses; [ lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12Plus ]; srcs = import ./srcs.nix { inherit fetchurl; mirror = "mirror://kde"; }; mkDerivation = libsForQt5.callPackage ({ stdenv, mkDerivation ? stdenv.mkDerivation }: mkDerivation) {}; packages = self: with self; # SUPPORT let propagate = out: let setupHook = { writeScript }: writeScript "setup-hook" '' if [ "''${hookName:-}" != postHook ]; then postHooks+=("source @dev@/nix-support/setup-hook") else # Propagate $dev so that this setup hook is propagated # But only if there is a separate $dev output if [ "''${outputDev:?}" != out ]; then propagatedBuildInputs="''${propagatedBuildInputs-} @dev@" fi fi ''; in callPackage setupHook {}; propagateBin = propagate "bin"; callPackage = self.newScope { inherit propagate propagateBin; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; outputs = args.outputs or [ "bin" "dev" "out" ]; hasSeparateDev = lib.elem "dev" outputs; defaultSetupHook = if hasSeparateDev then propagateBin else null; setupHook = args.setupHook or defaultSetupHook; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "https://kde.org"; license = meta.license or license; maintainers = (meta.maintainers or []) ++ maintainers; platforms = meta.platforms or lib.platforms.all; }; in mkDerivation (args // { inherit pname meta outputs setupHook src version; }); }; in { extra-cmake-modules = callPackage ./extra-cmake-modules {}; # TIER 1 attica = callPackage ./attica.nix {}; bluez-qt = callPackage ./bluez-qt.nix {}; breeze-icons = callPackage ./breeze-icons.nix {}; kapidox = callPackage ./kapidox.nix {}; karchive = callPackage ./karchive.nix {}; kcalendarcore = callPackage ./kcalendarcore.nix {}; kcodecs = callPackage ./kcodecs.nix {}; kconfig = callPackage ./kconfig.nix {}; kcoreaddons = callPackage ./kcoreaddons.nix {}; kdbusaddons = callPackage ./kdbusaddons.nix {}; kdnssd = callPackage ./kdnssd.nix {}; kguiaddons = callPackage ./kguiaddons.nix {}; kholidays = callPackage ./kholidays.nix {}; ki18n = callPackage ./ki18n.nix {}; kidletime = callPackage ./kidletime.nix {}; kirigami2 = callPackage ./kirigami2.nix {}; kitemmodels = callPackage ./kitemmodels.nix {}; kitemviews = callPackage ./kitemviews.nix {}; kplotting = callPackage ./kplotting.nix {}; kquickcharts = callPackage ./kquickcharts.nix {}; kwayland = callPackage ./kwayland.nix {}; kwidgetsaddons = callPackage ./kwidgetsaddons.nix {}; kwindowsystem = callPackage ./kwindowsystem {}; modemmanager-qt = callPackage ./modemmanager-qt.nix {}; networkmanager-qt = callPackage ./networkmanager-qt.nix {}; oxygen-icons = callPackage ./oxygen-icons.nix {}; oxygen-icons5 = oxygen-icons; prison = callPackage ./prison.nix {}; qqc2-desktop-style = callPackage ./qqc2-desktop-style.nix {}; solid = callPackage ./solid {}; sonnet = callPackage ./sonnet.nix {}; syntax-highlighting = callPackage ./syntax-highlighting.nix {}; threadweaver = callPackage ./threadweaver.nix {}; # TIER 2 kactivities = callPackage ./kactivities.nix {}; kauth = callPackage ./kauth {}; kcompletion = callPackage ./kcompletion.nix {}; kcontacts = callPackage ./kcontacts.nix {}; kcrash = callPackage ./kcrash.nix {}; kdoctools = callPackage ./kdoctools {}; kfilemetadata = callPackage ./kfilemetadata {}; kimageformats = callPackage ./kimageformats.nix {}; kjobwidgets = callPackage ./kjobwidgets.nix {}; knotifications = callPackage ./knotifications.nix {}; kpackage = callPackage ./kpackage {}; kpeople = callPackage ./kpeople.nix {}; kpty = callPackage ./kpty.nix {}; kunitconversion = callPackage ./kunitconversion.nix {}; syndication = callPackage ./syndication.nix {}; # TIER 3 baloo = callPackage ./baloo.nix {}; kactivities-stats = callPackage ./kactivities-stats.nix {}; kbookmarks = callPackage ./kbookmarks.nix {}; kcmutils = callPackage ./kcmutils.nix {}; kconfigwidgets = callPackage ./kconfigwidgets.nix {}; kdav = callPackage ./kdav.nix {}; kdeclarative = callPackage ./kdeclarative.nix {}; kded = callPackage ./kded.nix {}; kdesu = callPackage ./kdesu {}; kemoticons = callPackage ./kemoticons.nix {}; kglobalaccel = callPackage ./kglobalaccel.nix {}; kiconthemes = callPackage ./kiconthemes {}; kinit = callPackage ./kinit {}; kio = callPackage ./kio {}; knewstuff = callPackage ./knewstuff {}; knotifyconfig = callPackage ./knotifyconfig.nix {}; kparts = callPackage ./kparts.nix {}; krunner = callPackage ./krunner.nix {}; kservice = callPackage ./kservice {}; ktexteditor = callPackage ./ktexteditor.nix {}; ktextwidgets = callPackage ./ktextwidgets.nix {}; kwallet = callPackage ./kwallet.nix {}; kxmlgui = callPackage ./kxmlgui.nix {}; plasma-framework = callPackage ./plasma-framework.nix {}; kpurpose = callPackage ./purpose.nix {}; # TIER 4 frameworkintegration = callPackage ./frameworkintegration.nix {}; # PORTING AIDS kdelibs4support = callPackage ./kdelibs4support {}; kdesignerplugin = callPackage ./kdesignerplugin.nix {}; khtml = callPackage ./khtml.nix {}; kjs = callPackage ./kjs.nix {}; kjsembed = callPackage ./kjsembed.nix {}; kmediaplayer = callPackage ./kmediaplayer.nix {}; kross = callPackage ./kross.nix {}; kxmlrpcclient = callPackage ./kxmlrpcclient.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.kwayland 5.114.0 -> 5.115.0 https://repology.org/project/kwayland/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.sanic-testing, using log file: /var/log/nixpkgs-update/python312Packages.sanic-testing/2024-02-21.log python312Packages.sanic-testing 23.6.0 -> 23.12.0 https://repology.org/project/python:sanic-testing/versions attrpath: python312Packages.sanic-testing Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-sanic-testing-23.6.0 Press Enter key to continue... Running update for: - python3.12-sanic-testing-23.6.0: UPDATING ... - python3.12-sanic-testing-23.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sanic-testing/default.nix b/pkgs/development/python-modules/sanic-testing/default.nix index 8ebdeef2c86f..e29ad8eb3c4f 100644 --- a/pkgs/development/python-modules/sanic-testing/default.nix +++ b/pkgs/development/python-modules/sanic-testing/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "sanic-testing"; - version = "23.6.0"; + version = "23.12.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "sanic-org"; repo = "sanic-testing"; rev = "refs/tags/v${version}"; - hash = "sha256-WDiEuve9P9fLHxpK0UjxhbZUmWXtP+DV7e6OT19TASs="; + hash = "sha256-pFsGB0QDeO/iliHOitHqBIQtDlwRgFg8nhgMLsopoec="; }; outputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.sanic-testing Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python312Packages.sanic-testing Standard output: error: Package ‘python3.12-pbr-6.0.0’ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.sanic-testing/pkgs/development/python-modules/pbr/default.nix:33 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) [result] Failed to update python312Packages.sanic-testing 23.6.0 -> 23.12.0 https://repology.org/project/python:sanic-testing/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.signalslot, using log file: /var/log/nixpkgs-update/python311Packages.signalslot/2024-02-21.log python311Packages.signalslot 0 -> 1 attrpath: python311Packages.signalslot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-signalslot-0.2.0 Press Enter key to continue... Running update for: - python3.11-signalslot-0.2.0: UPDATING ... - python3.11-signalslot-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.signalslot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioredis, using log file: /var/log/nixpkgs-update/python311Packages.aioredis/2024-02-21.log python311Packages.aioredis 0 -> 1 attrpath: python311Packages.aioredis Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-aioredis-2.0.1 Press Enter key to continue... Running update for: - python3.11-aioredis-2.0.1: UPDATING ... - python3.11-aioredis-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioredis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.twofish, using log file: /var/log/nixpkgs-update/python311Packages.twofish/2024-02-21.log python311Packages.twofish 0 -> 1 attrpath: python311Packages.twofish Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-twofish-0.3.0 Press Enter key to continue... Running update for: - python3.11-twofish-0.3.0: UPDATING ... - python3.11-twofish-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.twofish 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ptable, using log file: /var/log/nixpkgs-update/python311Packages.ptable/2024-02-21.log python311Packages.ptable 0 -> 1 attrpath: python311Packages.ptable Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ptable-unstable-2019-06-14 Press Enter key to continue... Running update for: - python3.11-ptable-unstable-2019-06-14: UPDATING ... - python3.11-ptable-unstable-2019-06-14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ptable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-finspace, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-finspace/2024-02-21.log python312Packages.mypy-boto3-finspace 1.34.0 -> 1.34.24 https://repology.org/project/python:mypy-boto3-finspace/versions attrpath: python312Packages.mypy-boto3-finspace Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-finspace-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-finspace-1.34.0: UPDATING ... - python3.12-mypy-boto3-finspace-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-finspace 1.34.0 -> 1.34.24 https://repology.org/project/python:mypy-boto3-finspace/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.x13binary, using log file: /var/log/nixpkgs-update/rPackages.x13binary/2024-02-21.log rPackages.x13binary 1.1.57-4 -> 1.1.60 https://repology.org/project/r:x13binary/versions attrpath: rPackages.x13binary Checking auto update branch... No auto update branch exists Old version 1.1.57-4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.x13binary 1.1.57-4 -> 1.1.60 https://repology.org/project/r:x13binary/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath freeplane, using log file: /var/log/nixpkgs-update/freeplane/2024-02-21.log freeplane 1.11.8 -> 1.11.10 https://repology.org/project/freeplane/versions attrpath: freeplane Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update freeplane 1.11.8 -> 1.11.10 https://repology.org/project/freeplane/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.aRxiv, using log file: /var/log/nixpkgs-update/rPackages.aRxiv/2024-02-21.log rPackages.aRxiv 0.6 -> 0.8 https://repology.org/project/r:arxiv/versions attrpath: rPackages.aRxiv Checking auto update branch... No auto update branch exists Old version 0.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.aRxiv 0.6 -> 0.8 https://repology.org/project/r:arxiv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath melange, using log file: /var/log/nixpkgs-update/melange/2024-02-21.log melange 0.5.6 -> 0.6.3 https://github.com/chainguard-dev/melange/releases attrpath: melange Checking auto update branch... An auto update branch exists with message `melange: 0.5.6 -> 0.6.1`. New version is 0.6.3. The auto update branch does not match or exceed the new version. [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-qQm/a7pE7mwqvYFFUceqElV+Qg1G39/z048wxYrV7E4=" [golangModuleVersion] Replaced vendorHash with sha256-Kem213JcnTM01c0XYDpyH4l9n8pNT/L1ezWRPy+IXvM= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/melange/default.nix b/pkgs/development/tools/melange/default.nix index 0ee59814bf41..acca59d660eb 100644 --- a/pkgs/development/tools/melange/default.nix +++ b/pkgs/development/tools/melange/default.nix @@ -6,13 +6,13 @@ buildGoModule rec { pname = "melange"; - version = "0.5.6"; + version = "0.6.3"; src = fetchFromGitHub { owner = "chainguard-dev"; repo = pname; rev = "v${version}"; - hash = "sha256-/oQDtUL3gjm4BsUbx7p3AmM7hcrd8Ui5Dih0DFAl5rs="; + hash = "sha256-JfzykEa1DvLd9YHISTYUOKsR4AqFgGCWTTj+uwiG3zU="; # populate values that require us to use git. By doing this in postFetch we # can delete .git afterwards and maintain better reproducibility of the src. leaveDotGit = true; @@ -25,7 +25,7 @@ buildGoModule rec { ''; }; - vendorHash = "sha256-qQm/a7pE7mwqvYFFUceqElV+Qg1G39/z048wxYrV7E4="; + vendorHash = "sha256-Kem213JcnTM01c0XYDpyH4l9n8pNT/L1ezWRPy+IXvM="; subPackages = [ "." ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/jcy4zwxv47q2yk4g8qi7d2crq0f05xwz-melange-0.6.3" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • melange
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/chainguard-dev/melange/releases. meta.description for melange is: Build APKs from source code meta.homepage for melange is: https://github.com/chainguard-dev/melange meta.changelog for melange is: https://github.com/chainguard-dev/melange/blob/v0.6.3/NEWS.md ###### Updates performed - Golang update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.6.3 with grep in /nix/store/jcy4zwxv47q2yk4g8qi7d2crq0f05xwz-melange-0.6.3 - found 0.6.3 in filename of file in /nix/store/jcy4zwxv47q2yk4g8qi7d2crq0f05xwz-melange-0.6.3 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath melange ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/jcy4zwxv47q2yk4g8qi7d2crq0f05xwz-melange-0.6.3 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A melange https://github.com/r-ryantm/nixpkgs/archive/6ff7c6fbc620b68f6f8217c59d96291f285cf0aa.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/6ff7c6fbc620b68f6f8217c59d96291f285cf0aa#melange ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/jcy4zwxv47q2yk4g8qi7d2crq0f05xwz-melange-0.6.3 ls -la /nix/store/jcy4zwxv47q2yk4g8qi7d2crq0f05xwz-melange-0.6.3/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • melange
--- ###### Maintainer pings cc @developer-guy for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/286864 [result] Success updating melange 0.5.6 -> 0.6.3 https://github.com/chainguard-dev/melange/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nq, using log file: /var/log/nixpkgs-update/nq/2024-02-21.log nq 0.5 -> 2.5.10 https://repology.org/project/nq/versions attrpath: nq Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/5sg4walgvgf804w7jlcp4724d7i40khm-source.drv building '/nix/store/5sg4walgvgf804w7jlcp4724d7i40khm-source.drv'... trying https://github.com/chneukirchen/nq/archive/v2.5.10.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/5sg4walgvgf804w7jlcp4724d7i40khm-source.drv' failed with exit code 1; last 9 log lines: > > trying https://github.com/chneukirchen/nq/archive/v2.5.10.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/5sg4walgvgf804w7jlcp4724d7i40khm-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'nq.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/5sg4walgvgf804w7jlcp4724d7i40khm-source.drv /nix/store/grknwiws9xj5y1pbjad7s6wydz0n2mc9-nq-2.5.10.drv building '/nix/store/5sg4walgvgf804w7jlcp4724d7i40khm-source.drv'... trying https://github.com/chneukirchen/nq/archive/v2.5.10.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/5sg4walgvgf804w7jlcp4724d7i40khm-source.drv' failed with exit code 1; last 9 log lines: > > trying https://github.com/chneukirchen/nq/archive/v2.5.10.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/5sg4walgvgf804w7jlcp4724d7i40khm-source.drv'. error: 1 dependencies of derivation '/nix/store/grknwiws9xj5y1pbjad7s6wydz0n2mc9-nq-2.5.10.drv' failed to build [result] Failed to update nq 0.5 -> 2.5.10 https://repology.org/project/nq/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.bigrquery, using log file: /var/log/nixpkgs-update/rPackages.bigrquery/2024-02-21.log rPackages.bigrquery 1.4.2 -> 1.5.0 https://repology.org/project/r:bigrquery/versions attrpath: rPackages.bigrquery Checking auto update branch... No auto update branch exists Old version 1.4.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.bigrquery 1.4.2 -> 1.5.0 https://repology.org/project/r:bigrquery/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MultiscaleDTM, using log file: /var/log/nixpkgs-update/rPackages.MultiscaleDTM/2024-02-21.log rPackages.MultiscaleDTM 0.8.2 -> 0.8.3 https://repology.org/project/r:multiscaledtm/versions attrpath: rPackages.MultiscaleDTM Checking auto update branch... No auto update branch exists Old version 0.8.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.MultiscaleDTM 0.8.2 -> 0.8.3 https://repology.org/project/r:multiscaledtm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath melonDS, using log file: /var/log/nixpkgs-update/melonDS/2024-02-21.log melonDS 0.9.5-unstable-2024-01-17 -> 0.9.5 https://github.com/melonDS-emu/melonDS/releases attrpath: melonDS Checking auto update branch... No auto update branch exists 0.9.5 is not newer than 0.9.5-unstable-2024-01-17 according to Nix; versionComparison: -1 [result] Failed to update melonDS 0.9.5-unstable-2024-01-17 -> 0.9.5 https://github.com/melonDS-emu/melonDS/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hishel, using log file: /var/log/nixpkgs-update/python311Packages.hishel/2024-02-21.log python311Packages.hishel 0 -> 1 attrpath: python311Packages.hishel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-hishel-0.0.24 Press Enter key to continue... Running update for: - python3.11-hishel-0.0.24: UPDATING ... - python3.11-hishel-0.0.24: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hishel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MazamaTimeSeries, using log file: /var/log/nixpkgs-update/rPackages.MazamaTimeSeries/2024-02-21.log rPackages.MazamaTimeSeries 0.2.15 -> 0.2.16 https://repology.org/project/r:mazamatimeseries/versions attrpath: rPackages.MazamaTimeSeries Checking auto update branch... No auto update branch exists Old version 0.2.15" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.MazamaTimeSeries 0.2.15 -> 0.2.16 https://repology.org/project/r:mazamatimeseries/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.GCalignR, using log file: /var/log/nixpkgs-update/rPackages.GCalignR/2024-02-21.log rPackages.GCalignR 1.0.5 -> 1.0.6 https://repology.org/project/r:gcalignr/versions attrpath: rPackages.GCalignR Checking auto update branch... No auto update branch exists Old version 1.0.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.GCalignR 1.0.5 -> 1.0.6 https://repology.org/project/r:gcalignr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath station, using log file: /var/log/nixpkgs-update/station/2024-02-21.log station 1.52.2 -> 2.7.3 https://repology.org/project/station-smart-browser/versions attrpath: station Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/g0mgxlz1fg3zniqjl61m2p4gvcby9r6h-Station-2.7.3-x86_64.AppImage.drv building '/nix/store/g0mgxlz1fg3zniqjl61m2p4gvcby9r6h-Station-2.7.3-x86_64.AppImage.drv'... trying https://github.com/getstation/desktop-app-releases/releases/download/2.7.3/Station-2.7.3-x86_64.AppImage % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download Station-2.7.3-x86_64.AppImage from any mirror error: builder for '/nix/store/g0mgxlz1fg3zniqjl61m2p4gvcby9r6h-Station-2.7.3-x86_64.AppImage.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/getstation/desktop-app-releases/releases/download/2.7.3/Station-2.7.3-x86_64.AppImage > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download Station-2.7.3-x86_64.AppImage from any mirror For full logs, run 'nix log /nix/store/g0mgxlz1fg3zniqjl61m2p4gvcby9r6h-Station-2.7.3-x86_64.AppImage.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'station.originalSrc' not found stderr did not split as expected full stderr was: these 7 derivations will be built: /nix/store/g0mgxlz1fg3zniqjl61m2p4gvcby9r6h-Station-2.7.3-x86_64.AppImage.drv /nix/store/5cgmfapdnkpf15cys8w557lb3k1ciwpi-station-2.7.3-extracted.drv /nix/store/0pla104kwiwm926b15vmjpqgjvv1vfgl-station-2.7.3-init.drv /nix/store/6plzwzhfaq3j8v3q643djblrhz5zyiwn-station-2.7.3-usr-target.drv /nix/store/41nhnq14pri6hzipmc33c677wgddh6cd-station-2.7.3-fhs.drv /nix/store/nc3y6yqz3g74d4x2r0wgznf94k361hb1-station-2.7.3-bwrap.drv /nix/store/yq664zij6rkzy7is6vlxijbjdmv9881b-station-2.7.3.drv building '/nix/store/6plzwzhfaq3j8v3q643djblrhz5zyiwn-station-2.7.3-usr-target.drv'... building '/nix/store/g0mgxlz1fg3zniqjl61m2p4gvcby9r6h-Station-2.7.3-x86_64.AppImage.drv'... warning: collision between `/nix/store/36wymklsa60bigdhb0p3139ws02r46lw-glibc-2.38-44-bin/bin/ldconfig' and `/nix/store/s2aw3kil7s92vk5xgk5jq2nd3cqc2rw6-ldconfig/bin/ldconfig' warning: collision between `/nix/store/cyrrf49i2hm1w7vn2j945ic3rrzgxbqs-glibc-2.38-44/lib/locale/locale-archive' and `/nix/store/42v5aw89hq9rm16vnj4wpwif57ii7c0b-glibc-locales-2.38-44/lib/locale/locale-archive' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/bin/sh' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/bin/sh' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/bin/bashbug' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/bin/bashbug' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/bin/bash' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/bin/bash' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/zh_TW/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/zh_TW/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/ga/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/ga/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/sr/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/sr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/en@quot/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/en@quot/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/el/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/el/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/bg/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/bg/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/ja/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/ja/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/tr/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/tr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/nb/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/nb/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/ro/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/ro/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/ca/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/ca/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/ko/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/ko/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/zh_CN/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/zh_CN/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/lt/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/lt/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/hr/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/hr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/et/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/et/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/en@boldquot/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/en@boldquot/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/id/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/id/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/pt/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/pt/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/sk/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/sk/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/eo/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/eo/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/nl/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/nl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/hu/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/hu/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/sv/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/sv/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/fr/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/fr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/af/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/af/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/gl/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/gl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/da/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/da/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/it/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/it/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/pt_BR/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/pt_BR/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/fi/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/fi/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/ru/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/ru/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/cs/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/cs/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/uk/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/uk/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/de/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/de/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/es/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/es/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/pl/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/pl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/sl/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/sl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/share/locale/vi/LC_MESSAGES/bash.mo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/share/locale/vi/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/mktemp' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/mktemp' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/rm' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/rm' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/logname' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/logname' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/mkfifo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/mkfifo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/mkdir' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/mkdir' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/printenv' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/printenv' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/basename' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/basename' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/setpgid' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/setpgid' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/print' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/print' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/Makefile.sample' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/Makefile.sample' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/cut' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/cut' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/sleep' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/sleep' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/seq' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/seq' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/finfo' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/finfo' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/tee' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/tee' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/rmdir' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/rmdir' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/fdflags' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/fdflags' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/realpath' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/realpath' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/strftime' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/strftime' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/dsv' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/dsv' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/id' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/id' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/loadables.h' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/loadables.h' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/dirname' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/dirname' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/head' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/head' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/sync' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/sync' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/tty' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/tty' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/push' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/push' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/csv' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/csv' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/whoami' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/whoami' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/stat' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/stat' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/ln' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/ln' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/mypid' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/mypid' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/getconf' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/getconf' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/unlink' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/unlink' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/pathchk' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/pathchk' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/truefalse' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/truefalse' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/accept' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/accept' warning: collision between `/nix/store/1zslabm02hi75anb2w8zjrqwzgs0vrs3-bash-interactive-5.2p26/lib/bash/uname' and `/nix/store/ia2g9wmygxq4mcd4924zk3y3yaj36sr0-bash-interactive-5.2p26/lib/bash/uname' warning: collision between `/nix/store/par0qx4bpzm7d5sqawbs24h1i3mcy6h4-bash-interactive-5.2p26-man/share/man/man1/bashbug.1.gz' and `/nix/store/69jnjmvmlj1havsy6dcfdrm9dymmd653-bash-interactive-5.2p26-man/share/man/man1/bashbug.1.gz' warning: collision between `/nix/store/par0qx4bpzm7d5sqawbs24h1i3mcy6h4-bash-interactive-5.2p26-man/share/man/man1/bash.1.gz' and `/nix/store/69jnjmvmlj1havsy6dcfdrm9dymmd653-bash-interactive-5.2p26-man/share/man/man1/bash.1.gz' trying https://github.com/getstation/desktop-app-releases/releases/download/2.7.3/Station-2.7.3-x86_64.AppImage % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed warning: collision between `/nix/store/4lflp581wwj61fqxqbi4bfy1p5g6zg7i-gtk+-2.24.33/bin/gtk-update-icon-cache' and `/nix/store/rp383l10xlx4l8mqjk98zd2x8q0ilk7r-gtk+3-3.24.39/bin/gtk-update-icon-cache' 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download Station-2.7.3-x86_64.AppImage from any mirror error: builder for '/nix/store/g0mgxlz1fg3zniqjl61m2p4gvcby9r6h-Station-2.7.3-x86_64.AppImage.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/getstation/desktop-app-releases/releases/download/2.7.3/Station-2.7.3-x86_64.AppImage > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download Station-2.7.3-x86_64.AppImage from any mirror For full logs, run 'nix log /nix/store/g0mgxlz1fg3zniqjl61m2p4gvcby9r6h-Station-2.7.3-x86_64.AppImage.drv'. error: 1 dependencies of derivation '/nix/store/5cgmfapdnkpf15cys8w557lb3k1ciwpi-station-2.7.3-extracted.drv' failed to build error: 1 dependencies of derivation '/nix/store/yq664zij6rkzy7is6vlxijbjdmv9881b-station-2.7.3.drv' failed to build [result] Failed to update station 1.52.2 -> 2.7.3 https://repology.org/project/station-smart-browser/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hime, using log file: /var/log/nixpkgs-update/hime/2024-02-21.log hime 0.9.11 -> 0.10.1 https://repology.org/project/hime/versions attrpath: hime Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/caask5c4kywqsbcw2z2cz52xiwfx41fp-source.drv building '/nix/store/caask5c4kywqsbcw2z2cz52xiwfx41fp-source.drv'... trying https://github.com/hime-ime/hime/archive/v0.10.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/caask5c4kywqsbcw2z2cz52xiwfx41fp-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/hime-ime/hime/archive/v0.10.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/caask5c4kywqsbcw2z2cz52xiwfx41fp-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'hime.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/caask5c4kywqsbcw2z2cz52xiwfx41fp-source.drv /nix/store/6x5ifnkiqaf2blvz5y5cqnd0082kwrhc-hime-0.10.1.drv building '/nix/store/caask5c4kywqsbcw2z2cz52xiwfx41fp-source.drv'... trying https://github.com/hime-ime/hime/archive/v0.10.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/caask5c4kywqsbcw2z2cz52xiwfx41fp-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/hime-ime/hime/archive/v0.10.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/caask5c4kywqsbcw2z2cz52xiwfx41fp-source.drv'. error: 1 dependencies of derivation '/nix/store/6x5ifnkiqaf2blvz5y5cqnd0082kwrhc-hime-0.10.1.drv' failed to build [result] Failed to update hime 0.9.11 -> 0.10.1 https://repology.org/project/hime/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.hsstan, using log file: /var/log/nixpkgs-update/rPackages.hsstan/2024-02-21.log rPackages.hsstan 0.8.1 -> 0.8.2 https://repology.org/project/r:hsstan/versions attrpath: rPackages.hsstan Checking auto update branch... No auto update branch exists Old version 0.8.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.hsstan 0.8.1 -> 0.8.2 https://repology.org/project/r:hsstan/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.hibayes, using log file: /var/log/nixpkgs-update/rPackages.hibayes/2024-02-21.log rPackages.hibayes 3.0.1 -> 3.0.3 https://repology.org/project/r:hibayes/versions attrpath: rPackages.hibayes Checking auto update branch... No auto update branch exists Old version 3.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.hibayes 3.0.1 -> 3.0.3 https://repology.org/project/r:hibayes/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.ratel, using log file: /var/log/nixpkgs-update/haskellPackages.ratel/2024-02-21.log haskellPackages.ratel 2.0.0.10 -> 2.0.0.11 https://repology.org/project/haskell:ratel/versions attrpath: haskellPackages.ratel Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.ratel 2.0.0.10 -> 2.0.0.11 https://repology.org/project/haskell:ratel/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mkcue, using log file: /var/log/nixpkgs-update/mkcue/2024-02-21.log mkcue 1 -> 2.1 https://repology.org/project/mkcue/versions attrpath: mkcue Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/l665zq1mvln4p0b2wzaq46xdkj218p63-mkcue_2.1.orig.tar.gz.drv building '/nix/store/l665zq1mvln4p0b2wzaq46xdkj218p63-mkcue_2.1.orig.tar.gz.drv'... trying http://http.debian.net/debian/pool/main/m/mkcue/mkcue_2.1.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 260 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download mkcue_2.1.orig.tar.gz from any mirror error: builder for '/nix/store/l665zq1mvln4p0b2wzaq46xdkj218p63-mkcue_2.1.orig.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying http://http.debian.net/debian/pool/main/m/mkcue/mkcue_2.1.orig.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 260 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download mkcue_2.1.orig.tar.gz from any mirror For full logs, run 'nix log /nix/store/l665zq1mvln4p0b2wzaq46xdkj218p63-mkcue_2.1.orig.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'mkcue.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/l665zq1mvln4p0b2wzaq46xdkj218p63-mkcue_2.1.orig.tar.gz.drv /nix/store/yjrq962j8z206sf8qp7v12zcnlgyn2wz-mkcue-2.1.drv building '/nix/store/l665zq1mvln4p0b2wzaq46xdkj218p63-mkcue_2.1.orig.tar.gz.drv'... trying http://http.debian.net/debian/pool/main/m/mkcue/mkcue_2.1.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 260 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download mkcue_2.1.orig.tar.gz from any mirror error: builder for '/nix/store/l665zq1mvln4p0b2wzaq46xdkj218p63-mkcue_2.1.orig.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying http://http.debian.net/debian/pool/main/m/mkcue/mkcue_2.1.orig.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 260 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download mkcue_2.1.orig.tar.gz from any mirror For full logs, run 'nix log /nix/store/l665zq1mvln4p0b2wzaq46xdkj218p63-mkcue_2.1.orig.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/yjrq962j8z206sf8qp7v12zcnlgyn2wz-mkcue-2.1.drv' failed to build [result] Failed to update mkcue 1 -> 2.1 https://repology.org/project/mkcue/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath empty, using log file: /var/log/nixpkgs-update/empty/2024-02-21.log empty 0.6.21b -> 0.6.23c https://repology.org/project/empty/versions attrpath: empty Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/empty/default.nix b/pkgs/tools/misc/empty/default.nix index 29dfa606dd44..8e49e6bb9289 100644 --- a/pkgs/tools/misc/empty/default.nix +++ b/pkgs/tools/misc/empty/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "empty"; - version = "0.6.21b"; + version = "0.6.23c"; src = fetchzip { url = "mirror://sourceforge/${pname}/${pname}/${pname}-${version}.tgz"; - sha256 = "1rkixh2byr70pdxrwr4lj1ckh191rjny1m5xbjsa7nqw1fw6c2xs"; + sha256 = "sha256-5dvDIFSW/+D4hGcn6YpGN+++HTEjJS1U2eVg5lvLVYo="; stripRoot = false; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A empty nix build failed. got build log for 'empty' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/pl5lw7wwqb8p0ni7229dvgv6s6phff7i-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/p43fjflryvdvc7yblw866rzjjgg9dk0k-0.6-Makefile.patch can't find file to patch at input line 5 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/Makefile b/Makefile |index 1fe4c41..2c69558 100644 |--- a/Makefile |+++ b/Makefile -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored [result] Failed to update empty 0.6.21b -> 0.6.23c https://repology.org/project/empty/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsForQt5.kirigami-addons, using log file: /var/log/nixpkgs-update/libsForQt5.kirigami-addons/2024-02-21.log libsForQt5.kirigami-addons 0.11.0 -> 0.11.90 https://repology.org/project/kirigami-addons/versions attrpath: libsForQt5.kirigami-addons Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/kirigami-addons/default.nix b/pkgs/development/libraries/kirigami-addons/default.nix index 8cefa310b61a..0111243d5ada 100644 --- a/pkgs/development/libraries/kirigami-addons/default.nix +++ b/pkgs/development/libraries/kirigami-addons/default.nix @@ -12,14 +12,14 @@ mkDerivation rec { pname = "kirigami-addons"; - version = "0.11.0"; + version = "0.11.90"; src = fetchFromGitLab { domain = "invent.kde.org"; owner = "libraries"; repo = pname; rev = "v${version}"; - hash = "sha256-KTkEfGmQf9kj+9e/rJM7jd/4BqubDLu5/oLkX88uENA="; + hash = "sha256-uZNCWBl2G/jwTbEdo7tOyzxAzDDehi0ToBhNAnholU0="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libsForQt5.kirigami-addons nix build failed. include could not find requested file: ECMQtDeclareLoggingCategory  CMake Error at CMakeLists.txt:31 (include): include could not find requested file: ECMAddQch  CMake Error at CMakeLists.txt:32 (include): include could not find requested file: ECMQmlModule  CMake Error at CMakeLists.txt:34 (find_package): Could not find a package configuration file provided by "Qt6" (requested version 6.4) with any of the following names: Qt6Config.cmake qt6-config.cmake Add the installation prefix of "Qt6" to CMAKE_PREFIX_PATH or set "Qt6_DIR" to a directory containing one of the above files. If "Qt6" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! [result] Failed to update libsForQt5.kirigami-addons 0.11.0 -> 0.11.90 https://repology.org/project/kirigami-addons/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cyberduck, using log file: /var/log/nixpkgs-update/cyberduck/2024-02-21.log cyberduck 8.6.0.39818 -> 8.7.2 https://repology.org/project/cyberduck/versions attrpath: cyberduck Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/2br48qp58xfgf27wqs6k6niij69n5km4-Cyberduck-8.7.2.zip.drv building '/nix/store/2br48qp58xfgf27wqs6k6niij69n5km4-Cyberduck-8.7.2.zip.drv'... trying https://update.cyberduck.io/Cyberduck-8.7.2.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 385 100 385 0 0 1923 0 --:--:-- --:--:-- --:--:-- 1915 0 70 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download Cyberduck-8.7.2.zip from any mirror error: builder for '/nix/store/2br48qp58xfgf27wqs6k6niij69n5km4-Cyberduck-8.7.2.zip.drv' failed with exit code 1; last 8 log lines: > > trying https://update.cyberduck.io/Cyberduck-8.7.2.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 385 100 385 0 0 1923 0 --:--:-- --:--:-- --:--:-- 1915 > 0 70 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download Cyberduck-8.7.2.zip from any mirror For full logs, run 'nix log /nix/store/2br48qp58xfgf27wqs6k6niij69n5km4-Cyberduck-8.7.2.zip.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'cyberduck.originalSrc' not found stderr did not split as expected full stderr was: error: Package ‘cyberduck-8.7.2’ in /var/cache/nixpkgs-update/worker/worktree/cyberduck/pkgs/applications/networking/cyberduck/default.nix:28 is not available on the requested hostPlatform: hostPlatform.config = "x86_64-unknown-linux-gnu" package.meta.platforms = [ "x86_64-darwin" "i686-darwin" "aarch64-darwin" "armv7a-darwin" ] package.meta.badPlatforms = [ ] , refusing to evaluate. a) To temporarily allow packages that are unsupported for this system, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowUnsupportedSystem = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnsupportedSystem = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) [result] Failed to update cyberduck 8.6.0.39818 -> 8.7.2 https://repology.org/project/cyberduck/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.venneuler, using log file: /var/log/nixpkgs-update/rPackages.venneuler/2024-02-21.log rPackages.venneuler 1.1-3 -> 1.1-4 https://repology.org/project/r:venneuler/versions attrpath: rPackages.venneuler Checking auto update branch... No auto update branch exists Old version 1.1-3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.venneuler 1.1-3 -> 1.1-4 https://repology.org/project/r:venneuler/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.liquid-fixpoint, using log file: /var/log/nixpkgs-update/haskellPackages.liquid-fixpoint/2024-02-21.log haskellPackages.liquid-fixpoint 0.9.4.7 -> 8.10.7 https://repology.org/project/haskell:liquid-fixpoint/versions attrpath: haskellPackages.liquid-fixpoint Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.liquid-fixpoint 0.9.4.7 -> 8.10.7 https://repology.org/project/haskell:liquid-fixpoint/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.archive-tar, using log file: /var/log/nixpkgs-update/haskellPackages.archive-tar/2024-02-21.log haskellPackages.archive-tar 0.2.2.1 -> 1.0.0.0 https://repology.org/project/haskell:archive-tar/versions attrpath: haskellPackages.archive-tar Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.archive-tar 0.2.2.1 -> 1.0.0.0 https://repology.org/project/haskell:archive-tar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.sbvPlugin, using log file: /var/log/nixpkgs-update/haskellPackages.sbvPlugin/2024-02-21.log haskellPackages.sbvPlugin 9.6.1 -> 9.8.1 https://repology.org/project/haskell:sbvplugin/versions attrpath: haskellPackages.sbvPlugin Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.sbvPlugin 9.6.1 -> 9.8.1 https://repology.org/project/haskell:sbvplugin/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gio-sharp, using log file: /var/log/nixpkgs-update/gio-sharp/2024-02-21.log gio-sharp 0.3 -> 2.22.3 https://repology.org/project/gio-sharp/versions attrpath: gio-sharp Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/cv5w3q1lij6fhnvf8qp02w58801wfk8q-source.drv building '/nix/store/cv5w3q1lij6fhnvf8qp02w58801wfk8q-source.drv'... trying https://github.com/mono/gio-sharp/archive/2.22.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/cv5w3q1lij6fhnvf8qp02w58801wfk8q-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/mono/gio-sharp/archive/2.22.3.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/cv5w3q1lij6fhnvf8qp02w58801wfk8q-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'gio-sharp.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/cv5w3q1lij6fhnvf8qp02w58801wfk8q-source.drv /nix/store/13rbks7dq1qqnzn2kraggzr9yjiywyka-gio-sharp-2.22.3.drv building '/nix/store/cv5w3q1lij6fhnvf8qp02w58801wfk8q-source.drv'... trying https://github.com/mono/gio-sharp/archive/2.22.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/cv5w3q1lij6fhnvf8qp02w58801wfk8q-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/mono/gio-sharp/archive/2.22.3.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/cv5w3q1lij6fhnvf8qp02w58801wfk8q-source.drv'. error: 1 dependencies of derivation '/nix/store/13rbks7dq1qqnzn2kraggzr9yjiywyka-gio-sharp-2.22.3.drv' failed to build [result] Failed to update gio-sharp 0.3 -> 2.22.3 https://repology.org/project/gio-sharp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.riskclustr, using log file: /var/log/nixpkgs-update/rPackages.riskclustr/2024-02-21.log rPackages.riskclustr 0.4.0 -> 0.4.1 https://repology.org/project/r:riskclustr/versions attrpath: rPackages.riskclustr Checking auto update branch... No auto update branch exists Old version 0.4.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.riskclustr 0.4.0 -> 0.4.1 https://repology.org/project/r:riskclustr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wireless-regdb, using log file: /var/log/nixpkgs-update/wireless-regdb/2024-02-21.log wireless-regdb 0 -> 1 attrpath: wireless-regdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - wireless-regdb-2024.01.23 Press Enter key to continue... Running update for: - wireless-regdb-2024.01.23: UPDATING ... - wireless-regdb-2024.01.23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wireless-regdb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mpc-cli, using log file: /var/log/nixpkgs-update/mpc-cli/2024-02-21.log mpc-cli 0.34 -> 0.35 https://repology.org/project/mpc/versions attrpath: mpc-cli Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update mpc-cli 0.34 -> 0.35 https://repology.org/project/mpc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.S4Arrays, using log file: /var/log/nixpkgs-update/rPackages.S4Arrays/2024-02-21.log rPackages.S4Arrays 1.2.0 -> 1.3.0 https://repology.org/project/r:s4arrays/versions attrpath: rPackages.S4Arrays Checking auto update branch... No auto update branch exists Old version 1.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.S4Arrays 1.2.0 -> 1.3.0 https://repology.org/project/r:s4arrays/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nvidia_cg_toolkit, using log file: /var/log/nixpkgs-update/nvidia_cg_toolkit/2024-02-21.log nvidia_cg_toolkit 3.1 -> 3.1.0013 https://repology.org/project/nvidia-cg-toolkit/versions attrpath: nvidia_cg_toolkit Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update nvidia_cg_toolkit 3.1 -> 3.1.0013 https://repology.org/project/nvidia-cg-toolkit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.keter, using log file: /var/log/nixpkgs-update/haskellPackages.keter/2024-02-21.log haskellPackages.keter 2.1.2 -> 2.1.3 https://repology.org/project/haskell:keter/versions attrpath: haskellPackages.keter Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.keter 2.1.2 -> 2.1.3 https://repology.org/project/haskell:keter/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xzgv, using log file: /var/log/nixpkgs-update/xzgv/2024-02-21.log xzgv 0.9.2 -> 0.9.2_2 https://repology.org/project/xzgv/versions attrpath: xzgv Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/bf039m43snjcxgbkdki1l8xmp989v2z9-xzgv-0.9.2_2.tar.gz.drv building '/nix/store/bf039m43snjcxgbkdki1l8xmp989v2z9-xzgv-0.9.2_2.tar.gz.drv'... trying https://downloads.sourceforge.net/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1169 0 --:--:-- --:--:-- --:--:-- 1179 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 207 0 --:--:-- --:--:-- --:--:-- 207 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 306 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download xzgv-0.9.2_2.tar.gz from any mirror error: builder for '/nix/store/bf039m43snjcxgbkdki1l8xmp989v2z9-xzgv-0.9.2_2.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 154 100 154 0 0 207 0 --:--:-- --:--:-- --:--:-- 207 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 306 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://osdn.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' > More details here: https://curl.se/docs/sslcerts.html > > curl failed to verify the legitimacy of the server and therefore could not > establish a secure connection to it. To learn more about this situation and > how to fix it, please visit the web page mentioned above. > error: cannot download xzgv-0.9.2_2.tar.gz from any mirror For full logs, run 'nix log /nix/store/bf039m43snjcxgbkdki1l8xmp989v2z9-xzgv-0.9.2_2.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'xzgv.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/bf039m43snjcxgbkdki1l8xmp989v2z9-xzgv-0.9.2_2.tar.gz.drv /nix/store/931fr4mllgfsp4d01ak0rrw4ml2la5fq-xzgv-0.9.2_2.drv building '/nix/store/bf039m43snjcxgbkdki1l8xmp989v2z9-xzgv-0.9.2_2.tar.gz.drv'... trying https://downloads.sourceforge.net/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1213 0 --:--:-- --:--:-- --:--:-- 1221 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 246 0 --:--:-- --:--:-- --:--:-- 246 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 306 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download xzgv-0.9.2_2.tar.gz from any mirror error: builder for '/nix/store/bf039m43snjcxgbkdki1l8xmp989v2z9-xzgv-0.9.2_2.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 154 100 154 0 0 246 0 --:--:-- --:--:-- --:--:-- 246 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 306 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://osdn.dl.sourceforge.net/sourceforge/xzgv/xzgv-0.9.2_2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' > More details here: https://curl.se/docs/sslcerts.html > > curl failed to verify the legitimacy of the server and therefore could not > establish a secure connection to it. To learn more about this situation and > how to fix it, please visit the web page mentioned above. > error: cannot download xzgv-0.9.2_2.tar.gz from any mirror For full logs, run 'nix log /nix/store/bf039m43snjcxgbkdki1l8xmp989v2z9-xzgv-0.9.2_2.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/931fr4mllgfsp4d01ak0rrw4ml2la5fq-xzgv-0.9.2_2.drv' failed to build [result] Failed to update xzgv 0.9.2 -> 0.9.2_2 https://repology.org/project/xzgv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.json-feed, using log file: /var/log/nixpkgs-update/haskellPackages.json-feed/2024-02-21.log haskellPackages.json-feed 2.0.0.10 -> 2.0.0.11 https://repology.org/project/haskell:json-feed/versions attrpath: haskellPackages.json-feed Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.json-feed 2.0.0.10 -> 2.0.0.11 https://repology.org/project/haskell:json-feed/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bsdgames, using log file: /var/log/nixpkgs-update/bsdgames/2024-02-21.log bsdgames 2.17 -> 3.3 https://repology.org/project/bsd-games/versions attrpath: bsdgames Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update bsdgames 2.17 -> 3.3 https://repology.org/project/bsd-games/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.NACHO, using log file: /var/log/nixpkgs-update/rPackages.NACHO/2024-02-21.log rPackages.NACHO 2.0.5 -> 2.0.6 https://repology.org/project/r:nacho/versions attrpath: rPackages.NACHO Checking auto update branch... No auto update branch exists Old version 2.0.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.NACHO 2.0.5 -> 2.0.6 https://repology.org/project/r:nacho/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hugs, using log file: /var/log/nixpkgs-update/hugs/2024-02-21.log hugs 2006-09 -> 200609 https://repology.org/project/hugs98/versions attrpath: hugs Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update hugs 2006-09 -> 200609 https://repology.org/project/hugs98/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pls, using log file: /var/log/nixpkgs-update/pls/2024-02-21.log pls 0.0.1-beta4 -> 6.0.0 https://repology.org/project/pls/versions attrpath: pls Checking auto update branch... No auto update branch exists Old version 0.0.1-beta4" not present in master derivation file with contents: { lib , stdenv , rustPlatform , fetchFromGitHub , darwin }: rustPlatform.buildRustPackage rec { pname = "pls"; version = "0.0.1-beta.4"; src = fetchFromGitHub { owner = "dhruvkb"; repo = "pls"; rev = "v${version}"; hash = "sha256-YndQx7FImtbAfcbOpIGOdHQA1V7mbQiYBbpik2I+FCE="; }; cargoHash = "sha256-HzkN856GHhY2sQ0jmQCCQva/yB4zzh+ccrQvibLFhxQ="; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]; meta = { changelog = "https://github.com/pls-rs/pls/releases/tag/${src.rev}"; description = "Prettier and powerful ls"; homepage = "http://pls.cli.rs"; license = lib.licenses.gpl3Plus; mainProgram = "pls"; maintainers = with lib.maintainers; [ tomasajt ]; }; } [result] Failed to update pls 0.0.1-beta4 -> 6.0.0 https://repology.org/project/pls/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.prettychart, using log file: /var/log/nixpkgs-update/haskellPackages.prettychart/2024-02-21.log haskellPackages.prettychart 0.1.2.0 -> 0.2.0.0 https://repology.org/project/haskell:prettychart/versions attrpath: haskellPackages.prettychart Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.prettychart 0.1.2.0 -> 0.2.0.0 https://repology.org/project/haskell:prettychart/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.MinionBackendmysql 1.003 -> 1.004 https://repology.org/project/perl:minion-backend-mysql/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath flac123, using log file: /var/log/nixpkgs-update/flac123/2024-02-21.log flac123 0.0.12 -> 2.1.1 https://repology.org/project/flac123/versions attrpath: flac123 Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/n2rifmfmksv1bzg5n3gklaaip6xjpf78-flac123-2.1.1-release.tar.gz.drv building '/nix/store/n2rifmfmksv1bzg5n3gklaaip6xjpf78-flac123-2.1.1-release.tar.gz.drv'... trying https://downloads.sourceforge.net/flac-tools/flac123-2.1.1-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/flac-tools/flac123-2.1.1-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/flac-tools/flac123-2.1.1-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1298 0 --:--:-- --:--:-- --:--:-- 1301 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/flac-tools/flac123-2.1.1-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 206 0 --:--:-- --:--:-- --:--:-- 206 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/flac-tools/flac123-2.1.1-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 321 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/flac-tools/flac123-2.1.1-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download flac123-2.1.1-release.tar.gz from any mirror error: builder for '/nix/store/n2rifmfmksv1bzg5n3gklaaip6xjpf78-flac123-2.1.1-release.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/flac-tools/flac123-2.1.1-release.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 154 100 154 0 0 206 0 --:--:-- --:--:-- --:--:-- 206 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/flac-tools/flac123-2.1.1-release.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 321 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://osdn.dl.sourceforge.net/sourceforge/flac-tools/flac123-2.1.1-release.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' > More details here: https://curl.se/docs/sslcerts.html > > curl failed to verify the legitimacy of the server and therefore could not > establish a secure connection to it. To learn more about this situation and > how to fix it, please visit the web page mentioned above. > error: cannot download flac123-2.1.1-release.tar.gz from any mirror For full logs, run 'nix log /nix/store/n2rifmfmksv1bzg5n3gklaaip6xjpf78-flac123-2.1.1-release.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'flac123.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/n2rifmfmksv1bzg5n3gklaaip6xjpf78-flac123-2.1.1-release.tar.gz.drv /nix/store/h93mmr2snnh1bwbl09ydc17iq78i0767-flac123-2.1.1.drv building '/nix/store/n2rifmfmksv1bzg5n3gklaaip6xjpf78-flac123-2.1.1-release.tar.gz.drv'... trying https://downloads.sourceforge.net/flac-tools/flac123-2.1.1-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/flac-tools/flac123-2.1.1-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/flac-tools/flac123-2.1.1-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1244 0 --:--:-- --:--:-- --:--:-- 1254 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/flac-tools/flac123-2.1.1-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 248 0 --:--:-- --:--:-- --:--:-- 248 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/flac-tools/flac123-2.1.1-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 321 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/flac-tools/flac123-2.1.1-release.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download flac123-2.1.1-release.tar.gz from any mirror error: builder for '/nix/store/n2rifmfmksv1bzg5n3gklaaip6xjpf78-flac123-2.1.1-release.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/flac-tools/flac123-2.1.1-release.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 154 100 154 0 0 248 0 --:--:-- --:--:-- --:--:-- 248 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/flac-tools/flac123-2.1.1-release.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 321 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://osdn.dl.sourceforge.net/sourceforge/flac-tools/flac123-2.1.1-release.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' > More details here: https://curl.se/docs/sslcerts.html > > curl failed to verify the legitimacy of the server and therefore could not > establish a secure connection to it. To learn more about this situation and > how to fix it, please visit the web page mentioned above. > error: cannot download flac123-2.1.1-release.tar.gz from any mirror For full logs, run 'nix log /nix/store/n2rifmfmksv1bzg5n3gklaaip6xjpf78-flac123-2.1.1-release.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/h93mmr2snnh1bwbl09ydc17iq78i0767-flac123-2.1.1.drv' failed to build [result] Failed to update flac123 0.0.12 -> 2.1.1 https://repology.org/project/flac123/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath atasm, using log file: /var/log/nixpkgs-update/atasm/2024-02-21.log atasm 1.09 -> 1.23 https://repology.org/project/atasm/versions attrpath: atasm Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/vh6vb7ad60fa9zynpkp1ymjvj9d2wcay-atasm123.zip.drv building '/nix/store/vh6vb7ad60fa9zynpkp1ymjvj9d2wcay-atasm123.zip.drv'... trying https://atari.miribilist.com/atasm/atasm123.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 315 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download atasm123.zip from any mirror error: builder for '/nix/store/vh6vb7ad60fa9zynpkp1ymjvj9d2wcay-atasm123.zip.drv' failed with exit code 1; last 7 log lines: > > trying https://atari.miribilist.com/atasm/atasm123.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 315 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download atasm123.zip from any mirror For full logs, run 'nix log /nix/store/vh6vb7ad60fa9zynpkp1ymjvj9d2wcay-atasm123.zip.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'atasm.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/vh6vb7ad60fa9zynpkp1ymjvj9d2wcay-atasm123.zip.drv /nix/store/7i8pykw51kqba0zmp2920qvg0bbmwrfa-atasm-1.23.drv building '/nix/store/vh6vb7ad60fa9zynpkp1ymjvj9d2wcay-atasm123.zip.drv'... trying https://atari.miribilist.com/atasm/atasm123.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 315 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download atasm123.zip from any mirror error: builder for '/nix/store/vh6vb7ad60fa9zynpkp1ymjvj9d2wcay-atasm123.zip.drv' failed with exit code 1; last 7 log lines: > > trying https://atari.miribilist.com/atasm/atasm123.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 315 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download atasm123.zip from any mirror For full logs, run 'nix log /nix/store/vh6vb7ad60fa9zynpkp1ymjvj9d2wcay-atasm123.zip.drv'. error: 1 dependencies of derivation '/nix/store/7i8pykw51kqba0zmp2920qvg0bbmwrfa-atasm-1.23.drv' failed to build [result] Failed to update atasm 1.09 -> 1.23 https://repology.org/project/atasm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath stormlib, using log file: /var/log/nixpkgs-update/stormlib/2024-02-21.log stormlib 9.22 -> 9.25 https://github.com/ladislav-zezula/StormLib/releases attrpath: stormlib Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/st/stormlib/package.nix b/pkgs/by-name/st/stormlib/package.nix index d55b93ca48ca..bf860899cb76 100644 --- a/pkgs/by-name/st/stormlib/package.nix +++ b/pkgs/by-name/st/stormlib/package.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "stormlib"; - version = "9.22"; + version = "9.25"; src = fetchFromGitHub { owner = "ladislav-zezula"; repo = "StormLib"; rev = "v${version}"; - sha256 = "1rcdl6ryrr8fss5z5qlpl4prrw8xpbcdgajg2hpp0i7fpk21ymcc"; + sha256 = "sha256-HTi2FKzKCbRaP13XERUmHkJgw8IfKaRJvsK3+YxFFdc="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A stormlib nix build failed. call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it.  -- The C compiler identification is GNU 13.2.0 -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found ZLIB: /nix/store/ilr7br1ck7i6wcgfkynwpnjp7n964h38-zlib-1.3.1/lib/libz.so (found version "1.3.1") -- Found BZip2: /nix/store/m85lbihyh8ryq7pls2cijn9c4rk6m6cm-bzip2-1.0.8/lib/libbz2.so (found version "1.0.8") -- Looking for BZ2_bzCompressInit -- Looking for BZ2_bzCompressInit - found -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) CMake Error at /nix/store/hkhmxs4n1agpdpyamlh2b78pm9wch0br-cmake-3.27.9/share/cmake-3.27/Modules/FindPkgConfig.cmake:663 (message): pkg-config tool not found Call Stack (most recent call first): /nix/store/hkhmxs4n1agpdpyamlh2b78pm9wch0br-cmake-3.27.9/share/cmake-3.27/Modules/FindPkgConfig.cmake:829 (_pkg_check_modules_internal) CMakeLists.txt:315 (pkg_check_modules)  -- Linking against dependent libraries dynamically -- Configuring incomplete, errors occurred! [result] Failed to update stormlib 9.22 -> 9.25 https://github.com/ladislav-zezula/StormLib/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spirv-cross, using log file: /var/log/nixpkgs-update/spirv-cross/2024-02-21.log spirv-cross 1.3.275.0 -> 20210115 https://repology.org/project/spirv-cross/versions attrpath: spirv-cross Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/g9figg1cpvi3dzkr76yalz2hw8h1xc9h-source.drv building '/nix/store/g9figg1cpvi3dzkr76yalz2hw8h1xc9h-source.drv'... trying https://github.com/KhronosGroup/SPIRV-Cross/archive/vulkan-sdk-20210115.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/g9figg1cpvi3dzkr76yalz2hw8h1xc9h-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/KhronosGroup/SPIRV-Cross/archive/vulkan-sdk-20210115.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/g9figg1cpvi3dzkr76yalz2hw8h1xc9h-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'spirv-cross.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/g9figg1cpvi3dzkr76yalz2hw8h1xc9h-source.drv /nix/store/qv8iy767h2hkx6pgsch508w1v1apskv8-spirv-cross-20210115.drv building '/nix/store/g9figg1cpvi3dzkr76yalz2hw8h1xc9h-source.drv'... trying https://github.com/KhronosGroup/SPIRV-Cross/archive/vulkan-sdk-20210115.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/g9figg1cpvi3dzkr76yalz2hw8h1xc9h-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/KhronosGroup/SPIRV-Cross/archive/vulkan-sdk-20210115.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/g9figg1cpvi3dzkr76yalz2hw8h1xc9h-source.drv'. error: 1 dependencies of derivation '/nix/store/qv8iy767h2hkx6pgsch508w1v1apskv8-spirv-cross-20210115.drv' failed to build [result] Failed to update spirv-cross 1.3.275.0 -> 20210115 https://repology.org/project/spirv-cross/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.survstan, using log file: /var/log/nixpkgs-update/rPackages.survstan/2024-02-21.log rPackages.survstan 0.0.5 -> 0.0.6.1 https://repology.org/project/r:survstan/versions attrpath: rPackages.survstan Checking auto update branch... No auto update branch exists Old version 0.0.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.survstan 0.0.5 -> 0.0.6.1 https://repology.org/project/r:survstan/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath datovka, using log file: /var/log/nixpkgs-update/datovka/2024-02-21.log datovka 4.23.4 -> 4.23.6 https://repology.org/project/datovka/versions attrpath: datovka Checking auto update branch... An auto update branch exists with message `datovka: 4.23.4 -> 4.23.6`. New version is 4.23.6. An auto update branch exists with an equal or greater version [result] Failed to update datovka 4.23.4 -> 4.23.6 https://repology.org/project/datovka/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.graph, using log file: /var/log/nixpkgs-update/rPackages.graph/2024-02-21.log rPackages.graph 1.80.0 -> 1.81.0 https://repology.org/project/r:graph/versions attrpath: rPackages.graph Checking auto update branch... No auto update branch exists Old version 1.80.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.graph 1.80.0 -> 1.81.0 https://repology.org/project/r:graph/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.VCA, using log file: /var/log/nixpkgs-update/rPackages.VCA/2024-02-21.log rPackages.VCA 1.4.5 -> 1.5.0 https://repology.org/project/r:vca/versions attrpath: rPackages.VCA Checking auto update branch... No auto update branch exists Old version 1.4.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.VCA 1.4.5 -> 1.5.0 https://repology.org/project/r:vca/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.musicNMR, using log file: /var/log/nixpkgs-update/rPackages.musicNMR/2024-02-21.log rPackages.musicNMR 0.0.2 -> 1.0 https://repology.org/project/r:musicnmr/versions attrpath: rPackages.musicNMR Checking auto update branch... No auto update branch exists Old version 0.0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.musicNMR 0.0.2 -> 1.0 https://repology.org/project/r:musicnmr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath grizzly, using log file: /var/log/nixpkgs-update/grizzly/2024-02-21.log grizzly 0.3.1 -> 2.3.24 https://repology.org/project/grizzly/versions attrpath: grizzly Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/0d65i5cca7vzmd7mi9j0s6l15g6hw0dd-source.drv building '/nix/store/0d65i5cca7vzmd7mi9j0s6l15g6hw0dd-source.drv'... trying https://github.com/grafana/grizzly/archive/v2.3.24.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/0d65i5cca7vzmd7mi9j0s6l15g6hw0dd-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/grafana/grizzly/archive/v2.3.24.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/0d65i5cca7vzmd7mi9j0s6l15g6hw0dd-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'grizzly.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/0d65i5cca7vzmd7mi9j0s6l15g6hw0dd-source.drv /nix/store/jwqbm1sw9nzbhhp9j2xa3z2ldm9iiimn-grizzly-2.3.24-go-modules.drv /nix/store/840wlvxs1zl1zr02iakjb98w3rx1ccmw-grizzly-2.3.24.drv building '/nix/store/0d65i5cca7vzmd7mi9j0s6l15g6hw0dd-source.drv'... trying https://github.com/grafana/grizzly/archive/v2.3.24.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/0d65i5cca7vzmd7mi9j0s6l15g6hw0dd-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/grafana/grizzly/archive/v2.3.24.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/0d65i5cca7vzmd7mi9j0s6l15g6hw0dd-source.drv'. error: 1 dependencies of derivation '/nix/store/840wlvxs1zl1zr02iakjb98w3rx1ccmw-grizzly-2.3.24.drv' failed to build [result] Failed to update grizzly 0.3.1 -> 2.3.24 https://repology.org/project/grizzly/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.dmbc, using log file: /var/log/nixpkgs-update/rPackages.dmbc/2024-02-21.log rPackages.dmbc 1.0.1 -> 1.0.2 https://repology.org/project/r:dmbc/versions attrpath: rPackages.dmbc Checking auto update branch... No auto update branch exists Old version 1.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.dmbc 1.0.1 -> 1.0.2 https://repology.org/project/r:dmbc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vmware-workstation, using log file: /var/log/nixpkgs-update/vmware-workstation/2024-02-21.log vmware-workstation 17.0.2 -> 17.5.0 https://repology.org/project/vmware-workstation/versions attrpath: vmware-workstation Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - vmware-workstation: 17.0.2 -> 17.5.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/267890" [result] Failed to update vmware-workstation 17.0.2 -> 17.5.0 https://repology.org/project/vmware-workstation/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tnt, using log file: /var/log/nixpkgs-update/tnt/2024-02-21.log tnt 3.0.12 -> 1.2.6 https://repology.org/project/tnt/versions attrpath: tnt Checking auto update branch... No auto update branch exists 1.2.6 is not newer than 3.0.12 according to Nix; versionComparison: -1 [result] Failed to update tnt 3.0.12 -> 1.2.6 https://repology.org/project/tnt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rustc-demangle, using log file: /var/log/nixpkgs-update/rustc-demangle/2024-02-21.log rustc-demangle 0.1.20 -> 0.1.21 https://repology.org/project/rustc-demangle/versions attrpath: rustc-demangle Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/rustc-demangle/default.nix b/pkgs/development/libraries/rustc-demangle/default.nix index 4e142c584529..e5b850531d2f 100644 --- a/pkgs/development/libraries/rustc-demangle/default.nix +++ b/pkgs/development/libraries/rustc-demangle/default.nix @@ -2,13 +2,13 @@ rustPlatform.buildRustPackage rec { pname = "rustc-demangle"; - version = "0.1.20"; + version = "0.1.21"; src = fetchFromGitHub { owner = "alexcrichton"; repo = pname; rev = version; - sha256 = "sha256-elxclyuLmr3N66s+pR4/6OU98k1oXI2wKVJtzWPY8FI="; + sha256 = "sha256-ZILSsu2N8Qz1E+LAPI9cVO98CNZWEV4cfarEcvzgRaM="; }; cargoLock = { [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A rustc-demangle nix build failed. got build log for 'rustc-demangle' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/3f12c0gcbl2vhq7a3psm5c9zwslylqm3-source source root is source Executing cargoSetupPostUnpackHook Finished cargoSetupPostUnpackHook @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase Executing cargoSetupPostPatchHook Validating consistency between /build/source/Cargo.lock and /build/cargo-vendor-dir/Cargo.lock Finished cargoSetupPostPatchHook @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing cargoBuildHook ++ env CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/cc CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/cc CARGO_BUILD_TARGET=x86_64-unknown-linux-gnu HOST_CC=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/cc HOST_CXX=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/c++ cargo build -j 24 --target x86_64-unknown-linux-gnu --frozen --profile release -p rustc-demangle-capi error: the lock file /build/source/Cargo.lock needs to be updated but --frozen was passed to prevent this If you want to try to generate the lock file without accessing the network, remove the --frozen flag and use --offline instead. [result] Failed to update rustc-demangle 0.1.20 -> 0.1.21 https://repology.org/project/rustc-demangle/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath polyphone, using log file: /var/log/nixpkgs-update/polyphone/2024-02-21.log polyphone 2.3.0 -> 2.3.1 https://repology.org/project/polyphone/versions attrpath: polyphone Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/6ljlfclj7hlf2yxrbhnbgqjrqqp515ma-source.drv building '/nix/store/6ljlfclj7hlf2yxrbhnbgqjrqqp515ma-source.drv'... trying https://github.com/davy7125/polyphone/archive/2.3.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/6ljlfclj7hlf2yxrbhnbgqjrqqp515ma-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/davy7125/polyphone/archive/2.3.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/6ljlfclj7hlf2yxrbhnbgqjrqqp515ma-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'polyphone.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/6ljlfclj7hlf2yxrbhnbgqjrqqp515ma-source.drv /nix/store/5pagjq18s5zfcz5ns96bzyraa4mj1gnj-polyphone-2.3.1.drv building '/nix/store/6ljlfclj7hlf2yxrbhnbgqjrqqp515ma-source.drv'... trying https://github.com/davy7125/polyphone/archive/2.3.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/6ljlfclj7hlf2yxrbhnbgqjrqqp515ma-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/davy7125/polyphone/archive/2.3.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/6ljlfclj7hlf2yxrbhnbgqjrqqp515ma-source.drv'. error: 1 dependencies of derivation '/nix/store/5pagjq18s5zfcz5ns96bzyraa4mj1gnj-polyphone-2.3.1.drv' failed to build [result] Failed to update polyphone 2.3.0 -> 2.3.1 https://repology.org/project/polyphone/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath elmerfem, using log file: /var/log/nixpkgs-update/elmerfem/2024-02-21.log elmerfem 2023-09-18 -> 2023.12.13 https://repology.org/project/elmerfem/versions attrpath: elmerfem Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update elmerfem 2023-09-18 -> 2023.12.13 https://repology.org/project/elmerfem/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath drumkv1, using log file: /var/log/nixpkgs-update/drumkv1/2024-02-21.log drumkv1 0.9.23 -> 0.9.34 https://repology.org/project/drumkv1/versions attrpath: drumkv1 Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/audio/drumkv1/default.nix b/pkgs/applications/audio/drumkv1/default.nix index 30d6328b5758..2b0e24782b24 100644 --- a/pkgs/applications/audio/drumkv1/default.nix +++ b/pkgs/applications/audio/drumkv1/default.nix @@ -2,11 +2,11 @@ mkDerivation rec { pname = "drumkv1"; - version = "0.9.23"; + version = "0.9.34"; src = fetchurl { url = "mirror://sourceforge/drumkv1/${pname}-${version}.tar.gz"; - sha256 = "sha256-gNscsqGpEfU1CNJDlBAzum9M0vzJSm6Wx5b/zhOt+sk="; + sha256 = "sha256-cjXC02jzWdR0iTqWJ9WJ/jvI7KhSV6H1ArkUAlR4+iI="; }; buildInputs = [ libjack2 alsa-lib libsndfile liblo lv2 qt5.qtbase qt5.qttools ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A drumkv1 nix build failed. source root is drumkv1-0.9.34 setting SOURCE_DATE_EPOCH to timestamp 1706291529 of file drumkv1-0.9.34/src/mimetypes/org.rncbc.drumkv1.xml @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase no Makefile or custom buildPhase, doing nothing @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase no Makefile or custom installPhase, doing nothing @nix { "action": "setPhase", "phase": "qtOwnPathsHook" } Running phase: qtOwnPathsHook @nix { "action": "setPhase", "phase": "glibPreFixupPhase" } Running phase: glibPreFixupPhase @nix { "action": "setPhase", "phase": "glibPreFixupPhase" } Running phase: glibPreFixupPhase @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase wrapping Qt applications in /nix/store/4pghzma1ijjpnwgxfhms4gfp74zm47c6-drumkv1-0.9.34/bin /nix/store/4pghzma1ijjpnwgxfhms4gfp74zm47c6-drumkv1-0.9.34/sbin /nix/store/4pghzma1ijjpnwgxfhms4gfp74zm47c6-drumkv1-0.9.34/libexec /nix/store/4pghzma1ijjpnwgxfhms4gfp74zm47c6-drumkv1-0.9.34/Applications @nix { "action": "setPhase", "phase": "postPatchMkspecs" } Running phase: postPatchMkspecs [result] Failed to update drumkv1 0.9.23 -> 0.9.34 https://repology.org/project/drumkv1/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.hledger-flow, using log file: /var/log/nixpkgs-update/haskellPackages.hledger-flow/2024-02-21.log haskellPackages.hledger-flow 0.14.4 -> 0.15.0 https://repology.org/project/hledger-flow/versions attrpath: haskellPackages.hledger-flow Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hledger-flow 0.14.4 -> 0.15.0 https://repology.org/project/hledger-flow/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath migu, using log file: /var/log/nixpkgs-update/migu/2024-02-21.log migu 20150712 -> 20200307 https://repology.org/project/fonts:migu/versions attrpath: migu Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update migu 20150712 -> 20200307 https://repology.org/project/fonts:migu/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.dde-session-shell, using log file: /var/log/nixpkgs-update/deepin.dde-session-shell/2024-02-21.log deepin.dde-session-shell 6.0.10 -> 6.0.16 https://repology.org/project/deepin-session-shell/versions attrpath: deepin.dde-session-shell deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.dde-session-shell 6.0.10 -> 6.0.16 https://repology.org/project/deepin-session-shell/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.catnet, using log file: /var/log/nixpkgs-update/rPackages.catnet/2024-02-21.log rPackages.catnet 1.15.7 -> 1.16.1 https://repology.org/project/r:catnet/versions attrpath: rPackages.catnet Checking auto update branch... No auto update branch exists Old version 1.15.7" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.catnet 1.15.7 -> 1.16.1 https://repology.org/project/r:catnet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vulkan-tools, using log file: /var/log/nixpkgs-update/vulkan-tools/2024-02-21.log vulkan-tools 1.3.275.0 -> 1.3.278 https://repology.org/project/vulkan-tools/versions attrpath: vulkan-tools Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/a9yx7l3c5fl6syis9hg0q81hc893vg42-source.drv building '/nix/store/a9yx7l3c5fl6syis9hg0q81hc893vg42-source.drv'... trying https://github.com/KhronosGroup/Vulkan-Tools/archive/vulkan-sdk-1.3.278.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/a9yx7l3c5fl6syis9hg0q81hc893vg42-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/KhronosGroup/Vulkan-Tools/archive/vulkan-sdk-1.3.278.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/a9yx7l3c5fl6syis9hg0q81hc893vg42-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'vulkan-tools.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/a9yx7l3c5fl6syis9hg0q81hc893vg42-source.drv /nix/store/4fds1pfcqgglri31c6jnz47wxfpa40cn-vulkan-tools-1.3.278.drv building '/nix/store/a9yx7l3c5fl6syis9hg0q81hc893vg42-source.drv'... trying https://github.com/KhronosGroup/Vulkan-Tools/archive/vulkan-sdk-1.3.278.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/a9yx7l3c5fl6syis9hg0q81hc893vg42-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/KhronosGroup/Vulkan-Tools/archive/vulkan-sdk-1.3.278.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/a9yx7l3c5fl6syis9hg0q81hc893vg42-source.drv'. error: 1 dependencies of derivation '/nix/store/4fds1pfcqgglri31c6jnz47wxfpa40cn-vulkan-tools-1.3.278.drv' failed to build [result] Failed to update vulkan-tools 1.3.275.0 -> 1.3.278 https://repology.org/project/vulkan-tools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.ebird-cli, using log file: /var/log/nixpkgs-update/haskellPackages.ebird-cli/2024-02-21.log haskellPackages.ebird-cli 0.3.0.0 -> 0.3.0.1 https://repology.org/project/haskell:ebird-cli/versions attrpath: haskellPackages.ebird-cli Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.ebird-cli 0.3.0.0 -> 0.3.0.1 https://repology.org/project/haskell:ebird-cli/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.desktop-portal, using log file: /var/log/nixpkgs-update/haskellPackages.desktop-portal/2024-02-21.log haskellPackages.desktop-portal 0.4.0.0 -> 0.6.0.0 https://repology.org/project/haskell:desktop-portal/versions attrpath: haskellPackages.desktop-portal Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.desktop-portal 0.4.0.0 -> 0.6.0.0 https://repology.org/project/haskell:desktop-portal/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsForQt5.kservice, using log file: /var/log/nixpkgs-update/libsForQt5.kservice/2024-02-21.log libsForQt5.kservice 5.114.0 -> 5.249.0 https://repology.org/project/kservice/versions attrpath: libsForQt5.kservice Checking auto update branch... No auto update branch exists Old version 5.114.0" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in KDE Frameworks 5. All available packages are listed in `./srcs.nix`, although a few are not yet packaged in Nixpkgs (see below). IF YOUR PACKAGE IS NOT LISTED IN `./srcs.nix`, IT DOES NOT GO HERE. Many of the packages released upstream are not yet built in Nixpkgs due to lack of demand. To add a Nixpkgs build for an upstream package, copy one of the existing packages here and modify it as necessary. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/development/libraries/kde-frameworks` from the top of the Nixpkgs tree. 3. Use `nox-review wip` to check that everything builds. 4. Commit the changes and open a pull request. */ { libsForQt5, lib, fetchurl }: let maintainers = with lib.maintainers; [ ttuegel nyanloutre ]; license = with lib.licenses; [ lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12Plus ]; srcs = import ./srcs.nix { inherit fetchurl; mirror = "mirror://kde"; }; mkDerivation = libsForQt5.callPackage ({ stdenv, mkDerivation ? stdenv.mkDerivation }: mkDerivation) {}; packages = self: with self; # SUPPORT let propagate = out: let setupHook = { writeScript }: writeScript "setup-hook" '' if [ "''${hookName:-}" != postHook ]; then postHooks+=("source @dev@/nix-support/setup-hook") else # Propagate $dev so that this setup hook is propagated # But only if there is a separate $dev output if [ "''${outputDev:?}" != out ]; then propagatedBuildInputs="''${propagatedBuildInputs-} @dev@" fi fi ''; in callPackage setupHook {}; propagateBin = propagate "bin"; callPackage = self.newScope { inherit propagate propagateBin; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; outputs = args.outputs or [ "bin" "dev" "out" ]; hasSeparateDev = lib.elem "dev" outputs; defaultSetupHook = if hasSeparateDev then propagateBin else null; setupHook = args.setupHook or defaultSetupHook; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "https://kde.org"; license = meta.license or license; maintainers = (meta.maintainers or []) ++ maintainers; platforms = meta.platforms or lib.platforms.all; }; in mkDerivation (args // { inherit pname meta outputs setupHook src version; }); }; in { extra-cmake-modules = callPackage ./extra-cmake-modules {}; # TIER 1 attica = callPackage ./attica.nix {}; bluez-qt = callPackage ./bluez-qt.nix {}; breeze-icons = callPackage ./breeze-icons.nix {}; kapidox = callPackage ./kapidox.nix {}; karchive = callPackage ./karchive.nix {}; kcalendarcore = callPackage ./kcalendarcore.nix {}; kcodecs = callPackage ./kcodecs.nix {}; kconfig = callPackage ./kconfig.nix {}; kcoreaddons = callPackage ./kcoreaddons.nix {}; kdbusaddons = callPackage ./kdbusaddons.nix {}; kdnssd = callPackage ./kdnssd.nix {}; kguiaddons = callPackage ./kguiaddons.nix {}; kholidays = callPackage ./kholidays.nix {}; ki18n = callPackage ./ki18n.nix {}; kidletime = callPackage ./kidletime.nix {}; kirigami2 = callPackage ./kirigami2.nix {}; kitemmodels = callPackage ./kitemmodels.nix {}; kitemviews = callPackage ./kitemviews.nix {}; kplotting = callPackage ./kplotting.nix {}; kquickcharts = callPackage ./kquickcharts.nix {}; kwayland = callPackage ./kwayland.nix {}; kwidgetsaddons = callPackage ./kwidgetsaddons.nix {}; kwindowsystem = callPackage ./kwindowsystem {}; modemmanager-qt = callPackage ./modemmanager-qt.nix {}; networkmanager-qt = callPackage ./networkmanager-qt.nix {}; oxygen-icons = callPackage ./oxygen-icons.nix {}; oxygen-icons5 = oxygen-icons; prison = callPackage ./prison.nix {}; qqc2-desktop-style = callPackage ./qqc2-desktop-style.nix {}; solid = callPackage ./solid {}; sonnet = callPackage ./sonnet.nix {}; syntax-highlighting = callPackage ./syntax-highlighting.nix {}; threadweaver = callPackage ./threadweaver.nix {}; # TIER 2 kactivities = callPackage ./kactivities.nix {}; kauth = callPackage ./kauth {}; kcompletion = callPackage ./kcompletion.nix {}; kcontacts = callPackage ./kcontacts.nix {}; kcrash = callPackage ./kcrash.nix {}; kdoctools = callPackage ./kdoctools {}; kfilemetadata = callPackage ./kfilemetadata {}; kimageformats = callPackage ./kimageformats.nix {}; kjobwidgets = callPackage ./kjobwidgets.nix {}; knotifications = callPackage ./knotifications.nix {}; kpackage = callPackage ./kpackage {}; kpeople = callPackage ./kpeople.nix {}; kpty = callPackage ./kpty.nix {}; kunitconversion = callPackage ./kunitconversion.nix {}; syndication = callPackage ./syndication.nix {}; # TIER 3 baloo = callPackage ./baloo.nix {}; kactivities-stats = callPackage ./kactivities-stats.nix {}; kbookmarks = callPackage ./kbookmarks.nix {}; kcmutils = callPackage ./kcmutils.nix {}; kconfigwidgets = callPackage ./kconfigwidgets.nix {}; kdav = callPackage ./kdav.nix {}; kdeclarative = callPackage ./kdeclarative.nix {}; kded = callPackage ./kded.nix {}; kdesu = callPackage ./kdesu {}; kemoticons = callPackage ./kemoticons.nix {}; kglobalaccel = callPackage ./kglobalaccel.nix {}; kiconthemes = callPackage ./kiconthemes {}; kinit = callPackage ./kinit {}; kio = callPackage ./kio {}; knewstuff = callPackage ./knewstuff {}; knotifyconfig = callPackage ./knotifyconfig.nix {}; kparts = callPackage ./kparts.nix {}; krunner = callPackage ./krunner.nix {}; kservice = callPackage ./kservice {}; ktexteditor = callPackage ./ktexteditor.nix {}; ktextwidgets = callPackage ./ktextwidgets.nix {}; kwallet = callPackage ./kwallet.nix {}; kxmlgui = callPackage ./kxmlgui.nix {}; plasma-framework = callPackage ./plasma-framework.nix {}; kpurpose = callPackage ./purpose.nix {}; # TIER 4 frameworkintegration = callPackage ./frameworkintegration.nix {}; # PORTING AIDS kdelibs4support = callPackage ./kdelibs4support {}; kdesignerplugin = callPackage ./kdesignerplugin.nix {}; khtml = callPackage ./khtml.nix {}; kjs = callPackage ./kjs.nix {}; kjsembed = callPackage ./kjsembed.nix {}; kmediaplayer = callPackage ./kmediaplayer.nix {}; kross = callPackage ./kross.nix {}; kxmlrpcclient = callPackage ./kxmlrpcclient.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.kservice 5.114.0 -> 5.249.0 https://repology.org/project/kservice/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.souffle-haskell, using log file: /var/log/nixpkgs-update/haskellPackages.souffle-haskell/2024-02-21.log haskellPackages.souffle-haskell 3.5.1 -> 4.0.0 https://repology.org/project/haskell:souffle-haskell/versions attrpath: haskellPackages.souffle-haskell Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.souffle-haskell 3.5.1 -> 4.0.0 https://repology.org/project/haskell:souffle-haskell/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pffft, using log file: /var/log/nixpkgs-update/pffft/2024-02-21.log pffft 2022-04-10 -> 2022.12.19 https://repology.org/project/pffft/versions attrpath: pffft Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update pffft 2022-04-10 -> 2022.12.19 https://repology.org/project/pffft/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.safer, using log file: /var/log/nixpkgs-update/rPackages.safer/2024-02-21.log rPackages.safer 0.2.1 -> 0.2.2 https://repology.org/project/r:safer/versions attrpath: rPackages.safer Checking auto update branch... No auto update branch exists Old version 0.2.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.safer 0.2.1 -> 0.2.2 https://repology.org/project/r:safer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath video-trimmer, using log file: /var/log/nixpkgs-update/video-trimmer/2024-02-21.log video-trimmer 0.8.1 -> 0.8.2 https://repology.org/project/video-trimmer/versions attrpath: video-trimmer Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update video-trimmer 0.8.1 -> 0.8.2 https://repology.org/project/video-trimmer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.ParsePlainConfig 3.06 -> 3.07 https://repology.org/project/perl:parse-plainconfig/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath freedink, using log file: /var/log/nixpkgs-update/freedink/2024-02-21.log freedink 1.08.20121209 -> 109.6 https://repology.org/project/freedink/versions attrpath: freedink Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update freedink 1.08.20121209 -> 109.6 https://repology.org/project/freedink/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lessc, using log file: /var/log/nixpkgs-update/lessc/2024-02-21.log lessc 4.2.0 -> 633 https://repology.org/project/less/versions attrpath: lessc Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update lessc 4.2.0 -> 633 https://repology.org/project/less/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath byobu, using log file: /var/log/nixpkgs-update/byobu/2024-02-21.log byobu 5.133 -> 6.12 https://repology.org/project/byobu/versions attrpath: byobu Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/0hffrn99gikd37rb9bgvpqygv348vxf2-byobu_6.12.orig.tar.gz.drv building '/nix/store/0hffrn99gikd37rb9bgvpqygv348vxf2-byobu_6.12.orig.tar.gz.drv'... trying https://launchpad.net/byobu/trunk/6.12/+download/byobu_6.12.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10283 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download byobu_6.12.orig.tar.gz from any mirror error: builder for '/nix/store/0hffrn99gikd37rb9bgvpqygv348vxf2-byobu_6.12.orig.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://launchpad.net/byobu/trunk/6.12/+download/byobu_6.12.orig.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 10283 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download byobu_6.12.orig.tar.gz from any mirror For full logs, run 'nix log /nix/store/0hffrn99gikd37rb9bgvpqygv348vxf2-byobu_6.12.orig.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'byobu.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/0hffrn99gikd37rb9bgvpqygv348vxf2-byobu_6.12.orig.tar.gz.drv /nix/store/n2pw15cmm55xrcp0x7rlvbkkjrlj2zz1-python3-3.11.7-env.drv /nix/store/jgz2d7pcmi7zj9rnijp8hr3j0592wbhx-byobu-6.12.drv this path will be fetched (0.36 MiB download, 1.03 MiB unpacked): /nix/store/n5yv0hbw8x0dp8jr75zgpyqjm2a79fcr-tmux-3.4 copying path '/nix/store/n5yv0hbw8x0dp8jr75zgpyqjm2a79fcr-tmux-3.4' from 'https://cache.nixos.org'... building '/nix/store/n2pw15cmm55xrcp0x7rlvbkkjrlj2zz1-python3-3.11.7-env.drv'... building '/nix/store/0hffrn99gikd37rb9bgvpqygv348vxf2-byobu_6.12.orig.tar.gz.drv'... created 248 symlinks in user environment trying https://launchpad.net/byobu/trunk/6.12/+download/byobu_6.12.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10283 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download byobu_6.12.orig.tar.gz from any mirror error: builder for '/nix/store/0hffrn99gikd37rb9bgvpqygv348vxf2-byobu_6.12.orig.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://launchpad.net/byobu/trunk/6.12/+download/byobu_6.12.orig.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 10283 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download byobu_6.12.orig.tar.gz from any mirror For full logs, run 'nix log /nix/store/0hffrn99gikd37rb9bgvpqygv348vxf2-byobu_6.12.orig.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/jgz2d7pcmi7zj9rnijp8hr3j0592wbhx-byobu-6.12.drv' failed to build [result] Failed to update byobu 5.133 -> 6.12 https://repology.org/project/byobu/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath urdfdom-headers, using log file: /var/log/nixpkgs-update/urdfdom-headers/2024-02-21.log urdfdom-headers 1.1.0 -> 1.1.1 https://repology.org/project/urdfdom-headers/versions attrpath: urdfdom-headers Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update urdfdom-headers 1.1.0 -> 1.1.1 https://repology.org/project/urdfdom-headers/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.MIMETools 5.509 -> 5.514 https://repology.org/project/perl:mime-tools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.MailAuthenticationResults 2.20230112 -> 2.20231031 https://repology.org/project/perl:mail-authenticationresults/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hlint, using log file: /var/log/nixpkgs-update/hlint/2024-02-21.log hlint 3.6.1 -> 3.8 https://repology.org/project/hlint/versions attrpath: hlint Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update hlint 3.6.1 -> 3.8 https://repology.org/project/hlint/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.nanonext, using log file: /var/log/nixpkgs-update/rPackages.nanonext/2024-02-21.log rPackages.nanonext 0.11.0 -> 0.13.0 https://repology.org/project/r:nanonext/versions attrpath: rPackages.nanonext Checking auto update branch... No auto update branch exists Old version 0.11.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.nanonext 0.11.0 -> 0.13.0 https://repology.org/project/r:nanonext/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.agriutilities, using log file: /var/log/nixpkgs-update/rPackages.agriutilities/2024-02-21.log rPackages.agriutilities 1.1.0 -> 1.2.0 https://repology.org/project/r:agriutilities/versions attrpath: rPackages.agriutilities Checking auto update branch... No auto update branch exists Old version 1.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.agriutilities 1.1.0 -> 1.2.0 https://repology.org/project/r:agriutilities/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.algaeClassify, using log file: /var/log/nixpkgs-update/rPackages.algaeClassify/2024-02-21.log rPackages.algaeClassify 2.0.1 -> 2.0.2 https://repology.org/project/r:algaeclassify/versions attrpath: rPackages.algaeClassify Checking auto update branch... No auto update branch exists Old version 2.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.algaeClassify 2.0.1 -> 2.0.2 https://repology.org/project/r:algaeclassify/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.psygenet2r, using log file: /var/log/nixpkgs-update/rPackages.psygenet2r/2024-02-21.log rPackages.psygenet2r 1.34.0 -> 1.34.1 https://repology.org/project/r:psygenet2r/versions attrpath: rPackages.psygenet2r Checking auto update branch... No auto update branch exists Old version 1.34.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.psygenet2r 1.34.0 -> 1.34.1 https://repology.org/project/r:psygenet2r/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnomeExtensions.net-speed, using log file: /var/log/nixpkgs-update/gnomeExtensions.net-speed/2024-02-21.log gnomeExtensions.net-speed 6 -> 8 https://repology.org/project/gnome:net-speed/versions attrpath: gnomeExtensions.net-speed Checking auto update branch... No auto update branch exists Old version 6" not present in master derivation file with contents: { pkgs, lib, stdenv, fetchzip, nixosTests }: let buildGnomeExtension = { # Every gnome extension has a UUID. It's the name of the extension folder once unpacked # and can always be found in the metadata.json of every extension. uuid, name, pname, description, # extensions.gnome.org extension URL link, # Extension version numbers are integers version, sha256, # Hex-encoded string of JSON bytes metadata, }: stdenv.mkDerivation { pname = "gnome-shell-extension-${pname}"; version = builtins.toString version; src = fetchzip { url = "https://extensions.gnome.org/extension-data/${ builtins.replaceStrings [ "@" ] [ "" ] uuid }.v${builtins.toString version}.shell-extension.zip"; inherit sha256; stripRoot = false; # The download URL may change content over time. This is because the # metadata.json is automatically generated, and parts of it can be changed # without making a new release. We simply substitute the possibly changed fields # with their content from when we last updated, and thus get a deterministic output # hash. postFetch = '' echo "${metadata}" | base64 --decode > $out/metadata.json ''; }; nativeBuildInputs = with pkgs; [ buildPackages.glib ]; buildPhase = '' runHook preBuild if [ -d schemas ]; then glib-compile-schemas --strict schemas fi runHook postBuild ''; installPhase = '' runHook preInstall mkdir -p $out/share/gnome-shell/extensions/ cp -r -T . $out/share/gnome-shell/extensions/${uuid} runHook postInstall ''; meta = { description = builtins.head (lib.splitString "\n" description); longDescription = description; homepage = link; license = lib.licenses.gpl2Plus; # https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Licensing maintainers = with lib.maintainers; [ piegames ]; }; passthru = { extensionPortalSlug = pname; # Store the extension's UUID, because we might need it at some places extensionUuid = uuid; tests = { gnome-extensions = nixosTests.gnome-extensions; }; }; }; in lib.makeOverridable buildGnomeExtension [result] Failed to update gnomeExtensions.net-speed 6 -> 8 https://repology.org/project/gnome:net-speed/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coconutbattery, using log file: /var/log/nixpkgs-update/coconutbattery/2024-02-21.log coconutbattery 3.9.14 -> 3.9.15 https://repology.org/project/coconutbattery/versions attrpath: coconutbattery Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/x6ihkd2s6671rgxc0nqw9i0qpk1dvmcm-source.drv building '/nix/store/x6ihkd2s6671rgxc0nqw9i0qpk1dvmcm-source.drv'... trying https://coconut-flavour.com/downloads/coconutBattery_3915.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 216 100 216 0 0 1424 0 --:--:-- --:--:-- --:--:-- 1421 100 255 100 255 0 0 894 0 --:--:-- --:--:-- --:--:-- 894 100 26948 100 26948 0 0 77322 0 --:--:-- --:--:-- --:--:-- 77322 unpacking source archive /build/coconutBattery_3915.zip [/build/coconutBattery_3915.zip] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of /build/coconutBattery_3915.zip or /build/coconutBattery_3915.zip.zip, and cannot find /build/coconutBattery_3915.zip.ZIP, period. do not know how to unpack source archive /build/coconutBattery_3915.zip error: builder for '/nix/store/x6ihkd2s6671rgxc0nqw9i0qpk1dvmcm-source.drv' failed with exit code 1; last 16 log lines: > > trying https://coconut-flavour.com/downloads/coconutBattery_3915.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 216 100 216 0 0 1424 0 --:--:-- --:--:-- --:--:-- 1421 > 100 255 100 255 0 0 894 0 --:--:-- --:--:-- --:--:-- 894 > 100 26948 100 26948 0 0 77322 0 --:--:-- --:--:-- --:--:-- 77322 > unpacking source archive /build/coconutBattery_3915.zip > [/build/coconutBattery_3915.zip] > End-of-central-directory signature not found. Either this file is not > a zipfile, or it constitutes one disk of a multi-part archive. In the > latter case the central directory and zipfile comment will be found on > the last disk(s) of this archive. > unzip: cannot find zipfile directory in one of /build/coconutBattery_3915.zip or > /build/coconutBattery_3915.zip.zip, and cannot find /build/coconutBattery_3915.zip.ZIP, period. > do not know how to unpack source archive /build/coconutBattery_3915.zip For full logs, run 'nix log /nix/store/x6ihkd2s6671rgxc0nqw9i0qpk1dvmcm-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'coconutbattery.originalSrc' not found stderr did not split as expected full stderr was: error: Package ‘coconutbattery-3.9.15’ in /var/cache/nixpkgs-update/worker/worktree/coconutbattery/pkgs/os-specific/darwin/coconutbattery/default.nix:30 is not available on the requested hostPlatform: hostPlatform.config = "x86_64-unknown-linux-gnu" package.meta.platforms = [ "aarch64-darwin" "x86_64-darwin" ] package.meta.badPlatforms = [ ] , refusing to evaluate. a) To temporarily allow packages that are unsupported for this system, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowUnsupportedSystem = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnsupportedSystem = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) [result] Failed to update coconutbattery 3.9.14 -> 3.9.15 https://repology.org/project/coconutbattery/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath link-grammar, using log file: /var/log/nixpkgs-update/link-grammar/2024-02-21.log link-grammar 5.10.5 -> 5.12.3 https://repology.org/project/link-grammar/versions attrpath: link-grammar Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/gx9502905pibb9fskx64cs3qy8hp4psh-link-grammar-5.12.3.tar.gz.drv building '/nix/store/gx9502905pibb9fskx64cs3qy8hp4psh-link-grammar-5.12.3.tar.gz.drv'... trying http://www.abisource.com/downloads/link-grammar/5.12.3/link-grammar-5.12.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:02:13 --:--:-- 0 curl: (28) Failed to connect to www.abisource.com port 80 after 133880 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:14 --:--:-- 0 curl: (28) Failed to connect to www.abisource.com port 80 after 134166 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:13 --:--:-- 0 curl: (28) Failed to connect to www.abisource.com port 80 after 133165 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:15 --:--:-- 0 curl: (28) Failed to connect to www.abisource.com port 80 after 135260 ms: Couldn't connect to server error: cannot download link-grammar-5.12.3.tar.gz from any mirror error: builder for '/nix/store/gx9502905pibb9fskx64cs3qy8hp4psh-link-grammar-5.12.3.tar.gz.drv' failed with exit code 1; last 16 log lines: > > trying http://www.abisource.com/downloads/link-grammar/5.12.3/link-grammar-5.12.3.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- 0:02:13 --:--:-- 0 > curl: (28) Failed to connect to www.abisource.com port 80 after 133880 ms: Couldn't connect to server > Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. > 0 0 0 0 0 0 0 0 --:--:-- 0:02:14 --:--:-- 0 > curl: (28) Failed to connect to www.abisource.com port 80 after 134166 ms: Couldn't connect to server > Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. > 0 0 0 0 0 0 0 0 --:--:-- 0:02:13 --:--:-- 0 > curl: (28) Failed to connect to www.abisource.com port 80 after 133165 ms: Couldn't connect to server > Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. > 0 0 0 0 0 0 0 0 --:--:-- 0:02:15 --:--:-- 0 > curl: (28) Failed to connect to www.abisource.com port 80 after 135260 ms: Couldn't connect to server > error: cannot download link-grammar-5.12.3.tar.gz from any mirror For full logs, run 'nix log /nix/store/gx9502905pibb9fskx64cs3qy8hp4psh-link-grammar-5.12.3.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'link-grammar.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/gx9502905pibb9fskx64cs3qy8hp4psh-link-grammar-5.12.3.tar.gz.drv /nix/store/dnckkdpvnp54cyaa8pwzzm7vbz7w97bk-link-grammar-5.12.3.drv building '/nix/store/gx9502905pibb9fskx64cs3qy8hp4psh-link-grammar-5.12.3.tar.gz.drv'... trying http://www.abisource.com/downloads/link-grammar/5.12.3/link-grammar-5.12.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:02:13 --:--:-- 0 curl: (28) Failed to connect to www.abisource.com port 80 after 133487 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:14 --:--:-- 0 curl: (28) Failed to connect to www.abisource.com port 80 after 134166 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:13 --:--:-- 0 curl: (28) Failed to connect to www.abisource.com port 80 after 133164 ms: Couldn't connect to server Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- 0:02:15 --:--:-- 0 curl: (28) Failed to connect to www.abisource.com port 80 after 135259 ms: Couldn't connect to server error: cannot download link-grammar-5.12.3.tar.gz from any mirror error: builder for '/nix/store/gx9502905pibb9fskx64cs3qy8hp4psh-link-grammar-5.12.3.tar.gz.drv' failed with exit code 1; last 16 log lines: > > trying http://www.abisource.com/downloads/link-grammar/5.12.3/link-grammar-5.12.3.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- 0:02:13 --:--:-- 0 > curl: (28) Failed to connect to www.abisource.com port 80 after 133487 ms: Couldn't connect to server > Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. > 0 0 0 0 0 0 0 0 --:--:-- 0:02:14 --:--:-- 0 > curl: (28) Failed to connect to www.abisource.com port 80 after 134166 ms: Couldn't connect to server > Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. > 0 0 0 0 0 0 0 0 --:--:-- 0:02:13 --:--:-- 0 > curl: (28) Failed to connect to www.abisource.com port 80 after 133164 ms: Couldn't connect to server > Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. > 0 0 0 0 0 0 0 0 --:--:-- 0:02:15 --:--:-- 0 > curl: (28) Failed to connect to www.abisource.com port 80 after 135259 ms: Couldn't connect to server > error: cannot download link-grammar-5.12.3.tar.gz from any mirror For full logs, run 'nix log /nix/store/gx9502905pibb9fskx64cs3qy8hp4psh-link-grammar-5.12.3.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/dnckkdpvnp54cyaa8pwzzm7vbz7w97bk-link-grammar-5.12.3.drv' failed to build [result] Failed to update link-grammar 5.10.5 -> 5.12.3 https://repology.org/project/link-grammar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tipp10, using log file: /var/log/nixpkgs-update/tipp10/2024-02-21.log tipp10 3.2.1 -> 3.3.1 https://repology.org/project/tipp10/versions attrpath: tipp10 Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/misc/tipp10/default.nix b/pkgs/applications/misc/tipp10/default.nix index 76ea8fb7fc0e..45628bbf703d 100644 --- a/pkgs/applications/misc/tipp10/default.nix +++ b/pkgs/applications/misc/tipp10/default.nix @@ -3,13 +3,13 @@ mkDerivation rec { pname = "tipp10"; - version = "3.2.1"; + version = "3.3.1"; src = fetchFromGitLab { owner = "tipp10"; repo = "tipp10"; rev = "v${version}"; - sha256 = "4cxN2AnvYhZAMuA/qfmdLVICJNk6VCpRnfelbxYRvPg="; + sha256 = "sha256-AelqQfR4CKeXKNzw4l2ea60Bg8w8ouHAyPYk3VtCL90="; }; nativeBuildInputs = [ cmake qttools ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A tipp10 nix build failed. cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/nqrx1flcqfv0apicblkrsvryxs07fvva-tipp10-3.3.1/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/nqrx1flcqfv0apicblkrsvryxs07fvva-tipp10-3.3.1/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/nqrx1flcqfv0apicblkrsvryxs07fvva-tipp10-3.3.1/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/nqrx1flcqfv0apicblkrsvryxs07fvva-tipp10-3.3.1/share/doc/tipp10 -DCMAKE_INSTALL_INFODIR=/nix/store/nqrx1flcqfv0apicblkrsvryxs07fvva-tipp10-3.3.1/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/nqrx1flcqfv0apicblkrsvryxs07fvva-tipp10-3.3.1/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/nqrx1flcqfv0apicblkrsvryxs07fvva-tipp10-3.3.1/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/nqrx1flcqfv0apicblkrsvryxs07fvva-tipp10-3.3.1/include -DCMAKE_INSTALL_SBINDIR=/nix/store/nqrx1flcqfv0apicblkrsvryxs07fvva-tipp10-3.3.1/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/nqrx1flcqfv0apicblkrsvryxs07fvva-tipp10-3.3.1/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/nqrx1flcqfv0apicblkrsvryxs07fvva-tipp10-3.3.1/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/nqrx1flcqfv0apicblkrsvryxs07fvva-tipp10-3.3.1 -- The C compiler identification is GNU 13.2.0 -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/4cjqvbp1jbkps185wl8qnbjpf8bdy8j9-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:14 (find_package): By not providing "FindQt6.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt6", but CMake did not find one. Could not find a package configuration file provided by "Qt6" (requested version 6.4) with any of the following names: Qt6Config.cmake qt6-config.cmake Add the installation prefix of "Qt6" to CMAKE_PREFIX_PATH or set "Qt6_DIR" to a directory containing one of the above files. If "Qt6" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! [result] Failed to update tipp10 3.2.1 -> 3.3.1 https://repology.org/project/tipp10/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nodePackages.node-pre-gyp, using log file: /var/log/nixpkgs-update/nodePackages.node-pre-gyp/2024-02-21.log nodePackages.node-pre-gyp 0.17.0 -> 1.0.11 https://repology.org/project/node:node-pre-gyp/versions attrpath: nodePackages.node-pre-gyp Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update nodePackages.node-pre-gyp 0.17.0 -> 1.0.11 https://repology.org/project/node:node-pre-gyp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.tamarin-prover-term, using log file: /var/log/nixpkgs-update/haskellPackages.tamarin-prover-term/2024-02-21.log haskellPackages.tamarin-prover-term 0.8.5.1 -> 1.8.0 https://repology.org/project/haskell:tamarin-prover-term/versions attrpath: haskellPackages.tamarin-prover-term Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.tamarin-prover-term 0.8.5.1 -> 1.8.0 https://repology.org/project/haskell:tamarin-prover-term/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.looksee, using log file: /var/log/nixpkgs-update/haskellPackages.looksee/2024-02-21.log haskellPackages.looksee 0.5.1 -> 0.5.2 https://repology.org/project/haskell:looksee/versions attrpath: haskellPackages.looksee Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.looksee 0.5.1 -> 0.5.2 https://repology.org/project/haskell:looksee/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath s6-man-pages, using log file: /var/log/nixpkgs-update/s6-man-pages/2024-02-21.log s6-man-pages 2.12.0.2.1 -> 2.12.0.3.1 https://repology.org/project/s6-man-pages/versions attrpath: s6-man-pages Checking auto update branch... No auto update branch exists Old version 2.12.0.2.1" not present in master derivation file with contents: { lib, stdenv, fetchFromSourcehut }: { # : string pname # : string , version # : string , sha256 # : string , description # : list Maintainer , maintainers # : license , license ? lib.licenses.isc # : string , owner ? "~flexibeast" # : string , rev ? "v${version}" }: let manDir = "${placeholder "out"}/share/man"; src = fetchFromSourcehut { inherit owner rev sha256; repo = pname; }; in stdenv.mkDerivation { inherit pname version src; makeFlags = [ "MAN_DIR=${manDir}" ]; dontBuild = true; meta = with lib; { inherit description license maintainers; inherit (src.meta) homepage; platforms = platforms.all; }; } [result] Failed to update s6-man-pages 2.12.0.2.1 -> 2.12.0.3.1 https://repology.org/project/s6-man-pages/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.nodbi, using log file: /var/log/nixpkgs-update/rPackages.nodbi/2024-02-21.log rPackages.nodbi 0.9.8 -> 0.10.1 https://repology.org/project/r:nodbi/versions attrpath: rPackages.nodbi Checking auto update branch... No auto update branch exists Old version 0.9.8" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.nodbi 0.9.8 -> 0.10.1 https://repology.org/project/r:nodbi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pystemmer, using log file: /var/log/nixpkgs-update/python311Packages.pystemmer/2024-02-21.log python311Packages.pystemmer 2.2.0 -> 2.2.0.1 https://repology.org/project/python:pystemmer/versions attrpath: python311Packages.pystemmer Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pystemmer-2.2.0 Press Enter key to continue... Running update for: - python3.11-pystemmer-2.2.0: UPDATING ... - python3.11-pystemmer-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pystemmer 2.2.0 -> 2.2.0.1 https://repology.org/project/python:pystemmer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.HTTPCookies 6.10 -> 6.11 https://repology.org/project/perl:http-cookies/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath argus, using log file: /var/log/nixpkgs-update/argus/2024-02-21.log argus 3.0.8.2 -> 3.0.8.4 https://repology.org/project/argus/versions attrpath: argus Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/s9krdf0d6fc2i3fqdjxqdndl35j4678w-argus-3.0.8.4.tar.gz.drv building '/nix/store/s9krdf0d6fc2i3fqdjxqdndl35j4678w-argus-3.0.8.4.tar.gz.drv'... trying http://qosient.com/argus/src/argus-3.0.8.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 258 100 258 0 0 683 0 --:--:-- --:--:-- --:--:-- 682 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download argus-3.0.8.4.tar.gz from any mirror error: builder for '/nix/store/s9krdf0d6fc2i3fqdjxqdndl35j4678w-argus-3.0.8.4.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying http://qosient.com/argus/src/argus-3.0.8.4.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 258 100 258 0 0 683 0 --:--:-- --:--:-- --:--:-- 682 > 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download argus-3.0.8.4.tar.gz from any mirror For full logs, run 'nix log /nix/store/s9krdf0d6fc2i3fqdjxqdndl35j4678w-argus-3.0.8.4.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'argus.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/s9krdf0d6fc2i3fqdjxqdndl35j4678w-argus-3.0.8.4.tar.gz.drv /nix/store/1h8gzqhg9qp52jqyn15q9qx1ryqzsb2a-argus-3.0.8.4.drv building '/nix/store/s9krdf0d6fc2i3fqdjxqdndl35j4678w-argus-3.0.8.4.tar.gz.drv'... trying http://qosient.com/argus/src/argus-3.0.8.4.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 258 100 258 0 0 1193 0 --:--:-- --:--:-- --:--:-- 1194 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download argus-3.0.8.4.tar.gz from any mirror error: builder for '/nix/store/s9krdf0d6fc2i3fqdjxqdndl35j4678w-argus-3.0.8.4.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying http://qosient.com/argus/src/argus-3.0.8.4.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 258 100 258 0 0 1193 0 --:--:-- --:--:-- --:--:-- 1194 > 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download argus-3.0.8.4.tar.gz from any mirror For full logs, run 'nix log /nix/store/s9krdf0d6fc2i3fqdjxqdndl35j4678w-argus-3.0.8.4.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/1h8gzqhg9qp52jqyn15q9qx1ryqzsb2a-argus-3.0.8.4.drv' failed to build [result] Failed to update argus 3.0.8.2 -> 3.0.8.4 https://repology.org/project/argus/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bisoncpp, using log file: /var/log/nixpkgs-update/bisoncpp/2024-02-21.log bisoncpp 6.04.00 -> 6.06.00 https://repology.org/project/bisonc++/versions attrpath: bisoncpp Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update bisoncpp 6.04.00 -> 6.06.00 https://repology.org/project/bisonc++/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO gstreamer plugins are kept in lockstep. [result] Failed to update logstash 7.17.16 -> 8.12.1 https://repology.org/project/logstash/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath youtrack, using log file: /var/log/nixpkgs-update/youtrack/2024-02-21.log youtrack 0 -> 1 attrpath: youtrack Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - youtrack-2023.3.24329 Press Enter key to continue... Running update for: - youtrack-2023.3.24329: UPDATING ... - youtrack-2023.3.24329: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update youtrack 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.acquire, using log file: /var/log/nixpkgs-update/haskellPackages.acquire/2024-02-21.log haskellPackages.acquire 0.3.4 -> 0.3.5 https://repology.org/project/haskell:acquire/versions attrpath: haskellPackages.acquire Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.acquire 0.3.4 -> 0.3.5 https://repology.org/project/haskell:acquire/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vmmlib, using log file: /var/log/nixpkgs-update/vmmlib/2024-02-21.log vmmlib 1.6.2 -> 1.14.0 https://repology.org/project/vmmlib/versions attrpath: vmmlib Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/9ckgbcq2mjfpdkwwprs226hfhkwld44j-source.drv building '/nix/store/9ckgbcq2mjfpdkwwprs226hfhkwld44j-source.drv'... trying https://github.com/VMML/vmmlib/archive/release-1.14.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/9ckgbcq2mjfpdkwwprs226hfhkwld44j-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/VMML/vmmlib/archive/release-1.14.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/9ckgbcq2mjfpdkwwprs226hfhkwld44j-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'vmmlib.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/9ckgbcq2mjfpdkwwprs226hfhkwld44j-source.drv /nix/store/5zrr0nnp1qi2msqjggp8597m669c04x6-vmmlib-1.14.0.drv building '/nix/store/9ckgbcq2mjfpdkwwprs226hfhkwld44j-source.drv'... trying https://github.com/VMML/vmmlib/archive/release-1.14.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/9ckgbcq2mjfpdkwwprs226hfhkwld44j-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/VMML/vmmlib/archive/release-1.14.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/9ckgbcq2mjfpdkwwprs226hfhkwld44j-source.drv'. error: 1 dependencies of derivation '/nix/store/5zrr0nnp1qi2msqjggp8597m669c04x6-vmmlib-1.14.0.drv' failed to build [result] Failed to update vmmlib 1.6.2 -> 1.14.0 https://repology.org/project/vmmlib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath k2pdfopt, using log file: /var/log/nixpkgs-update/k2pdfopt/2024-02-21.log k2pdfopt 2.53 -> 2.55 https://repology.org/project/k2pdfopt/versions attrpath: k2pdfopt Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - k2pdfopt: 2.53 -> 2.55 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/278914" [result] Failed to update k2pdfopt 2.53 -> 2.55 https://repology.org/project/k2pdfopt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath quictls, using log file: /var/log/nixpkgs-update/quictls/2024-02-21.log quictls 3.1.4-quic1 -> 3.1.5 https://repology.org/project/quictls/versions attrpath: quictls Checking auto update branch... An auto update branch exists with message `quictls: 3.1.4-quic1 -> 3.1.5`. New version is 3.1.5. An auto update branch exists with an equal or greater version [result] Failed to update quictls 3.1.4-quic1 -> 3.1.5 https://repology.org/project/quictls/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath isl_0_24, using log file: /var/log/nixpkgs-update/isl_0_24/2024-02-21.log isl_0_24 0.24 -> 0.26 https://repology.org/project/isl/versions attrpath: isl_0_24 Checking auto update branch... No auto update branch exists Version in attr path isl_0_24 not compatible with 0.26 [result] Failed to update isl_0_24 0.24 -> 0.26 https://repology.org/project/isl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.DiceView, using log file: /var/log/nixpkgs-update/rPackages.DiceView/2024-02-21.log rPackages.DiceView 2.1-0 -> 2.2-0 https://repology.org/project/r:diceview/versions attrpath: rPackages.DiceView Checking auto update branch... No auto update branch exists Old version 2.1-0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.DiceView 2.1-0 -> 2.2-0 https://repology.org/project/r:diceview/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.netseg, using log file: /var/log/nixpkgs-update/rPackages.netseg/2024-02-21.log rPackages.netseg 1.0-2 -> 1.0-3 https://repology.org/project/r:netseg/versions attrpath: rPackages.netseg Checking auto update branch... No auto update branch exists Old version 1.0-2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.netseg 1.0-2 -> 1.0-3 https://repology.org/project/r:netseg/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xzoom, using log file: /var/log/nixpkgs-update/xzoom/2024-02-21.log xzoom 0.3 -> 0.4 https://repology.org/project/xzoom/versions attrpath: xzoom Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update xzoom 0.3 -> 0.4 https://repology.org/project/xzoom/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.ppxlib, using log file: /var/log/nixpkgs-update/ocamlPackages.ppxlib/2024-02-21.log ocamlPackages.ppxlib 0.30.0 -> 0.32.0 https://repology.org/project/ocaml:ppxlib/versions attrpath: ocamlPackages.ppxlib Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update ocamlPackages.ppxlib 0.30.0 -> 0.32.0 https://repology.org/project/ocaml:ppxlib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.CGNM, using log file: /var/log/nixpkgs-update/rPackages.CGNM/2024-02-21.log rPackages.CGNM 0.6.5 -> 0.6.7 https://repology.org/project/r:cgnm/versions attrpath: rPackages.CGNM Checking auto update branch... No auto update branch exists Old version 0.6.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.CGNM 0.6.5 -> 0.6.7 https://repology.org/project/r:cgnm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath emscripten, using log file: /var/log/nixpkgs-update/emscripten/2024-02-21.log emscripten 3.1.51 -> 3.1.54 https://repology.org/project/emscripten/versions attrpath: emscripten Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#emscripten.src --raw --apply "p: p.npmDepsHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/emscripten' is dirty '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links error: attribute 'npmDepsHash' missing at «string»:1:4: 1| p: p.npmDepsHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#emscripten.originalSrc --raw --apply "p: p.npmDepsHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/emscripten' is dirty error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/emscripten' does not provide attribute 'packages.x86_64-linux.emscripten.originalSrc', 'legacyPackages.x86_64-linux.emscripten.originalSrc' or 'emscripten.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#emscripten --raw --apply "p: p.npmDepsHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/emscripten' is dirty error: attribute 'npmDepsHash' missing at «string»:1:4: 1| p: p.npmDepsHash | ^ [result] Failed to update emscripten 3.1.51 -> 3.1.54 https://repology.org/project/emscripten/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath chunkfs, using log file: /var/log/nixpkgs-update/chunkfs/2024-02-21.log chunkfs 0.7 -> 0.8 https://repology.org/project/chunkfs/versions attrpath: chunkfs Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/rgnsqpp3rbxm0xis6zhawxsq8x00x4g1-chunkfs_0.8.tar.gz.drv building '/nix/store/rgnsqpp3rbxm0xis6zhawxsq8x00x4g1-chunkfs_0.8.tar.gz.drv'... trying https://chunkfs.florz.de/chunkfs_0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 279 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download chunkfs_0.8.tar.gz from any mirror error: builder for '/nix/store/rgnsqpp3rbxm0xis6zhawxsq8x00x4g1-chunkfs_0.8.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://chunkfs.florz.de/chunkfs_0.8.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 279 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download chunkfs_0.8.tar.gz from any mirror For full logs, run 'nix log /nix/store/rgnsqpp3rbxm0xis6zhawxsq8x00x4g1-chunkfs_0.8.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'chunkfs.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/rgnsqpp3rbxm0xis6zhawxsq8x00x4g1-chunkfs_0.8.tar.gz.drv /nix/store/xw81ms1by3zf4gll8vqazrv3mciii6vv-chunkfs-0.8.drv building '/nix/store/rgnsqpp3rbxm0xis6zhawxsq8x00x4g1-chunkfs_0.8.tar.gz.drv'... trying https://chunkfs.florz.de/chunkfs_0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 279 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download chunkfs_0.8.tar.gz from any mirror error: builder for '/nix/store/rgnsqpp3rbxm0xis6zhawxsq8x00x4g1-chunkfs_0.8.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://chunkfs.florz.de/chunkfs_0.8.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 279 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download chunkfs_0.8.tar.gz from any mirror For full logs, run 'nix log /nix/store/rgnsqpp3rbxm0xis6zhawxsq8x00x4g1-chunkfs_0.8.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/xw81ms1by3zf4gll8vqazrv3mciii6vv-chunkfs-0.8.drv' failed to build [result] Failed to update chunkfs 0.7 -> 0.8 https://repology.org/project/chunkfs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-iot, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-iot/2024-02-21.log python312Packages.mypy-boto3-iot 1.34.0 -> 1.34.39 https://repology.org/project/python:mypy-boto3-iot/versions attrpath: python312Packages.mypy-boto3-iot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-iot-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-iot-1.34.0: UPDATING ... - python3.12-mypy-boto3-iot-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-iot 1.34.0 -> 1.34.39 https://repology.org/project/python:mypy-boto3-iot/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath resilio-sync, using log file: /var/log/nixpkgs-update/resilio-sync/2024-02-21.log resilio-sync 2.7.3 -> 2.7.3.1381 https://repology.org/project/resilio-sync/versions attrpath: resilio-sync Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update resilio-sync 2.7.3 -> 2.7.3.1381 https://repology.org/project/resilio-sync/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.dahdit, using log file: /var/log/nixpkgs-update/haskellPackages.dahdit/2024-02-21.log haskellPackages.dahdit 0.5.0 -> 0.5.1 https://repology.org/project/haskell:dahdit/versions attrpath: haskellPackages.dahdit Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.dahdit 0.5.0 -> 0.5.1 https://repology.org/project/haskell:dahdit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.sudachidict-small, using log file: /var/log/nixpkgs-update/python312Packages.sudachidict-small/2024-02-21.log python312Packages.sudachidict-small 20230927 -> 20240109 https://repology.org/project/python:sudachidict-small/versions attrpath: python312Packages.sudachidict-small Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-sudachidict-small-20230927 Press Enter key to continue... Running update for: - python3.12-sudachidict-small-20230927: UPDATING ... - python3.12-sudachidict-small-20230927: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.sudachidict-small 20230927 -> 20240109 https://repology.org/project/python:sudachidict-small/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.IPEC, using log file: /var/log/nixpkgs-update/rPackages.IPEC/2024-02-21.log rPackages.IPEC 1.0.6 -> 1.1.0 https://repology.org/project/r:ipec/versions attrpath: rPackages.IPEC Checking auto update branch... No auto update branch exists Old version 1.0.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.IPEC 1.0.6 -> 1.1.0 https://repology.org/project/r:ipec/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.TestDifferences 0.70 -> 0.71 https://repology.org/project/perl:test-differences/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nrsc5, using log file: /var/log/nixpkgs-update/nrsc5/2024-02-21.log nrsc5 1.0 -> 1.0-20230418 https://repology.org/project/nrsc5/versions attrpath: nrsc5 Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update nrsc5 1.0 -> 1.0-20230418 https://repology.org/project/nrsc5/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath snpeff, using log file: /var/log/nixpkgs-update/snpeff/2024-02-21.log snpeff 4.3t -> 5.2 https://repology.org/project/snpeff/versions attrpath: snpeff Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/bbjiz51fdpyy17rki4c3pns9mibxvndb-snpEff_v5_2_core.zip.drv building '/nix/store/bbjiz51fdpyy17rki4c3pns9mibxvndb-snpEff_v5_2_core.zip.drv'... trying https://downloads.sourceforge.net/project/snpeff/snpEff_v5_2_core.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/project/snpeff/snpEff_v5_2_core.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/project/snpeff/snpEff_v5_2_core.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1041 0 --:--:-- --:--:-- --:--:-- 1045 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/project/snpeff/snpEff_v5_2_core.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/project/snpeff/snpEff_v5_2_core.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 317 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/project/snpeff/snpEff_v5_2_core.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download snpEff_v5_2_core.zip from any mirror error: builder for '/nix/store/bbjiz51fdpyy17rki4c3pns9mibxvndb-snpEff_v5_2_core.zip.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/project/snpeff/snpEff_v5_2_core.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/project/snpeff/snpEff_v5_2_core.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 317 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://osdn.dl.sourceforge.net/sourceforge/project/snpeff/snpEff_v5_2_core.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' > More details here: https://curl.se/docs/sslcerts.html > > curl failed to verify the legitimacy of the server and therefore could not > establish a secure connection to it. To learn more about this situation and > how to fix it, please visit the web page mentioned above. > error: cannot download snpEff_v5_2_core.zip from any mirror For full logs, run 'nix log /nix/store/bbjiz51fdpyy17rki4c3pns9mibxvndb-snpEff_v5_2_core.zip.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'snpeff.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/bbjiz51fdpyy17rki4c3pns9mibxvndb-snpEff_v5_2_core.zip.drv /nix/store/lhlxq76z4v55354r10msnlnba3w3q5sx-snpeff-5.2.drv building '/nix/store/bbjiz51fdpyy17rki4c3pns9mibxvndb-snpEff_v5_2_core.zip.drv'... trying https://downloads.sourceforge.net/project/snpeff/snpEff_v5_2_core.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/project/snpeff/snpEff_v5_2_core.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/project/snpeff/snpEff_v5_2_core.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1291 0 --:--:-- --:--:-- --:--:-- 1301 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/project/snpeff/snpEff_v5_2_core.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/project/snpeff/snpEff_v5_2_core.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 317 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/project/snpeff/snpEff_v5_2_core.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download snpEff_v5_2_core.zip from any mirror error: builder for '/nix/store/bbjiz51fdpyy17rki4c3pns9mibxvndb-snpEff_v5_2_core.zip.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/project/snpeff/snpEff_v5_2_core.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/project/snpeff/snpEff_v5_2_core.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 317 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://osdn.dl.sourceforge.net/sourceforge/project/snpeff/snpEff_v5_2_core.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' > More details here: https://curl.se/docs/sslcerts.html > > curl failed to verify the legitimacy of the server and therefore could not > establish a secure connection to it. To learn more about this situation and > how to fix it, please visit the web page mentioned above. > error: cannot download snpEff_v5_2_core.zip from any mirror For full logs, run 'nix log /nix/store/bbjiz51fdpyy17rki4c3pns9mibxvndb-snpEff_v5_2_core.zip.drv'. error: 1 dependencies of derivation '/nix/store/lhlxq76z4v55354r10msnlnba3w3q5sx-snpeff-5.2.drv' failed to build [result] Failed to update snpeff 4.3t -> 5.2 https://repology.org/project/snpeff/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.IRanges, using log file: /var/log/nixpkgs-update/rPackages.IRanges/2024-02-21.log rPackages.IRanges 2.36.0 -> 2.37.1 https://repology.org/project/r:iranges/versions attrpath: rPackages.IRanges Checking auto update branch... No auto update branch exists Old version 2.36.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.IRanges 2.36.0 -> 2.37.1 https://repology.org/project/r:iranges/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dmenu-wayland, using log file: /var/log/nixpkgs-update/dmenu-wayland/2024-02-21.log dmenu-wayland 2023-05-18 -> 20230902 https://repology.org/project/dmenu-wayland/versions attrpath: dmenu-wayland Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update dmenu-wayland 2023-05-18 -> 20230902 https://repology.org/project/dmenu-wayland/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.ihaskell-hvega, using log file: /var/log/nixpkgs-update/haskellPackages.ihaskell-hvega/2024-02-21.log haskellPackages.ihaskell-hvega 0.5.0.4 -> 0.5.0.5 https://repology.org/project/haskell:ihaskell-hvega/versions attrpath: haskellPackages.ihaskell-hvega Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.ihaskell-hvega 0.5.0.4 -> 0.5.0.5 https://repology.org/project/haskell:ihaskell-hvega/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.paws_developer_tools, using log file: /var/log/nixpkgs-update/rPackages.paws_developer_tools/2024-02-21.log rPackages.paws_developer_tools 0.4.0 -> 0.5.0 https://repology.org/project/r:paws.developer.tools/versions attrpath: rPackages.paws_developer_tools Checking auto update branch... No auto update branch exists Old version 0.4.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.paws_developer_tools 0.4.0 -> 0.5.0 https://repology.org/project/r:paws.developer.tools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fbthrift, using log file: /var/log/nixpkgs-update/fbthrift/2024-02-21.log fbthrift 2023.03.20.00 -> 2024.01.22.00 https://repology.org/project/fbthrift/versions attrpath: fbthrift Checking auto update branch... No auto update branch exists Old version 2023.03.20.00" not present in staging derivation file with contents: { stdenv , fetchFromGitHub , cmake , bison , boost , libevent , double-conversion , libsodium , fizz , flex , fmt_8 , folly , glog , gflags , libiberty , mvfst , openssl , lib , wangle , zlib , zstd }: stdenv.mkDerivation rec { pname = "fbthrift"; version = "2024.01.22.00"; src = fetchFromGitHub { owner = "facebook"; repo = "fbthrift"; rev = "v${version}"; sha256 = "sha256-vIYXX4NOs2JdhrAJKmIhf4+hQEXHue2Ok7e4cw6yups="; }; nativeBuildInputs = [ cmake bison flex ]; cmakeFlags = lib.optionals stdenv.isDarwin [ "-DCMAKE_OSX_DEPLOYMENT_TARGET=10.14" # For aligned allocation ]; buildInputs = [ boost double-conversion fizz fmt_8 folly glog gflags libevent libiberty mvfst openssl wangle zlib zstd libsodium ]; meta = with lib; { description = "Facebook's branch of Apache Thrift"; homepage = "https://github.com/facebook/fbthrift"; license = licenses.asl20; platforms = platforms.unix; maintainers = with maintainers; [ pierreis kylesferrazza ]; }; } [result] Failed to update fbthrift 2023.03.20.00 -> 2024.01.22.00 https://repology.org/project/fbthrift/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.sbv, using log file: /var/log/nixpkgs-update/haskellPackages.sbv/2024-02-21.log haskellPackages.sbv 10.2 -> 10.3 https://repology.org/project/haskell:sbv/versions attrpath: haskellPackages.sbv Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.sbv 10.2 -> 10.3 https://repology.org/project/haskell:sbv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath git-annex, using log file: /var/log/nixpkgs-update/git-annex/2024-02-21.log git-annex 10.20231129 -> 10.20240129 https://repology.org/project/git-annex/versions attrpath: git-annex Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update git-annex 10.20231129 -> 10.20240129 https://repology.org/project/git-annex/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fbpanel, using log file: /var/log/nixpkgs-update/fbpanel/2024-02-21.log fbpanel 7.0 -> 7.2 https://repology.org/project/fbpanel/versions attrpath: fbpanel Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update fbpanel 7.0 -> 7.2 https://repology.org/project/fbpanel/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath serviio, using log file: /var/log/nixpkgs-update/serviio/2024-02-21.log serviio 2.2.1 -> 2.3.1 https://repology.org/project/serviio/versions attrpath: serviio Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/7263r38xip9dvz07iqdcrpkh79ih7ybx-serviio-2.3.1-linux.tar.gz.drv building '/nix/store/7263r38xip9dvz07iqdcrpkh79ih7ybx-serviio-2.3.1-linux.tar.gz.drv'... trying http://download.serviio.org/releases/serviio-2.3.1-linux.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 319 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download serviio-2.3.1-linux.tar.gz from any mirror error: builder for '/nix/store/7263r38xip9dvz07iqdcrpkh79ih7ybx-serviio-2.3.1-linux.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying http://download.serviio.org/releases/serviio-2.3.1-linux.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 319 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download serviio-2.3.1-linux.tar.gz from any mirror For full logs, run 'nix log /nix/store/7263r38xip9dvz07iqdcrpkh79ih7ybx-serviio-2.3.1-linux.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'serviio.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/7263r38xip9dvz07iqdcrpkh79ih7ybx-serviio-2.3.1-linux.tar.gz.drv /nix/store/xaa5msn6zr0ycv98llfva8il1ar8k02l-serviio-2.3.1.drv building '/nix/store/7263r38xip9dvz07iqdcrpkh79ih7ybx-serviio-2.3.1-linux.tar.gz.drv'... trying http://download.serviio.org/releases/serviio-2.3.1-linux.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 319 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download serviio-2.3.1-linux.tar.gz from any mirror error: builder for '/nix/store/7263r38xip9dvz07iqdcrpkh79ih7ybx-serviio-2.3.1-linux.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying http://download.serviio.org/releases/serviio-2.3.1-linux.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 319 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download serviio-2.3.1-linux.tar.gz from any mirror For full logs, run 'nix log /nix/store/7263r38xip9dvz07iqdcrpkh79ih7ybx-serviio-2.3.1-linux.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/xaa5msn6zr0ycv98llfva8il1ar8k02l-serviio-2.3.1.drv' failed to build [result] Failed to update serviio 2.2.1 -> 2.3.1 https://repology.org/project/serviio/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.ghc-typelits-presburger, using log file: /var/log/nixpkgs-update/haskellPackages.ghc-typelits-presburger/2024-02-21.log haskellPackages.ghc-typelits-presburger 0.7.2.0 -> 0.7.3.0 https://repology.org/project/haskell:ghc-typelits-presburger/versions attrpath: haskellPackages.ghc-typelits-presburger Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.ghc-typelits-presburger 0.7.2.0 -> 0.7.3.0 https://repology.org/project/haskell:ghc-typelits-presburger/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.countries, using log file: /var/log/nixpkgs-update/rPackages.countries/2024-02-21.log rPackages.countries 1.1.1 -> 1.2.0 https://repology.org/project/r:countries/versions attrpath: rPackages.countries Checking auto update branch... No auto update branch exists Old version 1.1.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.countries 1.1.1 -> 1.2.0 https://repology.org/project/r:countries/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rockbox-utility, using log file: /var/log/nixpkgs-update/rockbox-utility/2024-02-21.log rockbox-utility 1.4.1 -> 1.5.1 https://repology.org/project/rbutil/versions attrpath: rockbox-utility Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/misc/rockbox-utility/default.nix b/pkgs/tools/misc/rockbox-utility/default.nix index b5762fd651ab..84f73dec9a72 100644 --- a/pkgs/tools/misc/rockbox-utility/default.nix +++ b/pkgs/tools/misc/rockbox-utility/default.nix @@ -11,11 +11,11 @@ stdenv.mkDerivation rec { pname = "rockbox-utility"; - version = "1.4.1"; + version = "1.5.1"; src = fetchurl { url = "https://download.rockbox.org/rbutil/source/RockboxUtility-v${version}-src.tar.bz2"; - hash = "sha256-PhlJ+fNY4/Qjoc72zV9WO+kNqF5bZQuwOh4EpAJwqX4="; + hash = "sha256-guNO11a0d30RexPEAAQGIgV9W17zgTjZ/LNz/oUn4HM="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A rockbox-utility nix build failed. got build log for 'rockbox-utility' from 'daemon' @nix { "action": "setPhase", "phase": "qmakePrePhase" } Running phase: qmakePrePhase @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/bg5s826l3jxssw8hz5n4z1mz3q5zgc5p-RockboxUtility-v1.5.1-src.tar.bz2 source root is RockboxUtility-v1.5.1-src setting SOURCE_DATE_EPOCH to timestamp 1650308746 of file RockboxUtility-v1.5.1-src/utils/tomcrypt/src/modes/cbc/cbc_start.c @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase sed: can't read rbutil/rbutilqt/rbutilqt.pro: No such file or directory /nix/store/yq9qag5ak3w15nhcqplnhxpny6295l36-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update rockbox-utility 1.4.1 -> 1.5.1 https://repology.org/project/rbutil/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lager, using log file: /var/log/nixpkgs-update/lager/2024-02-21.log lager 0.1.0 -> 0.1.1 https://repology.org/project/lager/versions attrpath: lager Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/by-name/la/lager/package.nix b/pkgs/by-name/la/lager/package.nix index 11b7595fcccb..1925f891cf63 100644 --- a/pkgs/by-name/la/lager/package.nix +++ b/pkgs/by-name/la/lager/package.nix @@ -10,12 +10,12 @@ stdenv.mkDerivation rec { pname = "lager"; - version = "0.1.0"; + version = "0.1.1"; src = fetchFromGitHub { owner = "arximboldi"; repo = "lager"; rev = "v${version}"; - hash = "sha256-KTHrVV/186l4klwlcfDwFsKVoOVqWCUPzHnIbWuatbg="; + hash = "sha256-pJJUuV42XG0LDoBtaPQl+7QCjP8mYCa9i8xOixNpya8="; }; buildInputs = [ boost [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A lager nix build failed. -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Warning at CMakeLists.txt:42 (message): examples using the web-based debugger are disabled when examples are disabled  -- Could not find ccache -- Found Boost: /nix/store/c9i6yz98xj9fg4i4dxhd32wv0nrn21ml-boost-1.81.0-dev/lib/cmake/Boost-1.81.0/BoostConfig.cmake (found suitable version "1.81.0", minimum required is "1.56") found components: system -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE CMake Error at CMakeLists.txt:82 (find_package): By not providing "FindCatch2.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Catch2", but CMake did not find one. Could not find a package configuration file provided by "Catch2" with any of the following names: Catch2Config.cmake catch2-config.cmake Add the installation prefix of "Catch2" to CMAKE_PREFIX_PATH or set "Catch2_DIR" to a directory containing one of the above files. If "Catch2" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! [result] Failed to update lager 0.1.0 -> 0.1.1 https://repology.org/project/lager/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lato, using log file: /var/log/nixpkgs-update/lato/2024-02-21.log lato 2.0 -> 2.015 https://repology.org/project/fonts:lato/versions attrpath: lato Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/mqkb4yal9mzsvgj6xff7qndxkipvhvzn-source.drv building '/nix/store/mqkb4yal9mzsvgj6xff7qndxkipvhvzn-source.drv'... trying https://www.latofonts.com/download/Lato2OFL.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/mqkb4yal9mzsvgj6xff7qndxkipvhvzn-source.drv' failed with exit code 1; last 7 log lines: > > trying https://www.latofonts.com/download/Lato2OFL.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/mqkb4yal9mzsvgj6xff7qndxkipvhvzn-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'lato.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/mqkb4yal9mzsvgj6xff7qndxkipvhvzn-source.drv /nix/store/rw6ks79ci2l0j5i660qy7fd6dava56cv-lato-2.015.drv building '/nix/store/mqkb4yal9mzsvgj6xff7qndxkipvhvzn-source.drv'... trying https://www.latofonts.com/download/Lato2OFL.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/mqkb4yal9mzsvgj6xff7qndxkipvhvzn-source.drv' failed with exit code 1; last 7 log lines: > > trying https://www.latofonts.com/download/Lato2OFL.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/mqkb4yal9mzsvgj6xff7qndxkipvhvzn-source.drv'. error: 1 dependencies of derivation '/nix/store/rw6ks79ci2l0j5i660qy7fd6dava56cv-lato-2.015.drv' failed to build [result] Failed to update lato 2.0 -> 2.015 https://repology.org/project/fonts:lato/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pidginPackages.purple-matrix, using log file: /var/log/nixpkgs-update/pidginPackages.purple-matrix/2024-02-21.log pidginPackages.purple-matrix 2019-06-06 -> 20210210 https://repology.org/project/purple-matrix/versions attrpath: pidginPackages.purple-matrix Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/instant-messengers/pidgin/pidgin-plugins/purple-matrix/default.nix b/pkgs/applications/networking/instant-messengers/pidgin/pidgin-plugins/purple-matrix/default.nix index 0b51d172b746..4b66c6bfdd32 100644 --- a/pkgs/applications/networking/instant-messengers/pidgin/pidgin-plugins/purple-matrix/default.nix +++ b/pkgs/applications/networking/instant-messengers/pidgin/pidgin-plugins/purple-matrix/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "purple-matrix-unstable"; - version = "2019-06-06"; + version = "20210210"; src = fetchFromGitHub { owner = "matrix-org"; repo = "purple-matrix"; rev = "4494ba22b479917f0b1f96a3019792d3d75bcff1"; - sha256 = "1gjm0z4wa5vi9x1xk43rany5pffrwg958n180ahdj9a7sa8a4hpm"; + sha256 = "sha256-9UKikNJHJdmgAihYVNLj2blbvFV5kNlDT3EXxckHVb4="; }; env.NIX_CFLAGS_COMPILE = builtins.toString [ Source url did not change. [result] Failed to update pidginPackages.purple-matrix 2019-06-06 -> 20210210 https://repology.org/project/purple-matrix/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath swayws, using log file: /var/log/nixpkgs-update/swayws/2024-02-21.log swayws 1.2.0 -> 1.3.0 https://repology.org/project/swayws/versions attrpath: swayws Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'swayws.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/is0sm9968dxlba76g3m6bq8lsimskkkh-swayws-1.3.0-vendor.tar.gz.drv /nix/store/rpby38gc5s6srjclqq0sc3bm4brlw8qx-swayws-1.3.0.drv building '/nix/store/is0sm9968dxlba76g3m6bq8lsimskkkh-swayws-1.3.0-vendor.tar.gz.drv'... Running phase: unpackPhase unpacking source archive /nix/store/cnsdcyzwv424ny30i8qmprr880id6j4r-source source root is source Running phase: patchPhase applying patch /nix/store/g39idrk79i5r08sc027ir2l50ch88s8g-ws-update-Cargo-lock.patch patching file Cargo.lock Hunk #1 FAILED at 328. 1 out of 1 hunk FAILED -- saving rejects to file Cargo.lock.rej error: builder for '/nix/store/is0sm9968dxlba76g3m6bq8lsimskkkh-swayws-1.3.0-vendor.tar.gz.drv' failed with exit code 1; last 8 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/cnsdcyzwv424ny30i8qmprr880id6j4r-source > source root is source > Running phase: patchPhase > applying patch /nix/store/g39idrk79i5r08sc027ir2l50ch88s8g-ws-update-Cargo-lock.patch > patching file Cargo.lock > Hunk #1 FAILED at 328. > 1 out of 1 hunk FAILED -- saving rejects to file Cargo.lock.rej For full logs, run 'nix log /nix/store/is0sm9968dxlba76g3m6bq8lsimskkkh-swayws-1.3.0-vendor.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/rpby38gc5s6srjclqq0sc3bm4brlw8qx-swayws-1.3.0.drv' failed to build [result] Failed to update swayws 1.2.0 -> 1.3.0 https://repology.org/project/swayws/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.sasl, using log file: /var/log/nixpkgs-update/haskellPackages.sasl/2024-02-21.log haskellPackages.sasl 0.0.0.1 -> 0.0.0.2 https://repology.org/project/haskell:sasl/versions attrpath: haskellPackages.sasl Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.sasl 0.0.0.1 -> 0.0.0.2 https://repology.org/project/haskell:sasl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cargo-modules, using log file: /var/log/nixpkgs-update/cargo-modules/2024-02-21.log cargo-modules 0.11.2 -> 0.13.6 https://repology.org/project/cargo-modules/versions attrpath: cargo-modules Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-VuB7DX+0JEFDVxcxZtHp0Jhz/igcq6ztQxantchmIRU= Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cargo-modules nix build failed. Stopped on the first failure. Run `cargo insta test` to run all snapshots. thread 'selection::no_types::smoke' panicked at /build/cargo-modules-0.13.6-vendor.tar.gz/insta/src/runtime.rs:563:9: snapshot assertion for 'smoke' failed in line 354 failures: cfg_test::smoke colors::ansi::smoke colors::plain::smoke colors::truecolor::smoke fields::enum_fields fields::struct_fields fields::tuple_fields fields::union_fields focus_on::glob_path::smoke focus_on::self_path::smoke focus_on::simple_path::smoke focus_on::use_tree::smoke functions::function_body functions::function_inputs functions::function_outputs max_depth::depth_2::smoke selection::no_fns::smoke selection::no_modules::smoke selection::no_traits::smoke selection::no_types::smoke test result: FAILED. 85 passed; 20 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.45s error: test failed, to rerun pass `--test dependencies` [result] Failed to update cargo-modules 0.11.2 -> 0.13.6 https://repology.org/project/cargo-modules/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spatialite_gui, using log file: /var/log/nixpkgs-update/spatialite_gui/2024-02-21.log spatialite_gui 2.1.0-beta1 -> 2.1.0 https://repology.org/project/spatialite-gui/versions attrpath: spatialite_gui Checking auto update branch... No auto update branch exists 2.1.0 is not newer than 2.1.0-beta1 according to Nix; versionComparison: -1 [result] Failed to update spatialite_gui 2.1.0-beta1 -> 2.1.0 https://repology.org/project/spatialite-gui/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libhangul, using log file: /var/log/nixpkgs-update/libhangul/2024-02-21.log libhangul 0.1.0 -> 2023.04.15 https://repology.org/project/libhangul/versions attrpath: libhangul Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/g3m9yqmm1ig28rrlw19r8fbmjnh5x3j9-libhangul-2023.04.15.tar.gz.drv building '/nix/store/g3m9yqmm1ig28rrlw19r8fbmjnh5x3j9-libhangul-2023.04.15.tar.gz.drv'... trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libhangul/libhangul-2023.04.15.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download libhangul-2023.04.15.tar.gz from any mirror error: builder for '/nix/store/g3m9yqmm1ig28rrlw19r8fbmjnh5x3j9-libhangul-2023.04.15.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libhangul/libhangul-2023.04.15.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 403 > error: cannot download libhangul-2023.04.15.tar.gz from any mirror For full logs, run 'nix log /nix/store/g3m9yqmm1ig28rrlw19r8fbmjnh5x3j9-libhangul-2023.04.15.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libhangul.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/g3m9yqmm1ig28rrlw19r8fbmjnh5x3j9-libhangul-2023.04.15.tar.gz.drv /nix/store/b47wbsvymkkhmxz6slhc52nbnmhfjxrr-libhangul-2023.04.15.drv building '/nix/store/g3m9yqmm1ig28rrlw19r8fbmjnh5x3j9-libhangul-2023.04.15.tar.gz.drv'... trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libhangul/libhangul-2023.04.15.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download libhangul-2023.04.15.tar.gz from any mirror error: builder for '/nix/store/g3m9yqmm1ig28rrlw19r8fbmjnh5x3j9-libhangul-2023.04.15.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/libhangul/libhangul-2023.04.15.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 298 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 403 > error: cannot download libhangul-2023.04.15.tar.gz from any mirror For full logs, run 'nix log /nix/store/g3m9yqmm1ig28rrlw19r8fbmjnh5x3j9-libhangul-2023.04.15.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/b47wbsvymkkhmxz6slhc52nbnmhfjxrr-libhangul-2023.04.15.drv' failed to build [result] Failed to update libhangul 0.1.0 -> 2023.04.15 https://repology.org/project/libhangul/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsForQt5.telly-skout, using log file: /var/log/nixpkgs-update/libsForQt5.telly-skout/2024-02-21.log libsForQt5.telly-skout 23.08.5 -> 24.01.95 https://repology.org/project/telly-skout/versions attrpath: libsForQt5.telly-skout Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: { mkDerivation , lib , extra-cmake-modules , qtquickcontrols2 , kcoreaddons , kconfig , ki18n , kirigami2 }: mkDerivation { pname = "telly-skout"; nativeBuildInputs = [ extra-cmake-modules ]; buildInputs = [ qtquickcontrols2 kcoreaddons kconfig ki18n kirigami2 ]; meta = { description = "A convergent Kirigami TV guide"; homepage = "https://apps.kde.org/telly-skout/"; license = lib.licenses.gpl2Plus; maintainers = []; }; } [result] Failed to update libsForQt5.telly-skout 23.08.5 -> 24.01.95 https://repology.org/project/telly-skout/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rfacebookstat, using log file: /var/log/nixpkgs-update/rPackages.rfacebookstat/2024-02-21.log rPackages.rfacebookstat 2.9.3 -> 2.10.0 https://repology.org/project/r:rfacebookstat/versions attrpath: rPackages.rfacebookstat Checking auto update branch... No auto update branch exists Old version 2.9.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rfacebookstat 2.9.3 -> 2.10.0 https://repology.org/project/r:rfacebookstat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bsnes-hd, using log file: /var/log/nixpkgs-update/bsnes-hd/2024-02-21.log bsnes-hd 10.6-beta -> 10.6 https://repology.org/project/bsnes-hd/versions attrpath: bsnes-hd Checking auto update branch... No auto update branch exists 10.6 is not newer than 10.6-beta according to Nix; versionComparison: -1 [result] Failed to update bsnes-hd 10.6-beta -> 10.6 https://repology.org/project/bsnes-hd/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tm, using log file: /var/log/nixpkgs-update/tm/2024-02-21.log tm 0.4.1 -> 1.21.0 https://repology.org/project/tm/versions attrpath: tm Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/kjs4hvxcy2hgxdh6ng7zz5g1lw8vhmrr-tm-1.21.0.tar.gz.drv building '/nix/store/kjs4hvxcy2hgxdh6ng7zz5g1lw8vhmrr-tm-1.21.0.tar.gz.drv'... trying https://vicerveza.homeunix.net/~viric/soft/tm/tm-1.21.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download tm-1.21.0.tar.gz from any mirror error: builder for '/nix/store/kjs4hvxcy2hgxdh6ng7zz5g1lw8vhmrr-tm-1.21.0.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://vicerveza.homeunix.net/~viric/soft/tm/tm-1.21.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download tm-1.21.0.tar.gz from any mirror For full logs, run 'nix log /nix/store/kjs4hvxcy2hgxdh6ng7zz5g1lw8vhmrr-tm-1.21.0.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'tm.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/kjs4hvxcy2hgxdh6ng7zz5g1lw8vhmrr-tm-1.21.0.tar.gz.drv /nix/store/1jw0p1pib4bsj2y66h6qschamxvd0mag-tm-1.21.0.drv building '/nix/store/kjs4hvxcy2hgxdh6ng7zz5g1lw8vhmrr-tm-1.21.0.tar.gz.drv'... trying https://vicerveza.homeunix.net/~viric/soft/tm/tm-1.21.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download tm-1.21.0.tar.gz from any mirror error: builder for '/nix/store/kjs4hvxcy2hgxdh6ng7zz5g1lw8vhmrr-tm-1.21.0.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://vicerveza.homeunix.net/~viric/soft/tm/tm-1.21.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download tm-1.21.0.tar.gz from any mirror For full logs, run 'nix log /nix/store/kjs4hvxcy2hgxdh6ng7zz5g1lw8vhmrr-tm-1.21.0.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/1jw0p1pib4bsj2y66h6qschamxvd0mag-tm-1.21.0.drv' failed to build [result] Failed to update tm 0.4.1 -> 1.21.0 https://repology.org/project/tm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.Appcpm 0.997014 -> 0.997015 https://repology.org/project/perl:app-cpm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath unqlite, using log file: /var/log/nixpkgs-update/unqlite/2024-02-21.log unqlite 1.1.9 -> 116 https://repology.org/project/unqlite/versions attrpath: unqlite Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/0343fn71vqh654m5xq9nvj5vrh6v9r8c-source.drv building '/nix/store/0343fn71vqh654m5xq9nvj5vrh6v9r8c-source.drv'... trying https://github.com/symisc/unqlite/archive/v116.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/0343fn71vqh654m5xq9nvj5vrh6v9r8c-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/symisc/unqlite/archive/v116.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/0343fn71vqh654m5xq9nvj5vrh6v9r8c-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'unqlite.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/0343fn71vqh654m5xq9nvj5vrh6v9r8c-source.drv /nix/store/zyzkjdip4ivwjmfz0amd3p0wskalkd1k-unqlite-116.drv building '/nix/store/0343fn71vqh654m5xq9nvj5vrh6v9r8c-source.drv'... trying https://github.com/symisc/unqlite/archive/v116.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/0343fn71vqh654m5xq9nvj5vrh6v9r8c-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/symisc/unqlite/archive/v116.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/0343fn71vqh654m5xq9nvj5vrh6v9r8c-source.drv'. error: 1 dependencies of derivation '/nix/store/zyzkjdip4ivwjmfz0amd3p0wskalkd1k-unqlite-116.drv' failed to build [result] Failed to update unqlite 1.1.9 -> 116 https://repology.org/project/unqlite/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_4_19.decklink, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_4_19.decklink/2024-02-21.log linuxKernel.packages.linux_4_19.decklink 12.5a15 -> 12.7 https://repology.org/project/decklink/versions attrpath: linuxKernel.packages.linux_4_19.decklink Checking auto update branch... No auto update branch exists Old version 12.5a15" not present in master derivation file with contents: { stdenv , lib , blackmagic-desktop-video , kernel }: stdenv.mkDerivation rec { pname = "decklink"; # the download is a horrible curl mess. we reuse it between the kernel module # and desktop service, since the version of the two have to match anyways. # See pkgs/tools/video/blackmagic-desktop-video/default.nix for more. inherit (blackmagic-desktop-video) src version; KERNELDIR = "${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"; INSTALL_MOD_PATH = placeholder "out"; nativeBuildInputs = kernel.moduleBuildDependencies; postUnpack = '' tar xf Blackmagic_Desktop_Video_Linux_${lib.versions.majorMinor version}/other/${stdenv.hostPlatform.uname.processor}/desktopvideo-${version}-${stdenv.hostPlatform.uname.processor}.tar.gz moduleRoot=$NIX_BUILD_TOP/desktopvideo-${version}-${stdenv.hostPlatform.uname.processor}/usr/src ''; buildPhase = '' runHook preBuild make -C $moduleRoot/blackmagic-${version} -j$NIX_BUILD_CORES make -C $moduleRoot/blackmagic-io-${version} -j$NIX_BUILD_CORES runHook postBuild ''; installPhase = '' runHook preInstall make -C $KERNELDIR M=$moduleRoot/blackmagic-${version} modules_install make -C $KERNELDIR M=$moduleRoot/blackmagic-io-${version} modules_install runHook postInstall ''; meta = with lib; { homepage = "https://www.blackmagicdesign.com/support/family/capture-and-playback"; maintainers = [ maintainers.hexchen ]; license = licenses.unfree; description = "Kernel module for the Blackmagic Design Decklink cards"; sourceProvenance = with lib.sourceTypes; [ binaryFirmware ]; platforms = platforms.linux; }; } [result] Failed to update linuxKernel.packages.linux_4_19.decklink 12.5a15 -> 12.7 https://repology.org/project/decklink/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ao, using log file: /var/log/nixpkgs-update/ao/2024-02-21.log ao 2023-06-07 -> 20210717 https://repology.org/project/libfive/versions attrpath: ao Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update ao 2023-06-07 -> 20210717 https://repology.org/project/libfive/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsForQt5.kdeclarative, using log file: /var/log/nixpkgs-update/libsForQt5.kdeclarative/2024-02-21.log libsForQt5.kdeclarative 5.114.0 -> 5.249.0 https://repology.org/project/kdeclarative/versions attrpath: libsForQt5.kdeclarative Checking auto update branch... No auto update branch exists Old version 5.114.0" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in KDE Frameworks 5. All available packages are listed in `./srcs.nix`, although a few are not yet packaged in Nixpkgs (see below). IF YOUR PACKAGE IS NOT LISTED IN `./srcs.nix`, IT DOES NOT GO HERE. Many of the packages released upstream are not yet built in Nixpkgs due to lack of demand. To add a Nixpkgs build for an upstream package, copy one of the existing packages here and modify it as necessary. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/development/libraries/kde-frameworks` from the top of the Nixpkgs tree. 3. Use `nox-review wip` to check that everything builds. 4. Commit the changes and open a pull request. */ { libsForQt5, lib, fetchurl }: let maintainers = with lib.maintainers; [ ttuegel nyanloutre ]; license = with lib.licenses; [ lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12Plus ]; srcs = import ./srcs.nix { inherit fetchurl; mirror = "mirror://kde"; }; mkDerivation = libsForQt5.callPackage ({ stdenv, mkDerivation ? stdenv.mkDerivation }: mkDerivation) {}; packages = self: with self; # SUPPORT let propagate = out: let setupHook = { writeScript }: writeScript "setup-hook" '' if [ "''${hookName:-}" != postHook ]; then postHooks+=("source @dev@/nix-support/setup-hook") else # Propagate $dev so that this setup hook is propagated # But only if there is a separate $dev output if [ "''${outputDev:?}" != out ]; then propagatedBuildInputs="''${propagatedBuildInputs-} @dev@" fi fi ''; in callPackage setupHook {}; propagateBin = propagate "bin"; callPackage = self.newScope { inherit propagate propagateBin; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; outputs = args.outputs or [ "bin" "dev" "out" ]; hasSeparateDev = lib.elem "dev" outputs; defaultSetupHook = if hasSeparateDev then propagateBin else null; setupHook = args.setupHook or defaultSetupHook; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "https://kde.org"; license = meta.license or license; maintainers = (meta.maintainers or []) ++ maintainers; platforms = meta.platforms or lib.platforms.all; }; in mkDerivation (args // { inherit pname meta outputs setupHook src version; }); }; in { extra-cmake-modules = callPackage ./extra-cmake-modules {}; # TIER 1 attica = callPackage ./attica.nix {}; bluez-qt = callPackage ./bluez-qt.nix {}; breeze-icons = callPackage ./breeze-icons.nix {}; kapidox = callPackage ./kapidox.nix {}; karchive = callPackage ./karchive.nix {}; kcalendarcore = callPackage ./kcalendarcore.nix {}; kcodecs = callPackage ./kcodecs.nix {}; kconfig = callPackage ./kconfig.nix {}; kcoreaddons = callPackage ./kcoreaddons.nix {}; kdbusaddons = callPackage ./kdbusaddons.nix {}; kdnssd = callPackage ./kdnssd.nix {}; kguiaddons = callPackage ./kguiaddons.nix {}; kholidays = callPackage ./kholidays.nix {}; ki18n = callPackage ./ki18n.nix {}; kidletime = callPackage ./kidletime.nix {}; kirigami2 = callPackage ./kirigami2.nix {}; kitemmodels = callPackage ./kitemmodels.nix {}; kitemviews = callPackage ./kitemviews.nix {}; kplotting = callPackage ./kplotting.nix {}; kquickcharts = callPackage ./kquickcharts.nix {}; kwayland = callPackage ./kwayland.nix {}; kwidgetsaddons = callPackage ./kwidgetsaddons.nix {}; kwindowsystem = callPackage ./kwindowsystem {}; modemmanager-qt = callPackage ./modemmanager-qt.nix {}; networkmanager-qt = callPackage ./networkmanager-qt.nix {}; oxygen-icons = callPackage ./oxygen-icons.nix {}; oxygen-icons5 = oxygen-icons; prison = callPackage ./prison.nix {}; qqc2-desktop-style = callPackage ./qqc2-desktop-style.nix {}; solid = callPackage ./solid {}; sonnet = callPackage ./sonnet.nix {}; syntax-highlighting = callPackage ./syntax-highlighting.nix {}; threadweaver = callPackage ./threadweaver.nix {}; # TIER 2 kactivities = callPackage ./kactivities.nix {}; kauth = callPackage ./kauth {}; kcompletion = callPackage ./kcompletion.nix {}; kcontacts = callPackage ./kcontacts.nix {}; kcrash = callPackage ./kcrash.nix {}; kdoctools = callPackage ./kdoctools {}; kfilemetadata = callPackage ./kfilemetadata {}; kimageformats = callPackage ./kimageformats.nix {}; kjobwidgets = callPackage ./kjobwidgets.nix {}; knotifications = callPackage ./knotifications.nix {}; kpackage = callPackage ./kpackage {}; kpeople = callPackage ./kpeople.nix {}; kpty = callPackage ./kpty.nix {}; kunitconversion = callPackage ./kunitconversion.nix {}; syndication = callPackage ./syndication.nix {}; # TIER 3 baloo = callPackage ./baloo.nix {}; kactivities-stats = callPackage ./kactivities-stats.nix {}; kbookmarks = callPackage ./kbookmarks.nix {}; kcmutils = callPackage ./kcmutils.nix {}; kconfigwidgets = callPackage ./kconfigwidgets.nix {}; kdav = callPackage ./kdav.nix {}; kdeclarative = callPackage ./kdeclarative.nix {}; kded = callPackage ./kded.nix {}; kdesu = callPackage ./kdesu {}; kemoticons = callPackage ./kemoticons.nix {}; kglobalaccel = callPackage ./kglobalaccel.nix {}; kiconthemes = callPackage ./kiconthemes {}; kinit = callPackage ./kinit {}; kio = callPackage ./kio {}; knewstuff = callPackage ./knewstuff {}; knotifyconfig = callPackage ./knotifyconfig.nix {}; kparts = callPackage ./kparts.nix {}; krunner = callPackage ./krunner.nix {}; kservice = callPackage ./kservice {}; ktexteditor = callPackage ./ktexteditor.nix {}; ktextwidgets = callPackage ./ktextwidgets.nix {}; kwallet = callPackage ./kwallet.nix {}; kxmlgui = callPackage ./kxmlgui.nix {}; plasma-framework = callPackage ./plasma-framework.nix {}; kpurpose = callPackage ./purpose.nix {}; # TIER 4 frameworkintegration = callPackage ./frameworkintegration.nix {}; # PORTING AIDS kdelibs4support = callPackage ./kdelibs4support {}; kdesignerplugin = callPackage ./kdesignerplugin.nix {}; khtml = callPackage ./khtml.nix {}; kjs = callPackage ./kjs.nix {}; kjsembed = callPackage ./kjsembed.nix {}; kmediaplayer = callPackage ./kmediaplayer.nix {}; kross = callPackage ./kross.nix {}; kxmlrpcclient = callPackage ./kxmlrpcclient.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.kdeclarative 5.114.0 -> 5.249.0 https://repology.org/project/kdeclarative/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.deepin-album, using log file: /var/log/nixpkgs-update/deepin.deepin-album/2024-02-21.log deepin.deepin-album 6.0.2 -> 6.0.4 https://repology.org/project/deepin-album/versions attrpath: deepin.deepin-album deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.deepin-album 6.0.2 -> 6.0.4 https://repology.org/project/deepin-album/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dosis, using log file: /var/log/nixpkgs-update/dosis/2024-02-21.log dosis 1.007 -> 1.9 https://repology.org/project/fonts:dosis/versions attrpath: dosis Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update dosis 1.007 -> 1.9 https://repology.org/project/fonts:dosis/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.webgear-openapi, using log file: /var/log/nixpkgs-update/haskellPackages.webgear-openapi/2024-02-21.log haskellPackages.webgear-openapi 1.0.5 -> 1.1.1 https://repology.org/project/haskell:webgear-openapi/versions attrpath: haskellPackages.webgear-openapi Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.webgear-openapi 1.0.5 -> 1.1.1 https://repology.org/project/haskell:webgear-openapi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pandoc, using log file: /var/log/nixpkgs-update/pandoc/2024-02-21.log pandoc 3.1.11 -> 3.1.11.1 https://repology.org/project/pandoc-cli/versions attrpath: pandoc Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update pandoc 3.1.11 -> 3.1.11.1 https://repology.org/project/pandoc-cli/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mase, using log file: /var/log/nixpkgs-update/rPackages.mase/2024-02-21.log rPackages.mase 0.1.5.1 -> 0.1.5.2 https://repology.org/project/r:mase/versions attrpath: rPackages.mase Checking auto update branch... No auto update branch exists Old version 0.1.5.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.mase 0.1.5.1 -> 0.1.5.2 https://repology.org/project/r:mase/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.tinytools, using log file: /var/log/nixpkgs-update/haskellPackages.tinytools/2024-02-21.log haskellPackages.tinytools 0.1.0.6 -> 0.1.0.7 https://repology.org/project/haskell:tinytools/versions attrpath: haskellPackages.tinytools Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.tinytools 0.1.0.6 -> 0.1.0.7 https://repology.org/project/haskell:tinytools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.charsetdetect, using log file: /var/log/nixpkgs-update/haskellPackages.charsetdetect/2024-02-21.log haskellPackages.charsetdetect 1.1.0.2 -> 1.1.0.3 https://repology.org/project/haskell:charsetdetect/versions attrpath: haskellPackages.charsetdetect Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.charsetdetect 1.1.0.2 -> 1.1.0.3 https://repology.org/project/haskell:charsetdetect/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.excluder, using log file: /var/log/nixpkgs-update/rPackages.excluder/2024-02-21.log rPackages.excluder 0.5.0 -> 0.5.1 https://repology.org/project/r:excluder/versions attrpath: rPackages.excluder Checking auto update branch... No auto update branch exists Old version 0.5.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.excluder 0.5.0 -> 0.5.1 https://repology.org/project/r:excluder/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath emacsPackages.validate, using log file: /var/log/nixpkgs-update/emacsPackages.validate/2024-02-21.log emacsPackages.validate 1.0.4 -> 1.0.5 https://repology.org/project/emacs:validate/versions attrpath: emacsPackages.validate Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update emacsPackages.validate 1.0.4 -> 1.0.5 https://repology.org/project/emacs:validate/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath librtprocess, using log file: /var/log/nixpkgs-update/librtprocess/2024-02-21.log librtprocess 0.12.0 -> 2023.06.08 https://repology.org/project/librtprocess/versions attrpath: librtprocess Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/6n9igmr7d0ybaxh41d9f3yj5f959w367-source.drv building '/nix/store/6n9igmr7d0ybaxh41d9f3yj5f959w367-source.drv'... trying https://github.com/CarVac/librtprocess/archive/2023.06.08.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/6n9igmr7d0ybaxh41d9f3yj5f959w367-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/CarVac/librtprocess/archive/2023.06.08.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/6n9igmr7d0ybaxh41d9f3yj5f959w367-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'librtprocess.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/6n9igmr7d0ybaxh41d9f3yj5f959w367-source.drv /nix/store/d9yxwgsnk9yazmk0kn5npsp532mlixl2-librtprocess-2023.06.08.drv building '/nix/store/6n9igmr7d0ybaxh41d9f3yj5f959w367-source.drv'... trying https://github.com/CarVac/librtprocess/archive/2023.06.08.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/6n9igmr7d0ybaxh41d9f3yj5f959w367-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/CarVac/librtprocess/archive/2023.06.08.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/6n9igmr7d0ybaxh41d9f3yj5f959w367-source.drv'. error: 1 dependencies of derivation '/nix/store/d9yxwgsnk9yazmk0kn5npsp532mlixl2-librtprocess-2023.06.08.drv' failed to build [result] Failed to update librtprocess 0.12.0 -> 2023.06.08 https://repology.org/project/librtprocess/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.chiasma-test, using log file: /var/log/nixpkgs-update/haskellPackages.chiasma-test/2024-02-21.log haskellPackages.chiasma-test 0.10.0.0 -> 0.10.1.0 https://repology.org/project/haskell:chiasma-test/versions attrpath: haskellPackages.chiasma-test Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.chiasma-test 0.10.0.0 -> 0.10.1.0 https://repology.org/project/haskell:chiasma-test/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath quickjs, using log file: /var/log/nixpkgs-update/quickjs/2024-02-21.log quickjs 2021-12-09 -> 2024-01-13 https://repology.org/project/quickjs/versions attrpath: quickjs Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - quickjs: 2021-12-09 -> 2024-01-13 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/287456" [result] Failed to update quickjs 2021-12-09 -> 2024-01-13 https://repology.org/project/quickjs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath curl-impersonate-ff, using log file: /var/log/nixpkgs-update/curl-impersonate-ff/2024-02-21.log curl-impersonate-ff 0.5.4 -> 0.6.0 https://github.com/lwthiker/curl-impersonate/releases attrpath: curl-impersonate-ff Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#curl-impersonate-ff.src --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/curl-impersonate-ff' is dirty '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#curl-impersonate-ff.originalSrc --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/curl-impersonate-ff' is dirty error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/curl-impersonate-ff' does not provide attribute 'packages.x86_64-linux.curl-impersonate-ff.originalSrc', 'legacyPackages.x86_64-linux.curl-impersonate-ff.originalSrc' or 'curl-impersonate-ff.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#curl-impersonate-ff --apply "p: p.vendorHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/curl-impersonate-ff' is dirty error: attribute 'vendorHash' missing at «string»:1:4: 1| p: p.vendorHash | ^ [result] Failed to update curl-impersonate-ff 0.5.4 -> 0.6.0 https://github.com/lwthiker/curl-impersonate/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath paco, using log file: /var/log/nixpkgs-update/paco/2024-02-21.log paco 1.0 -> 2.0.9 https://repology.org/project/paco/versions attrpath: paco Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/pkwq98byfnns42giip53vrqp07452nbg-source.drv building '/nix/store/pkwq98byfnns42giip53vrqp07452nbg-source.drv'... trying https://github.com/pacolang/paco/archive/v2.0.9.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/pkwq98byfnns42giip53vrqp07452nbg-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/pacolang/paco/archive/v2.0.9.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/pkwq98byfnns42giip53vrqp07452nbg-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'paco.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/pkwq98byfnns42giip53vrqp07452nbg-source.drv /nix/store/dfy78js8xxskfw1xb18fi928j188m3lh-paco-2.0.9-go-modules.drv /nix/store/q29zjbv8iv42k6bh7m4i5m9dwyr9fjmh-paco-2.0.9.drv building '/nix/store/pkwq98byfnns42giip53vrqp07452nbg-source.drv'... trying https://github.com/pacolang/paco/archive/v2.0.9.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/pkwq98byfnns42giip53vrqp07452nbg-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/pacolang/paco/archive/v2.0.9.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/pkwq98byfnns42giip53vrqp07452nbg-source.drv'. error: 1 dependencies of derivation '/nix/store/q29zjbv8iv42k6bh7m4i5m9dwyr9fjmh-paco-2.0.9.drv' failed to build [result] Failed to update paco 1.0 -> 2.0.9 https://repology.org/project/paco/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.set6, using log file: /var/log/nixpkgs-update/rPackages.set6/2024-02-21.log rPackages.set6 0.2.4 -> 0.2.5 https://repology.org/project/r:set6/versions attrpath: rPackages.set6 Checking auto update branch... No auto update branch exists Old version 0.2.4" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.set6 0.2.4 -> 0.2.5 https://repology.org/project/r:set6/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fsharp, using log file: /var/log/nixpkgs-update/fsharp/2024-02-21.log fsharp 4.0.1.1 -> 10.2.3 https://repology.org/project/fsharp/versions attrpath: fsharp Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/compilers/fsharp/default.nix b/pkgs/development/compilers/fsharp/default.nix index 0d731e38d839..65bb5997a43e 100644 --- a/pkgs/development/compilers/fsharp/default.nix +++ b/pkgs/development/compilers/fsharp/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "fsharp"; - version = "4.0.1.1"; + version = "10.2.3"; src = fetchFromGitHub { owner = "fsharp"; repo = "fsharp"; rev = version; - sha256 = "sha256-dgTEM2aL8lVjVMuW0+HLc+TUA39IiuBv/RfHYNURh5s="; + sha256 = "sha256-c6yOeNHb9XB+8AJC8zvUQbATl4KjboRLPCAlyTZLj0o="; }; nativeBuildInputs = [ pkg-config autoconf automake ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A fsharp nix build failed. got build log for 'fsharp' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/v1qy5n56cfrw3wc613gvjrqfqkh99d58-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase substitute(): ERROR: file './autogen.sh' does not exist [result] Failed to update fsharp 4.0.1.1 -> 10.2.3 https://repology.org/project/fsharp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.slack, using log file: /var/log/nixpkgs-update/terraform-providers.slack/2024-02-21.log terraform-providers.slack 0 -> 1 attrpath: terraform-providers.slack Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.slack 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.py-aosmith, using log file: /var/log/nixpkgs-update/python311Packages.py-aosmith/2024-02-21.log python311Packages.py-aosmith 0 -> 1 attrpath: python311Packages.py-aosmith Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-py-aosmith-1.0.8 Press Enter key to continue... Running update for: - python3.11-py-aosmith-1.0.8: UPDATING ... - python3.11-py-aosmith-1.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-aosmith 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioapcaccess, using log file: /var/log/nixpkgs-update/python311Packages.aioapcaccess/2024-02-21.log python311Packages.aioapcaccess 0 -> 1 attrpath: python311Packages.aioapcaccess Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-aioapcaccess-0.4.2 Press Enter key to continue... Running update for: - python3.11-aioapcaccess-0.4.2: UPDATING ... - python3.11-aioapcaccess-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioapcaccess 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath envoy, using log file: /var/log/nixpkgs-update/envoy/2024-02-21.log envoy 1.27.3 -> 1.29.1 https://github.com/envoyproxy/envoy/releases attrpath: envoy Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update envoy 1.27.3 -> 1.29.1 https://github.com/envoyproxy/envoy/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gtfs-realtime-bindings, using log file: /var/log/nixpkgs-update/python311Packages.gtfs-realtime-bindings/2024-02-21.log python311Packages.gtfs-realtime-bindings 0 -> 1 attrpath: python311Packages.gtfs-realtime-bindings Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-gtfs-realtime-bindings-1.0.0 Press Enter key to continue... Running update for: - python3.11-gtfs-realtime-bindings-1.0.0: UPDATING ... - python3.11-gtfs-realtime-bindings-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gtfs-realtime-bindings 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.parsy, using log file: /var/log/nixpkgs-update/python311Packages.parsy/2024-02-21.log python311Packages.parsy 0 -> 1 attrpath: python311Packages.parsy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-parsy-2.1 Press Enter key to continue... Running update for: - python3.11-parsy-2.1: UPDATING ... - python3.11-parsy-2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.parsy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jprofiler, using log file: /var/log/nixpkgs-update/jprofiler/2024-02-21.log jprofiler 13.0.6 -> 14.0.1 https://repology.org/project/jprofiler/versions attrpath: jprofiler Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update jprofiler 13.0.6 -> 14.0.1 https://repology.org/project/jprofiler/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytzdata, using log file: /var/log/nixpkgs-update/python311Packages.pytzdata/2024-02-21.log python311Packages.pytzdata 0 -> 1 attrpath: python311Packages.pytzdata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pytzdata-2020.1 Press Enter key to continue... Running update for: - python3.11-pytzdata-2020.1: UPDATING ... - python3.11-pytzdata-2020.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytzdata 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.calver, using log file: /var/log/nixpkgs-update/python311Packages.calver/2024-02-21.log python311Packages.calver 0 -> 1 attrpath: python311Packages.calver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-calver-2022.06.26 Press Enter key to continue... Running update for: - python3.11-calver-2022.06.26: UPDATING ... - python3.11-calver-2022.06.26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.calver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.vcd, using log file: /var/log/nixpkgs-update/terraform-providers.vcd/2024-02-21.log terraform-providers.vcd 0 -> 1 attrpath: terraform-providers.vcd Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.vcd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kodiPlainWayland, using log file: /var/log/nixpkgs-update/kodiPlainWayland/2024-02-21.log kodiPlainWayland 20.3 -> 20.4-Nexus https://github.com/xbmc/xbmc/releases attrpath: kodiPlainWayland Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update kodiPlainWayland 20.3 -> 20.4-Nexus https://github.com/xbmc/xbmc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kodi-gbm, using log file: /var/log/nixpkgs-update/kodi-gbm/2024-02-21.log kodi-gbm 20.3 -> 20.4-Nexus https://github.com/xbmc/xbmc/releases attrpath: kodi-gbm Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update kodi-gbm 20.3 -> 20.4-Nexus https://github.com/xbmc/xbmc/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wtf-peewee, using log file: /var/log/nixpkgs-update/python311Packages.wtf-peewee/2024-02-21.log python311Packages.wtf-peewee 0 -> 1 attrpath: python311Packages.wtf-peewee Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-wtf-peewee-3.0.5 Press Enter key to continue... Running update for: - python3.11-wtf-peewee-3.0.5: UPDATING ... - python3.11-wtf-peewee-3.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wtf-peewee 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.termgraph, using log file: /var/log/nixpkgs-update/python311Packages.termgraph/2024-02-21.log python311Packages.termgraph 0 -> 1 attrpath: python311Packages.termgraph Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-termgraph-0.5.3 Press Enter key to continue... Running update for: - python3.11-termgraph-0.5.3: UPDATING ... - python3.11-termgraph-0.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.termgraph 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.folium, using log file: /var/log/nixpkgs-update/python311Packages.folium/2024-02-21.log python311Packages.folium 0 -> 1 attrpath: python311Packages.folium Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-folium-0.15.1 Press Enter key to continue... Running update for: - python3.11-folium-0.15.1: UPDATING ... - python3.11-folium-0.15.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.folium 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ibmcloud-cli, using log file: /var/log/nixpkgs-update/ibmcloud-cli/2024-02-21.log ibmcloud-cli 2.17.0 -> 2.23.0 https://repology.org/project/ibmcloud-cli/versions attrpath: ibmcloud-cli Checking auto update branch... An auto update branch exists with message `ibmcloud-cli: 2.17.0 -> 2.23.0`. New version is 2.23.0. An auto update branch exists with an equal or greater version [result] Failed to update ibmcloud-cli 2.17.0 -> 2.23.0 https://repology.org/project/ibmcloud-cli/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath emacsPackages.debbugs, using log file: /var/log/nixpkgs-update/emacsPackages.debbugs/2024-02-21.log emacsPackages.debbugs 0.37 -> 0.38 https://repology.org/project/emacs:debbugs/versions attrpath: emacsPackages.debbugs Checking auto update branch... No auto update branch exists Old version 0.37" not present in staging derivation file with contents: { callPackage }: { ace-window = callPackage ({ avy, elpaBuild, fetchurl, lib }: elpaBuild { pname = "ace-window"; ename = "ace-window"; version = "0.10.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ace-window-0.10.0.tar"; sha256 = "1kfyf7za4zc41gf0k3rq8byvwkw7q5pxnyynh5i0gv686zrzak1i"; }; packageRequires = [ avy ]; meta = { homepage = "https://elpa.gnu.org/packages/ace-window.html"; license = lib.licenses.free; }; }) {}; ack = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ack"; ename = "ack"; version = "1.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/ack-1.11.tar"; sha256 = "0fsi3lgfkyv9gxwcs0q5c9fawksz6x0pqarjagcndnd7jlbxjw7z"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ack.html"; license = lib.licenses.free; }; }) {}; activities = callPackage ({ elpaBuild, emacs, fetchurl, lib, persist }: elpaBuild { pname = "activities"; ename = "activities"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/activities-0.4.tar"; sha256 = "0mmb7fslirb40n75m8zfib1999yndysm13lyj0mypn9ciy1mvm6l"; }; packageRequires = [ emacs persist ]; meta = { homepage = "https://elpa.gnu.org/packages/activities.html"; license = lib.licenses.free; }; }) {}; ada-mode = callPackage ({ elpaBuild , emacs , fetchurl , gnat-compiler , lib , uniquify-files , wisi }: elpaBuild { pname = "ada-mode"; ename = "ada-mode"; version = "8.1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ada-mode-8.1.0.tar"; sha256 = "1nfqm173gbk6483xgdkmxp5nb8biihq1623058gbl0dfwn0p9njh"; }; packageRequires = [ emacs gnat-compiler uniquify-files wisi ]; meta = { homepage = "https://elpa.gnu.org/packages/ada-mode.html"; license = lib.licenses.free; }; }) {}; ada-ref-man = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ada-ref-man"; ename = "ada-ref-man"; version = "2020.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/ada-ref-man-2020.1.tar"; sha256 = "1g4brb9g2spd55issyqldfc4azwilbrz8kh8sl0lka2kn42l3qqc"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ada-ref-man.html"; license = lib.licenses.free; }; }) {}; adaptive-wrap = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "adaptive-wrap"; ename = "adaptive-wrap"; version = "0.8"; src = fetchurl { url = "https://elpa.gnu.org/packages/adaptive-wrap-0.8.tar"; sha256 = "1gs1pqzywvvw4prj63vpj8abh8h14pjky11xfl23pgpk9l3ldrb0"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/adaptive-wrap.html"; license = lib.licenses.free; }; }) {}; adjust-parens = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "adjust-parens"; ename = "adjust-parens"; version = "3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/adjust-parens-3.2.tar"; sha256 = "01l8bgfqgbkh5p9r8mc5pqizg0sgr7bl6x7x657gm0qjnwmfwai5"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/adjust-parens.html"; license = lib.licenses.free; }; }) {}; advice-patch = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "advice-patch"; ename = "advice-patch"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/advice-patch-0.1.el"; sha256 = "0mb7linzsnf72vzkn9h6w2i2b0h92h6qzkapyrv61vh5a67k1m0s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/advice-patch.html"; license = lib.licenses.free; }; }) {}; aggressive-completion = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "aggressive-completion"; ename = "aggressive-completion"; version = "1.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/aggressive-completion-1.7.tar"; sha256 = "1rpy53kh19ljjr2xgna716jynajjpgkkjgcl3gzryxsmky8mwbfl"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/aggressive-completion.html"; license = lib.licenses.free; }; }) {}; aggressive-indent = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "aggressive-indent"; ename = "aggressive-indent"; version = "1.10.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/aggressive-indent-1.10.0.tar"; sha256 = "166jk1z0vw481lfi3gbg7f9vsgwfv8fiyxpkfphgvgcmf5phv4q1"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/aggressive-indent.html"; license = lib.licenses.free; }; }) {}; ahungry-theme = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ahungry-theme"; ename = "ahungry-theme"; version = "1.10.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ahungry-theme-1.10.0.tar"; sha256 = "14q5yw56n82qph09bk7wmj5b1snhh9w0nk5s1l7yn9ldg71xq6pm"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ahungry-theme.html"; license = lib.licenses.free; }; }) {}; aircon-theme = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "aircon-theme"; ename = "aircon-theme"; version = "0.0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/aircon-theme-0.0.6.tar"; sha256 = "09yjjx9gy1x2i8xk7jlblzk6gkx7cgglb0pwxbl8n6aj19ba40nd"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/aircon-theme.html"; license = lib.licenses.free; }; }) {}; all = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "all"; ename = "all"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/all-1.0.el"; sha256 = "17h4cp0xnh08szh3snbmn1mqq2smgqkn45bq7v0cpsxq1i301hi3"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/all.html"; license = lib.licenses.free; }; }) {}; altcaps = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "altcaps"; ename = "altcaps"; version = "1.2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/altcaps-1.2.0.tar"; sha256 = "0pfd3j8x2ayqnvg418qcm4rkxjvm5qm2ks9xsw4irv04452zhahc"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/altcaps.html"; license = lib.licenses.free; }; }) {}; ampc = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ampc"; ename = "ampc"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ampc-0.2.el"; sha256 = "1pdy5mvi6h8m7qjnxiy217fgcp9w91375hq29bacfgh7bix56jlr"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ampc.html"; license = lib.licenses.free; }; }) {}; arbitools = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "arbitools"; ename = "arbitools"; version = "0.977"; src = fetchurl { url = "https://elpa.gnu.org/packages/arbitools-0.977.el"; sha256 = "0nvdy14lqvy2ca4vw2qlr2kg2vv4y4sr8sa7kqrpf8cg7k9q3mbv"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/arbitools.html"; license = lib.licenses.free; }; }) {}; ascii-art-to-unicode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ascii-art-to-unicode"; ename = "ascii-art-to-unicode"; version = "1.13"; src = fetchurl { url = "https://elpa.gnu.org/packages/ascii-art-to-unicode-1.13.el"; sha256 = "1c0jva3amhl9c5xc5yzdpi58c8m1djym4ccj31z6wmakq7npy07p"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ascii-art-to-unicode.html"; license = lib.licenses.free; }; }) {}; async = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "async"; ename = "async"; version = "1.9.8"; src = fetchurl { url = "https://elpa.gnu.org/packages/async-1.9.8.tar"; sha256 = "00x22dh96vhyvgailxm3mv2jqhwlb6lisrjv10m8vpkmlk5mhnwb"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/async.html"; license = lib.licenses.free; }; }) {}; auctex = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "auctex"; ename = "auctex"; version = "13.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/auctex-13.3.0.tar"; sha256 = "09yc9242xya2by8z72899li7zc9g23bb8j8m30kbvivynmdfhzkf"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/auctex.html"; license = lib.licenses.free; }; }) {}; aumix-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "aumix-mode"; ename = "aumix-mode"; version = "7"; src = fetchurl { url = "https://elpa.gnu.org/packages/aumix-mode-7.el"; sha256 = "0qyjw2g3pzcxqdg1cpp889nmb524jxqq32dz7b7cg2m903lv5gmv"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/aumix-mode.html"; license = lib.licenses.free; }; }) {}; auto-correct = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "auto-correct"; ename = "auto-correct"; version = "1.1.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/auto-correct-1.1.4.el"; sha256 = "1ml35l6lk4sf51sh6cal1ylsn61iddz0s01wwly199i3nim0qnw8"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/auto-correct.html"; license = lib.licenses.free; }; }) {}; auto-header = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "auto-header"; ename = "auto-header"; version = "0.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/auto-header-0.1.2.tar"; sha256 = "0rk7xq7bzgaxdyw7j3vjnishf2pyzs84xamq4blgbb93n0f4nlfj"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/auto-header.html"; license = lib.licenses.free; }; }) {}; auto-overlays = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "auto-overlays"; ename = "auto-overlays"; version = "0.10.10"; src = fetchurl { url = "https://elpa.gnu.org/packages/auto-overlays-0.10.10.tar"; sha256 = "0wln6b4j3pd3mhx6sx0bnz74c4n6fidmkg77cqfpxs4j5l1zjp2z"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/auto-overlays.html"; license = lib.licenses.free; }; }) {}; autocrypt = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "autocrypt"; ename = "autocrypt"; version = "0.4.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/autocrypt-0.4.1.tar"; sha256 = "1r2b1nyw2ai58br3kh4r5rpy450njz7rcccbmcwxsyfgiz4wbqy8"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/autocrypt.html"; license = lib.licenses.free; }; }) {}; avy = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "avy"; ename = "avy"; version = "0.5.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/avy-0.5.0.tar"; sha256 = "1xfcml38qmrwdd0rkhwrvv2s7dbznwhk3vy9pjd6ljpg22wkb80d"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/avy.html"; license = lib.licenses.free; }; }) {}; bbdb = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "bbdb"; ename = "bbdb"; version = "3.2.2.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/bbdb-3.2.2.4.tar"; sha256 = "13i8ggknc29sny16rq126q0ssz26m3fam0zpdhlsm05pa8dydd7p"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/bbdb.html"; license = lib.licenses.free; }; }) {}; beacon = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "beacon"; ename = "beacon"; version = "1.3.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/beacon-1.3.4.tar"; sha256 = "1fy76c2x0xpnx7wfpsxfawdlrspan4dbj2157k9sa62i6a1c8f21"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/beacon.html"; license = lib.licenses.free; }; }) {}; beframe = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "beframe"; ename = "beframe"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/beframe-1.0.0.tar"; sha256 = "0fw0nsdp78x194gkscwfyayq51yfb8r4k0q51ia1rnj43kxmmvr9"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/beframe.html"; license = lib.licenses.free; }; }) {}; bicep-ts-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "bicep-ts-mode"; ename = "bicep-ts-mode"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/bicep-ts-mode-0.1.1.tar"; sha256 = "0yxn9vk8hbsx50ljjy2swn38cxw2nkvkyc6hqw3qxj014vaavxvn"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/bicep-ts-mode.html"; license = lib.licenses.free; }; }) {}; bind-key = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "bind-key"; ename = "bind-key"; version = "2.4.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/bind-key-2.4.1.tar"; sha256 = "0jrbm2l6h4r7qjcdcsfczbijmbf3njzzzrymv08zanchmy7lvsv2"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/bind-key.html"; license = lib.licenses.free; }; }) {}; blist = callPackage ({ elpaBuild, emacs, fetchurl, ilist, lib }: elpaBuild { pname = "blist"; ename = "blist"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/blist-0.3.tar"; sha256 = "1cqvj6jjkch4xivdn2vyxz38amm6w403hnrfx0hhknbwxq5k8swp"; }; packageRequires = [ emacs ilist ]; meta = { homepage = "https://elpa.gnu.org/packages/blist.html"; license = lib.licenses.free; }; }) {}; bluetooth = callPackage ({ dash, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "bluetooth"; ename = "bluetooth"; version = "0.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/bluetooth-0.3.1.tar"; sha256 = "1p10kcim5wqnbj2kiqv6hgjkzznaa48qysnnf8ym90mylsczr70z"; }; packageRequires = [ dash emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/bluetooth.html"; license = lib.licenses.free; }; }) {}; bnf-mode = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "bnf-mode"; ename = "bnf-mode"; version = "0.4.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/bnf-mode-0.4.5.tar"; sha256 = "0bj5ffqi54cdrraj5bp4v2cpbxjzly1p467dx1hzrlwv2b1svy2y"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/bnf-mode.html"; license = lib.licenses.free; }; }) {}; boxy = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "boxy"; ename = "boxy"; version = "1.1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/boxy-1.1.3.tar"; sha256 = "1z153lccj6rgix9kj5xk8xzdc44ixq8flia7ppjxpj7c0slr3sm2"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/boxy.html"; license = lib.licenses.free; }; }) {}; boxy-headings = callPackage ({ boxy, elpaBuild, emacs, fetchurl, lib, org }: elpaBuild { pname = "boxy-headings"; ename = "boxy-headings"; version = "2.1.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/boxy-headings-2.1.4.tar"; sha256 = "101kiw10p0sd8j8px16zsw57my7h2f1anhnwj678z22hxhs8vla7"; }; packageRequires = [ boxy emacs org ]; meta = { homepage = "https://elpa.gnu.org/packages/boxy-headings.html"; license = lib.licenses.free; }; }) {}; breadcrumb = callPackage ({ elpaBuild, emacs, fetchurl, lib, project }: elpaBuild { pname = "breadcrumb"; ename = "breadcrumb"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/breadcrumb-1.0.1.tar"; sha256 = "0yqsyk8j0r1na2gybil64fb928dq7liwnk5xj18j9z8vgkdm0z0y"; }; packageRequires = [ emacs project ]; meta = { homepage = "https://elpa.gnu.org/packages/breadcrumb.html"; license = lib.licenses.free; }; }) {}; brief = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, nadvice }: elpaBuild { pname = "brief"; ename = "brief"; version = "5.88.22.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/brief-5.88.22.2.tar"; sha256 = "1i4sdm8kcrazzp22gb4hi1gd4lfq6hdh6pnldmi1zjjyhl1gbzn3"; }; packageRequires = [ cl-lib nadvice ]; meta = { homepage = "https://elpa.gnu.org/packages/brief.html"; license = lib.licenses.free; }; }) {}; buffer-env = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "buffer-env"; ename = "buffer-env"; version = "0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/buffer-env-0.5.tar"; sha256 = "17q0flxp0rp52ksyh5ijcamvvm003icbyzv28r6vknrw3qsphb3p"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/buffer-env.html"; license = lib.licenses.free; }; }) {}; buffer-expose = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "buffer-expose"; ename = "buffer-expose"; version = "0.4.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/buffer-expose-0.4.3.el"; sha256 = "1blpvan31mvqhzal16sdn564jnfnn7xsfn8zb65ijndh23drljwd"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/buffer-expose.html"; license = lib.licenses.free; }; }) {}; bufferlo = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "bufferlo"; ename = "bufferlo"; version = "0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/bufferlo-0.6.tar"; sha256 = "0q942zsxv27gvkx3b391yzshh58l2xd75y04rqyqk269q0cdhqff"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/bufferlo.html"; license = lib.licenses.free; }; }) {}; bug-hunter = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, seq }: elpaBuild { pname = "bug-hunter"; ename = "bug-hunter"; version = "1.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/bug-hunter-1.3.1.tar"; sha256 = "0cgwq8b6jglbg9ydvf80ijgbbccrks3yb9af46sdd6aqdmvdlx21"; }; packageRequires = [ cl-lib seq ]; meta = { homepage = "https://elpa.gnu.org/packages/bug-hunter.html"; license = lib.licenses.free; }; }) {}; buildbot = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "buildbot"; ename = "buildbot"; version = "0.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/buildbot-0.0.1.tar"; sha256 = "0glvybvjgwbx3dnr09w9y65v2ic080a4zhs88893amvfw29ig4lx"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/buildbot.html"; license = lib.licenses.free; }; }) {}; calibre = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "calibre"; ename = "calibre"; version = "1.4.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/calibre-1.4.0.tar"; sha256 = "1p3sla0j9v1d42z2amwb3hk2gs80ld50nxm1bfi30vdh563cfz4q"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/calibre.html"; license = lib.licenses.free; }; }) {}; cape = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "cape"; ename = "cape"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/cape-1.2.tar"; sha256 = "0f18y40ajrkl5kc2r656lvi5vqkz7cpvyz0h6dwbc4dfhsa3cyfs"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/cape.html"; license = lib.licenses.free; }; }) {}; capf-autosuggest = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "capf-autosuggest"; ename = "capf-autosuggest"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/capf-autosuggest-0.3.tar"; sha256 = "05abnvg84248pbqr2hdkyxr1q1qlgsf4nji23nw41bfly795ikpm"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/capf-autosuggest.html"; license = lib.licenses.free; }; }) {}; caps-lock = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "caps-lock"; ename = "caps-lock"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/caps-lock-1.0.el"; sha256 = "1i4hwam81p4dr0bk8257fkiz4xmv6knkjxj7a00fa35kgx5blpva"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/caps-lock.html"; license = lib.licenses.free; }; }) {}; captain = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "captain"; ename = "captain"; version = "1.0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/captain-1.0.3.el"; sha256 = "02b4s4pfnwfwc3xgh4g96wrqll37m35dc2x09pjwkdjxglki7045"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/captain.html"; license = lib.licenses.free; }; }) {}; chess = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "chess"; ename = "chess"; version = "2.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/chess-2.0.5.tar"; sha256 = "1a4iwjdh6k348df6qywjws9z9f862d62m0b2sz57z4xhywiyxpr7"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/chess.html"; license = lib.licenses.free; }; }) {}; cl-generic = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "cl-generic"; ename = "cl-generic"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/cl-generic-0.3.el"; sha256 = "0vb338bhjpsnrf60qgxny4z5rjrnifahnrv9axd4shay89d894zq"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/cl-generic.html"; license = lib.licenses.free; }; }) {}; cl-lib = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "cl-lib"; ename = "cl-lib"; version = "0.7.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/cl-lib-0.7.1.tar"; sha256 = "1pnsm335wi1lkg7vi0lnqxajm12rvyakzd5iccxhipbk3gz3r6my"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/cl-lib.html"; license = lib.licenses.free; }; }) {}; clipboard-collector = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "clipboard-collector"; ename = "clipboard-collector"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/clipboard-collector-0.3.tar"; sha256 = "09zxbivmc1zhcj8ksac2a0qpqh74rrx2slnj6cwz1n1nixn19743"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/clipboard-collector.html"; license = lib.licenses.free; }; }) {}; cobol-mode = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "cobol-mode"; ename = "cobol-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/cobol-mode-1.1.tar"; sha256 = "1ivp0pghrkflhr2md34a6a86gwns867bnl30nqzwq8m4qc5xqjra"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/cobol-mode.html"; license = lib.licenses.free; }; }) {}; code-cells = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "code-cells"; ename = "code-cells"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/code-cells-0.4.tar"; sha256 = "0a7m6d5slz2zarbk54900cihs5071i63qdz4yj8n7j3zfz28x5kg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/code-cells.html"; license = lib.licenses.free; }; }) {}; comint-mime = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "comint-mime"; ename = "comint-mime"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/comint-mime-0.3.tar"; sha256 = "0dlzwzmiwq9z8riq6h1gpq1g713x09kxgaz2m4anxkbmgb95r7hf"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/comint-mime.html"; license = lib.licenses.free; }; }) {}; compact-docstrings = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "compact-docstrings"; ename = "compact-docstrings"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/compact-docstrings-0.2.el"; sha256 = "0qcxvcwpl263fs1zd6gmbqliwlpkw012p5ba6y05fpm9p10v600h"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/compact-docstrings.html"; license = lib.licenses.free; }; }) {}; company = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "company"; ename = "company"; version = "0.10.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/company-0.10.2.tar"; sha256 = "0j2qrnx2w2al4f2n37b89q0pkabh5ccv00gsknvgaylhy0za5gq9"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/company.html"; license = lib.licenses.free; }; }) {}; company-ebdb = callPackage ({ company, ebdb, elpaBuild, fetchurl, lib }: elpaBuild { pname = "company-ebdb"; ename = "company-ebdb"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/company-ebdb-1.1.el"; sha256 = "146qpiigz12zp1823ggxfrx090g0mxs7gz1ba7sa0iq6ibgzwwm9"; }; packageRequires = [ company ebdb ]; meta = { homepage = "https://elpa.gnu.org/packages/company-ebdb.html"; license = lib.licenses.free; }; }) {}; company-math = callPackage ({ company , elpaBuild , fetchurl , lib , math-symbol-lists }: elpaBuild { pname = "company-math"; ename = "company-math"; version = "1.5.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/company-math-1.5.1.tar"; sha256 = "1inib2ywb4ycr9hxgrzyffqi0jnrpjsn52bkwlsqyzgfxr5n4qsw"; }; packageRequires = [ company math-symbol-lists ]; meta = { homepage = "https://elpa.gnu.org/packages/company-math.html"; license = lib.licenses.free; }; }) {}; company-statistics = callPackage ({ company , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "company-statistics"; ename = "company-statistics"; version = "0.2.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/company-statistics-0.2.3.tar"; sha256 = "0780xp09f739jys469x4fqpgj1lysi8gnhiaz0735jib07lmh4ww"; }; packageRequires = [ company emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/company-statistics.html"; license = lib.licenses.free; }; }) {}; compat = callPackage ({ elpaBuild, emacs, fetchurl, lib, seq }: elpaBuild { pname = "compat"; ename = "compat"; version = "29.1.4.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/compat-29.1.4.4.tar"; sha256 = "0710g552b1nznnfx2774gmg6yizs27s0bakqm95nsjrp6kgznbfr"; }; packageRequires = [ emacs seq ]; meta = { homepage = "https://elpa.gnu.org/packages/compat.html"; license = lib.licenses.free; }; }) {}; consult = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "consult"; ename = "consult"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/consult-1.2.tar"; sha256 = "1dxnr5a1gj1gwmwagl9sd8bq2g9fw0gmldzz2jfg8dj3dw75rk71"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/consult.html"; license = lib.licenses.free; }; }) {}; consult-recoll = callPackage ({ consult, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "consult-recoll"; ename = "consult-recoll"; version = "0.8.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/consult-recoll-0.8.1.tar"; sha256 = "0z2vlnv0q6hzvj6hk2a5flhp1gmm71c65j8nrpk4a18aq5gir213"; }; packageRequires = [ consult emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/consult-recoll.html"; license = lib.licenses.free; }; }) {}; context-coloring = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "context-coloring"; ename = "context-coloring"; version = "8.1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/context-coloring-8.1.0.tar"; sha256 = "01wm36qgxsg7lgdxkn7avzfmxcpilsmvfwz3s7y04i0sdrsjvzp4"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/context-coloring.html"; license = lib.licenses.free; }; }) {}; corfu = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "corfu"; ename = "corfu"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/corfu-1.2.tar"; sha256 = "1yy4lqbkj8hkvbzaw5wrjqxwp2afhgwjyvmqncils37hvyih4rwl"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/corfu.html"; license = lib.licenses.free; }; }) {}; coterm = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "coterm"; ename = "coterm"; version = "1.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/coterm-1.6.tar"; sha256 = "0ikfm1acdsckflv1hcy9lmssyac2099x2yybhvb6vkghcgy99p00"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/coterm.html"; license = lib.licenses.free; }; }) {}; counsel = callPackage ({ elpaBuild, emacs, fetchurl, ivy, lib, swiper }: elpaBuild { pname = "counsel"; ename = "counsel"; version = "0.14.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/counsel-0.14.2.tar"; sha256 = "13119alyzr2xipk3jra3iawplqkqgvv0gdcm4yd527z592b0s7f0"; }; packageRequires = [ emacs ivy swiper ]; meta = { homepage = "https://elpa.gnu.org/packages/counsel.html"; license = lib.licenses.free; }; }) {}; cpio-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "cpio-mode"; ename = "cpio-mode"; version = "0.17"; src = fetchurl { url = "https://elpa.gnu.org/packages/cpio-mode-0.17.tar"; sha256 = "144ajbxmz6amb2234a278c9sl4zg69ndswb8vk0mcq8y9s2abm1x"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/cpio-mode.html"; license = lib.licenses.free; }; }) {}; cpupower = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "cpupower"; ename = "cpupower"; version = "1.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/cpupower-1.0.5.tar"; sha256 = "1hg5jwdkxl6mx145wwdmnhc8k3z3srvpm757kppj1ybmvjbpxx0y"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/cpupower.html"; license = lib.licenses.free; }; }) {}; crdt = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "crdt"; ename = "crdt"; version = "0.3.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/crdt-0.3.5.tar"; sha256 = "0pir9ap8lryrw12slgg4v30bzjphc37r6p0fw36larlh9wp8jj5z"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/crdt.html"; license = lib.licenses.free; }; }) {}; crisp = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "crisp"; ename = "crisp"; version = "1.3.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/crisp-1.3.6.el"; sha256 = "0jf4668h0mzh8han2vbvpzz8m02b8rsbdrj0ddar30w5i6v2f8kz"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/crisp.html"; license = lib.licenses.free; }; }) {}; csharp-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "csharp-mode"; ename = "csharp-mode"; version = "2.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/csharp-mode-2.0.0.tar"; sha256 = "16b9zp6psf32ds9kk7vwf57xppz2jvbk4wpr7mqbn75bx3qvl44m"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/csharp-mode.html"; license = lib.licenses.free; }; }) {}; csv-mode = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "csv-mode"; ename = "csv-mode"; version = "1.23"; src = fetchurl { url = "https://elpa.gnu.org/packages/csv-mode-1.23.tar"; sha256 = "0bdx56bn5aw0xjqgqhx2ccrrns3si04zy9ya755jz7n1djqn3mcz"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/csv-mode.html"; license = lib.licenses.free; }; }) {}; cursory = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "cursory"; ename = "cursory"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/cursory-1.0.1.tar"; sha256 = "0m6q7x5144l2q582gdaqgirvgy30ljd1qyjf82l3v1jkc5qf9wfr"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/cursory.html"; license = lib.licenses.free; }; }) {}; cycle-quotes = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "cycle-quotes"; ename = "cycle-quotes"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/cycle-quotes-0.1.tar"; sha256 = "0aa6ykblgb6anqmi4qxakbvyrq9v02skgayhfb2qddffiww404ka"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/cycle-quotes.html"; license = lib.licenses.free; }; }) {}; dape = callPackage ({ elpaBuild, emacs, fetchurl, jsonrpc, lib }: elpaBuild { pname = "dape"; ename = "dape"; version = "0.5.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/dape-0.5.0.tar"; sha256 = "1pgrlgk1wf35afgfcbm256ikixk2r6rbkc05iwsr6x6l9y3h0v3w"; }; packageRequires = [ emacs jsonrpc ]; meta = { homepage = "https://elpa.gnu.org/packages/dape.html"; license = lib.licenses.free; }; }) {}; darkroom = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "darkroom"; ename = "darkroom"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/darkroom-0.3.el"; sha256 = "0l1xg5kqmjw22k78qnsln0ifx2dx74xxqj0qp8xxcpqvzzx0xh86"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/darkroom.html"; license = lib.licenses.free; }; }) {}; dash = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dash"; ename = "dash"; version = "2.19.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/dash-2.19.1.tar"; sha256 = "0c11lm7wpgmqk8zbdcpmyas12ylml5yhp99mj9h1wqqw0p33xaiw"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dash.html"; license = lib.licenses.free; }; }) {}; dbus-codegen = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "dbus-codegen"; ename = "dbus-codegen"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/dbus-codegen-0.1.el"; sha256 = "1gi7jc6rn6hlgh01zfwb7cczb5hi3c05wlnzw6akj1h9kai1lmzw"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/dbus-codegen.html"; license = lib.licenses.free; }; }) {}; debbugs = callPackage ({ elpaBuild, emacs, fetchurl, lib, soap-client }: elpaBuild { pname = "debbugs"; ename = "debbugs"; version = "0.38"; src = fetchurl { url = "https://elpa.gnu.org/packages/debbugs-0.38.tar"; sha256 = "0cl6vcnlyanrl3qzhd31pw9qvij6g88cgifl3mwgw54bbagl9hh6"; }; packageRequires = [ emacs soap-client ]; meta = { homepage = "https://elpa.gnu.org/packages/debbugs.html"; license = lib.licenses.free; }; }) {}; delight = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, nadvice }: elpaBuild { pname = "delight"; ename = "delight"; version = "1.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/delight-1.7.el"; sha256 = "0pihsghrf9xnd1kqlq48qmjcmp5ra95wwwgrb3l8m1wagmmc0bi1"; }; packageRequires = [ cl-lib nadvice ]; meta = { homepage = "https://elpa.gnu.org/packages/delight.html"; license = lib.licenses.free; }; }) {}; denote = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "denote"; ename = "denote"; version = "2.2.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/denote-2.2.4.tar"; sha256 = "0a0f4s715nfb7kly82m1gb2ady69z089wlay5i53n9bxzi61x3j7"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/denote.html"; license = lib.licenses.free; }; }) {}; denote-menu = callPackage ({ denote, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "denote-menu"; ename = "denote-menu"; version = "1.2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/denote-menu-1.2.0.tar"; sha256 = "1zm68bz6hya360g5zvs4r5naznykamgzqxhvfhpfyxb70hsnmx5w"; }; packageRequires = [ denote emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/denote-menu.html"; license = lib.licenses.free; }; }) {}; detached = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "detached"; ename = "detached"; version = "0.10.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/detached-0.10.1.tar"; sha256 = "1qfcxhzd3gc66kq58k77cvxy18cr371c40z3n4w4m4ngxmpk96hi"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/detached.html"; license = lib.licenses.free; }; }) {}; devdocs = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "devdocs"; ename = "devdocs"; version = "0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/devdocs-0.5.tar"; sha256 = "0qyp8lhf76yv2ym7cryvygvf2m9jah5nsl1g79gqjrsin6vlhqka"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/devdocs.html"; license = lib.licenses.free; }; }) {}; devicetree-ts-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "devicetree-ts-mode"; ename = "devicetree-ts-mode"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/devicetree-ts-mode-0.3.tar"; sha256 = "1vhk9b0aa9w6yalv0d712dc9d7pmcgbg5b4baggc7dyaa5n6ilkn"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/devicetree-ts-mode.html"; license = lib.licenses.free; }; }) {}; dict-tree = callPackage ({ elpaBuild , emacs , fetchurl , heap , lib , tNFA , trie }: elpaBuild { pname = "dict-tree"; ename = "dict-tree"; version = "0.17"; src = fetchurl { url = "https://elpa.gnu.org/packages/dict-tree-0.17.tar"; sha256 = "0f9vj6kr8q9mfd522svwy3wmzsl5lc4y2p8ggwmckn88dpz79w02"; }; packageRequires = [ emacs heap tNFA trie ]; meta = { homepage = "https://elpa.gnu.org/packages/dict-tree.html"; license = lib.licenses.free; }; }) {}; diff-hl = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "diff-hl"; ename = "diff-hl"; version = "1.9.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/diff-hl-1.9.2.tar"; sha256 = "1avpqwrxhbx8zxwghc8714rcdfhc15b5chq2ixb366ml8xdmvhck"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/diff-hl.html"; license = lib.licenses.free; }; }) {}; diffview = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "diffview"; ename = "diffview"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/diffview-1.0.el"; sha256 = "1gkdmzmgjixz9nak7dxvqy28kz0g7i672gavamwgnc1jl37wkcwi"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/diffview.html"; license = lib.licenses.free; }; }) {}; diminish = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "diminish"; ename = "diminish"; version = "0.46"; src = fetchurl { url = "https://elpa.gnu.org/packages/diminish-0.46.tar"; sha256 = "17lsm5khp7cqrva13kn252ab57lw28sibf14615wdjvfqwlwwha4"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/diminish.html"; license = lib.licenses.free; }; }) {}; dired-du = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dired-du"; ename = "dired-du"; version = "0.5.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/dired-du-0.5.2.tar"; sha256 = "0vhph7vcicsiq28b10h3b4dvnhckcy4gccpdgsad5j7pwa5k26m1"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dired-du.html"; license = lib.licenses.free; }; }) {}; dired-duplicates = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dired-duplicates"; ename = "dired-duplicates"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/dired-duplicates-0.3.tar"; sha256 = "1b9drjkbs9anqil274jrn031agpkir9mhs96l2ylm13n8imx9msl"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dired-duplicates.html"; license = lib.licenses.free; }; }) {}; dired-git-info = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dired-git-info"; ename = "dired-git-info"; version = "0.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/dired-git-info-0.3.1.el"; sha256 = "1kd0rpw7l32wvwi7q8s0inx4bc66xrl7hkllnlicyczsnzw2z52z"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dired-git-info.html"; license = lib.licenses.free; }; }) {}; dired-preview = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dired-preview"; ename = "dired-preview"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/dired-preview-0.1.1.tar"; sha256 = "1qmrh0sd9s908xkxz5vfhq956ynrx6k2bx8lddmdp8ci8xkw6wmh"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dired-preview.html"; license = lib.licenses.free; }; }) {}; disk-usage = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "disk-usage"; ename = "disk-usage"; version = "1.3.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/disk-usage-1.3.3.el"; sha256 = "0h1jwznd41gi0vg830ilfgm01q05zknikzahwasm9cizwm2wyizj"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/disk-usage.html"; license = lib.licenses.free; }; }) {}; dismal = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dismal"; ename = "dismal"; version = "1.5.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/dismal-1.5.2.tar"; sha256 = "0pl5cnziilm4ps1xzh1fa8irazn7vcp9nsxnxcvjqbkflpcpq5c7"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dismal.html"; license = lib.licenses.free; }; }) {}; djvu = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "djvu"; ename = "djvu"; version = "1.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/djvu-1.1.2.tar"; sha256 = "0i7xwgg2fxndy81lnng6fh9iknals8xvx4f1nmxq7c099bzwb57c"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/djvu.html"; license = lib.licenses.free; }; }) {}; do-at-point = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "do-at-point"; ename = "do-at-point"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/do-at-point-0.1.1.tar"; sha256 = "0y58a0x0pfk52h1cz930sbwr9y6nzy9g8f3935pk34dj2jf92rsj"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/do-at-point.html"; license = lib.licenses.free; }; }) {}; doc-toc = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "doc-toc"; ename = "doc-toc"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/doc-toc-1.2.tar"; sha256 = "0vz2jyqgx0sf3mhxnnm0fl395a9mcd9fg661pp3mz0pywpl3ymax"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/doc-toc.html"; license = lib.licenses.free; }; }) {}; docbook = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "docbook"; ename = "docbook"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/docbook-0.1.el"; sha256 = "01x0g8dhw65mzp9mk6qhx9p2bsvkw96hz1awrrf2ji17sp8hd1v6"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/docbook.html"; license = lib.licenses.free; }; }) {}; drepl = callPackage ({ comint-mime, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "drepl"; ename = "drepl"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/drepl-0.1.tar"; sha256 = "0lx94kcxgp8s13w7hz9857r9baqfswvj7vc9frjq4crc4ps7fi7r"; }; packageRequires = [ comint-mime emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/drepl.html"; license = lib.licenses.free; }; }) {}; dts-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "dts-mode"; ename = "dts-mode"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/dts-mode-1.0.tar"; sha256 = "0ihwqkv1ddysjgxh01vpayv3ia0vx55ny8ym0mi5b4iz95idj60s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/dts-mode.html"; license = lib.licenses.free; }; }) {}; easy-escape = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "easy-escape"; ename = "easy-escape"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/easy-escape-0.2.1.tar"; sha256 = "19blpwka440y6r08hzzaz61gb24jr6a046pai2j1a3jg6x9fr3j5"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/easy-escape.html"; license = lib.licenses.free; }; }) {}; easy-kill = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "easy-kill"; ename = "easy-kill"; version = "0.9.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/easy-kill-0.9.5.tar"; sha256 = "0h8rzd23sgkj3vxnyhis9iyq8n3xqp9x1mvxlm61s6wwj9j398j6"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/easy-kill.html"; license = lib.licenses.free; }; }) {}; ebdb = callPackage ({ elpaBuild, emacs, fetchurl, lib, seq }: elpaBuild { pname = "ebdb"; ename = "ebdb"; version = "0.8.22"; src = fetchurl { url = "https://elpa.gnu.org/packages/ebdb-0.8.22.tar"; sha256 = "12sydb2lm571096gpb8r0jpg19wiqpl52rcnrhkvzlhzxgg18pg5"; }; packageRequires = [ emacs seq ]; meta = { homepage = "https://elpa.gnu.org/packages/ebdb.html"; license = lib.licenses.free; }; }) {}; ebdb-gnorb = callPackage ({ ebdb, elpaBuild, fetchurl, gnorb, lib }: elpaBuild { pname = "ebdb-gnorb"; ename = "ebdb-gnorb"; version = "1.0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ebdb-gnorb-1.0.2.el"; sha256 = "0bma7mqilp3lfgv0z2mk6nnqzh1nn1prkz2aiwrs4hxwydmda13i"; }; packageRequires = [ ebdb gnorb ]; meta = { homepage = "https://elpa.gnu.org/packages/ebdb-gnorb.html"; license = lib.licenses.free; }; }) {}; ebdb-i18n-chn = callPackage ({ ebdb, elpaBuild, fetchurl, lib, pyim }: elpaBuild { pname = "ebdb-i18n-chn"; ename = "ebdb-i18n-chn"; version = "1.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ebdb-i18n-chn-1.3.2.tar"; sha256 = "06ii9xi2y157vfbhx75mn80ash22d1xgcyp9kzz1s0lkxwlv74zj"; }; packageRequires = [ ebdb pyim ]; meta = { homepage = "https://elpa.gnu.org/packages/ebdb-i18n-chn.html"; license = lib.licenses.free; }; }) {}; ediprolog = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ediprolog"; ename = "ediprolog"; version = "2.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ediprolog-2.2.tar"; sha256 = "021jm5zdxrjg7xcja18vgc2v52rk17xi1k7xxw8q802nmixhy0js"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ediprolog.html"; license = lib.licenses.free; }; }) {}; eev = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "eev"; ename = "eev"; version = "20240115"; src = fetchurl { url = "https://elpa.gnu.org/packages/eev-20240115.tar"; sha256 = "0vlw88wjgzgl3wsa7k5p03qvj2yipvjsrjcrv8vjlvnm83pszskh"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/eev.html"; license = lib.licenses.free; }; }) {}; ef-themes = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ef-themes"; ename = "ef-themes"; version = "1.5.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ef-themes-1.5.0.tar"; sha256 = "1jckhizsrlnkfrfal9ym214gb10kyfzws7vvmyxnpxn8pspiby4a"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ef-themes.html"; license = lib.licenses.free; }; }) {}; eglot = callPackage ({ eldoc , elpaBuild , emacs , external-completion , fetchurl , flymake ? null , jsonrpc , lib , project , seq , xref }: elpaBuild { pname = "eglot"; ename = "eglot"; version = "1.17"; src = fetchurl { url = "https://elpa.gnu.org/packages/eglot-1.17.tar"; sha256 = "1can988d7qdn0dj4wg8adjz1s9j5yin8bcp7ylhq1pr327d5flky"; }; packageRequires = [ eldoc emacs external-completion flymake jsonrpc project seq xref ]; meta = { homepage = "https://elpa.gnu.org/packages/eglot.html"; license = lib.licenses.free; }; }) {}; el-search = callPackage ({ cl-print ? null , elpaBuild , emacs , fetchurl , lib , stream }: elpaBuild { pname = "el-search"; ename = "el-search"; version = "1.12.6.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/el-search-1.12.6.1.tar"; sha256 = "150f4rirg107hmzpv8ifa32k2mgf07smbf9z44ln5rh8n17xwqah"; }; packageRequires = [ cl-print emacs stream ]; meta = { homepage = "https://elpa.gnu.org/packages/el-search.html"; license = lib.licenses.free; }; }) {}; eldoc = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "eldoc"; ename = "eldoc"; version = "1.15.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/eldoc-1.15.0.tar"; sha256 = "1wn7q2f19lfdc3b639ffhbmsglnm3zc6rvgyc6amqwnpc2n2gkdl"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/eldoc.html"; license = lib.licenses.free; }; }) {}; electric-spacing = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "electric-spacing"; ename = "electric-spacing"; version = "5.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/electric-spacing-5.0.el"; sha256 = "1jk6v84z0n8jljzsz4wk7rgzh7drpfvxf4bp6xis8gapnd3ycfyv"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/electric-spacing.html"; license = lib.licenses.free; }; }) {}; elisp-benchmarks = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "elisp-benchmarks"; ename = "elisp-benchmarks"; version = "1.14"; src = fetchurl { url = "https://elpa.gnu.org/packages/elisp-benchmarks-1.14.tar"; sha256 = "1n9p4kl4d5rcbjgl8yifv0nqnrzxsx937fm0d2j589gg28rzlqpb"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/elisp-benchmarks.html"; license = lib.licenses.free; }; }) {}; ellama = callPackage ({ dash , elpaBuild , emacs , fetchurl , lib , llm , spinner }: elpaBuild { pname = "ellama"; ename = "ellama"; version = "0.7.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/ellama-0.7.4.tar"; sha256 = "0xpavi6kqrimgxyhpqlp1kkgisswkarm35s1b40938i70cyy3157"; }; packageRequires = [ dash emacs llm spinner ]; meta = { homepage = "https://elpa.gnu.org/packages/ellama.html"; license = lib.licenses.free; }; }) {}; emacs-gc-stats = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "emacs-gc-stats"; ename = "emacs-gc-stats"; version = "1.4.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/emacs-gc-stats-1.4.2.tar"; sha256 = "19wb4s7bm9fhkbjw28fi5pkxzqnkc7wrx338vgrrzyaficblkcps"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/emacs-gc-stats.html"; license = lib.licenses.free; }; }) {}; embark = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "embark"; ename = "embark"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/embark-1.0.tar"; sha256 = "01kgln4hvy0hfga7syjvrdvwwalx93pq0s2na0qyvy44rsszlwwh"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/embark.html"; license = lib.licenses.free; }; }) {}; embark-consult = callPackage ({ compat , consult , elpaBuild , emacs , embark , fetchurl , lib }: elpaBuild { pname = "embark-consult"; ename = "embark-consult"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/embark-consult-1.0.tar"; sha256 = "18zbaanza8vvrmk3gbj0glijyxgb4qd7yzc46lv9fr7xr4l58jqc"; }; packageRequires = [ compat consult emacs embark ]; meta = { homepage = "https://elpa.gnu.org/packages/embark-consult.html"; license = lib.licenses.free; }; }) {}; ement = callPackage ({ elpaBuild , emacs , fetchurl , lib , map , persist , plz , svg-lib , taxy , taxy-magit-section , transient }: elpaBuild { pname = "ement"; ename = "ement"; version = "0.14"; src = fetchurl { url = "https://elpa.gnu.org/packages/ement-0.14.tar"; sha256 = "02ay594byrlwkcl85drxn82fgvlzf11l9rl4hbk9phz9axy2mgyw"; }; packageRequires = [ emacs map persist plz svg-lib taxy taxy-magit-section transient ]; meta = { homepage = "https://elpa.gnu.org/packages/ement.html"; license = lib.licenses.free; }; }) {}; emms = callPackage ({ cl-lib ? null , elpaBuild , fetchurl , lib , nadvice , seq }: elpaBuild { pname = "emms"; ename = "emms"; version = "18"; src = fetchurl { url = "https://elpa.gnu.org/packages/emms-18.tar"; sha256 = "1jslk37kx7yzvwy4hq1a6b71kp4a3bgfzzp8bpplv7z6vcmwrmgq"; }; packageRequires = [ cl-lib nadvice seq ]; meta = { homepage = "https://elpa.gnu.org/packages/emms.html"; license = lib.licenses.free; }; }) {}; engrave-faces = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "engrave-faces"; ename = "engrave-faces"; version = "0.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/engrave-faces-0.3.1.tar"; sha256 = "1q4sjl2rvcfwcirm32nmi53258ln71yhh1dgszlxwknm38a14v3i"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/engrave-faces.html"; license = lib.licenses.free; }; }) {}; enwc = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "enwc"; ename = "enwc"; version = "2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/enwc-2.0.tar"; sha256 = "17w35b06am5n19nlq00ni5w3jvys9i7swyw4glb7081d2jbij2mn"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/enwc.html"; license = lib.licenses.free; }; }) {}; epoch-view = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "epoch-view"; ename = "epoch-view"; version = "0.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/epoch-view-0.0.1.el"; sha256 = "1wy25ryyg9f4v83qjym2pwip6g9mszhqkf5a080z0yl47p71avfx"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/epoch-view.html"; license = lib.licenses.free; }; }) {}; erc = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "erc"; ename = "erc"; version = "5.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/erc-5.5.tar"; sha256 = "02649ijnpyalk0k1yq1dcinj92awhbnkia2x9sdb9xjk80xw1gqp"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/erc.html"; license = lib.licenses.free; }; }) {}; ergoemacs-mode = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , undo-tree }: elpaBuild { pname = "ergoemacs-mode"; ename = "ergoemacs-mode"; version = "5.16.10.12"; src = fetchurl { url = "https://elpa.gnu.org/packages/ergoemacs-mode-5.16.10.12.tar"; sha256 = "1zfzjmi30lllrbyzicmp11c9lpa82g57wi134q9bajvzn9ryx4jr"; }; packageRequires = [ cl-lib emacs undo-tree ]; meta = { homepage = "https://elpa.gnu.org/packages/ergoemacs-mode.html"; license = lib.licenses.free; }; }) {}; ess = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ess"; ename = "ess"; version = "24.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/ess-24.1.1.tar"; sha256 = "1gy1yp6svr8agv38rikmfcji570n80c8jqssrcrrgrq3a2k9j34h"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ess.html"; license = lib.licenses.free; }; }) {}; excorporate = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , fsm , lib , nadvice , soap-client , url-http-ntlm , url-http-oauth }: elpaBuild { pname = "excorporate"; ename = "excorporate"; version = "1.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/excorporate-1.1.1.tar"; sha256 = "06ilfkrlx6ca0qfqq3w1w07kdwak556i1wgf1875py2d5xkg4r90"; }; packageRequires = [ cl-lib emacs fsm nadvice soap-client url-http-ntlm url-http-oauth ]; meta = { homepage = "https://elpa.gnu.org/packages/excorporate.html"; license = lib.licenses.free; }; }) {}; expand-region = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "expand-region"; ename = "expand-region"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/expand-region-1.0.0.tar"; sha256 = "04xwdcxahymppcyvkfh2bn2f4fs4f8z27kycva67i6qldhashq7y"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/expand-region.html"; license = lib.licenses.free; }; }) {}; expreg = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "expreg"; ename = "expreg"; version = "1.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/expreg-1.3.1.tar"; sha256 = "13s3hq6nfnv4md2z704ad1axqnir0drz9vvhvisrlp2lis16xzik"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/expreg.html"; license = lib.licenses.free; }; }) {}; external-completion = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "external-completion"; ename = "external-completion"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/external-completion-0.1.tar"; sha256 = "12pddwp5jby2icshj77w4kwxv75zi00jdxw18f721d7zx3l7q668"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/external-completion.html"; license = lib.licenses.free; }; }) {}; exwm = callPackage ({ elpaBuild, fetchurl, lib, xelb }: elpaBuild { pname = "exwm"; ename = "exwm"; version = "0.28"; src = fetchurl { url = "https://elpa.gnu.org/packages/exwm-0.28.tar"; sha256 = "00h5awqazk807zxvb02a9dp8gd5ifi3y1kcwmr1czk6kdmkjx32l"; }; packageRequires = [ xelb ]; meta = { homepage = "https://elpa.gnu.org/packages/exwm.html"; license = lib.licenses.free; }; }) {}; f90-interface-browser = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "f90-interface-browser"; ename = "f90-interface-browser"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/f90-interface-browser-1.1.el"; sha256 = "0mf32w2bgc6b43k0r4a11bywprj7y3rvl21i0ry74v425r6hc3is"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/f90-interface-browser.html"; license = lib.licenses.free; }; }) {}; face-shift = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "face-shift"; ename = "face-shift"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/face-shift-0.2.1.tar"; sha256 = "115959sgy7jivb5534rkm5mbqpjayfci9wpzx75p7cjsn02hfi0p"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/face-shift.html"; license = lib.licenses.free; }; }) {}; filladapt = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "filladapt"; ename = "filladapt"; version = "2.12.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/filladapt-2.12.2.el"; sha256 = "1cxyxfdjg1dsmn1jrl6b7xy03xr42fb6vyggh27s4dk417ils6yg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/filladapt.html"; license = lib.licenses.free; }; }) {}; firefox-javascript-repl = callPackage ({ elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "firefox-javascript-repl"; ename = "firefox-javascript-repl"; version = "0.9.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/firefox-javascript-repl-0.9.5.tar"; sha256 = "0ml59kiigqnss84az1c8hp87bmcs9dngz01ly63x47wfym2af8mi"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/firefox-javascript-repl.html"; license = lib.licenses.free; }; }) {}; flylisp = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "flylisp"; ename = "flylisp"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/flylisp-0.2.el"; sha256 = "0hh09qy1xwlv52lsh49nr11h4lk8qlmk06b669q494d79hxyv4v6"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/flylisp.html"; license = lib.licenses.free; }; }) {}; flymake = callPackage ({ eldoc, elpaBuild, emacs, fetchurl, lib, project }: elpaBuild { pname = "flymake"; ename = "flymake"; version = "1.3.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/flymake-1.3.7.tar"; sha256 = "07n72y77q1vqvz1rv36jq1cxdp1brp572plvsi2g6mizif5y531z"; }; packageRequires = [ eldoc emacs project ]; meta = { homepage = "https://elpa.gnu.org/packages/flymake.html"; license = lib.licenses.free; }; }) {}; flymake-codespell = callPackage ({ compat , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "flymake-codespell"; ename = "flymake-codespell"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/flymake-codespell-0.1.tar"; sha256 = "0r1g0imh9azy1yf0naxif80vmzrjvn5dx3lcrlpj70xb86wzliym"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/flymake-codespell.html"; license = lib.licenses.free; }; }) {}; flymake-proselint = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "flymake-proselint"; ename = "flymake-proselint"; version = "0.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/flymake-proselint-0.3.0.tar"; sha256 = "1x1hp06hggywmpbimyw4cg0cyg7g9v39r552ypivq9pvz94kmkp0"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/flymake-proselint.html"; license = lib.licenses.free; }; }) {}; fontaine = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "fontaine"; ename = "fontaine"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/fontaine-1.0.0.tar"; sha256 = "1p34d84z87s2zsfxdc18bjpif21fdixfzv2k4b9g4i0pcr94nc4v"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/fontaine.html"; license = lib.licenses.free; }; }) {}; frame-tabs = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "frame-tabs"; ename = "frame-tabs"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/frame-tabs-1.1.el"; sha256 = "0fx9zc7mvyl703k7sjjcvffm2qw42ncr7r3d4fm0h45p9pi83svz"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/frame-tabs.html"; license = lib.licenses.free; }; }) {}; frog-menu = callPackage ({ avy, elpaBuild, emacs, fetchurl, lib, posframe }: elpaBuild { pname = "frog-menu"; ename = "frog-menu"; version = "0.2.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/frog-menu-0.2.11.el"; sha256 = "06iw11z61fd0g4w3562k3smcmzaq3nivvvc6gzm8y8k5pcrqzdff"; }; packageRequires = [ avy emacs posframe ]; meta = { homepage = "https://elpa.gnu.org/packages/frog-menu.html"; license = lib.licenses.free; }; }) {}; fsm = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "fsm"; ename = "fsm"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/fsm-0.2.1.el"; sha256 = "1jyxyqdbfl8nv7c50q0sg3w5p7whp1sqgi7w921k5hfar4d11qqp"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/fsm.html"; license = lib.licenses.free; }; }) {}; ftable = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ftable"; ename = "ftable"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/ftable-1.1.tar"; sha256 = "0ww2kl5gb2dkkz0dxinjjnd3qafr31qjcqp1x10r3vcfbp9cfy4b"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ftable.html"; license = lib.licenses.free; }; }) {}; gcmh = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "gcmh"; ename = "gcmh"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/gcmh-0.2.1.el"; sha256 = "0a51bkkfdj3x26yalvk7v35rxbl3m1wk6n0f33zhrhl6i5fsrfin"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/gcmh.html"; license = lib.licenses.free; }; }) {}; ggtags = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ggtags"; ename = "ggtags"; version = "0.9.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ggtags-0.9.0.tar"; sha256 = "0p79x9g94jynl83ndvqp9349vhgkzxzhnc517r8hn44iqxqf6ghg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ggtags.html"; license = lib.licenses.free; }; }) {}; gited = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "gited"; ename = "gited"; version = "0.6.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/gited-0.6.0.tar"; sha256 = "187asqrxfpxv53hhnrcid1sy46vcy07qx5yqgnrczi54jpcc57j5"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/gited.html"; license = lib.licenses.free; }; }) {}; gle-mode = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "gle-mode"; ename = "gle-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/gle-mode-1.1.el"; sha256 = "0p9glalhkf8i4486pjwvrb9z4lqxl6jcqfk6jrjl6b1xi72xmdi0"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/gle-mode.html"; license = lib.licenses.free; }; }) {}; gnat-compiler = callPackage ({ elpaBuild, emacs, fetchurl, lib, wisi }: elpaBuild { pname = "gnat-compiler"; ename = "gnat-compiler"; version = "1.0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnat-compiler-1.0.3.tar"; sha256 = "1l5j3br5yrhp3ic0va666ar636hywfd8vssxma3gc858zb9qbzw2"; }; packageRequires = [ emacs wisi ]; meta = { homepage = "https://elpa.gnu.org/packages/gnat-compiler.html"; license = lib.licenses.free; }; }) {}; gnome-c-style = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "gnome-c-style"; ename = "gnome-c-style"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnome-c-style-0.1.tar"; sha256 = "09w68jbpzyyhcaqw335qpr840j7xx0j81zxxkxq4ahqv6ck27v4x"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/gnome-c-style.html"; license = lib.licenses.free; }; }) {}; gnorb = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "gnorb"; ename = "gnorb"; version = "1.6.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnorb-1.6.11.tar"; sha256 = "0724i8p1hywgbfk0czxvrcwlwigj8r7x6ww0ap3k2sg90531ymws"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/gnorb.html"; license = lib.licenses.free; }; }) {}; gnu-elpa = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "gnu-elpa"; ename = "gnu-elpa"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnu-elpa-1.1.tar"; sha256 = "0b0law1xwwqa42wb09b3w73psq2kx16lkiwxjxl0sshjcmarhv8r"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/gnu-elpa.html"; license = lib.licenses.free; }; }) {}; gnu-elpa-keyring-update = callPackage ({ elpaBuild , fetchurl , lib }: elpaBuild { pname = "gnu-elpa-keyring-update"; ename = "gnu-elpa-keyring-update"; version = "2022.12"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnu-elpa-keyring-update-2022.12.tar"; sha256 = "1kij50xw5km14x44zjsfc1cdkz4xq79nv7hgfjsz3pgypq672z5z"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/gnu-elpa-keyring-update.html"; license = lib.licenses.free; }; }) {}; gnugo = callPackage ({ ascii-art-to-unicode , cl-lib ? null , elpaBuild , fetchurl , lib , xpm }: elpaBuild { pname = "gnugo"; ename = "gnugo"; version = "3.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnugo-3.1.2.tar"; sha256 = "138gzdyi8scqimvs49da66j8f5a43bhgpasn1bxzdj2zffwlwp6g"; }; packageRequires = [ ascii-art-to-unicode cl-lib xpm ]; meta = { homepage = "https://elpa.gnu.org/packages/gnugo.html"; license = lib.licenses.free; }; }) {}; gnus-mock = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "gnus-mock"; ename = "gnus-mock"; version = "0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/gnus-mock-0.5.tar"; sha256 = "1lyh1brb68zaasnw2brymsspcyl3jxmnvbvpvrqfxhhl3fq9nbv1"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/gnus-mock.html"; license = lib.licenses.free; }; }) {}; gpastel = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "gpastel"; ename = "gpastel"; version = "0.5.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/gpastel-0.5.0.el"; sha256 = "1wky6047071vgyyw2m929nbwg4d9qqp1mjqwk7a5rs8hfr4xqxfw"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/gpastel.html"; license = lib.licenses.free; }; }) {}; gpr-mode = callPackage ({ elpaBuild , emacs , fetchurl , gnat-compiler , lib , wisi }: elpaBuild { pname = "gpr-mode"; ename = "gpr-mode"; version = "1.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/gpr-mode-1.0.5.tar"; sha256 = "1ksafa4nfd4n1kdxpjk6i59l5rxfdmcqjkkpmmc8w402xka0vwn4"; }; packageRequires = [ emacs gnat-compiler wisi ]; meta = { homepage = "https://elpa.gnu.org/packages/gpr-mode.html"; license = lib.licenses.free; }; }) {}; gpr-query = callPackage ({ elpaBuild , emacs , fetchurl , gnat-compiler , lib , wisi }: elpaBuild { pname = "gpr-query"; ename = "gpr-query"; version = "1.0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/gpr-query-1.0.4.tar"; sha256 = "0a6wrkjqszqq4d0a1amrp7yx4w2hwjbyy7qxd40k9n1vdp7jbzri"; }; packageRequires = [ emacs gnat-compiler wisi ]; meta = { homepage = "https://elpa.gnu.org/packages/gpr-query.html"; license = lib.licenses.free; }; }) {}; graphql = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "graphql"; ename = "graphql"; version = "0.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/graphql-0.1.2.tar"; sha256 = "1mzgz4piszm0v18gdn63xb46zqd1r17fkh24rw863i0p1achl21m"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/graphql.html"; license = lib.licenses.free; }; }) {}; greader = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "greader"; ename = "greader"; version = "0.8.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/greader-0.8.2.tar"; sha256 = "0cfdx4ybvdklsmxd2n10n8c0niw5k2d4cdnmm98ixadvh56bvflr"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/greader.html"; license = lib.licenses.free; }; }) {}; greenbar = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "greenbar"; ename = "greenbar"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/greenbar-1.1.el"; sha256 = "01ixv3489zdx2b67zqad6h7g8cpnzpzrvvkqyx7csqyrfx0qy27n"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/greenbar.html"; license = lib.licenses.free; }; }) {}; gtags-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "gtags-mode"; ename = "gtags-mode"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/gtags-mode-1.0.tar"; sha256 = "0nyzsr3fnds931ihw2dp5xlgv151kzph7qv1n751r1cajimzlp7n"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/gtags-mode.html"; license = lib.licenses.free; }; }) {}; guess-language = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , nadvice }: elpaBuild { pname = "guess-language"; ename = "guess-language"; version = "0.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/guess-language-0.0.1.el"; sha256 = "11a6m2337j4ncppaf59yr2vavvvsph2qh51d12zmq58g9wh3d7wz"; }; packageRequires = [ cl-lib emacs nadvice ]; meta = { homepage = "https://elpa.gnu.org/packages/guess-language.html"; license = lib.licenses.free; }; }) {}; hcel = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "hcel"; ename = "hcel"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/hcel-1.0.0.tar"; sha256 = "1j6snbyi710qnxr68mbmj1v2i6gqf6znd872fkjkyj85pg3iibia"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/hcel.html"; license = lib.licenses.free; }; }) {}; heap = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "heap"; ename = "heap"; version = "0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/heap-0.5.el"; sha256 = "13qv0w3fi87c85jcy7lv359r6rpsgnp5zzs2f2zq4dl3540wzrxg"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/heap.html"; license = lib.licenses.free; }; }) {}; hiddenquote = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "hiddenquote"; ename = "hiddenquote"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/hiddenquote-1.2.tar"; sha256 = "1ssfy1ha5a1pakihmkifry200k7z1mxcgl4w9pwvp7wmzbkv2zql"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/hiddenquote.html"; license = lib.licenses.free; }; }) {}; highlight-escape-sequences = callPackage ({ elpaBuild , fetchurl , lib }: elpaBuild { pname = "highlight-escape-sequences"; ename = "highlight-escape-sequences"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/highlight-escape-sequences-0.4.el"; sha256 = "1z8r9rnppn7iy7xv4kprfsqxday16h7c471i7rkyi3rv3l0pfxd0"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/highlight-escape-sequences.html"; license = lib.licenses.free; }; }) {}; hook-helpers = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "hook-helpers"; ename = "hook-helpers"; version = "1.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/hook-helpers-1.1.1.tar"; sha256 = "05nqlshdqh32smav58hzqg8wp04h7w9sxr239qrz4wqxwlxlv9im"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/hook-helpers.html"; license = lib.licenses.free; }; }) {}; html5-schema = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "html5-schema"; ename = "html5-schema"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/html5-schema-0.1.tar"; sha256 = "19k1jal6j64zq78w8h0lw7cljivmp2jzs5sa1ppc0mqkpn2hyq1i"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/html5-schema.html"; license = lib.licenses.free; }; }) {}; hydra = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, lv }: elpaBuild { pname = "hydra"; ename = "hydra"; version = "0.15.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/hydra-0.15.0.tar"; sha256 = "1mppx20920kfq97wd7mkrn4bcmm46k5m8wqm49asd54w701iq3n1"; }; packageRequires = [ cl-lib lv ]; meta = { homepage = "https://elpa.gnu.org/packages/hydra.html"; license = lib.licenses.free; }; }) {}; hyperbole = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "hyperbole"; ename = "hyperbole"; version = "8.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/hyperbole-8.0.0.tar"; sha256 = "171x7jad62xd0n3xgs32dksyhn5abxj1kna0qgm65mm0v73hrv8d"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/hyperbole.html"; license = lib.licenses.free; }; }) {}; ilist = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ilist"; ename = "ilist"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/ilist-0.1.tar"; sha256 = "1ihh44276ivgykva805540nkkrqmc61lydv20l99si3amg07q9bh"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ilist.html"; license = lib.licenses.free; }; }) {}; inspector = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "inspector"; ename = "inspector"; version = "0.36"; src = fetchurl { url = "https://elpa.gnu.org/packages/inspector-0.36.tar"; sha256 = "139w0qc99grd6yzxkpfblgddnbza02mh4hhcpbjgsm4bwdxq8az0"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/inspector.html"; license = lib.licenses.free; }; }) {}; ioccur = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ioccur"; ename = "ioccur"; version = "2.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/ioccur-2.6.tar"; sha256 = "0k7nr73gmd0z5zqkwdacvfsmyflri3f15a15zpr7va28pnxqzsdk"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ioccur.html"; license = lib.licenses.free; }; }) {}; isearch-mb = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "isearch-mb"; ename = "isearch-mb"; version = "0.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/isearch-mb-0.7.tar"; sha256 = "1dfjh4ya9515vx0q2dv1brddw350gxd40h1g1vsa783ivvm0hm75"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/isearch-mb.html"; license = lib.licenses.free; }; }) {}; iterators = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "iterators"; ename = "iterators"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/iterators-0.1.1.el"; sha256 = "1r2cz2n6cr6wal5pqiqi5pn28pams639czgrvd60xcqmlr3li3g5"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/iterators.html"; license = lib.licenses.free; }; }) {}; ivy = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ivy"; ename = "ivy"; version = "0.14.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ivy-0.14.2.tar"; sha256 = "1zjksh0jvxyqhzgwmh9i26gaip6c04q400xckh730r2gjs287pjj"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ivy.html"; license = lib.licenses.free; }; }) {}; ivy-avy = callPackage ({ avy, elpaBuild, emacs, fetchurl, ivy, lib }: elpaBuild { pname = "ivy-avy"; ename = "ivy-avy"; version = "0.14.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ivy-avy-0.14.2.tar"; sha256 = "0vdrfn2i078567lklhxfhzq2cjplfpawyq2rzpdpww0fzz6fi426"; }; packageRequires = [ avy emacs ivy ]; meta = { homepage = "https://elpa.gnu.org/packages/ivy-avy.html"; license = lib.licenses.free; }; }) {}; ivy-explorer = callPackage ({ elpaBuild, emacs, fetchurl, ivy, lib }: elpaBuild { pname = "ivy-explorer"; ename = "ivy-explorer"; version = "0.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ivy-explorer-0.3.2.el"; sha256 = "0q9gy9w22hnq30bfmnpqknk0qc1rcbjcybpjgb8hnlldvcci95l7"; }; packageRequires = [ emacs ivy ]; meta = { homepage = "https://elpa.gnu.org/packages/ivy-explorer.html"; license = lib.licenses.free; }; }) {}; ivy-hydra = callPackage ({ elpaBuild, emacs, fetchurl, hydra, ivy, lib }: elpaBuild { pname = "ivy-hydra"; ename = "ivy-hydra"; version = "0.14.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/ivy-hydra-0.14.2.tar"; sha256 = "10qav0rvgc5bnlazjiwnv9dlk6hivl4acif0zq2f0qqgld9nh528"; }; packageRequires = [ emacs hydra ivy ]; meta = { homepage = "https://elpa.gnu.org/packages/ivy-hydra.html"; license = lib.licenses.free; }; }) {}; ivy-posframe = callPackage ({ elpaBuild , emacs , fetchurl , ivy , lib , posframe }: elpaBuild { pname = "ivy-posframe"; ename = "ivy-posframe"; version = "0.6.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/ivy-posframe-0.6.3.tar"; sha256 = "0b498qzaydjrhplx4d7zcrs883dlrhfiz812sv4m3pmhfwifcchh"; }; packageRequires = [ emacs ivy posframe ]; meta = { homepage = "https://elpa.gnu.org/packages/ivy-posframe.html"; license = lib.licenses.free; }; }) {}; jami-bot = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "jami-bot"; ename = "jami-bot"; version = "0.0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/jami-bot-0.0.4.tar"; sha256 = "1gspzqxznqskc008bcix2fyg1brr3xzxzbqx18q4cy4mz0vm8h1b"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/jami-bot.html"; license = lib.licenses.free; }; }) {}; jarchive = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "jarchive"; ename = "jarchive"; version = "0.11.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/jarchive-0.11.0.tar"; sha256 = "1hn0lyszm667a54j95v2ppddz4g89cp8byj9pd3k1gha2rplm9d8"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/jarchive.html"; license = lib.licenses.free; }; }) {}; javaimp = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "javaimp"; ename = "javaimp"; version = "0.9.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/javaimp-0.9.1.tar"; sha256 = "106wn53z39fcna3sv4p0idmjg9lg5lijm5hyb4lbibp4s5yh2y3b"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/javaimp.html"; license = lib.licenses.free; }; }) {}; jgraph-mode = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "jgraph-mode"; ename = "jgraph-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/jgraph-mode-1.1.el"; sha256 = "0479irjz5r79x6ngl3lfkl1gqsmvcw8kn6285sm6nkn66m1dfs8l"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/jgraph-mode.html"; license = lib.licenses.free; }; }) {}; jinx = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "jinx"; ename = "jinx"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/jinx-1.2.tar"; sha256 = "027r05123bmqwy4h9x8mlxn1m65jv759jqf1rh6gs92bi29slwy8"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/jinx.html"; license = lib.licenses.free; }; }) {}; jit-spell = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "jit-spell"; ename = "jit-spell"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/jit-spell-0.3.tar"; sha256 = "0q8wd9phd0zcjhc92j633vz82fr0ji8zc9vir7kcn1msrf6jspwz"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/jit-spell.html"; license = lib.licenses.free; }; }) {}; js2-mode = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "js2-mode"; ename = "js2-mode"; version = "20231224"; src = fetchurl { url = "https://elpa.gnu.org/packages/js2-mode-20231224.tar"; sha256 = "1yc7rs748dwpbxy2bqxfspinfiay28qh8l0fly1k76fhk159rwj4"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/js2-mode.html"; license = lib.licenses.free; }; }) {}; json-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "json-mode"; ename = "json-mode"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/json-mode-0.2.el"; sha256 = "16ph6v9snvlmclg9shnyck86dqvlj4lf8205dhqx4l8vmhfy3d14"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/json-mode.html"; license = lib.licenses.free; }; }) {}; jsonrpc = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "jsonrpc"; ename = "jsonrpc"; version = "1.0.24"; src = fetchurl { url = "https://elpa.gnu.org/packages/jsonrpc-1.0.24.tar"; sha256 = "05nwxfybczxx7pmflq762dq3wypm3pmcfljqs5kh81icxvdqvk8s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/jsonrpc.html"; license = lib.licenses.free; }; }) {}; jumpc = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "jumpc"; ename = "jumpc"; version = "3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/jumpc-3.1.tar"; sha256 = "04wqajw4i7sslsw8cwqbw30kbwwf9qlqxjm17v0bsxh5sp27y1jc"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/jumpc.html"; license = lib.licenses.free; }; }) {}; kind-icon = callPackage ({ elpaBuild, emacs, fetchurl, lib, svg-lib }: elpaBuild { pname = "kind-icon"; ename = "kind-icon"; version = "0.2.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/kind-icon-0.2.2.tar"; sha256 = "1jpc4izbi5ajqqrvvfp5yqfmljaw2mq06ym36d4p2cxkz95vcmi7"; }; packageRequires = [ emacs svg-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/kind-icon.html"; license = lib.licenses.free; }; }) {}; kiwix = callPackage ({ elpaBuild, emacs, fetchurl, lib, request }: elpaBuild { pname = "kiwix"; ename = "kiwix"; version = "1.1.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/kiwix-1.1.5.tar"; sha256 = "17k4aa8s9m24c572qvl5a481iw9ny6wmd5yrg47iv4d2lb2i13h2"; }; packageRequires = [ emacs request ]; meta = { homepage = "https://elpa.gnu.org/packages/kiwix.html"; license = lib.licenses.free; }; }) {}; kmb = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "kmb"; ename = "kmb"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/kmb-0.1.el"; sha256 = "1wjfk28illfd5bkka3rlhhq59r0pad9zik1njlxym0ha8kbhzsj8"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/kmb.html"; license = lib.licenses.free; }; }) {}; landmark = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "landmark"; ename = "landmark"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/landmark-1.0.el"; sha256 = "0mz1l9zc1nvggjhg4jcly8ncw38xkprlrha8l8vfl9k9rg7s1dv4"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/landmark.html"; license = lib.licenses.free; }; }) {}; latex-table-wizard = callPackage ({ auctex , elpaBuild , emacs , fetchurl , lib , transient }: elpaBuild { pname = "latex-table-wizard"; ename = "latex-table-wizard"; version = "1.5.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/latex-table-wizard-1.5.4.tar"; sha256 = "1vmwx7g79chcr6hrzdjh1ndpnqy8qn52n03789dhmxxr1ji7nk0i"; }; packageRequires = [ auctex emacs transient ]; meta = { homepage = "https://elpa.gnu.org/packages/latex-table-wizard.html"; license = lib.licenses.free; }; }) {}; leaf = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "leaf"; ename = "leaf"; version = "4.5.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/leaf-4.5.5.tar"; sha256 = "1rdbrf84ijapiqhq72gy8r5xgk54sf0jy31pgd3w4rl1wywh5cas"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/leaf.html"; license = lib.licenses.free; }; }) {}; let-alist = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "let-alist"; ename = "let-alist"; version = "1.0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/let-alist-1.0.6.el"; sha256 = "0szj7vnjzz4zci5fvz7xqgcpi4pzdyyf4qi2s8xar2hi7v3yaawr"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/let-alist.html"; license = lib.licenses.free; }; }) {}; lex = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "lex"; ename = "lex"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/lex-1.1.tar"; sha256 = "1i6ri3k2b2nginhnmwy67mdpv5p75jkxjfwbf42wymza8fxzwbb7"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/lex.html"; license = lib.licenses.free; }; }) {}; lin = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "lin"; ename = "lin"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/lin-1.0.0.tar"; sha256 = "0b090g2l8mvm3b6k7s31v9lw48qjcvcif2p201wlqgipddm6s180"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/lin.html"; license = lib.licenses.free; }; }) {}; llm = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "llm"; ename = "llm"; version = "0.9.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/llm-0.9.0.tar"; sha256 = "16sin4l2wgwvzx0a4bjksv2g93ayfcamvjfan6hmflfmc0sd5s7v"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/llm.html"; license = lib.licenses.free; }; }) {}; lmc = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "lmc"; ename = "lmc"; version = "1.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/lmc-1.4.el"; sha256 = "0fm4sclx9gg0d0615smz105x320sk45y4ivpjk3nbc67c5l0sh2h"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/lmc.html"; license = lib.licenses.free; }; }) {}; load-dir = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "load-dir"; ename = "load-dir"; version = "0.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/load-dir-0.0.5.el"; sha256 = "1575ipn155nzzb5yghblxc7v1vpq4i16w1ff7y56qw2498ligpc5"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/load-dir.html"; license = lib.licenses.free; }; }) {}; load-relative = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "load-relative"; ename = "load-relative"; version = "1.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/load-relative-1.3.2.tar"; sha256 = "1fwa51jp0sq5l69y98l2zyj0iq9s6rj1rnqrmvncif61smma8fd7"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/load-relative.html"; license = lib.licenses.free; }; }) {}; loc-changes = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "loc-changes"; ename = "loc-changes"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/loc-changes-1.2.el"; sha256 = "1x8fn8vqasayf1rb8a6nma9n6nbvkx60krmiahyb05vl5rrsw6r3"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/loc-changes.html"; license = lib.licenses.free; }; }) {}; loccur = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "loccur"; ename = "loccur"; version = "1.2.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/loccur-1.2.4.el"; sha256 = "00f1ifa4z5ay90bd2002fmj83d7xqzrcr9018q8crlypmpxkyh7j"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/loccur.html"; license = lib.licenses.free; }; }) {}; logos = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "logos"; ename = "logos"; version = "1.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/logos-1.1.1.tar"; sha256 = "1lg4disxfzw9nf438j32q1cna447mlxy3sg523cqzhimh1mk5s9f"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/logos.html"; license = lib.licenses.free; }; }) {}; luwak = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "luwak"; ename = "luwak"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/luwak-1.0.0.tar"; sha256 = "10jcblm0q5948l3ar911dfj6y9p5bggwz9nmq9d3prlgz5zczv34"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/luwak.html"; license = lib.licenses.free; }; }) {}; lv = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "lv"; ename = "lv"; version = "0.15.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/lv-0.15.0.tar"; sha256 = "1xnyk8bvr0bdz68qc1sga3w9lwdga5qpp3m7290z1vyv0mznh4gm"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/lv.html"; license = lib.licenses.free; }; }) {}; map = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "map"; ename = "map"; version = "3.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/map-3.3.1.tar"; sha256 = "1gvywhdfg27nx6pyq7yfwq9x6j96jama59i5s9rp41pvg2dlmvm0"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/map.html"; license = lib.licenses.free; }; }) {}; marginalia = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "marginalia"; ename = "marginalia"; version = "1.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/marginalia-1.5.tar"; sha256 = "1hc4jjvrwfkqmhb1kvmjzzkmnqfx188ywy1cmxpns1wivnjic79h"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/marginalia.html"; license = lib.licenses.free; }; }) {}; markchars = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "markchars"; ename = "markchars"; version = "0.2.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/markchars-0.2.2.el"; sha256 = "09a471c2mcjm6ia37xqz0573sy8f68d5ljgnmhrj0v455g1g44lj"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/markchars.html"; license = lib.licenses.free; }; }) {}; math-symbol-lists = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "math-symbol-lists"; ename = "math-symbol-lists"; version = "1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/math-symbol-lists-1.3.tar"; sha256 = "0h330j7vxmb56z66xgynqlxkr5bnp5id25j0w4ikyms407sdyrbs"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/math-symbol-lists.html"; license = lib.licenses.free; }; }) {}; mct = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "mct"; ename = "mct"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/mct-1.0.0.tar"; sha256 = "1gzk0bjvry8wzi35yvghz003rbkz7ky4zd9vafg328b809n9ggff"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/mct.html"; license = lib.licenses.free; }; }) {}; memory-usage = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "memory-usage"; ename = "memory-usage"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/memory-usage-0.2.el"; sha256 = "03qwb7sprdh1avxv3g7hhnhl41pwvnpxcpnqrikl7picy78h1gwj"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/memory-usage.html"; license = lib.licenses.free; }; }) {}; metar = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "metar"; ename = "metar"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/metar-0.3.el"; sha256 = "07gv0v0xwb5yzynwagmvf0n5c9wljy1jg4ympnxpa2d9r1zqc02g"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/metar.html"; license = lib.licenses.free; }; }) {}; midi-kbd = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "midi-kbd"; ename = "midi-kbd"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/midi-kbd-0.2.el"; sha256 = "1783k07gyiaq784wqv8qqc89cw5d6q1bdqz68b7n1lx4vmvfrhmh"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/midi-kbd.html"; license = lib.licenses.free; }; }) {}; mines = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "mines"; ename = "mines"; version = "1.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/mines-1.6.tar"; sha256 = "1199s1v4my0qpvc5aaxzbqayjn59vilxbqnywvyhvm7hz088aps2"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/mines.html"; license = lib.licenses.free; }; }) {}; minibuffer-header = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "minibuffer-header"; ename = "minibuffer-header"; version = "0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/minibuffer-header-0.5.tar"; sha256 = "1nw53h34izm0z8njsf6jacc40fhg4x5l8r403ysmw2ps89i80p36"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/minibuffer-header.html"; license = lib.licenses.free; }; }) {}; minibuffer-line = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "minibuffer-line"; ename = "minibuffer-line"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/minibuffer-line-0.1.el"; sha256 = "1ny4iirp26na5118wfgxlv6fxlrdclzdbd9m0lkrv51w0qw7spil"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/minibuffer-line.html"; license = lib.licenses.free; }; }) {}; minimap = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "minimap"; ename = "minimap"; version = "1.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/minimap-1.4.el"; sha256 = "09fm0ziy8cdzzw08l7l6p63dxz2a27p3laia2v51mvbva8177ls1"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/minimap.html"; license = lib.licenses.free; }; }) {}; mmm-mode = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "mmm-mode"; ename = "mmm-mode"; version = "0.5.10"; src = fetchurl { url = "https://elpa.gnu.org/packages/mmm-mode-0.5.10.tar"; sha256 = "1ny9gm87qah4qy0iphw2nlhz2pfc87hzzsv58lrxl18gr69qhndi"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/mmm-mode.html"; license = lib.licenses.free; }; }) {}; modus-themes = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "modus-themes"; ename = "modus-themes"; version = "4.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/modus-themes-4.3.0.tar"; sha256 = "0zsglzqc36bw9r7fgvxjdcrdjar6xwad29kwyqd2k36bq3pivzq3"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/modus-themes.html"; license = lib.licenses.free; }; }) {}; multi-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "multi-mode"; ename = "multi-mode"; version = "1.14"; src = fetchurl { url = "https://elpa.gnu.org/packages/multi-mode-1.14.tar"; sha256 = "0aslndqr0277ai0iwywbmj07vmz88vpmc0mgydcy4li8fkn8h066"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/multi-mode.html"; license = lib.licenses.free; }; }) {}; multishell = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "multishell"; ename = "multishell"; version = "1.1.10"; src = fetchurl { url = "https://elpa.gnu.org/packages/multishell-1.1.10.tar"; sha256 = "1ipn9rlh9jg55i04adjy32n8dkjhhw1bcd72w97mlsdk66g8j6l3"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/multishell.html"; license = lib.licenses.free; }; }) {}; muse = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "muse"; ename = "muse"; version = "3.20.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/muse-3.20.2.tar"; sha256 = "0g2ff6x45x2k5dnkp31sk3bjj92jyhhnar7l5hzn8vp22l0rv8wn"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/muse.html"; license = lib.licenses.free; }; }) {}; myers = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "myers"; ename = "myers"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/myers-0.1.el"; sha256 = "0yrxklkksj16cfbvwmdxjj43vngjd6q0fivib1xim3c9g3c9b670"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/myers.html"; license = lib.licenses.free; }; }) {}; nadvice = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "nadvice"; ename = "nadvice"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/nadvice-0.4.tar"; sha256 = "0ac7zxi04gzcd5hz81lib1db3c6a7xmwkb381ljxvaha1mlzp1k0"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/nadvice.html"; license = lib.licenses.free; }; }) {}; nameless = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "nameless"; ename = "nameless"; version = "1.0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/nameless-1.0.2.el"; sha256 = "13c1payc46ry5bf8ia8cwqpshm2ya74fi5r4sxq5n410z5f0pgqx"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/nameless.html"; license = lib.licenses.free; }; }) {}; names = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , nadvice }: elpaBuild { pname = "names"; ename = "names"; version = "20151201.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/names-20151201.0.tar"; sha256 = "13smsf039x4yd7pzvllgn1vz8lhkwghnhip9y2bka38vk37w912d"; }; packageRequires = [ cl-lib emacs nadvice ]; meta = { homepage = "https://elpa.gnu.org/packages/names.html"; license = lib.licenses.free; }; }) {}; nano-agenda = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "nano-agenda"; ename = "nano-agenda"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/nano-agenda-0.3.tar"; sha256 = "1ip21vjapcrla6j0qbjkcrdhs6xq773cswmwbhnsxb3xpzsa1z7x"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/nano-agenda.html"; license = lib.licenses.free; }; }) {}; nano-modeline = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "nano-modeline"; ename = "nano-modeline"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/nano-modeline-1.0.1.tar"; sha256 = "1bjxsqbi540cx2zxzrps2bdwj3hkaxw1s9wha1lrldhvckq7dm91"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/nano-modeline.html"; license = lib.licenses.free; }; }) {}; nano-theme = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "nano-theme"; ename = "nano-theme"; version = "0.3.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/nano-theme-0.3.4.tar"; sha256 = "1hfw6zxnzm4x55iqk1pg6nlp79c86np856bbdac4nv65ff4dkiqq"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/nano-theme.html"; license = lib.licenses.free; }; }) {}; nftables-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "nftables-mode"; ename = "nftables-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/nftables-mode-1.1.tar"; sha256 = "0wcd31frnvxzkns4jdfxraai0bfi1184wcn64r8lg73h933p47iz"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/nftables-mode.html"; license = lib.licenses.free; }; }) {}; nhexl-mode = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "nhexl-mode"; ename = "nhexl-mode"; version = "1.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/nhexl-mode-1.5.el"; sha256 = "0qvxfg7sv4iqyjxzaim6b4v9k5hav36qd4vkf9jwzw6p5fri8w8d"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/nhexl-mode.html"; license = lib.licenses.free; }; }) {}; nlinum = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "nlinum"; ename = "nlinum"; version = "1.9"; src = fetchurl { url = "https://elpa.gnu.org/packages/nlinum-1.9.el"; sha256 = "03zqlz58fvh4cpfl43h7py2fpnc7m37f1ys8zhrc511ccq9cwkdn"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/nlinum.html"; license = lib.licenses.free; }; }) {}; notes-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "notes-mode"; ename = "notes-mode"; version = "1.30"; src = fetchurl { url = "https://elpa.gnu.org/packages/notes-mode-1.30.tar"; sha256 = "1aqivlfa0nk0y27gdv68k5rg3m5wschh8cw196a13qb7kaghk9r6"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/notes-mode.html"; license = lib.licenses.free; }; }) {}; notmuch-indicator = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "notmuch-indicator"; ename = "notmuch-indicator"; version = "1.1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/notmuch-indicator-1.1.0.tar"; sha256 = "0k5csfrs8y1r6g7hs2y0961jpx0ih090kb6rkijljny2qhfj0573"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/notmuch-indicator.html"; license = lib.licenses.free; }; }) {}; ntlm = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ntlm"; ename = "ntlm"; version = "2.1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ntlm-2.1.0.el"; sha256 = "01d0bcmh8a36qf871w6bc05kjk9bmnh843m9869xw06zyvqwg9mv"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ntlm.html"; license = lib.licenses.free; }; }) {}; num3-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "num3-mode"; ename = "num3-mode"; version = "1.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/num3-mode-1.5.tar"; sha256 = "0i01v0sl0wi98xvc3wkk2lwc3nxmnhhpyrhr9gn88x5ygc0p4rdw"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/num3-mode.html"; license = lib.licenses.free; }; }) {}; oauth2 = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, nadvice }: elpaBuild { pname = "oauth2"; ename = "oauth2"; version = "0.16"; src = fetchurl { url = "https://elpa.gnu.org/packages/oauth2-0.16.tar"; sha256 = "1rzly2nwjywrfgcmp8zidbmjl2ahyd8l8507lb1mxm4xqryvf316"; }; packageRequires = [ cl-lib nadvice ]; meta = { homepage = "https://elpa.gnu.org/packages/oauth2.html"; license = lib.licenses.free; }; }) {}; ob-asymptote = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ob-asymptote"; ename = "ob-asymptote"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ob-asymptote-1.0.tar"; sha256 = "0m9i21zailg7drglm19v9ysyigzvz3p2r3q069a3n04di56d4629"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ob-asymptote.html"; license = lib.licenses.free; }; }) {}; ob-haxe = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ob-haxe"; ename = "ob-haxe"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ob-haxe-1.0.tar"; sha256 = "1x19b3aappv4d3mvpf01r505l1sfndbzbpr5sbid411g9g9k3rwr"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ob-haxe.html"; license = lib.licenses.free; }; }) {}; objed = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "objed"; ename = "objed"; version = "0.8.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/objed-0.8.3.tar"; sha256 = "1s38d6bvggdk5p45ww1jb4gxifzgjwgw1m6ar920nlg0j4fgbcvr"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/objed.html"; license = lib.licenses.free; }; }) {}; omn-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "omn-mode"; ename = "omn-mode"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/omn-mode-1.2.el"; sha256 = "0p7lmqabdcn625q9z7libn7q1b6mjc74bkic2kjhhckzvlfjk742"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/omn-mode.html"; license = lib.licenses.free; }; }) {}; on-screen = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "on-screen"; ename = "on-screen"; version = "1.3.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/on-screen-1.3.3.el"; sha256 = "0ga4hw23ki583li2z2hr7l6hk1nc2kdg4afndg06cm9jn158wza7"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/on-screen.html"; license = lib.licenses.free; }; }) {}; openpgp = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "openpgp"; ename = "openpgp"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/openpgp-1.0.1.tar"; sha256 = "1cm6c8394869dw2a5ykb92crz7c4pdav82a8nslbi533knxn7wn6"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/openpgp.html"; license = lib.licenses.free; }; }) {}; orderless = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "orderless"; ename = "orderless"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/orderless-1.0.tar"; sha256 = "0kslgrs857h3mm837hcb8v52ankbv0hm2pz0q136imckzj32m43s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/orderless.html"; license = lib.licenses.free; }; }) {}; org = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "org"; ename = "org"; version = "9.6.17"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-9.6.17.tar"; sha256 = "1gnm9hja2p93l0h5dz86035jh37wkngw7kk4bpgbzjlv74wih1jb"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/org.html"; license = lib.licenses.free; }; }) {}; org-contacts = callPackage ({ elpaBuild, emacs, fetchurl, lib, org }: elpaBuild { pname = "org-contacts"; ename = "org-contacts"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-contacts-1.1.tar"; sha256 = "1kzdw9kbnpryxdb9ywh2va4nnjcxw6asszf5n7a95rw2gl6m3l10"; }; packageRequires = [ emacs org ]; meta = { homepage = "https://elpa.gnu.org/packages/org-contacts.html"; license = lib.licenses.free; }; }) {}; org-edna = callPackage ({ elpaBuild, emacs, fetchurl, lib, org, seq }: elpaBuild { pname = "org-edna"; ename = "org-edna"; version = "1.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-edna-1.1.2.tar"; sha256 = "1a022ssqpxbkp03n2bij78srwjx7kacpsgj9a6wbm0yn946hgjpz"; }; packageRequires = [ emacs org seq ]; meta = { homepage = "https://elpa.gnu.org/packages/org-edna.html"; license = lib.licenses.free; }; }) {}; org-modern = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "org-modern"; ename = "org-modern"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-modern-1.1.tar"; sha256 = "1aclips7y3dasjh6rjdcx1b6fkaripjam6120b7wm487qpjcrzc8"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/org-modern.html"; license = lib.licenses.free; }; }) {}; org-notify = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "org-notify"; ename = "org-notify"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-notify-0.1.1.tar"; sha256 = "0y0zj7sri7m0q3nibwv0m1snkwhma403hbxpcd346xk3s3ljiz2k"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/org-notify.html"; license = lib.licenses.free; }; }) {}; org-real = callPackage ({ boxy, elpaBuild, emacs, fetchurl, lib, org }: elpaBuild { pname = "org-real"; ename = "org-real"; version = "1.0.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-real-1.0.7.tar"; sha256 = "16isfsaxmgxiqfqx4lcsqlxazxjgxakr0k9pgpam13bqqqkq3cmp"; }; packageRequires = [ boxy emacs org ]; meta = { homepage = "https://elpa.gnu.org/packages/org-real.html"; license = lib.licenses.free; }; }) {}; org-remark = callPackage ({ elpaBuild, emacs, fetchurl, lib, org }: elpaBuild { pname = "org-remark"; ename = "org-remark"; version = "1.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-remark-1.2.1.tar"; sha256 = "0xf10kgb0g4y9i4s1d3a1i5a119a1pijzhp5xxj2b2wyvjs2g3yk"; }; packageRequires = [ emacs org ]; meta = { homepage = "https://elpa.gnu.org/packages/org-remark.html"; license = lib.licenses.free; }; }) {}; org-transclusion = callPackage ({ elpaBuild, emacs, fetchurl, lib, org }: elpaBuild { pname = "org-transclusion"; ename = "org-transclusion"; version = "1.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-transclusion-1.3.2.tar"; sha256 = "02r48jzr5zivk11c3c3a9vj1cixfgf1wlmv1kjr5bxldayhg7aqb"; }; packageRequires = [ emacs org ]; meta = { homepage = "https://elpa.gnu.org/packages/org-transclusion.html"; license = lib.licenses.free; }; }) {}; org-translate = callPackage ({ elpaBuild, emacs, fetchurl, lib, org }: elpaBuild { pname = "org-translate"; ename = "org-translate"; version = "0.1.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-translate-0.1.4.tar"; sha256 = "0dvg3h8mmzlqfg60rwxjgy17sqv84p6nj2ngjdafkp9a4halv0g7"; }; packageRequires = [ emacs org ]; meta = { homepage = "https://elpa.gnu.org/packages/org-translate.html"; license = lib.licenses.free; }; }) {}; orgalist = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "orgalist"; ename = "orgalist"; version = "1.14"; src = fetchurl { url = "https://elpa.gnu.org/packages/orgalist-1.14.tar"; sha256 = "08gx8aqi7ph75vhhss2xl1lfypzy8a3zmj7w8flcrvz1nk0z738s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/orgalist.html"; license = lib.licenses.free; }; }) {}; osc = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "osc"; ename = "osc"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/osc-0.4.tar"; sha256 = "0zfrzxalvvf9wwwhwsqgl3v2ca6m2rfl5hd7sz662s6gmbwawqqa"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/osc.html"; license = lib.licenses.free; }; }) {}; osm = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "osm"; ename = "osm"; version = "1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/osm-1.3.tar"; sha256 = "09c6wgq470hi2kgk7s8pbcqaggw13hg3f2zz5qwi68hfh7nq7z7k"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/osm.html"; license = lib.licenses.free; }; }) {}; other-frame-window = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "other-frame-window"; ename = "other-frame-window"; version = "1.0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/other-frame-window-1.0.6.el"; sha256 = "04h0jr73xv8inm52h8b8zbc9lsnlzkn40qy99x4x0lkkdqqxw1ny"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/other-frame-window.html"; license = lib.licenses.free; }; }) {}; pabbrev = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "pabbrev"; ename = "pabbrev"; version = "4.2.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/pabbrev-4.2.2.tar"; sha256 = "0iydz8yz866krxv1qv32k88w4464xpymh0wxgrxv6nvniwvhvd0s"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/pabbrev.html"; license = lib.licenses.free; }; }) {}; paced = callPackage ({ async, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "paced"; ename = "paced"; version = "1.1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/paced-1.1.3.tar"; sha256 = "1gaszf68h0nnv6p6yzv48m24csw6v479nsq0f02y6slixxaflnwl"; }; packageRequires = [ async emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/paced.html"; license = lib.licenses.free; }; }) {}; parsec = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "parsec"; ename = "parsec"; version = "0.1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/parsec-0.1.3.tar"; sha256 = "032m9iks5a05vbc4159dfs9b7shmqm6mk05jgbs9ndvy400drwd6"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/parsec.html"; license = lib.licenses.free; }; }) {}; parser-generator = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "parser-generator"; ename = "parser-generator"; version = "0.2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/parser-generator-0.2.0.tar"; sha256 = "1pp11qnm09w69vc1sl2629r0ymd2vhnaqj4d4ly1bbwxrwjl2nsv"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/parser-generator.html"; license = lib.licenses.free; }; }) {}; path-iterator = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "path-iterator"; ename = "path-iterator"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/path-iterator-1.0.tar"; sha256 = "0kgl7rhv9x23jyr6ahfy6ql447zpz9fnmfwldkpn69g7jdx6a3cc"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/path-iterator.html"; license = lib.licenses.free; }; }) {}; peg = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "peg"; ename = "peg"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/peg-1.0.1.tar"; sha256 = "0yxfwwwc6fck1p9smcm1dwnva42868xvavhy7j749vlxrgb3v94x"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/peg.html"; license = lib.licenses.free; }; }) {}; perl-doc = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "perl-doc"; ename = "perl-doc"; version = "0.81"; src = fetchurl { url = "https://elpa.gnu.org/packages/perl-doc-0.81.tar"; sha256 = "1hbf36zrpjx0xx257370axxfs1yb3iz6g9kc4wg83gcag09j3lci"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/perl-doc.html"; license = lib.licenses.free; }; }) {}; persist = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "persist"; ename = "persist"; version = "0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/persist-0.6.tar"; sha256 = "0n68dshbbyrs713989bllmm1vypch8766hc8b4y989nmyclixjwp"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/persist.html"; license = lib.licenses.free; }; }) {}; phps-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "phps-mode"; ename = "phps-mode"; version = "0.4.47"; src = fetchurl { url = "https://elpa.gnu.org/packages/phps-mode-0.4.47.tar"; sha256 = "08zyk00vwi3wrw9shlv1faxcall3xcqlg02hj3yb8cg4071dv922"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/phps-mode.html"; license = lib.licenses.free; }; }) {}; pinentry = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "pinentry"; ename = "pinentry"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/pinentry-0.1.el"; sha256 = "0iiw11prk4w32czk69mvc3x6ja9xbhbvpg9b0nidrsg5njjjh76d"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/pinentry.html"; license = lib.licenses.free; }; }) {}; plz = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "plz"; ename = "plz"; version = "0.7.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/plz-0.7.2.tar"; sha256 = "1qpr4j5rqpvr17arxrrix1z9fzbqy1mddakyylqbvm9lg5yg2wnk"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/plz.html"; license = lib.licenses.free; }; }) {}; plz-see = callPackage ({ elpaBuild, emacs, fetchurl, lib, plz }: elpaBuild { pname = "plz-see"; ename = "plz-see"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/plz-see-0.1.tar"; sha256 = "0dmckrny21rlm5spiwx7j6q0xikzwlsrhg8yz890w47zpdxpl3bb"; }; packageRequires = [ emacs plz ]; meta = { homepage = "https://elpa.gnu.org/packages/plz-see.html"; license = lib.licenses.free; }; }) {}; poke = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "poke"; ename = "poke"; version = "3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/poke-3.2.tar"; sha256 = "0rhcz7kg20j72hf9rhq5zacdak8ayhn4cnwhgq9qwr18z00bxxm7"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/poke.html"; license = lib.licenses.free; }; }) {}; poke-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "poke-mode"; ename = "poke-mode"; version = "3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/poke-mode-3.1.tar"; sha256 = "1lirhws5d8l16qs5ddrvvz0f9xfl004q9yp333pdgsmcpk3ww7sr"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/poke-mode.html"; license = lib.licenses.free; }; }) {}; poker = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "poker"; ename = "poker"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/poker-0.2.el"; sha256 = "0sikspimvnzvwhyivi1gvr0630zz2pr3q2fwagl57iv06jas9f00"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/poker.html"; license = lib.licenses.free; }; }) {}; popper = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "popper"; ename = "popper"; version = "0.4.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/popper-0.4.6.tar"; sha256 = "0zkrhpplgs6h4xz0ma5nc4pvlkdgdzqwlqlw57xspqbc2f1bds5s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/popper.html"; license = lib.licenses.free; }; }) {}; posframe = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "posframe"; ename = "posframe"; version = "1.4.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/posframe-1.4.2.tar"; sha256 = "0ca43wgbr0n5ri7cyxjmn7blq59xq43rx9z9q02a2j4yn05w8nss"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/posframe.html"; license = lib.licenses.free; }; }) {}; project = callPackage ({ elpaBuild, emacs, fetchurl, lib, xref }: elpaBuild { pname = "project"; ename = "project"; version = "0.10.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/project-0.10.0.tar"; sha256 = "060iw06c60vjy1bp771zz0n24x4s7kpyvdjs51147v2kz35n08pb"; }; packageRequires = [ emacs xref ]; meta = { homepage = "https://elpa.gnu.org/packages/project.html"; license = lib.licenses.free; }; }) {}; psgml = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "psgml"; ename = "psgml"; version = "1.3.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/psgml-1.3.5.tar"; sha256 = "12ndv9xj4zg0k2vas4bmpf2iwy71hy203zxfd7sfwskdd96kzjjv"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/psgml.html"; license = lib.licenses.free; }; }) {}; pspp-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "pspp-mode"; ename = "pspp-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/pspp-mode-1.1.el"; sha256 = "1qnwj7r367qs0ykw71c6s96ximgg2wb3hxg5fwsl9q2vfhbh35ca"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/pspp-mode.html"; license = lib.licenses.free; }; }) {}; pulsar = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "pulsar"; ename = "pulsar"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/pulsar-1.0.1.tar"; sha256 = "0qknyd6ihqg4n940yll5v2hz3w07fsp4mbdfh7drbws13c1ivnly"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/pulsar.html"; license = lib.licenses.free; }; }) {}; pyim = callPackage ({ async, elpaBuild, emacs, fetchurl, lib, xr }: elpaBuild { pname = "pyim"; ename = "pyim"; version = "5.3.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/pyim-5.3.3.tar"; sha256 = "04dz3gdqq6pcxycpzkzzmhbg6lk629v41y64jlh6si21jwfr6wnx"; }; packageRequires = [ async emacs xr ]; meta = { homepage = "https://elpa.gnu.org/packages/pyim.html"; license = lib.licenses.free; }; }) {}; pyim-basedict = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "pyim-basedict"; ename = "pyim-basedict"; version = "0.5.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/pyim-basedict-0.5.4.tar"; sha256 = "1zppp12217aakawgndy6daxpw1098lh7lsjar2wwd4qv4xs0d4p6"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/pyim-basedict.html"; license = lib.licenses.free; }; }) {}; python = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "python"; ename = "python"; version = "0.28"; src = fetchurl { url = "https://elpa.gnu.org/packages/python-0.28.tar"; sha256 = "1kc596b8bbcp8y87kqyxsv3bblz8l0vyc0d645ayb1cmwwvk35d5"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/python.html"; license = lib.licenses.free; }; }) {}; quarter-plane = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "quarter-plane"; ename = "quarter-plane"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/quarter-plane-0.1.el"; sha256 = "0hj3asdzf05h8j1fsxx9y71arnprg2xwk2dcb81zj04hzggzpwmm"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/quarter-plane.html"; license = lib.licenses.free; }; }) {}; queue = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "queue"; ename = "queue"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/queue-0.2.el"; sha256 = "0cx2848sqnnkkr4zisvqadzxngjyhmb36mh0q3if7q19yjjhmrkb"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/queue.html"; license = lib.licenses.free; }; }) {}; rainbow-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "rainbow-mode"; ename = "rainbow-mode"; version = "1.0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/rainbow-mode-1.0.6.tar"; sha256 = "04v73cm1cap19vwc8lqsw0rmfr9v7r3swc4wgxnk9dnzxi9j2527"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/rainbow-mode.html"; license = lib.licenses.free; }; }) {}; rbit = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "rbit"; ename = "rbit"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/rbit-0.1.el"; sha256 = "0h0f9jx4xmkbyxk39wibrvnj65b1ylkz4sk4np7qcavfjs6dz3lm"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/rbit.html"; license = lib.licenses.free; }; }) {}; rcirc-color = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "rcirc-color"; ename = "rcirc-color"; version = "0.4.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/rcirc-color-0.4.5.tar"; sha256 = "0j2bcx2dplcy5zgh9zdhla8i12rq916ilbnw4ns83xdg7k0dwncf"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/rcirc-color.html"; license = lib.licenses.free; }; }) {}; rcirc-menu = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "rcirc-menu"; ename = "rcirc-menu"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/rcirc-menu-1.1.el"; sha256 = "0w77qlwlmx59v5894i96fldn6x4lliv4ddv8967vq1kfchn4w5mc"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/rcirc-menu.html"; license = lib.licenses.free; }; }) {}; realgud = callPackage ({ elpaBuild , emacs , fetchurl , lib , load-relative , loc-changes , test-simple }: elpaBuild { pname = "realgud"; ename = "realgud"; version = "1.5.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-1.5.1.tar"; sha256 = "01155sydricdvxy3djk64w2zc6x0q4j669bvz8m8rd766wsmida8"; }; packageRequires = [ emacs load-relative loc-changes test-simple ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud.html"; license = lib.licenses.free; }; }) {}; realgud-ipdb = callPackage ({ elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-ipdb"; ename = "realgud-ipdb"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-ipdb-1.0.0.tar"; sha256 = "1ljh2igm6na92jdvnn4f51019v3klc6k03nayxf6qxzaxwq2w254"; }; packageRequires = [ emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-ipdb.html"; license = lib.licenses.free; }; }) {}; realgud-jdb = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-jdb"; ename = "realgud-jdb"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-jdb-1.0.0.tar"; sha256 = "081lqsxbg6cxv8hz8s0z2gbdif9drp5b0crbixmwf164i4h8l4gc"; }; packageRequires = [ cl-lib emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-jdb.html"; license = lib.licenses.free; }; }) {}; realgud-lldb = callPackage ({ elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-lldb"; ename = "realgud-lldb"; version = "1.0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-lldb-1.0.2.tar"; sha256 = "0nqbvknhvw5lwf4i44q8wvh4y4s9mvs5kn7lskg3xicl464ag1d0"; }; packageRequires = [ emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-lldb.html"; license = lib.licenses.free; }; }) {}; realgud-node-debug = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-node-debug"; ename = "realgud-node-debug"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-node-debug-1.0.0.tar"; sha256 = "1wyh6apy289a3qa1bnwv68x8pjkpqy4m18ygqnr4x759hjkq3nir"; }; packageRequires = [ cl-lib emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-node-debug.html"; license = lib.licenses.free; }; }) {}; realgud-node-inspect = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-node-inspect"; ename = "realgud-node-inspect"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-node-inspect-1.0.0.tar"; sha256 = "16cx0rq4zx5k0y75j044dbqzrzs1df3r95rissmhfgsi5m2qf1h2"; }; packageRequires = [ cl-lib emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-node-inspect.html"; license = lib.licenses.free; }; }) {}; realgud-trepan-ni = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-trepan-ni"; ename = "realgud-trepan-ni"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-trepan-ni-1.0.1.tar"; sha256 = "0vakfzlk4pgqi66mdvwqhzgdsnks6clgnj7cjjbi80v3ipkfdnak"; }; packageRequires = [ cl-lib emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-trepan-ni.html"; license = lib.licenses.free; }; }) {}; realgud-trepan-xpy = callPackage ({ elpaBuild , emacs , fetchurl , lib , load-relative , realgud }: elpaBuild { pname = "realgud-trepan-xpy"; ename = "realgud-trepan-xpy"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/realgud-trepan-xpy-1.0.1.tar"; sha256 = "0qd9hcq7a9vn453rs4pf3p8wwh7fynxhim9j6sf97lm8pilif9yd"; }; packageRequires = [ emacs load-relative realgud ]; meta = { homepage = "https://elpa.gnu.org/packages/realgud-trepan-xpy.html"; license = lib.licenses.free; }; }) {}; rec-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "rec-mode"; ename = "rec-mode"; version = "1.9.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/rec-mode-1.9.3.tar"; sha256 = "15m0h84fcrcxpx67mc9any4ap2dcqysfjm1d2a7sx4clx8h3mgk0"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/rec-mode.html"; license = lib.licenses.free; }; }) {}; register-list = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "register-list"; ename = "register-list"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/register-list-0.1.el"; sha256 = "1azgfm4yvhp2bqqplmfbz1fij8gda527lks82bslnpnabd8m6sjh"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/register-list.html"; license = lib.licenses.free; }; }) {}; relint = callPackage ({ elpaBuild, emacs, fetchurl, lib, xr }: elpaBuild { pname = "relint"; ename = "relint"; version = "1.24"; src = fetchurl { url = "https://elpa.gnu.org/packages/relint-1.24.tar"; sha256 = "0wc7jzapzc4s7v7yqwp315ymbs6xighy2clx1ylvf60zs49y2bwm"; }; packageRequires = [ emacs xr ]; meta = { homepage = "https://elpa.gnu.org/packages/relint.html"; license = lib.licenses.free; }; }) {}; repology = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "repology"; ename = "repology"; version = "1.2.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/repology-1.2.4.tar"; sha256 = "0l53wl0bk8rnqwsjdh1hwvkvbay080l10bslcj3scn42bgbi59j1"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/repology.html"; license = lib.licenses.free; }; }) {}; rich-minority = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "rich-minority"; ename = "rich-minority"; version = "1.0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/rich-minority-1.0.3.tar"; sha256 = "1w61qvx2rw6a6gmrm61080zghil95nzdv4w06c0pvyb62m4rwab0"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/rich-minority.html"; license = lib.licenses.free; }; }) {}; rnc-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "rnc-mode"; ename = "rnc-mode"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/rnc-mode-0.3.tar"; sha256 = "1bd4pxaijcs0w8v9r7x9aiqyqf1rl46153dxl0ilhm3fc90iyf2r"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/rnc-mode.html"; license = lib.licenses.free; }; }) {}; rt-liberation = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "rt-liberation"; ename = "rt-liberation"; version = "6"; src = fetchurl { url = "https://elpa.gnu.org/packages/rt-liberation-6.tar"; sha256 = "1l87q2h1hqm5zpg1fz835gmbf5fgl9fvcqg42c17v6kim4has8zd"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/rt-liberation.html"; license = lib.licenses.free; }; }) {}; ruby-end = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ruby-end"; ename = "ruby-end"; version = "0.4.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/ruby-end-0.4.3.tar"; sha256 = "0b6hh31vpyv6j86v97migw4if2i9m95075p0bf5ai61cqb42crg4"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ruby-end.html"; license = lib.licenses.free; }; }) {}; rudel = callPackage ({ cl-generic , cl-lib ? null , cl-print ? null , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "rudel"; ename = "rudel"; version = "0.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/rudel-0.3.2.tar"; sha256 = "03hcvpp6ykavidwn5x48gs986w1i5icvh7ks6p74pdaagpgw4jmk"; }; packageRequires = [ cl-generic cl-lib cl-print emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/rudel.html"; license = lib.licenses.free; }; }) {}; satchel = callPackage ({ elpaBuild, emacs, fetchurl, lib, project }: elpaBuild { pname = "satchel"; ename = "satchel"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/satchel-0.2.tar"; sha256 = "1ajsfrr988nglw2l4kqjbbdq9x8gidv0ymsrg3jm2b9nisfhnixv"; }; packageRequires = [ emacs project ]; meta = { homepage = "https://elpa.gnu.org/packages/satchel.html"; license = lib.licenses.free; }; }) {}; scanner = callPackage ({ dash, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "scanner"; ename = "scanner"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/scanner-0.2.tar"; sha256 = "1nbfpgndjkv7mr81bxy58k4y13lc4cidyz9mbwh7433r8rfhymb5"; }; packageRequires = [ dash emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/scanner.html"; license = lib.licenses.free; }; }) {}; scroll-restore = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "scroll-restore"; ename = "scroll-restore"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/scroll-restore-1.0.el"; sha256 = "0h55szlmkmzmcvd6gvv8l74n7y64i0l78nwwmq7xsbzprlmj6khn"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/scroll-restore.html"; license = lib.licenses.free; }; }) {}; sed-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "sed-mode"; ename = "sed-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/sed-mode-1.1.tar"; sha256 = "1vpfzr95xfvjiq7x1pkhjm96936yzsy9bzm1v8p3hyr486bar0mp"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/sed-mode.html"; license = lib.licenses.free; }; }) {}; seq = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "seq"; ename = "seq"; version = "2.24"; src = fetchurl { url = "https://elpa.gnu.org/packages/seq-2.24.tar"; sha256 = "1w2cysad3qwnzdabhq9xipbslsjm528fcxkwnslhlkh8v07karml"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/seq.html"; license = lib.licenses.free; }; }) {}; setup = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "setup"; ename = "setup"; version = "1.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/setup-1.3.2.tar"; sha256 = "1sr514w4mn0fbdawjb5p0fd6i6q2zi9737rbwcgakb1l9cqvb5qy"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/setup.html"; license = lib.licenses.free; }; }) {}; shelisp = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "shelisp"; ename = "shelisp"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/shelisp-1.0.0.tar"; sha256 = "05r26gy1ajl47ir0yz5gn62xw2f31vdq04n3r8ywlzxbqyvzlc0d"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/shelisp.html"; license = lib.licenses.free; }; }) {}; shell-command-plus = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "shell-command-plus"; ename = "shell-command+"; version = "2.4.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/shell-command+-2.4.2.tar"; sha256 = "1ldvil6hjs8c7wpdwx0jwaar867dil5qh6vy2k27i1alffr9nnqm"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/shell-command+.html"; license = lib.licenses.free; }; }) {}; shen-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "shen-mode"; ename = "shen-mode"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/shen-mode-0.1.tar"; sha256 = "1dr24kkah4hr6vrfxwhl9vzjnwn4n773bw23c3j9bkmlgnbvn0kz"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/shen-mode.html"; license = lib.licenses.free; }; }) {}; sisu-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "sisu-mode"; ename = "sisu-mode"; version = "7.1.8"; src = fetchurl { url = "https://elpa.gnu.org/packages/sisu-mode-7.1.8.el"; sha256 = "12zs6y4rzng1d7djl9wh3wc0f9fj0bqb7h754rvixvndlr5c10nj"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/sisu-mode.html"; license = lib.licenses.free; }; }) {}; site-lisp = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "site-lisp"; ename = "site-lisp"; version = "0.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/site-lisp-0.1.2.tar"; sha256 = "07704nz5rrzixmvw65h79rf4fpnf58jrrgbp1brvknidp6j95r0n"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/site-lisp.html"; license = lib.licenses.free; }; }) {}; sketch-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "sketch-mode"; ename = "sketch-mode"; version = "1.0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/sketch-mode-1.0.4.tar"; sha256 = "1gv03ykr40laf52hm8p0glfsy895jghkp5a8q599zwg5wpz3zdc9"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/sketch-mode.html"; license = lib.licenses.free; }; }) {}; slime-volleyball = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "slime-volleyball"; ename = "slime-volleyball"; version = "1.2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/slime-volleyball-1.2.0.tar"; sha256 = "07xavg6xq5ckrfy5sk5k5ldb46m5w8nw1r1k006ck8f23ajaw5z2"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/slime-volleyball.html"; license = lib.licenses.free; }; }) {}; sm-c-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "sm-c-mode"; ename = "sm-c-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/sm-c-mode-1.1.el"; sha256 = "1k46628dkmg4bvd5f68lv5kjcjbgm2pd8jc0zhq9n70jwf5z2ip8"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/sm-c-mode.html"; license = lib.licenses.free; }; }) {}; smalltalk-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "smalltalk-mode"; ename = "smalltalk-mode"; version = "4.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/smalltalk-mode-4.0.tar"; sha256 = "1i1w2fk241z10mph92lry8ly55rxr24n1v4840cddpiw81nrqpcn"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/smalltalk-mode.html"; license = lib.licenses.free; }; }) {}; smart-yank = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "smart-yank"; ename = "smart-yank"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/smart-yank-0.1.1.el"; sha256 = "1v7hbn8pl4bzal31m132dn04rgsgjjcc7k2knd1jqzk1wq6azpdn"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/smart-yank.html"; license = lib.licenses.free; }; }) {}; sml-mode = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "sml-mode"; ename = "sml-mode"; version = "6.12"; src = fetchurl { url = "https://elpa.gnu.org/packages/sml-mode-6.12.tar"; sha256 = "19wyxsnw60lmjbb7ijislpv9vzk9996rh1b0iw7wyrqszfxy2p20"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/sml-mode.html"; license = lib.licenses.free; }; }) {}; so-long = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "so-long"; ename = "so-long"; version = "1.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/so-long-1.1.2.tar"; sha256 = "0gb5ypl9phhv8sx7akw9xn7njfq86yqngixhxf8qj1fxp57gfpdb"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/so-long.html"; license = lib.licenses.free; }; }) {}; soap-client = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "soap-client"; ename = "soap-client"; version = "3.2.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/soap-client-3.2.3.tar"; sha256 = "0z6af253iwimam03jnpai2h989i6vyv05wdz7dadna6amdryfznc"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/soap-client.html"; license = lib.licenses.free; }; }) {}; sokoban = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "sokoban"; ename = "sokoban"; version = "1.4.9"; src = fetchurl { url = "https://elpa.gnu.org/packages/sokoban-1.4.9.tar"; sha256 = "1zri4czw2d5impkgn8d4hliyw31vndadg7wj31gairk8kyakjpgm"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/sokoban.html"; license = lib.licenses.free; }; }) {}; sotlisp = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "sotlisp"; ename = "sotlisp"; version = "1.6.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/sotlisp-1.6.2.el"; sha256 = "05cr4dmhg4wbmw7jbcfh0yrnbq6dhzp2wrbzvhwrfznz51j03nhi"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/sotlisp.html"; license = lib.licenses.free; }; }) {}; spacious-padding = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "spacious-padding"; ename = "spacious-padding"; version = "0.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/spacious-padding-0.3.0.tar"; sha256 = "1iiaxgl18k8hkwwyz3qnargv6q8kwzyh39ai46k5xbpmyrsj4b16"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/spacious-padding.html"; license = lib.licenses.free; }; }) {}; spinner = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "spinner"; ename = "spinner"; version = "1.7.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/spinner-1.7.4.tar"; sha256 = "140kss25ijbwf8hzflbjz67ry76w2cyrh02axk95n6qcxv7jr7pv"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/spinner.html"; license = lib.licenses.free; }; }) {}; sql-beeline = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "sql-beeline"; ename = "sql-beeline"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/sql-beeline-0.2.tar"; sha256 = "1bqzs53x506bzgchvjfr1ljqxbb9y041n7aj9n7ajb2634i7lllr"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/sql-beeline.html"; license = lib.licenses.free; }; }) {}; sql-cassandra = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "sql-cassandra"; ename = "sql-cassandra"; version = "0.2.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/sql-cassandra-0.2.2.tar"; sha256 = "06h301fpqax24x295x06bz08ipjjnxs9smisyz82z08kgszq92c6"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/sql-cassandra.html"; license = lib.licenses.free; }; }) {}; sql-indent = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "sql-indent"; ename = "sql-indent"; version = "1.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/sql-indent-1.7.tar"; sha256 = "043qcy97a5hx68w0ac7xsk380l2i7bphgrdz6aby2zfpp90vrjpn"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/sql-indent.html"; license = lib.licenses.free; }; }) {}; srht = callPackage ({ elpaBuild, emacs, fetchurl, lib, plz, transient }: elpaBuild { pname = "srht"; ename = "srht"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/srht-0.4.tar"; sha256 = "1g3znmpi0lbl0f4rp1v8v5jl7gngclwmcngkzwdk2w4prsh6skb1"; }; packageRequires = [ emacs plz transient ]; meta = { homepage = "https://elpa.gnu.org/packages/srht.html"; license = lib.licenses.free; }; }) {}; ssh-deploy = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ssh-deploy"; ename = "ssh-deploy"; version = "3.1.16"; src = fetchurl { url = "https://elpa.gnu.org/packages/ssh-deploy-3.1.16.tar"; sha256 = "0ajmsg4r9yba2m9wn08dsdzl8pr3pjixyqqp263mpwsh02h8im2g"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ssh-deploy.html"; license = lib.licenses.free; }; }) {}; standard-themes = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "standard-themes"; ename = "standard-themes"; version = "2.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/standard-themes-2.0.1.tar"; sha256 = "0vdl90xjqq20mw6cgmn6zd42ppr5y471g03a9ljzcpwmbd1wnr60"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/standard-themes.html"; license = lib.licenses.free; }; }) {}; stream = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "stream"; ename = "stream"; version = "2.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/stream-2.3.0.tar"; sha256 = "1jvk5j0wn2f4dxnyqji85f8cgbpyrxk02mz5dzyw4xlqr0d9zc9n"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/stream.html"; license = lib.licenses.free; }; }) {}; substitute = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "substitute"; ename = "substitute"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/substitute-0.2.1.tar"; sha256 = "1p9lhgi4y224aghwnnjxm14da461pj0ym4a7asla02hf33y61i5j"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/substitute.html"; license = lib.licenses.free; }; }) {}; svg = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "svg"; ename = "svg"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/svg-1.1.el"; sha256 = "0j69xsaj0d1pnxjfb5m0yf2vxbrcmr8i3g75km4dzbha46v4xxvg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/svg.html"; license = lib.licenses.free; }; }) {}; svg-clock = callPackage ({ elpaBuild, emacs, fetchurl, lib, svg }: elpaBuild { pname = "svg-clock"; ename = "svg-clock"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/svg-clock-1.2.el"; sha256 = "15pmj07wnlcpv78av9qpnbfwdjlkf237vib8smpa7nvyikdfszfr"; }; packageRequires = [ emacs svg ]; meta = { homepage = "https://elpa.gnu.org/packages/svg-clock.html"; license = lib.licenses.free; }; }) {}; svg-lib = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "svg-lib"; ename = "svg-lib"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/svg-lib-0.3.tar"; sha256 = "0d0xkfmk351h8lx28dxgync47r780nyk4fk12sb4j0byfr0lsh8d"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/svg-lib.html"; license = lib.licenses.free; }; }) {}; svg-tag-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib, svg-lib }: elpaBuild { pname = "svg-tag-mode"; ename = "svg-tag-mode"; version = "0.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/svg-tag-mode-0.3.2.tar"; sha256 = "1sg05dg0d9ai21l8rgpqywmwgw29sl21x2zkvlv04rl3hdvdq75y"; }; packageRequires = [ emacs svg-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/svg-tag-mode.html"; license = lib.licenses.free; }; }) {}; swiper = callPackage ({ elpaBuild, emacs, fetchurl, ivy, lib }: elpaBuild { pname = "swiper"; ename = "swiper"; version = "0.14.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/swiper-0.14.2.tar"; sha256 = "1x6jnc0nrk68kww12gq6w8nss6ny76xz0fgxf57550bbipx9pa8m"; }; packageRequires = [ emacs ivy ]; meta = { homepage = "https://elpa.gnu.org/packages/swiper.html"; license = lib.licenses.free; }; }) {}; switchy-window = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "switchy-window"; ename = "switchy-window"; version = "1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/switchy-window-1.3.tar"; sha256 = "1ax63fksjmjsgai7xxzm1mj5bhbc7dzk7c389abd280g637z2cy7"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/switchy-window.html"; license = lib.licenses.free; }; }) {}; sxhkdrc-mode = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "sxhkdrc-mode"; ename = "sxhkdrc-mode"; version = "1.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/sxhkdrc-mode-1.0.0.tar"; sha256 = "1vzb7ijx61rq31xj0d13yidlirp038841fwdvlqlv88hi6hb2faq"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/sxhkdrc-mode.html"; license = lib.licenses.free; }; }) {}; system-packages = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "system-packages"; ename = "system-packages"; version = "1.0.13"; src = fetchurl { url = "https://elpa.gnu.org/packages/system-packages-1.0.13.tar"; sha256 = "0m34ifs7c27g7avc173z501rs2g6ag7f4bc3rgfp9zdaix53c0i9"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/system-packages.html"; license = lib.licenses.free; }; }) {}; tNFA = callPackage ({ elpaBuild, fetchurl, lib, queue }: elpaBuild { pname = "tNFA"; ename = "tNFA"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/tNFA-0.1.1.el"; sha256 = "01n4p8lg8f2k55l2z77razb2sl202qisjqm5lff96a2kxnxinsds"; }; packageRequires = [ queue ]; meta = { homepage = "https://elpa.gnu.org/packages/tNFA.html"; license = lib.licenses.free; }; }) {}; tam = callPackage ({ elpaBuild, emacs, fetchurl, lib, queue }: elpaBuild { pname = "tam"; ename = "tam"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/tam-0.1.tar"; sha256 = "1f66la9mmw1frpy2k9vr9k1q2x3b1y9018z43rdhrp50zx1b2vsg"; }; packageRequires = [ emacs queue ]; meta = { homepage = "https://elpa.gnu.org/packages/tam.html"; license = lib.licenses.free; }; }) {}; taxy = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "taxy"; ename = "taxy"; version = "0.10.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/taxy-0.10.1.tar"; sha256 = "05czw8fkifb25rwl99dmncr1g0rjfx1bqijl7igqs9j6h9ia2xvg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/taxy.html"; license = lib.licenses.free; }; }) {}; taxy-magit-section = callPackage ({ elpaBuild , emacs , fetchurl , lib , magit-section , taxy }: elpaBuild { pname = "taxy-magit-section"; ename = "taxy-magit-section"; version = "0.13"; src = fetchurl { url = "https://elpa.gnu.org/packages/taxy-magit-section-0.13.tar"; sha256 = "1712hbcna0ph9chaq28a6fanv4sccdiphd5z0hg34ig3g6pslgn9"; }; packageRequires = [ emacs magit-section taxy ]; meta = { homepage = "https://elpa.gnu.org/packages/taxy-magit-section.html"; license = lib.licenses.free; }; }) {}; temp-buffer-browse = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "temp-buffer-browse"; ename = "temp-buffer-browse"; version = "1.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/temp-buffer-browse-1.5.el"; sha256 = "1drfvqxc6g4vfijmx787b1ygq7x2s5wq26l45qnz4wdrqqmcqx3c"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/temp-buffer-browse.html"; license = lib.licenses.free; }; }) {}; tempel = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "tempel"; ename = "tempel"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/tempel-1.0.tar"; sha256 = "0k9802fby7yh5kz6slkfzpyvfa0fvs3hcfni61l2bic8pfrdxwl7"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/tempel.html"; license = lib.licenses.free; }; }) {}; test-simple = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "test-simple"; ename = "test-simple"; version = "1.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/test-simple-1.3.0.el"; sha256 = "1yd61jc9ds95a5n09052kwc5gasy57g4lxr0jsff040brlyi9czz"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/test-simple.html"; license = lib.licenses.free; }; }) {}; theme-buffet = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "theme-buffet"; ename = "theme-buffet"; version = "0.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/theme-buffet-0.1.2.tar"; sha256 = "1cb9kn07naz2dkl4cznnwi2hy5ccq9igl5jnm7qhaliaszpg2rf9"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/theme-buffet.html"; license = lib.licenses.free; }; }) {}; timerfunctions = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "timerfunctions"; ename = "timerfunctions"; version = "1.4.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/timerfunctions-1.4.2.el"; sha256 = "122q8nv08pz1mkgilvi9qfrs7rsnc5picr7jyz2jpnvpd9qw6jw5"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/timerfunctions.html"; license = lib.licenses.free; }; }) {}; tiny = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "tiny"; ename = "tiny"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/tiny-0.2.1.tar"; sha256 = "1cr73a8gba549ja55x0c2s554f3zywf69zbnd7v82jz5q1k9wd2v"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/tiny.html"; license = lib.licenses.free; }; }) {}; tmr = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "tmr"; ename = "tmr"; version = "0.4.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/tmr-0.4.0.tar"; sha256 = "1s4q7gbqjhqsvwzcfqr9ykm2pdrjybsi2fanxm01vvmzwg2bi6d8"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/tmr.html"; license = lib.licenses.free; }; }) {}; tomelr = callPackage ({ elpaBuild, emacs, fetchurl, lib, map, seq }: elpaBuild { pname = "tomelr"; ename = "tomelr"; version = "0.4.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/tomelr-0.4.3.tar"; sha256 = "03dj7mhqyfdpxr32nyvfgkqr6wr55cd7yk9a0izjs4468zx8vl0d"; }; packageRequires = [ emacs map seq ]; meta = { homepage = "https://elpa.gnu.org/packages/tomelr.html"; license = lib.licenses.free; }; }) {}; topspace = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "topspace"; ename = "topspace"; version = "0.3.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/topspace-0.3.1.tar"; sha256 = "1c2raqmbyv5bd48gimh6dazfb6dmipjmf1j0w53vyrs48dx6kskq"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/topspace.html"; license = lib.licenses.free; }; }) {}; tramp = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "tramp"; ename = "tramp"; version = "2.6.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/tramp-2.6.2.1.tar"; sha256 = "145riknpdvw7rvpz20m766yci3w012f241mw38pbbb9cb8pn2rbf"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/tramp.html"; license = lib.licenses.free; }; }) {}; tramp-nspawn = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "tramp-nspawn"; ename = "tramp-nspawn"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/tramp-nspawn-1.0.1.tar"; sha256 = "1w8h563pcdksqqy5v5vi7vrx76r6pi4bzhqywk1v67rhnr33qsvq"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/tramp-nspawn.html"; license = lib.licenses.free; }; }) {}; tramp-theme = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "tramp-theme"; ename = "tramp-theme"; version = "0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/tramp-theme-0.2.el"; sha256 = "1q1j0vcdyv5gnfbnfl08rnwd5j4ayc1gi1vpinr99ny70wsv7gbf"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/tramp-theme.html"; license = lib.licenses.free; }; }) {}; transcribe = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "transcribe"; ename = "transcribe"; version = "1.5.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/transcribe-1.5.2.el"; sha256 = "08m1n6adab46bfywm47gygswf10vnxcfh16yjxglvcsg4prkn2vh"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/transcribe.html"; license = lib.licenses.free; }; }) {}; transient = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib, seq }: elpaBuild { pname = "transient"; ename = "transient"; version = "0.5.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/transient-0.5.3.tar"; sha256 = "12ak6rykg627rkwwiga5d9g9pzcrq2sliynqbr3lm8rvlwbdhkhx"; }; packageRequires = [ compat emacs seq ]; meta = { homepage = "https://elpa.gnu.org/packages/transient.html"; license = lib.licenses.free; }; }) {}; transient-cycles = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "transient-cycles"; ename = "transient-cycles"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/transient-cycles-1.0.tar"; sha256 = "1gad71kqdw6rm9dy5rxm85l4a5qibs20ijl8bpaxbbq37j44lvjb"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/transient-cycles.html"; license = lib.licenses.free; }; }) {}; tree-inspector = callPackage ({ elpaBuild, emacs, fetchurl, lib, treeview }: elpaBuild { pname = "tree-inspector"; ename = "tree-inspector"; version = "0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/tree-inspector-0.4.tar"; sha256 = "0jsd32qk9rap8mhmm6qkyafvb6c2gyaa0adzdsh3bh03byi3sj6c"; }; packageRequires = [ emacs treeview ]; meta = { homepage = "https://elpa.gnu.org/packages/tree-inspector.html"; license = lib.licenses.free; }; }) {}; trie = callPackage ({ elpaBuild, fetchurl, heap, lib, tNFA }: elpaBuild { pname = "trie"; ename = "trie"; version = "0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/trie-0.6.tar"; sha256 = "0vh0cizpbdiaq0y018rkrzjyv6lq0jwv9pwlvggbjfsz34kd10a4"; }; packageRequires = [ heap tNFA ]; meta = { homepage = "https://elpa.gnu.org/packages/trie.html"; license = lib.licenses.free; }; }) {}; triples = callPackage ({ elpaBuild, emacs, fetchurl, lib, seq }: elpaBuild { pname = "triples"; ename = "triples"; version = "0.3.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/triples-0.3.5.tar"; sha256 = "086w3izri2fvg2w9lq4srjcq9gc6amz5vj2iihhysd10ypj3zxwy"; }; packageRequires = [ emacs seq ]; meta = { homepage = "https://elpa.gnu.org/packages/triples.html"; license = lib.licenses.free; }; }) {}; typo = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "typo"; ename = "typo"; version = "1.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/typo-1.0.1.tar"; sha256 = "11k1dca7kw1yviiw310slfj02a7x1w6m3qg7v71d2gcmdbp112ib"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/typo.html"; license = lib.licenses.free; }; }) {}; ulisp-repl = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "ulisp-repl"; ename = "ulisp-repl"; version = "1.0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/ulisp-repl-1.0.3.tar"; sha256 = "09n0wp0dfg9xyxw0hwwb5p6namninvsw1fs710hmnh224q6wffgy"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/ulisp-repl.html"; license = lib.licenses.free; }; }) {}; undo-tree = callPackage ({ elpaBuild, emacs, fetchurl, lib, queue }: elpaBuild { pname = "undo-tree"; ename = "undo-tree"; version = "0.8.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/undo-tree-0.8.2.tar"; sha256 = "0fgir9pls9439zwyl3j2yvrwx9wigisj1jil4ijma27dfrpgm288"; }; packageRequires = [ emacs queue ]; meta = { homepage = "https://elpa.gnu.org/packages/undo-tree.html"; license = lib.licenses.free; }; }) {}; uni-confusables = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "uni-confusables"; ename = "uni-confusables"; version = "0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/uni-confusables-0.3.tar"; sha256 = "1grmppbyzvjjz0yiv5vvgpykhalisj9jnh6p9ip9vbnnll63iz4w"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/uni-confusables.html"; license = lib.licenses.free; }; }) {}; uniquify-files = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "uniquify-files"; ename = "uniquify-files"; version = "1.0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/uniquify-files-1.0.4.tar"; sha256 = "0ry52l9p2sz8nsfh15ffa25s46vqhna466ahmjmnmlihgjhdm85q"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/uniquify-files.html"; license = lib.licenses.free; }; }) {}; urgrep = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib, project }: elpaBuild { pname = "urgrep"; ename = "urgrep"; version = "0.4.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/urgrep-0.4.0.tar"; sha256 = "0l0gswml6hkna48gfljj3hajhcx3bbc1rqwb2v01hvqab05an7zs"; }; packageRequires = [ compat emacs project ]; meta = { homepage = "https://elpa.gnu.org/packages/urgrep.html"; license = lib.licenses.free; }; }) {}; url-http-ntlm = callPackage ({ cl-lib ? null , elpaBuild , fetchurl , lib , nadvice , ntlm ? null }: elpaBuild { pname = "url-http-ntlm"; ename = "url-http-ntlm"; version = "2.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/url-http-ntlm-2.0.5.tar"; sha256 = "0bpjif0c4yzz75v59wsv7hilkpj2gv4kyc0rdk8h3d9hvmlq7791"; }; packageRequires = [ cl-lib nadvice ntlm ]; meta = { homepage = "https://elpa.gnu.org/packages/url-http-ntlm.html"; license = lib.licenses.free; }; }) {}; url-http-oauth = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "url-http-oauth"; ename = "url-http-oauth"; version = "0.8.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/url-http-oauth-0.8.3.tar"; sha256 = "1vcbx8rpzvx4v4g7iyja6kpsqidaiy2xzj7glrwwzhppkbp0xkvy"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/url-http-oauth.html"; license = lib.licenses.free; }; }) {}; url-scgi = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "url-scgi"; ename = "url-scgi"; version = "0.9"; src = fetchurl { url = "https://elpa.gnu.org/packages/url-scgi-0.9.tar"; sha256 = "0mfbqr03302gk38aamlg1lgdznd6y3blcc3zizfb72ppb87j78mc"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/url-scgi.html"; license = lib.licenses.free; }; }) {}; use-package = callPackage ({ bind-key, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "use-package"; ename = "use-package"; version = "2.4.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/use-package-2.4.5.tar"; sha256 = "09aimbmkcpyffrq1qnavzx6c4ccfawz7ndz2ac8md7qxilxx58yc"; }; packageRequires = [ bind-key emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/use-package.html"; license = lib.licenses.free; }; }) {}; validate = callPackage ({ cl-lib ? null , elpaBuild , emacs , fetchurl , lib , seq }: elpaBuild { pname = "validate"; ename = "validate"; version = "1.0.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/validate-1.0.4.el"; sha256 = "0vksssk98hcnz804g62k8kika13argf6p7bx8rf9hwidvzdsv6mi"; }; packageRequires = [ cl-lib emacs seq ]; meta = { homepage = "https://elpa.gnu.org/packages/validate.html"; license = lib.licenses.free; }; }) {}; valign = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "valign"; ename = "valign"; version = "3.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/valign-3.1.1.tar"; sha256 = "1nla0zfj0rxwhdjgnsy2c34wzrxfxiwl89cjb6aicyvfxninz7j0"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/valign.html"; license = lib.licenses.free; }; }) {}; vc-backup = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "vc-backup"; ename = "vc-backup"; version = "1.1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/vc-backup-1.1.0.tar"; sha256 = "1ipkymndxymbayrgr3jz27p64bkjf1nq9h4w3afpzkpqzw237ak5"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/vc-backup.html"; license = lib.licenses.free; }; }) {}; vc-got = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "vc-got"; ename = "vc-got"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/vc-got-1.2.tar"; sha256 = "074di4bchhnpfixkjdis8dwxx6r32j1qypxk647q1z7lvd92j39s"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/vc-got.html"; license = lib.licenses.free; }; }) {}; vc-hgcmd = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "vc-hgcmd"; ename = "vc-hgcmd"; version = "1.14.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/vc-hgcmd-1.14.1.tar"; sha256 = "12izw5ln22xdgwh6mqm6axzdfpcnqq7qcj72nmykrbsgpagp5fy6"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/vc-hgcmd.html"; license = lib.licenses.free; }; }) {}; vcard = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "vcard"; ename = "vcard"; version = "0.2.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/vcard-0.2.2.tar"; sha256 = "0f06qzmj91kdpdlhlykh7v7jx0xvwxg8072ys145g1mvh5l23yig"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/vcard.html"; license = lib.licenses.free; }; }) {}; vcl-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "vcl-mode"; ename = "vcl-mode"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/vcl-mode-1.1.el"; sha256 = "1r70pmvr95k5f2xphvhliqvyh7al0qabm7wvkamximcssvs38q1h"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/vcl-mode.html"; license = lib.licenses.free; }; }) {}; vdiff = callPackage ({ elpaBuild, emacs, fetchurl, hydra, lib }: elpaBuild { pname = "vdiff"; ename = "vdiff"; version = "0.2.4"; src = fetchurl { url = "https://elpa.gnu.org/packages/vdiff-0.2.4.tar"; sha256 = "1mgzfrzp6nbb4xv2zjqk4za2dv3r5645jasiwf45wzqq5wbrgq2c"; }; packageRequires = [ emacs hydra ]; meta = { homepage = "https://elpa.gnu.org/packages/vdiff.html"; license = lib.licenses.free; }; }) {}; verilog-mode = callPackage ({ elpaBuild , fetchurl , lib }: elpaBuild { pname = "verilog-mode"; ename = "verilog-mode"; version = "2023.6.6.141322628"; src = fetchurl { url = "https://elpa.gnu.org/packages/verilog-mode-2023.6.6.141322628.tar"; sha256 = "14qls4v5yxrgyiimvvggimw5ddlx0ll387a1r6awm274rj4p3d19"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/verilog-mode.html"; license = lib.licenses.free; }; }) {}; vertico = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "vertico"; ename = "vertico"; version = "1.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/vertico-1.7.tar"; sha256 = "1dglwscp29c5281spmrxv5k1pbvswcz5rcap6w5s97fqk5ziinsm"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/vertico.html"; license = lib.licenses.free; }; }) {}; vertico-posframe = callPackage ({ elpaBuild , emacs , fetchurl , lib , posframe , vertico }: elpaBuild { pname = "vertico-posframe"; ename = "vertico-posframe"; version = "0.7.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/vertico-posframe-0.7.7.tar"; sha256 = "0xqbbqkzd2v7kqgmiwlx9pmpck2mpfwxmvy66i7dpzysvargi70q"; }; packageRequires = [ emacs posframe vertico ]; meta = { homepage = "https://elpa.gnu.org/packages/vertico-posframe.html"; license = lib.licenses.free; }; }) {}; vigenere = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "vigenere"; ename = "vigenere"; version = "1.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/vigenere-1.0.el"; sha256 = "1i5s6h1nngcp74gf53dw9pvj5y0ywk9j8pyvkfr7gqq49bz22hmm"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/vigenere.html"; license = lib.licenses.free; }; }) {}; visual-filename-abbrev = callPackage ({ elpaBuild , emacs , fetchurl , lib }: elpaBuild { pname = "visual-filename-abbrev"; ename = "visual-filename-abbrev"; version = "1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/visual-filename-abbrev-1.2.tar"; sha256 = "0sipyqrgf723ii2zd6r8hvihn5kax5qd0dwwrrxqy6f58wnhyq1r"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/visual-filename-abbrev.html"; license = lib.licenses.free; }; }) {}; visual-fill = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "visual-fill"; ename = "visual-fill"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/visual-fill-0.1.el"; sha256 = "1y4xqcr1am74y9jy7kdkjigvx7h3208si5lm4p6a0kzxa3xizhvx"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/visual-fill.html"; license = lib.licenses.free; }; }) {}; vlf = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "vlf"; ename = "vlf"; version = "1.7.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/vlf-1.7.2.tar"; sha256 = "0hpri19z6b7dqmrj5ckp8sf0m0l72lkgahqzvfmwhgpgv2p81bny"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/vlf.html"; license = lib.licenses.free; }; }) {}; vundo = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "vundo"; ename = "vundo"; version = "2.2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/vundo-2.2.0.tar"; sha256 = "1vb5mq51krpcaw741dai3b9s12yicn73l1bqql41gylpanca83py"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/vundo.html"; license = lib.licenses.free; }; }) {}; wcheck-mode = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "wcheck-mode"; ename = "wcheck-mode"; version = "2021"; src = fetchurl { url = "https://elpa.gnu.org/packages/wcheck-mode-2021.tar"; sha256 = "0qcj0af0570cssy9b7f74v9pv0pssm6ysnl1lyh8wwvl4yf0zx61"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/wcheck-mode.html"; license = lib.licenses.free; }; }) {}; wconf = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "wconf"; ename = "wconf"; version = "0.2.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/wconf-0.2.1.el"; sha256 = "13p1xycp3mcrg8jv65mcyqvln4h7awhjz35dzr5bi86zb824ryxf"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/wconf.html"; license = lib.licenses.free; }; }) {}; web-server = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "web-server"; ename = "web-server"; version = "0.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/web-server-0.1.2.tar"; sha256 = "10lcsl4dg2yr9zjd99gq9jz150wvvh6r5y9pd88l8y9vz16f2lim"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/web-server.html"; license = lib.licenses.free; }; }) {}; webfeeder = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "webfeeder"; ename = "webfeeder"; version = "1.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/webfeeder-1.1.2.tar"; sha256 = "1l128q424qsq9jv2wk8cv4zli71rk34q5kgwa9axdz0d27p9l6v4"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/webfeeder.html"; license = lib.licenses.free; }; }) {}; websocket = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "websocket"; ename = "websocket"; version = "1.15"; src = fetchurl { url = "https://elpa.gnu.org/packages/websocket-1.15.tar"; sha256 = "0mvvq9gsx856ip2gkrvjw4k8a85vrrkp27dcpkvamxq93lfd7hin"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/websocket.html"; license = lib.licenses.free; }; }) {}; which-key = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "which-key"; ename = "which-key"; version = "3.6.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/which-key-3.6.0.tar"; sha256 = "05wy147734mlpzwwxdhidnsplrz2vzs1whczzs4jw1i7kp7jvy3v"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/which-key.html"; license = lib.licenses.free; }; }) {}; window-commander = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "window-commander"; ename = "window-commander"; version = "3.0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/window-commander-3.0.2.tar"; sha256 = "1v85g89rz8r2ypw6651lrb9mvrimdwhxan7kxzhpgam2i2g7kcr7"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/window-commander.html"; license = lib.licenses.free; }; }) {}; windower = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "windower"; ename = "windower"; version = "0.0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/windower-0.0.1.el"; sha256 = "19xizbfbnzhhmhlqy20ir1a1y87bjwrq67bcawxy6nxpkwbizsv7"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/windower.html"; license = lib.licenses.free; }; }) {}; windresize = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "windresize"; ename = "windresize"; version = "0.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/windresize-0.1.el"; sha256 = "0b5bfs686nkp7s05zgfqvr1mpagmkd74j1grq8kp2w9arj0qfi3x"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/windresize.html"; license = lib.licenses.free; }; }) {}; wisi = callPackage ({ elpaBuild, emacs, fetchurl, lib, seq }: elpaBuild { pname = "wisi"; ename = "wisi"; version = "4.3.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/wisi-4.3.2.tar"; sha256 = "0y3wh0wvxqw7ig2bfrha4zs03993aqcpdp9pald20nady6sqri37"; }; packageRequires = [ emacs seq ]; meta = { homepage = "https://elpa.gnu.org/packages/wisi.html"; license = lib.licenses.free; }; }) {}; wisitoken-grammar-mode = callPackage ({ elpaBuild , emacs , fetchurl , lib , mmm-mode , wisi }: elpaBuild { pname = "wisitoken-grammar-mode"; ename = "wisitoken-grammar-mode"; version = "1.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/wisitoken-grammar-mode-1.3.0.tar"; sha256 = "05g2zn3p9r7rha20wv8jy1dwvllfyjjpzr6agkcm523rj639jh2b"; }; packageRequires = [ emacs mmm-mode wisi ]; meta = { homepage = "https://elpa.gnu.org/packages/wisitoken-grammar-mode.html"; license = lib.licenses.free; }; }) {}; wpuzzle = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "wpuzzle"; ename = "wpuzzle"; version = "1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/wpuzzle-1.1.el"; sha256 = "1wjg411dc0fvj2n8ak73igfrzc31nizzvvr2qa87fhq99bgh62kj"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/wpuzzle.html"; license = lib.licenses.free; }; }) {}; wrap-search = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "wrap-search"; ename = "wrap-search"; version = "4.12.10"; src = fetchurl { url = "https://elpa.gnu.org/packages/wrap-search-4.12.10.tar"; sha256 = "0r1ggggpm7x201r5yp0nhnc9146nrqzb5df1bjg7z2am2150r1i9"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/wrap-search.html"; license = lib.licenses.free; }; }) {}; xclip = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "xclip"; ename = "xclip"; version = "1.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/xclip-1.11.tar"; sha256 = "0hgblj8ng7vfsdb7g1mm9m2qhzfprycdd77836l59prpak5kp55q"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/xclip.html"; license = lib.licenses.free; }; }) {}; xeft = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "xeft"; ename = "xeft"; version = "3.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/xeft-3.3.tar"; sha256 = "1jzas6qy0s686s0ghdrgcz2bfyp32s70qvkqw00sm3mm3jypiplm"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/xeft.html"; license = lib.licenses.free; }; }) {}; xelb = callPackage ({ cl-generic, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "xelb"; ename = "xelb"; version = "0.18"; src = fetchurl { url = "https://elpa.gnu.org/packages/xelb-0.18.tar"; sha256 = "1fp5mzl63sh0h3ws4l5p4qgvi7ny8a3fj6k4dhqa98xgw2bx03v7"; }; packageRequires = [ cl-generic emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/xelb.html"; license = lib.licenses.free; }; }) {}; xpm = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib, queue }: elpaBuild { pname = "xpm"; ename = "xpm"; version = "1.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/xpm-1.0.5.tar"; sha256 = "13p6s6b2v7h4bnwdkkrd1qz84jd7g2s18w0czhpxv6hvj9sqf5hx"; }; packageRequires = [ cl-lib queue ]; meta = { homepage = "https://elpa.gnu.org/packages/xpm.html"; license = lib.licenses.free; }; }) {}; xr = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "xr"; ename = "xr"; version = "1.25"; src = fetchurl { url = "https://elpa.gnu.org/packages/xr-1.25.tar"; sha256 = "0w4gaxypl76d1jw9vcq0zhj7ksj44wyfb148l1fb0vl7h6wpv0pg"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/xr.html"; license = lib.licenses.free; }; }) {}; xref = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "xref"; ename = "xref"; version = "1.6.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/xref-1.6.3.tar"; sha256 = "0ccfp47y769zrb5sza8skzy4nj4793lzd0jn5c83s3g916gp304l"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/xref.html"; license = lib.licenses.free; }; }) {}; xref-union = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "xref-union"; ename = "xref-union"; version = "0.2.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/xref-union-0.2.0.tar"; sha256 = "0kcmg9fm9gcpdxfwx7c6zz29krf69j5nh6knv2x3df65sbzwdj0b"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/xref-union.html"; license = lib.licenses.free; }; }) {}; yasnippet = callPackage ({ cl-lib ? null, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "yasnippet"; ename = "yasnippet"; version = "0.14.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/yasnippet-0.14.1.tar"; sha256 = "05nc76wzc9b1a34998xx6l1wc5ss682afllf6dnl6rdj8hza65wy"; }; packageRequires = [ cl-lib emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/yasnippet.html"; license = lib.licenses.free; }; }) {}; yasnippet-classic-snippets = callPackage ({ elpaBuild , fetchurl , lib , yasnippet }: elpaBuild { pname = "yasnippet-classic-snippets"; ename = "yasnippet-classic-snippets"; version = "1.0.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/yasnippet-classic-snippets-1.0.2.tar"; sha256 = "1kk1sf9kgj6qp3z2d9nbswigl444sqq11pdrhx0gny2jsgi3283l"; }; packageRequires = [ yasnippet ]; meta = { homepage = "https://elpa.gnu.org/packages/yasnippet-classic-snippets.html"; license = lib.licenses.free; }; }) {}; zones = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "zones"; ename = "zones"; version = "2023.6.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/zones-2023.6.11.tar"; sha256 = "1znz720s9pchc7r9g1mpz9jcnz122bppimmh09g1rn94fh3m6vm3"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/zones.html"; license = lib.licenses.free; }; }) {}; ztree = callPackage ({ cl-lib ? null, elpaBuild, fetchurl, lib }: elpaBuild { pname = "ztree"; ename = "ztree"; version = "1.0.6"; src = fetchurl { url = "https://elpa.gnu.org/packages/ztree-1.0.6.tar"; sha256 = "1cyd31az566dmh3lyp7czw7kkkih7drr4c88b7da1xzbfkvibm2j"; }; packageRequires = [ cl-lib ]; meta = { homepage = "https://elpa.gnu.org/packages/ztree.html"; license = lib.licenses.free; }; }) {}; zuul = callPackage ({ elpaBuild, emacs, fetchurl, lib, project }: elpaBuild { pname = "zuul"; ename = "zuul"; version = "0.4.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/zuul-0.4.0.tar"; sha256 = "1bm91g001q3n5m9ihxc719siiiy23pkpfkhplwi9p1i4i9zrpx5g"; }; packageRequires = [ emacs project ]; meta = { homepage = "https://elpa.gnu.org/packages/zuul.html"; license = lib.licenses.free; }; }) {}; } [result] Failed to update emacsPackages.debbugs 0.37 -> 0.38 https://repology.org/project/emacs:debbugs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pywatchman, using log file: /var/log/nixpkgs-update/python311Packages.pywatchman/2024-02-21.log python311Packages.pywatchman 0 -> 1 attrpath: python311Packages.pywatchman Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pywatchman-1.4.1 Press Enter key to continue... Running update for: - python3.11-pywatchman-1.4.1: UPDATING ... - python3.11-pywatchman-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pywatchman 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath timezonemap, using log file: /var/log/nixpkgs-update/timezonemap/2024-02-21.log timezonemap 0.4.5.1 -> 0.4.5.2 https://repology.org/project/timezonemap/versions attrpath: timezonemap Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update timezonemap 0.4.5.1 -> 0.4.5.2 https://repology.org/project/timezonemap/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.encodec, using log file: /var/log/nixpkgs-update/python311Packages.encodec/2024-02-21.log python311Packages.encodec 0 -> 1 attrpath: python311Packages.encodec Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-encodec-0.1.1 Press Enter key to continue... Running update for: - python3.11-encodec-0.1.1: UPDATING ... - python3.11-encodec-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.encodec 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asynccmd, using log file: /var/log/nixpkgs-update/python311Packages.asynccmd/2024-02-21.log python311Packages.asynccmd 0 -> 1 attrpath: python311Packages.asynccmd Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-asynccmd-0.2.4 Press Enter key to continue... Running update for: - python3.11-asynccmd-0.2.4: UPDATING ... - python3.11-asynccmd-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asynccmd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsForQt5.kcrash, using log file: /var/log/nixpkgs-update/libsForQt5.kcrash/2024-02-21.log libsForQt5.kcrash 5.114.0 -> 5.249.0 https://repology.org/project/kcrash/versions attrpath: libsForQt5.kcrash Checking auto update branch... No auto update branch exists Old version 5.114.0" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in KDE Frameworks 5. All available packages are listed in `./srcs.nix`, although a few are not yet packaged in Nixpkgs (see below). IF YOUR PACKAGE IS NOT LISTED IN `./srcs.nix`, IT DOES NOT GO HERE. Many of the packages released upstream are not yet built in Nixpkgs due to lack of demand. To add a Nixpkgs build for an upstream package, copy one of the existing packages here and modify it as necessary. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/development/libraries/kde-frameworks` from the top of the Nixpkgs tree. 3. Use `nox-review wip` to check that everything builds. 4. Commit the changes and open a pull request. */ { libsForQt5, lib, fetchurl }: let maintainers = with lib.maintainers; [ ttuegel nyanloutre ]; license = with lib.licenses; [ lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12Plus ]; srcs = import ./srcs.nix { inherit fetchurl; mirror = "mirror://kde"; }; mkDerivation = libsForQt5.callPackage ({ stdenv, mkDerivation ? stdenv.mkDerivation }: mkDerivation) {}; packages = self: with self; # SUPPORT let propagate = out: let setupHook = { writeScript }: writeScript "setup-hook" '' if [ "''${hookName:-}" != postHook ]; then postHooks+=("source @dev@/nix-support/setup-hook") else # Propagate $dev so that this setup hook is propagated # But only if there is a separate $dev output if [ "''${outputDev:?}" != out ]; then propagatedBuildInputs="''${propagatedBuildInputs-} @dev@" fi fi ''; in callPackage setupHook {}; propagateBin = propagate "bin"; callPackage = self.newScope { inherit propagate propagateBin; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; outputs = args.outputs or [ "bin" "dev" "out" ]; hasSeparateDev = lib.elem "dev" outputs; defaultSetupHook = if hasSeparateDev then propagateBin else null; setupHook = args.setupHook or defaultSetupHook; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "https://kde.org"; license = meta.license or license; maintainers = (meta.maintainers or []) ++ maintainers; platforms = meta.platforms or lib.platforms.all; }; in mkDerivation (args // { inherit pname meta outputs setupHook src version; }); }; in { extra-cmake-modules = callPackage ./extra-cmake-modules {}; # TIER 1 attica = callPackage ./attica.nix {}; bluez-qt = callPackage ./bluez-qt.nix {}; breeze-icons = callPackage ./breeze-icons.nix {}; kapidox = callPackage ./kapidox.nix {}; karchive = callPackage ./karchive.nix {}; kcalendarcore = callPackage ./kcalendarcore.nix {}; kcodecs = callPackage ./kcodecs.nix {}; kconfig = callPackage ./kconfig.nix {}; kcoreaddons = callPackage ./kcoreaddons.nix {}; kdbusaddons = callPackage ./kdbusaddons.nix {}; kdnssd = callPackage ./kdnssd.nix {}; kguiaddons = callPackage ./kguiaddons.nix {}; kholidays = callPackage ./kholidays.nix {}; ki18n = callPackage ./ki18n.nix {}; kidletime = callPackage ./kidletime.nix {}; kirigami2 = callPackage ./kirigami2.nix {}; kitemmodels = callPackage ./kitemmodels.nix {}; kitemviews = callPackage ./kitemviews.nix {}; kplotting = callPackage ./kplotting.nix {}; kquickcharts = callPackage ./kquickcharts.nix {}; kwayland = callPackage ./kwayland.nix {}; kwidgetsaddons = callPackage ./kwidgetsaddons.nix {}; kwindowsystem = callPackage ./kwindowsystem {}; modemmanager-qt = callPackage ./modemmanager-qt.nix {}; networkmanager-qt = callPackage ./networkmanager-qt.nix {}; oxygen-icons = callPackage ./oxygen-icons.nix {}; oxygen-icons5 = oxygen-icons; prison = callPackage ./prison.nix {}; qqc2-desktop-style = callPackage ./qqc2-desktop-style.nix {}; solid = callPackage ./solid {}; sonnet = callPackage ./sonnet.nix {}; syntax-highlighting = callPackage ./syntax-highlighting.nix {}; threadweaver = callPackage ./threadweaver.nix {}; # TIER 2 kactivities = callPackage ./kactivities.nix {}; kauth = callPackage ./kauth {}; kcompletion = callPackage ./kcompletion.nix {}; kcontacts = callPackage ./kcontacts.nix {}; kcrash = callPackage ./kcrash.nix {}; kdoctools = callPackage ./kdoctools {}; kfilemetadata = callPackage ./kfilemetadata {}; kimageformats = callPackage ./kimageformats.nix {}; kjobwidgets = callPackage ./kjobwidgets.nix {}; knotifications = callPackage ./knotifications.nix {}; kpackage = callPackage ./kpackage {}; kpeople = callPackage ./kpeople.nix {}; kpty = callPackage ./kpty.nix {}; kunitconversion = callPackage ./kunitconversion.nix {}; syndication = callPackage ./syndication.nix {}; # TIER 3 baloo = callPackage ./baloo.nix {}; kactivities-stats = callPackage ./kactivities-stats.nix {}; kbookmarks = callPackage ./kbookmarks.nix {}; kcmutils = callPackage ./kcmutils.nix {}; kconfigwidgets = callPackage ./kconfigwidgets.nix {}; kdav = callPackage ./kdav.nix {}; kdeclarative = callPackage ./kdeclarative.nix {}; kded = callPackage ./kded.nix {}; kdesu = callPackage ./kdesu {}; kemoticons = callPackage ./kemoticons.nix {}; kglobalaccel = callPackage ./kglobalaccel.nix {}; kiconthemes = callPackage ./kiconthemes {}; kinit = callPackage ./kinit {}; kio = callPackage ./kio {}; knewstuff = callPackage ./knewstuff {}; knotifyconfig = callPackage ./knotifyconfig.nix {}; kparts = callPackage ./kparts.nix {}; krunner = callPackage ./krunner.nix {}; kservice = callPackage ./kservice {}; ktexteditor = callPackage ./ktexteditor.nix {}; ktextwidgets = callPackage ./ktextwidgets.nix {}; kwallet = callPackage ./kwallet.nix {}; kxmlgui = callPackage ./kxmlgui.nix {}; plasma-framework = callPackage ./plasma-framework.nix {}; kpurpose = callPackage ./purpose.nix {}; # TIER 4 frameworkintegration = callPackage ./frameworkintegration.nix {}; # PORTING AIDS kdelibs4support = callPackage ./kdelibs4support {}; kdesignerplugin = callPackage ./kdesignerplugin.nix {}; khtml = callPackage ./khtml.nix {}; kjs = callPackage ./kjs.nix {}; kjsembed = callPackage ./kjsembed.nix {}; kmediaplayer = callPackage ./kmediaplayer.nix {}; kross = callPackage ./kross.nix {}; kxmlrpcclient = callPackage ./kxmlrpcclient.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.kcrash 5.114.0 -> 5.249.0 https://repology.org/project/kcrash/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-opensearch, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-opensearch/2024-02-21.log python312Packages.mypy-boto3-opensearch 1.34.0 -> 1.34.36 https://repology.org/project/python:mypy-boto3-opensearch/versions attrpath: python312Packages.mypy-boto3-opensearch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-opensearch-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-opensearch-1.34.0: UPDATING ... - python3.12-mypy-boto3-opensearch-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-opensearch 1.34.0 -> 1.34.36 https://repology.org/project/python:mypy-boto3-opensearch/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.fontmake, using log file: /var/log/nixpkgs-update/python312Packages.fontmake/2024-02-21.log python312Packages.fontmake 3.7.1 -> 3.8.1 https://repology.org/project/fontmake/versions attrpath: python312Packages.fontmake Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-fontmake-3.7.1 Press Enter key to continue... Running update for: - python3.12-fontmake-3.7.1: UPDATING ... - python3.12-fontmake-3.7.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/fontmake/default.nix b/pkgs/development/python-modules/fontmake/default.nix index 2269e18c32a9..7911750bbeeb 100644 --- a/pkgs/development/python-modules/fontmake/default.nix +++ b/pkgs/development/python-modules/fontmake/default.nix @@ -12,12 +12,12 @@ buildPythonPackage rec { pname = "fontmake"; - version = "3.7.1"; + version = "3.8.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-Nb09/BRPR0H3rHrbDIhcrgOyJp55KCIdPvUr/vh2Z0U="; + hash = "sha256-m0cRLm9Jbqlsf9NwR7Lma2NZYUjy5IDJYOorVbdLDuw="; extension = "zip"; }; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.fontmake Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python312Packages.fontmake Standard output: error: build log of 'python312Packages.fontmake' is not available [result] Failed to update python312Packages.fontmake 3.7.1 -> 3.8.1 https://repology.org/project/fontmake/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.traudem, using log file: /var/log/nixpkgs-update/rPackages.traudem/2024-02-21.log rPackages.traudem 1.0.1 -> 1.0.2 https://repology.org/project/r:traudem/versions attrpath: rPackages.traudem Checking auto update branch... No auto update branch exists Old version 1.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.traudem 1.0.1 -> 1.0.2 https://repology.org/project/r:traudem/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath smuview, using log file: /var/log/nixpkgs-update/smuview/2024-02-21.log smuview 0.0.5-unstable-2023-04-12 -> 0.0.5 https://github.com/knarfS/smuview/releases attrpath: smuview Checking auto update branch... No auto update branch exists 0.0.5 is not newer than 0.0.5-unstable-2023-04-12 according to Nix; versionComparison: -1 [result] Failed to update smuview 0.0.5-unstable-2023-04-12 -> 0.0.5 https://github.com/knarfS/smuview/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.inldata, using log file: /var/log/nixpkgs-update/rPackages.inldata/2024-02-21.log rPackages.inldata 1.0.3 -> 1.1.4 https://repology.org/project/r:inldata/versions attrpath: rPackages.inldata Checking auto update branch... No auto update branch exists Old version 1.0.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.inldata 1.0.3 -> 1.1.4 https://repology.org/project/r:inldata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.unicode-rbnf, using log file: /var/log/nixpkgs-update/python312Packages.unicode-rbnf/2024-02-21.log python312Packages.unicode-rbnf 1.0.0 -> 1.1.0 https://repology.org/project/python:unicode-rbnf/versions attrpath: python312Packages.unicode-rbnf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-unicode-rbnf-1.0.0 Press Enter key to continue... Running update for: - python3.12-unicode-rbnf-1.0.0: UPDATING ... - python3.12-unicode-rbnf-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.unicode-rbnf 1.0.0 -> 1.1.0 https://repology.org/project/python:unicode-rbnf/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.MIMETypes 2.24 -> 2.26 https://repology.org/project/perl:mime-types/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.skyfield, using log file: /var/log/nixpkgs-update/python312Packages.skyfield/2024-02-21.log python312Packages.skyfield 1.45 -> 1.48 https://repology.org/project/python:skyfield/versions attrpath: python312Packages.skyfield Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-skyfield-1.45 Press Enter key to continue... Running update for: - python3.12-skyfield-1.45: UPDATING ... - python3.12-skyfield-1.45: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.skyfield 1.45 -> 1.48 https://repology.org/project/python:skyfield/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-wafv2, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-wafv2/2024-02-21.log python312Packages.mypy-boto3-wafv2 1.34.0 -> 1.34.36 https://repology.org/project/python:mypy-boto3-wafv2/versions attrpath: python312Packages.mypy-boto3-wafv2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-wafv2-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-wafv2-1.34.0: UPDATING ... - python3.12-mypy-boto3-wafv2-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-wafv2 1.34.0 -> 1.34.36 https://repology.org/project/python:mypy-boto3-wafv2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.qiskit-aer, using log file: /var/log/nixpkgs-update/python312Packages.qiskit-aer/2024-02-21.log python312Packages.qiskit-aer 0.13.1 -> 0.13.3 https://repology.org/project/python:qiskit-aer/versions attrpath: python312Packages.qiskit-aer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-qiskit-aer-0.13.1 Press Enter key to continue... Running update for: - python3.12-qiskit-aer-0.13.1: UPDATING ... - python3.12-qiskit-aer-0.13.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/qiskit-aer/default.nix b/pkgs/development/python-modules/qiskit-aer/default.nix index c8c6883342f6..6f6f42f8fd76 100644 --- a/pkgs/development/python-modules/qiskit-aer/default.nix +++ b/pkgs/development/python-modules/qiskit-aer/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { pname = "qiskit-aer"; - version = "0.13.1"; + version = "0.13.3"; format = "pyproject"; disabled = pythonOlder "3.6"; @@ -40,7 +40,7 @@ buildPythonPackage rec { owner = "Qiskit"; repo = "qiskit-aer"; rev = "refs/tags/${version}"; - hash = "sha256-GxQgqCUDwalgM9m+XeRiZCRL93KrCSUPoLvDgHJJGCQ="; + hash = "sha256-xE5P4o6/I8Y/trK0e8GQ0oAOAyMvYWfzyuVvAoZExwk="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update python312Packages.qiskit-aer 0.13.1 -> 0.13.3 https://repology.org/project/python:qiskit-aer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yamllint, using log file: /var/log/nixpkgs-update/yamllint/2024-02-21.log yamllint 1.33.0 -> 1.35.1 https://repology.org/project/yamllint/versions attrpath: yamllint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - yamllint-1.33.0 Press Enter key to continue... Running update for: - yamllint-1.33.0: UPDATING ... - yamllint-1.33.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update yamllint 1.33.0 -> 1.35.1 https://repology.org/project/yamllint/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.crypton-connection, using log file: /var/log/nixpkgs-update/haskellPackages.crypton-connection/2024-02-21.log haskellPackages.crypton-connection 0.3.1 -> 0.3.2 https://repology.org/project/haskell:crypton-connection/versions attrpath: haskellPackages.crypton-connection Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.crypton-connection 0.3.1 -> 0.3.2 https://repology.org/project/haskell:crypton-connection/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.googletrans, using log file: /var/log/nixpkgs-update/python312Packages.googletrans/2024-02-21.log python312Packages.googletrans 2.4.0 -> 4.0.0 https://repology.org/project/python:googletrans/versions attrpath: python312Packages.googletrans Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-googletrans-2.4.0 Press Enter key to continue... Running update for: - python3.12-googletrans-2.4.0: UPDATING ... - python3.12-googletrans-2.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.googletrans 2.4.0 -> 4.0.0 https://repology.org/project/python:googletrans/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.NormData, using log file: /var/log/nixpkgs-update/rPackages.NormData/2024-02-21.log rPackages.NormData 0.1 -> 1.0 https://repology.org/project/r:normdata/versions attrpath: rPackages.NormData Checking auto update branch... No auto update branch exists Old version 0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.NormData 0.1 -> 1.0 https://repology.org/project/r:normdata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.shp2graph, using log file: /var/log/nixpkgs-update/rPackages.shp2graph/2024-02-21.log rPackages.shp2graph 0-5 -> 1-0 https://repology.org/project/r:shp2graph/versions attrpath: rPackages.shp2graph Checking auto update branch... No auto update branch exists Old version 0-5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.shp2graph 0-5 -> 1-0 https://repology.org/project/r:shp2graph/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.scmrepo, using log file: /var/log/nixpkgs-update/python312Packages.scmrepo/2024-02-21.log python312Packages.scmrepo 2.1.1 -> 3.1.0 https://repology.org/project/python:scmrepo/versions attrpath: python312Packages.scmrepo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-scmrepo-2.1.1 Press Enter key to continue... Running update for: - python3.12-scmrepo-2.1.1: UPDATING ... - python3.12-scmrepo-2.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/scmrepo/default.nix b/pkgs/development/python-modules/scmrepo/default.nix index 611949ae6515..39a24fd23e66 100644 --- a/pkgs/development/python-modules/scmrepo/default.nix +++ b/pkgs/development/python-modules/scmrepo/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "scmrepo"; - version = "2.1.1"; + version = "3.0.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "iterative"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-KG7Y+1qqsgDwgRYsb3XbZnF6FduHJCAEizfuugBi0Go="; + hash = "sha256-f/ocxRKwb8ndWE2J8MDphDD5YvdIRhNxpJfI4H8XMLo="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.scmrepo Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python312Packages.scmrepo Standard output: error: Package ‘python3.12-pbr-6.0.0’ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.scmrepo/pkgs/development/python-modules/pbr/default.nix:33 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) [result] Failed to update python312Packages.scmrepo 2.1.1 -> 3.1.0 https://repology.org/project/python:scmrepo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.google-cloud-bigquery, using log file: /var/log/nixpkgs-update/python312Packages.google-cloud-bigquery/2024-02-21.log python312Packages.google-cloud-bigquery 3.17.1 -> 3.17.2 https://repology.org/project/python:google-cloud-bigquery/versions attrpath: python312Packages.google-cloud-bigquery Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-google-cloud-bigquery-3.17.1 Press Enter key to continue... Running update for: - python3.12-google-cloud-bigquery-3.17.1: UPDATING ... - python3.12-google-cloud-bigquery-3.17.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/google-cloud-bigquery/default.nix b/pkgs/development/python-modules/google-cloud-bigquery/default.nix index b59372f294a0..221cde65c66d 100644 --- a/pkgs/development/python-modules/google-cloud-bigquery/default.nix +++ b/pkgs/development/python-modules/google-cloud-bigquery/default.nix @@ -28,14 +28,14 @@ buildPythonPackage rec { pname = "google-cloud-bigquery"; - version = "3.17.1"; + version = "3.17.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-CuB7kNUFK6OilqIhCiFEwoRpMA1x9vRViB+Uwt9UMFc="; + hash = "sha256-bhz2aaQOVnqzKJx7XyBWNj2p/Lhdmkc27pAkDUp9hOo="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.google-cloud-bigquery Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python312Packages.google-cloud-bigquery Standard output: error: Package ‘python3.12-pbr-6.0.0’ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.google-cloud-bigquery/pkgs/development/python-modules/pbr/default.nix:33 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) [result] Failed to update python312Packages.google-cloud-bigquery 3.17.1 -> 3.17.2 https://repology.org/project/python:google-cloud-bigquery/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.dittoSeq, using log file: /var/log/nixpkgs-update/rPackages.dittoSeq/2024-02-21.log rPackages.dittoSeq 1.14.0 -> 1.14.2 https://repology.org/project/r:dittoseq/versions attrpath: rPackages.dittoSeq Checking auto update branch... No auto update branch exists Old version 1.14.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.dittoSeq 1.14.0 -> 1.14.2 https://repology.org/project/r:dittoseq/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.mypy-boto3-ecs, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-ecs/2024-02-21.log python312Packages.mypy-boto3-ecs 1.34.0 -> 1.34.39 https://repology.org/project/python:mypy-boto3-ecs/versions attrpath: python312Packages.mypy-boto3-ecs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-mypy-boto3-ecs-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-ecs-1.34.0: UPDATING ... - python3.12-mypy-boto3-ecs-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-ecs 1.34.0 -> 1.34.39 https://repology.org/project/python:mypy-boto3-ecs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.strawberry-graphql, using log file: /var/log/nixpkgs-update/python312Packages.strawberry-graphql/2024-02-21.log python312Packages.strawberry-graphql 0.217.1 -> 0.219.2 https://repology.org/project/python:strawberry-graphql/versions attrpath: python312Packages.strawberry-graphql Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-strawberry-graphql-0.217.1 Press Enter key to continue... Running update for: - python3.12-strawberry-graphql-0.217.1: UPDATING ... - python3.12-strawberry-graphql-0.217.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/strawberry-graphql/default.nix b/pkgs/development/python-modules/strawberry-graphql/default.nix index 8cdffc96759f..494a5414bcf0 100644 --- a/pkgs/development/python-modules/strawberry-graphql/default.nix +++ b/pkgs/development/python-modules/strawberry-graphql/default.nix @@ -42,7 +42,7 @@ buildPythonPackage rec { pname = "strawberry-graphql"; - version = "0.217.1"; + version = "0.219.2"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -51,7 +51,7 @@ buildPythonPackage rec { owner = "strawberry-graphql"; repo = "strawberry"; rev = "refs/tags/${version}"; - hash = "sha256-Rorbqh/YwBlrkVgS7rV5vb4n773V/EmGAMGP0fuF6V4="; + hash = "sha256-uIUETjzuDnlQp6wM7uxyLRSMT5uyrXFrI9NilcjP0BU="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.strawberry-graphql Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python312Packages.strawberry-graphql Standard output: error: Package ‘python3.12-pbr-6.0.0’ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.strawberry-graphql/pkgs/development/python-modules/pbr/default.nix:33 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) [result] Failed to update python312Packages.strawberry-graphql 0.217.1 -> 0.219.2 https://repology.org/project/python:strawberry-graphql/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libwacom, using log file: /var/log/nixpkgs-update/libwacom/2024-02-21.log libwacom 2.9.0 -> 2.10.0 https://github.com/linuxwacom/libwacom/releases attrpath: libwacom Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - libwacom-surface: 2.9.0 -> 2.10.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/286919" [result] Failed to update libwacom 2.9.0 -> 2.10.0 https://github.com/linuxwacom/libwacom/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nushellFull, using log file: /var/log/nixpkgs-update/nushellFull/2024-02-21.log nushellFull 0.89.0 -> 0.90.1 https://github.com/nushell/nushell/releases attrpath: nushellFull Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/048il62qfb42gyip63yfw4kiqlsmrzlb-packages.json.drv building '/nix/store/048il62qfb42gyip63yfw4kiqlsmrzlb-packages.json.drv'... Going to be running update for following packages: - nushell-0.89.0 Press Enter key to continue... Running update for: - nushell-0.89.0: UPDATING ... - nushell-0.89.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/shells/nushell/default.nix b/pkgs/shells/nushell/default.nix index 8f215945dd41..74775e7c402c 100644 --- a/pkgs/shells/nushell/default.nix +++ b/pkgs/shells/nushell/default.nix @@ -22,7 +22,7 @@ }: let - version = "0.89.0"; + version = "0.90.1"; in rustPlatform.buildRustPackage { @@ -33,10 +33,10 @@ rustPlatform.buildRustPackage { owner = "nushell"; repo = "nushell"; rev = version; - hash = "sha256-sBS24FOdEhb+MPu33lpFxLd2/r2AvLUXka+7W3lUIvo="; + hash = "sha256-MODd2BT2g6g5H6/1EG5OjIoYm18yBSvYTR83RuYDMec="; }; - cargoHash = "sha256-B1Sd4dLacIIVNQDnBFw74nX+LaQnzYwCKXv3oJIbu4M="; + cargoHash = "sha256-35KPY5t4aozHIcukmeS00g6tzZA9ZsS/44u9vpZ3oGQ="; nativeBuildInputs = [ pkg-config ] ++ lib.optionals (withDefaultFeatures && stdenv.isLinux) [ python3 ] An auto update branch exists with message `nushellFull: 0.89.0 -> 0.90.1`. New version is 0.90.1. An auto update branch exists with an equal or greater version [result] Failed to update nushellFull 0.89.0 -> 0.90.1 https://github.com/nushell/nushell/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath syncthing-discovery, using log file: /var/log/nixpkgs-update/syncthing-discovery/2024-02-21.log syncthing-discovery 1.27.2 -> 1.27.3 https://github.com/syncthing/syncthing/releases attrpath: syncthing-discovery Checking auto update branch... An auto update branch exists with message `syncthing-discovery: 1.27.2 -> 1.27.3`. New version is 1.27.3. An auto update branch exists with an equal or greater version [result] Failed to update syncthing-discovery 1.27.2 -> 1.27.3 https://github.com/syncthing/syncthing/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gcovr, using log file: /var/log/nixpkgs-update/gcovr/2024-02-21.log gcovr 0 -> 1 attrpath: gcovr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - gcovr-6.0 Press Enter key to continue... Running update for: - gcovr-6.0: UPDATING ... - gcovr-6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/gcovr/default.nix b/pkgs/development/python-modules/gcovr/default.nix index 81fe8ae04295..941e673cb439 100644 --- a/pkgs/development/python-modules/gcovr/default.nix +++ b/pkgs/development/python-modules/gcovr/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "gcovr"; - version = "6.0"; + version = "7.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-hjjV9E3vEOOOMWbIozvvZkPsIEaH4Kx9NFzkGpjFdQs="; + hash = "sha256-1BJPiekpnM5KCy/am5zWwHxLfQ6UcF6wcf0zJnHuESU="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gcovr nix build failed. Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/vimwp4hdmz345l1z1ivqjsbr6yfz3kby-python3.11-gcovr-7.0 checking for references to /build/ in /nix/store/vimwp4hdmz345l1z1ivqjsbr6yfz3kby-python3.11-gcovr-7.0... patching script interpreter paths in /nix/store/vimwp4hdmz345l1z1ivqjsbr6yfz3kby-python3.11-gcovr-7.0 stripping (with command strip and flags -S -p) in /nix/store/vimwp4hdmz345l1z1ivqjsbr6yfz3kby-python3.11-gcovr-7.0/lib /nix/store/vimwp4hdmz345l1z1ivqjsbr6yfz3kby-python3.11-gcovr-7.0/bin shrinking RPATHs of ELF executables and libraries in /nix/store/mgwwj65jzv6qk6fm0c022ihchhdqmnj5-python3.11-gcovr-7.0-dist checking for references to /build/ in /nix/store/mgwwj65jzv6qk6fm0c022ihchhdqmnj5-python3.11-gcovr-7.0-dist... patching script interpreter paths in /nix/store/mgwwj65jzv6qk6fm0c022ihchhdqmnj5-python3.11-gcovr-7.0-dist Rewriting #!/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/bin/python3.11 to #!/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7 wrapping `/nix/store/vimwp4hdmz345l1z1ivqjsbr6yfz3kby-python3.11-gcovr-7.0/bin/gcovr'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: gcovr gcovr.workers gcovr.configuration Traceback (most recent call last): File "", line 1, in File "", line 1, in File "/nix/store/y027d3bvlaizbri04c1bzh28hqd6lj01-python3-3.11.7/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1140, in _find_and_load_unlocked ModuleNotFoundError: No module named 'gcovr.workers' [result] Failed to update gcovr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cinnamon.warpinator, using log file: /var/log/nixpkgs-update/cinnamon.warpinator/2024-02-21.log cinnamon.warpinator 0 -> 1 attrpath: cinnamon.warpinator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - warpinator-1.8.3 Press Enter key to continue... Running update for: - warpinator-1.8.3: UPDATING ... - warpinator-1.8.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cinnamon.warpinator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.py-serializable, using log file: /var/log/nixpkgs-update/python311Packages.py-serializable/2024-02-21.log python311Packages.py-serializable 0 -> 1 attrpath: python311Packages.py-serializable Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-py-serializable-1.0.1 Press Enter key to continue... Running update for: - python3.11-py-serializable-1.0.1: UPDATING ... - python3.11-py-serializable-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-serializable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.sk, using log file: /var/log/nixpkgs-update/aspellDicts.sk/2024-02-21.log aspellDicts.sk 0 -> 1 attrpath: aspellDicts.sk Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - aspell-dict-sk-2.01-2 Press Enter key to continue... Running update for: - aspell-dict-sk-2.01-2: UPDATING ... - aspell-dict-sk-2.01-2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.sk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.periodictable, using log file: /var/log/nixpkgs-update/python311Packages.periodictable/2024-02-21.log python311Packages.periodictable 0 -> 1 attrpath: python311Packages.periodictable Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-periodictable-1.6.1 Press Enter key to continue... Running update for: - python3.11-periodictable-1.6.1: UPDATING ... - python3.11-periodictable-1.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.periodictable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.errata, using log file: /var/log/nixpkgs-update/haskellPackages.errata/2024-02-21.log haskellPackages.errata 0.4.0.1 -> 0.4.0.2 https://repology.org/project/haskell:errata/versions attrpath: haskellPackages.errata Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.errata 0.4.0.1 -> 0.4.0.2 https://repology.org/project/haskell:errata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libcryptui, using log file: /var/log/nixpkgs-update/libcryptui/2024-02-21.log libcryptui 0 -> 1 attrpath: libcryptui Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - libcryptui-3.12.2 Press Enter key to continue... Running update for: - libcryptui-3.12.2: UPDATING ... - libcryptui-3.12.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libcryptui 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.texsoup, using log file: /var/log/nixpkgs-update/python311Packages.texsoup/2024-02-21.log python311Packages.texsoup 0 -> 1 attrpath: python311Packages.texsoup Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-texsoup-0.3.1 Press Enter key to continue... Running update for: - python3.11-texsoup-0.3.1: UPDATING ... - python3.11-texsoup-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.texsoup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cyclonedx-python, using log file: /var/log/nixpkgs-update/cyclonedx-python/2024-02-21.log cyclonedx-python 0 -> 1 attrpath: cyclonedx-python Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - cyclonedx-python-3.11.7 Press Enter key to continue... Running update for: - cyclonedx-python-3.11.7: UPDATING ... - cyclonedx-python-3.11.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cyclonedx-python 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath swiftPackages.swift-unwrapped, using log file: /var/log/nixpkgs-update/swiftPackages.swift-unwrapped/2024-02-21.log swiftPackages.swift-unwrapped 5.8 -> 5.9.2 https://repology.org/project/swift-lang/versions attrpath: swiftPackages.swift-unwrapped Checking auto update branch... No auto update branch exists Old version 5.8" not present in master derivation file with contents: { lib , stdenv , callPackage , cmake , bash , coreutils , gnugrep , perl , ninja , pkg-config , clang , bintools , python3 , git , fetchpatch , makeWrapper , gnumake , file , runCommand , writeShellScriptBin # For lldb , libedit , ncurses , swig , libxml2 # Linux-specific , glibc , libuuid # Darwin-specific , substituteAll , fixDarwinDylibNames , runCommandLocal , xcbuild , cctools # libtool , sigtool , DarwinTools , CoreServices , Foundation , Combine , MacOSX-SDK , CLTools_Executables }: let inherit (stdenv) hostPlatform targetPlatform; sources = callPackage ../sources.nix { }; # Tools invoked by swift at run-time. runtimeDeps = lib.optionals stdenv.isDarwin [ # libtool is used for static linking. This is part of cctools, but adding # that as a build input puts an unwrapped linker in PATH, and breaks # builds. This small derivation exposes just libtool. # NOTE: The same applies to swift-driver, but that is currently always # invoked via the old `swift` / `swiftc`. May change in the future. (runCommandLocal "libtool" { } '' mkdir -p $out/bin ln -s ${cctools}/bin/libtool $out/bin/libtool '') ]; # There are apparently multiple naming conventions on Darwin. Swift uses the # xcrun naming convention. See `configure_sdk_darwin` calls in CMake files. swiftOs = if targetPlatform.isDarwin then { "macos" = "macosx"; "ios" = "iphoneos"; #iphonesimulator #appletvos #appletvsimulator #watchos #watchsimulator }.${targetPlatform.darwinPlatform} or (throw "Cannot build Swift for target Darwin platform '${targetPlatform.darwinPlatform}'") else targetPlatform.parsed.kernel.name; # Apple Silicon uses a different CPU name in the target triple. swiftArch = if stdenv.isDarwin && stdenv.isAarch64 then "arm64" else targetPlatform.parsed.cpu.name; # On Darwin, a `.swiftmodule` is a subdirectory in `lib/swift/`, # containing binaries for supported archs. On other platforms, binaries are # installed to `lib/swift//`. Note that our setup-hook also adds # `lib/swift` for convenience. swiftLibSubdir = "lib/swift/${swiftOs}"; swiftModuleSubdir = if hostPlatform.isDarwin then "lib/swift/${swiftOs}" else "lib/swift/${swiftOs}/${swiftArch}"; # And then there's also a separate subtree for statically linked modules. toStaticSubdir = lib.replaceStrings [ "/swift/" ] [ "/swift_static/" ]; swiftStaticLibSubdir = toStaticSubdir swiftLibSubdir; swiftStaticModuleSubdir = toStaticSubdir swiftModuleSubdir; # This matches _SWIFT_DEFAULT_COMPONENTS, with specific components disabled. swiftInstallComponents = [ "autolink-driver" "compiler" # "clang-builtin-headers" "stdlib" "sdk-overlay" "static-mirror-lib" "editor-integration" # "tools" # "testsuite-tools" "toolchain-tools" "toolchain-dev-tools" "license" (if stdenv.isDarwin then "sourcekit-xpc-service" else "sourcekit-inproc") "swift-remote-mirror" "swift-remote-mirror-headers" ]; # Build a tool used during the build to create a custom clang wrapper, with # which we wrap the clang produced by the swift build. # # This is used in a `POST_BUILD` for the CMake target, so we rename the # actual clang to clang-unwrapped, then put the wrapper in place. # # We replace the `exec ...` command with `exec -a "$0"` in order to # preserve $0 for clang. This is because, unlike Nix, we don't have # separate wrappers for clang/clang++, and clang uses $0 to detect C++. # # Similarly, the C++ detection in the wrapper itself also won't work for us, # so we base it on $0 as well. makeClangWrapper = writeShellScriptBin "nix-swift-make-clang-wrapper" '' set -euo pipefail targetFile="$1" unwrappedClang="$targetFile-unwrapped" mv "$targetFile" "$unwrappedClang" sed < '${clang}/bin/clang' > "$targetFile" \ -e 's|^\s*exec|exec -a "$0"|g' \ -e 's|^\[\[ "${clang.cc}/bin/clang" = \*++ ]]|[[ "$0" = *++ ]]|' \ -e "s|${clang.cc}/bin/clang|$unwrappedClang|g" \ -e "s|^\(\s*\)\($unwrappedClang\) \"@\\\$responseFile\"|\1argv0=\$0\n\1${bash}/bin/bash -c \"exec -a '\$argv0' \2 '@\$responseFile'\"|" chmod a+x "$targetFile" ''; # Create a tool used during the build to create a custom swift wrapper for # each of the swift executables produced by the build. # # The build produces several `swift-frontend` executables during # bootstrapping. Each of these has numerous aliases via symlinks, and the # executable uses $0 to detect what tool is called. wrapperParams = { inherit bintools; default_cc_wrapper = clang; # Instead of `@out@` in the original. coreutils_bin = lib.getBin coreutils; gnugrep_bin = gnugrep; suffixSalt = lib.replaceStrings ["-" "."] ["_" "_"] targetPlatform.config; use_response_file_by_default = 1; swiftDriver = ""; # NOTE: @prog@ needs to be filled elsewhere. }; swiftWrapper = runCommand "swift-wrapper.sh" wrapperParams '' substituteAll '${../wrapper/wrapper.sh}' "$out" ''; makeSwiftcWrapper = writeShellScriptBin "nix-swift-make-swift-wrapper" '' set -euo pipefail targetFile="$1" unwrappedSwift="$targetFile-unwrapped" mv "$targetFile" "$unwrappedSwift" sed < '${swiftWrapper}' > "$targetFile" \ -e "s|@prog@|'$unwrappedSwift'|g" \ -e 's|exec "$prog"|exec -a "$0" "$prog"|g' chmod a+x "$targetFile" ''; # On Darwin, we need to use BOOTSTRAPPING-WITH-HOSTLIBS because of ABI # stability, and have to provide the definitions for the system stdlib. appleSwiftCore = stdenv.mkDerivation { name = "apple-swift-core"; dontUnpack = true; installPhase = '' mkdir -p $out/lib/swift cp -r \ "${MacOSX-SDK}/usr/lib/swift/Swift.swiftmodule" \ "${MacOSX-SDK}/usr/lib/swift/libswiftCore.tbd" \ $out/lib/swift/ ''; }; in stdenv.mkDerivation { pname = "swift"; inherit (sources) version; outputs = [ "out" "lib" "dev" "doc" "man" ]; nativeBuildInputs = [ cmake git ninja perl # pod2man pkg-config python3 makeWrapper makeClangWrapper makeSwiftcWrapper ] ++ lib.optionals stdenv.isDarwin [ xcbuild sigtool # codesign DarwinTools # sw_vers fixDarwinDylibNames ]; buildInputs = [ # For lldb python3 swig libxml2 ] ++ lib.optionals stdenv.isLinux [ libuuid ] ++ lib.optionals stdenv.isDarwin [ CoreServices Foundation Combine ]; # This is a partial reimplementation of our setup hook. Because we reuse # the Swift wrapper for the Swift build itself, we need to do some of the # same preparation. postHook = '' for pkg in "''${pkgsHostTarget[@]}" '${clang.libc}'; do for subdir in ${swiftModuleSubdir} ${swiftStaticModuleSubdir} lib/swift; do if [[ -d "$pkg/$subdir" ]]; then export NIX_SWIFTFLAGS_COMPILE+=" -I $pkg/$subdir" fi done for subdir in ${swiftLibSubdir} ${swiftStaticLibSubdir} lib/swift; do if [[ -d "$pkg/$subdir" ]]; then export NIX_LDFLAGS+=" -L $pkg/$subdir" fi done done ''; # We invoke cmakeConfigurePhase multiple times, but only need this once. dontFixCmake = true; # We setup custom build directories. dontUseCmakeBuildDir = true; unpackPhase = let copySource = repo: "cp -r ${sources.${repo}} ${repo}"; in '' mkdir src cd src ${copySource "swift-cmark"} ${copySource "llvm-project"} ${copySource "swift"} ${copySource "swift-experimental-string-processing"} ${copySource "swift-syntax"} ${lib.optionalString (!stdenv.isDarwin) (copySource "swift-corelibs-libdispatch")} chmod -R u+w . ''; patchPhase = '' # Just patch all the things for now, we can focus this later. # TODO: eliminate use of env. find -type f -print0 | xargs -0 sed -i \ ${lib.optionalString stdenv.isDarwin "-e 's|/usr/libexec/PlistBuddy|${xcbuild}/bin/PlistBuddy|g'"} \ -e 's|/usr/bin/env|${coreutils}/bin/env|g' \ -e 's|/usr/bin/make|${gnumake}/bin/make|g' \ -e 's|/bin/mkdir|${coreutils}/bin/mkdir|g' \ -e 's|/bin/cp|${coreutils}/bin/cp|g' \ -e 's|/usr/bin/file|${file}/bin/file|g' patch -p1 -d swift -i ${./patches/swift-cmake-3.25-compat.patch} patch -p1 -d swift -i ${./patches/swift-wrap.patch} patch -p1 -d swift -i ${./patches/swift-nix-resource-root.patch} patch -p1 -d swift -i ${./patches/swift-linux-fix-libc-paths.patch} patch -p1 -d swift -i ${./patches/swift-linux-fix-linking.patch} patch -p1 -d swift -i ${./patches/swift-darwin-libcxx-flags.patch} patch -p1 -d swift -i ${./patches/swift-darwin-link-cxxabi.patch} patch -p1 -d swift -i ${substituteAll { src = ./patches/swift-darwin-plistbuddy-workaround.patch; inherit swiftArch; }} patch -p1 -d swift -i ${substituteAll { src = ./patches/swift-prevent-sdk-dirs-warning.patch; inherit (builtins) storeDir; }} # This patch needs to know the lib output location, so must be substituted # in the same derivation as the compiler. storeDir="${builtins.storeDir}" \ substituteAll ${./patches/swift-separate-lib.patch} $TMPDIR/swift-separate-lib.patch patch -p1 -d swift -i $TMPDIR/swift-separate-lib.patch patch -p1 -d llvm-project/llvm -i ${./patches/llvm-module-cache.patch} patch -p1 -d llvm-project/clang -i ${./patches/clang-toolchain-dir.patch} patch -p1 -d llvm-project/clang -i ${./patches/clang-wrap.patch} patch -p1 -d llvm-project/clang -i ${../../llvm/14/clang/purity.patch} patch -p2 -d llvm-project/clang -i ${fetchpatch { name = "clang-cmake-fix-interpreter.patch"; url = "https://github.com/llvm/llvm-project/commit/b5eaf500f2441eff2277ea2973878fb1f171fd0a.patch"; sha256 = "1rma1al0rbm3s3ql6bnvbcighp74lri1lcrwbyacgdqp80fgw1b6"; }} # gcc-13 build fixes patch -p2 -d llvm-project/llvm -i ${fetchpatch { name = "gcc-13.patch"; url = "https://github.com/llvm/llvm-project/commit/ff1681ddb303223973653f7f5f3f3435b48a1983.patch"; hash = "sha256-nkRPWx8gNvYr7mlvEUiOAb1rTrf+skCZjAydJVUHrcI="; }} ${lib.optionalString stdenv.isLinux '' substituteInPlace llvm-project/clang/lib/Driver/ToolChains/Linux.cpp \ --replace 'SysRoot + "/lib' '"${glibc}/lib" "' \ --replace 'SysRoot + "/usr/lib' '"${glibc}/lib" "' \ --replace 'LibDir = "lib";' 'LibDir = "${glibc}/lib";' \ --replace 'LibDir = "lib64";' 'LibDir = "${glibc}/lib";' \ --replace 'LibDir = X32 ? "libx32" : "lib64";' 'LibDir = "${glibc}/lib";' # uuid.h is not part of glibc, but of libuuid. sed -i 's|''${GLIBC_INCLUDE_PATH}/uuid/uuid.h|${libuuid.dev}/include/uuid/uuid.h|' \ swift/stdlib/public/Platform/glibc.modulemap.gyb ''} # Remove tests for cross compilation, which we don't currently support. rm swift/test/Interop/Cxx/class/constructors-copy-irgen-*.swift rm swift/test/Interop/Cxx/class/constructors-irgen-*.swift # TODO: consider fixing and re-adding. This test fails due to a non-standard "install_prefix". rm swift/validation-test/Python/build_swift.swift # We cannot handle the SDK location being in "Weird Location" due to Nix isolation. rm swift/test/DebugInfo/compiler-flags.swift # TODO: Fix issue with ld.gold invoked from script finding crtbeginS.o and crtendS.o. rm swift/test/IRGen/ELF-remove-autolink-section.swift # The following two tests fail because we use don't use the bundled libicu: # [SOURCE_DIR/utils/build-script] ERROR: can't find source directory for libicu (tried /build/src/icu) rm swift/validation-test/BuildSystem/default_build_still_performs_epilogue_opts_after_split.test rm swift/validation-test/BuildSystem/test_early_swift_driver_and_infer.swift # TODO: This test fails for some unknown reason rm swift/test/Serialization/restrict-swiftmodule-to-revision.swift # This test was flaky in ofborg, see #186476 rm swift/test/AutoDiff/compiler_crashers_fixed/issue-56649-missing-debug-scopes-in-pullback-trampoline.swift patchShebangs . ${lib.optionalString (!stdenv.isDarwin) '' # NOTE: This interferes with ABI stability on Darwin, which uses the system # libraries in the hardcoded path /usr/lib/swift. fixCmakeFiles . ''} ''; configurePhase = '' export SWIFT_SOURCE_ROOT="$PWD" mkdir -p ../build cd ../build export SWIFT_BUILD_ROOT="$PWD" # Most builds set a target, but LLDB doesn't. Harmless on non-Darwin. export MACOSX_DEPLOYMENT_TARGET=10.15 ''; # These steps are derived from doing a normal build with. # # ./swift/utils/build-toolchain test --dry-run # # But dealing with the custom Python build system is far more trouble than # simply invoking CMake directly. Few variables it passes to CMake are # actually required or non-default. # # Using CMake directly also allows us to split up the already large build, # and package Swift components separately. # # Besides `--dry-run`, another good way to compare build changes between # Swift releases is to diff the scripts: # # git diff swift-5.6.3-RELEASE..swift-5.7-RELEASE -- utils/build* # buildPhase = '' # Helper to build a subdirectory. # # Always reset cmakeFlags before calling this. The cmakeConfigurePhase # amends flags and would otherwise keep expanding it. function buildProject() { mkdir -p $SWIFT_BUILD_ROOT/$1 cd $SWIFT_BUILD_ROOT/$1 cmakeDir=$SWIFT_SOURCE_ROOT/''${2-$1} cmakeConfigurePhase ninjaBuildPhase } cmakeFlags="-GNinja" buildProject swift-cmark # Some notes: # - The Swift build just needs Clang. # - We can further reduce targets to just our targetPlatform. cmakeFlags=" -GNinja -DLLVM_ENABLE_PROJECTS=clang -DLLVM_TARGETS_TO_BUILD=${{ "x86_64" = "X86"; "aarch64" = "AArch64"; }.${targetPlatform.parsed.cpu.name}} " buildProject llvm llvm-project/llvm '' + lib.optionalString stdenv.isDarwin '' # Add appleSwiftCore to the search paths. We can't simply add it to # buildInputs, because it is potentially an older stdlib than the one we're # building. We have to remove it again after the main Swift build, or later # build steps may fail. (Specific case: Concurrency backdeploy uses the # Sendable protocol, which appears to not be present in the macOS 11 SDK.) OLD_NIX_SWIFTFLAGS_COMPILE="$NIX_SWIFTFLAGS_COMPILE" OLD_NIX_LDFLAGS="$NIX_LDFLAGS" export NIX_SWIFTFLAGS_COMPILE+=" -I ${appleSwiftCore}/lib/swift" export NIX_LDFLAGS+=" -L ${appleSwiftCore}/lib/swift" '' + '' # Some notes: # - BOOTSTRAPPING_MODE defaults to OFF in CMake, but is enabled in standard # builds, so we enable it as well. On Darwin, we have to use the system # Swift libs because of ABI-stability, but this may be trouble if the # builder is an older macOS. # - Experimental features are OFF by default in CMake, but are enabled in # official builds, so we do the same. (Concurrency is also required in # the stdlib. StringProcessing is often implicitely imported, causing # lots of warnings if missing.) # - SWIFT_STDLIB_ENABLE_OBJC_INTEROP is set explicitely because its check # is buggy. (Uses SWIFT_HOST_VARIANT_SDK before initialized.) # Fixed in: https://github.com/apple/swift/commit/84083afef1de5931904d5c815d53856cdb3fb232 cmakeFlags=" -GNinja -DBOOTSTRAPPING_MODE=BOOTSTRAPPING${lib.optionalString stdenv.isDarwin "-WITH-HOSTLIBS"} -DSWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING=ON -DSWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY=ON -DSWIFT_ENABLE_EXPERIMENTAL_DISTRIBUTED=ON -DSWIFT_ENABLE_EXPERIMENTAL_STRING_PROCESSING=ON -DLLVM_DIR=$SWIFT_BUILD_ROOT/llvm/lib/cmake/llvm -DClang_DIR=$SWIFT_BUILD_ROOT/llvm/lib/cmake/clang -DSWIFT_PATH_TO_CMARK_SOURCE=$SWIFT_SOURCE_ROOT/swift-cmark -DSWIFT_PATH_TO_CMARK_BUILD=$SWIFT_BUILD_ROOT/swift-cmark -DSWIFT_PATH_TO_LIBDISPATCH_SOURCE=$SWIFT_SOURCE_ROOT/swift-corelibs-libdispatch -DSWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE=$SWIFT_SOURCE_ROOT/swift-syntax -DSWIFT_PATH_TO_STRING_PROCESSING_SOURCE=$SWIFT_SOURCE_ROOT/swift-experimental-string-processing -DSWIFT_INSTALL_COMPONENTS=${lib.concatStringsSep ";" swiftInstallComponents} -DSWIFT_STDLIB_ENABLE_OBJC_INTEROP=${if stdenv.isDarwin then "ON" else "OFF"} " buildProject swift '' + lib.optionalString stdenv.isDarwin '' # Restore search paths to remove appleSwiftCore. export NIX_SWIFTFLAGS_COMPILE="$OLD_NIX_SWIFTFLAGS_COMPILE" export NIX_LDFLAGS="$OLD_NIX_LDFLAGS" '' + '' # These are based on flags in `utils/build-script-impl`. # # LLDB_USE_SYSTEM_DEBUGSERVER=ON disables the debugserver build on Darwin, # which requires a special signature. # # CMAKE_BUILD_WITH_INSTALL_NAME_DIR ensures we don't use rpath on Darwin. # # NOTE: On Darwin, we only want ncurses in the linker search path, because # headers are part of libsystem. Adding its headers to the search path # causes strange mixing and errors. Note that libedit propagates ncurses, # so we add both manually here, instead of relying on setup hooks. # TODO: Find a better way to prevent this conflict. cmakeFlags=" -GNinja -DLLDB_SWIFTC=$SWIFT_BUILD_ROOT/swift/bin/swiftc -DLLDB_SWIFT_LIBS=$SWIFT_BUILD_ROOT/swift/lib/swift -DLLVM_DIR=$SWIFT_BUILD_ROOT/llvm/lib/cmake/llvm -DClang_DIR=$SWIFT_BUILD_ROOT/llvm/lib/cmake/clang -DSwift_DIR=$SWIFT_BUILD_ROOT/swift/lib/cmake/swift -DLLDB_ENABLE_CURSES=ON -DLLDB_ENABLE_LIBEDIT=ON -DLLDB_ENABLE_PYTHON=ON -DLLDB_ENABLE_LZMA=OFF -DLLDB_ENABLE_LUA=OFF -DLLDB_INCLUDE_TESTS=OFF -DCMAKE_BUILD_WITH_INSTALL_NAME_DIR=ON ${lib.optionalString stdenv.isDarwin '' -DLLDB_USE_SYSTEM_DEBUGSERVER=ON ''} -DLibEdit_INCLUDE_DIRS=${libedit.dev}/include -DLibEdit_LIBRARIES=${libedit}/lib/libedit${stdenv.hostPlatform.extensions.sharedLibrary} -DCURSES_INCLUDE_DIRS=${if stdenv.isDarwin then "/var/empty" else ncurses.dev}/include -DCURSES_LIBRARIES=${ncurses}/lib/libncurses${stdenv.hostPlatform.extensions.sharedLibrary} -DPANEL_LIBRARIES=${ncurses}/lib/libpanel${stdenv.hostPlatform.extensions.sharedLibrary} "; buildProject lldb llvm-project/lldb ${lib.optionalString stdenv.isDarwin '' # Need to do a standalone build of concurrency for Darwin back deployment. # Based on: utils/swift_build_support/swift_build_support/products/backdeployconcurrency.py cmakeFlags=" -GNinja -DCMAKE_Swift_COMPILER=$SWIFT_BUILD_ROOT/swift/bin/swiftc -DSWIFT_PATH_TO_SWIFT_SYNTAX_SOURCE=$SWIFT_SOURCE_ROOT/swift-syntax -DTOOLCHAIN_DIR=/var/empty -DSWIFT_NATIVE_LLVM_TOOLS_PATH=${stdenv.cc}/bin -DSWIFT_NATIVE_CLANG_TOOLS_PATH=${stdenv.cc}/bin -DSWIFT_NATIVE_SWIFT_TOOLS_PATH=$SWIFT_BUILD_ROOT/swift/bin -DCMAKE_CROSSCOMPILING=ON -DBUILD_SWIFT_CONCURRENCY_BACK_DEPLOYMENT_LIBRARIES=ON -DSWIFT_INCLUDE_TOOLS=OFF -DSWIFT_BUILD_STDLIB_EXTRA_TOOLCHAIN_CONTENT=OFF -DSWIFT_BUILD_TEST_SUPPORT_MODULES=OFF -DSWIFT_BUILD_STDLIB=OFF -DSWIFT_BUILD_DYNAMIC_STDLIB=OFF -DSWIFT_BUILD_STATIC_STDLIB=OFF -DSWIFT_BUILD_REMOTE_MIRROR=OFF -DSWIFT_BUILD_SDK_OVERLAY=OFF -DSWIFT_BUILD_DYNAMIC_SDK_OVERLAY=OFF -DSWIFT_BUILD_STATIC_SDK_OVERLAY=OFF -DSWIFT_INCLUDE_TESTS=OFF -DSWIFT_BUILD_PERF_TESTSUITE=OFF -DSWIFT_HOST_VARIANT_ARCH=${swiftArch} -DBUILD_STANDALONE=ON -DSWIFT_INSTALL_COMPONENTS=back-deployment -DSWIFT_SDKS=${{ "macos" = "OSX"; "ios" = "IOS"; #IOS_SIMULATOR #TVOS #TVOS_SIMULATOR #WATCHOS #WATCHOS_SIMULATOR }.${targetPlatform.darwinPlatform}} -DLLVM_DIR=$SWIFT_BUILD_ROOT/llvm/lib/cmake/llvm -DSWIFT_DEST_ROOT=$out -DSWIFT_HOST_VARIANT_SDK=OSX -DSWIFT_DARWIN_DEPLOYMENT_VERSION_OSX=10.15 -DSWIFT_DARWIN_DEPLOYMENT_VERSION_IOS=13.0 -DSWIFT_DARWIN_DEPLOYMENT_VERSION_MACCATALYST=13.0 -DSWIFT_DARWIN_DEPLOYMENT_VERSION_TVOS=13.0 -DSWIFT_DARWIN_DEPLOYMENT_VERSION_WATCHOS=6.0 " # This depends on the special Clang build specific to the Swift branch. # We also need to call a specific Ninja target. export CC=$SWIFT_BUILD_ROOT/llvm/bin/clang export CXX=$SWIFT_BUILD_ROOT/llvm/bin/clang++ ninjaFlags="back-deployment" buildProject swift-concurrency-backdeploy swift export CC=$NIX_CC/bin/clang export CXX=$NIX_CC/bin/clang++ unset ninjaFlags ''} ''; # TODO: ~50 failing tests on x86_64-linux. Other platforms not checked. doCheck = false; nativeCheckInputs = [ file ]; # TODO: consider using stress-tester and integration-test. checkPhase = '' cd $SWIFT_BUILD_ROOT/swift checkTarget=check-swift-all ninjaCheckPhase unset checkTarget ''; installPhase = '' # Undo the clang and swift wrapping we did for the build. # (This happened via patches to cmake files.) cd $SWIFT_BUILD_ROOT mv llvm/bin/clang-15{-unwrapped,} mv swift/bin/swift-frontend{-unwrapped,} mkdir $out $lib # Install clang binaries only. We hide these with the wrapper, so they are # for private use by Swift only. cd $SWIFT_BUILD_ROOT/llvm installTargets=install-clang ninjaInstallPhase unset installTargets # LLDB is also a private install. cd $SWIFT_BUILD_ROOT/lldb ninjaInstallPhase cd $SWIFT_BUILD_ROOT/swift ninjaInstallPhase ${lib.optionalString stdenv.isDarwin '' cd $SWIFT_BUILD_ROOT/swift-concurrency-backdeploy installTargets=install-back-deployment ninjaInstallPhase unset installTargets ''} # Separate $lib output here, because specific logic follows. # Only move the dynamic run-time parts, to keep $lib small. Every Swift # build will depend on it. moveToOutput "lib/swift" "$lib" moveToOutput "lib/libswiftDemangle.*" "$lib" # This link is here because various tools (swiftpm) check for stdlib # relative to the swift compiler. It's fine if this is for build-time # stuff, but we should patch all cases were it would end up in an output. ln -s $lib/lib/swift $out/lib/swift # Swift has a separate resource root from Clang, but locates the Clang # resource root via subdir or symlink. Provide a default here, but we also # patch Swift to prefer NIX_CC if set. # # NOTE: We don't symlink directly here, because that'd add a run-time dep # on the full Clang compiler to every Swift executable. The copy here is # just copying the 3 symlinks inside to smaller closures. mkdir $lib/lib/swift/clang cp -P ${clang}/resource-root/* $lib/lib/swift/clang/ ${lib.optionalString stdenv.isDarwin '' # Install required library for ObjC interop. # TODO: Is there no source code for this available? cp -r ${CLTools_Executables}/usr/lib/arc $out/lib/arc ''} ''; preFixup = lib.optionalString stdenv.isLinux '' # This is cheesy, but helps the patchelf hook remove /build from RPATH. cd $SWIFT_BUILD_ROOT/.. mv build buildx ''; postFixup = lib.optionalString stdenv.isDarwin '' # These libraries need to use the system install name. The official SDK # does the same (as opposed to using rpath). Presumably, they are part of # the stable ABI. Not using the system libraries at run-time is known to # cause ObjC class conflicts and segfaults. declare -A systemLibs=( [libswiftCore.dylib]=1 [libswiftDarwin.dylib]=1 [libswiftSwiftOnoneSupport.dylib]=1 [libswift_Concurrency.dylib]=1 ) for systemLib in "''${!systemLibs[@]}"; do install_name_tool -id /usr/lib/swift/$systemLib $lib/${swiftLibSubdir}/$systemLib done for file in $out/bin/swift-frontend $lib/${swiftLibSubdir}/*.dylib; do changeArgs="" for dylib in $(otool -L $file | awk '{ print $1 }'); do if [[ ''${systemLibs["$(basename $dylib)"]} ]]; then changeArgs+=" -change $dylib /usr/lib/swift/$(basename $dylib)" elif [[ "$dylib" = */bootstrapping1/* ]]; then changeArgs+=" -change $dylib $lib/lib/swift/$(basename $dylib)" fi done if [[ -n "$changeArgs" ]]; then install_name_tool $changeArgs $file fi done wrapProgram $out/bin/swift-frontend \ --prefix PATH : ${lib.makeBinPath runtimeDeps} ''; passthru = { inherit swiftOs swiftArch swiftModuleSubdir swiftLibSubdir swiftStaticModuleSubdir swiftStaticLibSubdir; # Internal attr for the wrapper. _wrapperParams = wrapperParams; }; meta = { description = "The Swift Programming Language"; homepage = "https://github.com/apple/swift"; maintainers = with lib.maintainers; [ dtzWill trepetti dduan trundle stephank ]; license = lib.licenses.asl20; platforms = with lib.platforms; linux ++ darwin; # Swift doesn't support 32-bit Linux, unknown on other platforms. badPlatforms = lib.platforms.i686; timeout = 86400; # 24 hours. }; } [result] Failed to update swiftPackages.swift-unwrapped 5.8 -> 5.9.2 https://repology.org/project/swift-lang/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.qiskit-finance, using log file: /var/log/nixpkgs-update/python311Packages.qiskit-finance/2024-02-21.log python311Packages.qiskit-finance 0 -> 1 attrpath: python311Packages.qiskit-finance Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-qiskit-finance-0.4.0 Press Enter key to continue... Running update for: - python3.11-qiskit-finance-0.4.0: UPDATING ... - python3.11-qiskit-finance-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.qiskit-finance 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.phe, using log file: /var/log/nixpkgs-update/python311Packages.phe/2024-02-21.log python311Packages.phe 0 -> 1 attrpath: python311Packages.phe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-phe-1.5.0 Press Enter key to continue... Running update for: - python3.11-phe-1.5.0: UPDATING ... - python3.11-phe-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.phe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-subtesthack, using log file: /var/log/nixpkgs-update/python311Packages.pytest-subtesthack/2024-02-21.log python311Packages.pytest-subtesthack 0 -> 1 attrpath: python311Packages.pytest-subtesthack Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pytest-subtesthack-0.2.0 Press Enter key to continue... Running update for: - python3.11-pytest-subtesthack-0.2.0: UPDATING ... - python3.11-pytest-subtesthack-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-subtesthack 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.eth-account, using log file: /var/log/nixpkgs-update/python311Packages.eth-account/2024-02-21.log python311Packages.eth-account 0 -> 1 attrpath: python311Packages.eth-account Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-eth-account-0.9.0 Press Enter key to continue... Running update for: - python3.11-eth-account-0.9.0: UPDATING ... - python3.11-eth-account-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.eth-account 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sphinx-issues, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-issues/2024-02-21.log python311Packages.sphinx-issues 0 -> 1 attrpath: python311Packages.sphinx-issues Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-sphinx-issues-3.0.1 Press Enter key to continue... Running update for: - python3.11-sphinx-issues-3.0.1: UPDATING ... - python3.11-sphinx-issues-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-issues 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ipycanvas, using log file: /var/log/nixpkgs-update/python311Packages.ipycanvas/2024-02-21.log python311Packages.ipycanvas 0 -> 1 attrpath: python311Packages.ipycanvas Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ipycanvas-0.13.1 Press Enter key to continue... Running update for: - python3.11-ipycanvas-0.13.1: UPDATING ... - python3.11-ipycanvas-0.13.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ipycanvas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cups-filters, using log file: /var/log/nixpkgs-update/cups-filters/2024-02-21.log cups-filters 1.28.17 -> 2.0.0 https://github.com/OpenPrinting/cups-filters/releases attrpath: cups-filters Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update cups-filters 1.28.17 -> 2.0.0 https://github.com/OpenPrinting/cups-filters/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.youtube-dl, using log file: /var/log/nixpkgs-update/python311Packages.youtube-dl/2024-02-21.log python311Packages.youtube-dl 0 -> 1 attrpath: python311Packages.youtube-dl Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-youtube-dl-2021.12.17 Press Enter key to continue... Running update for: - python3.11-youtube-dl-2021.12.17: UPDATING ... - python3.11-youtube-dl-2021.12.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.youtube-dl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.skl2onnx, using log file: /var/log/nixpkgs-update/python311Packages.skl2onnx/2024-02-21.log python311Packages.skl2onnx 0 -> 1 attrpath: python311Packages.skl2onnx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-skl2onnx-1.16.0 Press Enter key to continue... Running update for: - python3.11-skl2onnx-1.16.0: UPDATING ... - python3.11-skl2onnx-1.16.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.skl2onnx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mydumper, using log file: /var/log/nixpkgs-update/mydumper/2024-02-21.log mydumper 0.14.3-1 -> 0.15.1-3 https://github.com/mydumper/mydumper/releases attrpath: mydumper Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/backup/mydumper/default.nix b/pkgs/tools/backup/mydumper/default.nix index bde0306a6acb..fcb73f476919 100644 --- a/pkgs/tools/backup/mydumper/default.nix +++ b/pkgs/tools/backup/mydumper/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "mydumper"; - version = "0.14.3-1"; + version = "0.15.1-3"; src = fetchFromGitHub { owner = "mydumper"; repo = "mydumper"; rev = "refs/tags/v${version}"; - hash = "sha256-qyJGnrBOElQ3s2VoOWfW1luacd33haanmzKidMBgCpc="; + hash = "sha256-CjgIyAIN2pu17Fqi4o247BsVqWoGJlqlfURZX6T6i58="; }; outputs = [ "out" "doc" "man" ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mydumper nix build failed. [ 65%] Building C object CMakeFiles/myloader.dir/src/myloader_intermediate_queue.c.o [ 67%] Building C object CMakeFiles/mydumper.dir/src/mydumper_working_thread.c.o [ 69%] Building C object CMakeFiles/myloader.dir/src/common_options.c.o [ 71%] Building C object CMakeFiles/myloader.dir/src/myloader_arguments.c.o [ 73%] Building C object CMakeFiles/myloader.dir/src/myloader_worker_index.c.o [ 75%] Building C object CMakeFiles/mydumper.dir/src/mydumper_daemon_thread.c.o [ 77%] Building C object CMakeFiles/mydumper.dir/src/mydumper_exec_command.c.o [ 79%] Building C object CMakeFiles/myloader.dir/src/myloader_worker_schema.c.o [ 81%] Building C object CMakeFiles/mydumper.dir/src/mydumper_masquerade.c.o [ 83%] Building C object CMakeFiles/myloader.dir/src/myloader_worker_loader.c.o [ 85%] Building C object CMakeFiles/mydumper.dir/src/mydumper_chunks.c.o [ 87%] Building C object CMakeFiles/mydumper.dir/src/mydumper_write.c.o [ 89%] Building C object CMakeFiles/myloader.dir/src/myloader_worker_post.c.o cc1: all warnings being treated as errors [ 91%] Building C object CMakeFiles/mydumper.dir/src/mydumper_arguments.c.o make[2]: *** [CMakeFiles/myloader.dir/build.make:146: CMakeFiles/myloader.dir/src/common.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... [ 93%] Building C object CMakeFiles/mydumper.dir/src/common_options.c.o cc1: all warnings being treated as errors make[2]: *** [CMakeFiles/mydumper.dir/build.make:146: CMakeFiles/mydumper.dir/src/common.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/Makefile2:134: CMakeFiles/myloader.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... WARNING: html_static_path entry '/build/source/docs/html/static' does not exist /build/source/build/docs/_sources/authors.rst:10: WARNING: Inline interpreted text or phrase reference start-string without end-string. /build/source/build/docs/_sources/files.rst:77: ERROR: Unexpected indentation. /build/source/build/docs/_sources/files.rst:82: WARNING: unknown option: 'mydumper --binlogs' [ 93%] Built target doc_html make[1]: *** [CMakeFiles/Makefile2:108: CMakeFiles/mydumper.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 [result] Failed to update mydumper 0.14.3-1 -> 0.15.1-3 https://github.com/mydumper/mydumper/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath glib, using log file: /var/log/nixpkgs-update/glib/2024-02-21.log glib 0 -> 1 attrpath: glib Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update glib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.getjump, using log file: /var/log/nixpkgs-update/python311Packages.getjump/2024-02-21.log python311Packages.getjump 0 -> 1 attrpath: python311Packages.getjump Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-getjump-2.4.2 Press Enter key to continue... Running update for: - python3.11-getjump-2.4.2: UPDATING ... - python3.11-getjump-2.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.getjump 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zamg, using log file: /var/log/nixpkgs-update/python311Packages.zamg/2024-02-21.log python311Packages.zamg 0 -> 1 attrpath: python311Packages.zamg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-zamg-0.3.5 Press Enter key to continue... Running update for: - python3.11-zamg-0.3.5: UPDATING ... - python3.11-zamg-0.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zamg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath csmith, using log file: /var/log/nixpkgs-update/csmith/2024-02-21.log csmith 2.3.0 -> 2.4.0 https://repology.org/project/csmith/versions attrpath: csmith Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/zc1yjxp7dsb7ggaviqfmmwwzxvjmfy3j-csmith-2.4.0.tar.gz.drv building '/nix/store/zc1yjxp7dsb7ggaviqfmmwwzxvjmfy3j-csmith-2.4.0.tar.gz.drv'... trying https://embed.cs.utah.edu/csmith/csmith-2.4.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 467 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download csmith-2.4.0.tar.gz from any mirror error: builder for '/nix/store/zc1yjxp7dsb7ggaviqfmmwwzxvjmfy3j-csmith-2.4.0.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://embed.cs.utah.edu/csmith/csmith-2.4.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 467 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download csmith-2.4.0.tar.gz from any mirror For full logs, run 'nix log /nix/store/zc1yjxp7dsb7ggaviqfmmwwzxvjmfy3j-csmith-2.4.0.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'csmith.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/zc1yjxp7dsb7ggaviqfmmwwzxvjmfy3j-csmith-2.4.0.tar.gz.drv /nix/store/cj9dppiv14719l3pv4i2ya5xhszg6jpz-csmith-2.4.0.drv building '/nix/store/zc1yjxp7dsb7ggaviqfmmwwzxvjmfy3j-csmith-2.4.0.tar.gz.drv'... trying https://embed.cs.utah.edu/csmith/csmith-2.4.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 467 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download csmith-2.4.0.tar.gz from any mirror error: builder for '/nix/store/zc1yjxp7dsb7ggaviqfmmwwzxvjmfy3j-csmith-2.4.0.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://embed.cs.utah.edu/csmith/csmith-2.4.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 467 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download csmith-2.4.0.tar.gz from any mirror For full logs, run 'nix log /nix/store/zc1yjxp7dsb7ggaviqfmmwwzxvjmfy3j-csmith-2.4.0.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/cj9dppiv14719l3pv4i2ya5xhszg6jpz-csmith-2.4.0.drv' failed to build [result] Failed to update csmith 2.3.0 -> 2.4.0 https://repology.org/project/csmith/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_6_7.openafs, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_7.openafs/2024-02-21.log linuxKernel.packages.linux_6_7.openafs 1.8.10-6.7.5 -> 1.9.1 https://repology.org/project/openafs/versions attrpath: linuxKernel.packages.linux_6_7.openafs Checking auto update branch... No auto update branch exists Old version 1.8.10-6.7.5" not present in master derivation file with contents: { lib , stdenv , fetchurl , which , autoconf , automake , flex , bison , kernel , glibc , perl , libtool_2 , libkrb5 , fetchpatch }: with (import ./srcs.nix { inherit fetchurl; }); let modDestDir = "$out/lib/modules/${kernel.modDirVersion}/extra/openafs"; kernelBuildDir = "${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"; fetchBase64Patch = args: (fetchpatch args).overrideAttrs (o: { postFetch = "mv $out p; base64 -d p > $out; " + o.postFetch; }); in stdenv.mkDerivation { pname = "openafs"; version = "${version}-${kernel.modDirVersion}"; inherit src; patches = [ # cf: Fix cast-function-type err w/disable-checking (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=6867a3e8429f37fb748575df52256227ae9e5b53"; hash = "sha256-FDvOFDzl2eFN7ZKUqQBQSWGo0ntayc8NCYh/haVi8Ng="; }) # LINUX: Make 'fs flush*' invalidate dentry (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=898098e01e19970f80f60a0551252b2027246038"; hash = "sha256-ehwRrzpqB8iJKuZ/18oJsrHVlKQs6EzCNaPtSG1m0sw="; }) # Linux 6.5: Replace generic_file_splice_read (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=fef245769366efe8694ddadd1e1f2ed5ef8608f4"; hash = "sha256-TD1xYvlc9aJyravNZLPhceeOwBawvn0Ndxd50rszTJU="; }) # LINUX: Make sysctl definitions more concise (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=d15c7ab50c92671052cbe9a93b0440c81156d8aa"; hash = "sha256-6K593AJvgC34RfnIqW8+0A/v9cF6tsbVMeKpCv+QrK4="; }) # Linux 6.5: Use register_sysctl() (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=63801cfd1fc06ec3259fcfd67229f3a3c70447ed"; hash = "sha256-eoQxaZ28OanSoaHRJcfvXQORbe21YLhwPLoJUILjMkU="; }) # hcrypto: rename abort to _afscrypto_abort (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=538f450033a67e251b473ff92238b3124b85fc72"; hash = "sha256-ztfJQKvGHGdWQe/0+BGkgRFxOi3n4YY+EFxgbD3DO1E="; }) # cf: Avoid nested C functions built by autoconf (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=d50ced2a17e05884ea18bb3dfcde6378b2531dc7"; hash = "sha256-dK2/9bGhlXCPCB9t9T/K2dKdRBShVKXtYXWPttsOhAM="; }) # cf: Use static allocated structs for cf tests (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=00f13c45d637249a0d698458e08c1b8e2da8e219"; hash = "sha256-YNszJIxBDIsl3RgBcHEpNtYIrNLC0tnSbIOQvX0oZ+s="; }) # LINUX: Pass an array of structs to register_sysctl (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=5b647bf17a878271e1ce9882e41663770ee73528"; hash = "sha256-9o4cr/KORtanTfuKMAMAOvePB+vK579rR85rY+m8VNM="; }) # linux: Replace fop iterate with fop iterate_shared (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=6de0a646036283266e1d4aeb583e426005ca5ad4"; hash = "sha256-cL3ByjUS3QU8fSbuN7ZEEKyjb+6TbbZL10UKbSgNl6c="; }) # Linux 6.6: convert to ctime accessor functions (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=6413fdbc913834f2884989e5811841f4ccea2b5f"; hash = "sha256-vdK25vfS5Yr0xQufzUk431FXHwMIWlP2UpLjqnobJWI="; }) # Linux 6.6: Pass request_mask to generic_fillattr (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=4f1d8104d17d2b4e95c7abaf5498db6b80aefa8f"; hash = "sha256-XJpqbDB/LOuqZj3gPHlcLeGzAQCGvPH8ArgWf+sbBJU="; }) # Linux: Fix to use time_t instead of time64_t (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=56763a199f92101c35d6b9b733302cb08fe0cdbe"; hash = "sha256-A2z+smBLQg6k+cHPpNr2s/SgoYuCOMNLcvm5LFRiqeM="; }) # dir: Introduce struct DirEntryFlex (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=fd527549c2d2b29a955f8c0427ac67c5d49ef38c"; hash = "sha256-jblsaJuTt3BsW5MG69ETcao/ZzSuh9aKRZyTIxZ7Ty4="; }) # Linux 6.7: convert to inode a/mtime accessor funcs (fetchpatch { url = "https://git.openafs.org?p=openafs.git;a=patch;h=6edf9d350c6ffd9d5e51fb8106701c1bc2f6a4d9"; hash = "sha256-oQVyKzIcqzYDZHSut9Mw1t3kcEC5HGUX6eGlGJ9fZYo="; }) ]; nativeBuildInputs = [ autoconf automake flex libtool_2 perl which bison ] ++ kernel.moduleBuildDependencies; buildInputs = [ libkrb5 ]; hardeningDisable = [ "pic" ]; configureFlags = [ "--with-linux-kernel-build=${kernelBuildDir}" "--sysconfdir=/etc" "--localstatedir=/var" "--with-gssapi" ]; preConfigure = '' patchShebangs . for i in `grep -l -R '/usr/\(include\|src\)' .`; do echo "Patch /usr/include and /usr/src in $i" substituteInPlace $i \ --replace "/usr/include" "${glibc.dev}/include" \ --replace "/usr/src" "${kernelBuildDir}" done ./regen.sh -q ''; buildPhase = '' make V=1 only_libafs ''; installPhase = '' mkdir -p ${modDestDir} cp src/libafs/MODLOAD-*/libafs-${kernel.modDirVersion}.* ${modDestDir}/libafs.ko xz -f ${modDestDir}/libafs.ko ''; meta = with lib; { description = "Open AFS client kernel module"; homepage = "https://www.openafs.org"; license = licenses.ipl10; platforms = platforms.linux; maintainers = with maintainers; [ andersk maggesi spacefrogg ]; broken = kernel.isHardened; }; } [result] Failed to update linuxKernel.packages.linux_6_7.openafs 1.8.10-6.7.5 -> 1.9.1 https://repology.org/project/openafs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libgit2_1_5, using log file: /var/log/nixpkgs-update/libgit2_1_5/2024-02-21.log libgit2_1_5 1.5.1 -> 1.7.2 https://github.com/libgit2/libgit2/releases attrpath: libgit2_1_5 Checking auto update branch... No auto update branch exists Version in attr path libgit2_1_5 not compatible with 1.7.2 [result] Failed to update libgit2_1_5 1.5.1 -> 1.7.2 https://github.com/libgit2/libgit2/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.howdoi, using log file: /var/log/nixpkgs-update/python311Packages.howdoi/2024-02-21.log python311Packages.howdoi 0 -> 1 attrpath: python311Packages.howdoi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-howdoi-2.0.20 Press Enter key to continue... Running update for: - python3.11-howdoi-2.0.20: UPDATING ... - python3.11-howdoi-2.0.20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.howdoi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pws, using log file: /var/log/nixpkgs-update/pws/2024-02-21.log pws 0 -> 1 attrpath: pws Checking auto update branch... Derivation contains bundlerEnv [result] Failed to update pws 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.safe, using log file: /var/log/nixpkgs-update/haskellPackages.safe/2024-02-21.log haskellPackages.safe 0.3.19 -> 0.3.21 https://repology.org/project/haskell:safe/versions attrpath: haskellPackages.safe Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.safe 0.3.19 -> 0.3.21 https://repology.org/project/haskell:safe/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cadre, using log file: /var/log/nixpkgs-update/cadre/2024-02-21.log cadre 0 -> 1 attrpath: cadre Checking auto update branch... The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update [result] Failed to update cadre 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.geventhttpclient, using log file: /var/log/nixpkgs-update/python311Packages.geventhttpclient/2024-02-21.log python311Packages.geventhttpclient 0 -> 1 attrpath: python311Packages.geventhttpclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-geventhttpclient-2.0.11 Press Enter key to continue... Running update for: - python3.11-geventhttpclient-2.0.11: UPDATING ... - python3.11-geventhttpclient-2.0.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.geventhttpclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.haversine, using log file: /var/log/nixpkgs-update/python311Packages.haversine/2024-02-21.log python311Packages.haversine 0 -> 1 attrpath: python311Packages.haversine Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-haversine-2.8.1 Press Enter key to continue... Running update for: - python3.11-haversine-2.8.1: UPDATING ... - python3.11-haversine-2.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.haversine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyRFC3339, using log file: /var/log/nixpkgs-update/python311Packages.pyRFC3339/2024-02-21.log python311Packages.pyRFC3339 0 -> 1 attrpath: python311Packages.pyRFC3339 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyrfc3339-1.1 Press Enter key to continue... Running update for: - python3.11-pyrfc3339-1.1: UPDATING ... - python3.11-pyrfc3339-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyRFC3339 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath notary, using log file: /var/log/nixpkgs-update/notary/2024-02-21.log notary 0.6.1 -> 0.7.0 https://repology.org/project/notary/versions attrpath: notary Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/security/notary/default.nix b/pkgs/tools/security/notary/default.nix index ab6ec0b16818..6aecd04e2467 100644 --- a/pkgs/tools/security/notary/default.nix +++ b/pkgs/tools/security/notary/default.nix @@ -2,14 +2,14 @@ buildGoPackage rec { pname = "notary"; - version = "0.6.1"; + version = "0.7.0"; gitcommit = "d6e1431f"; src = fetchFromGitHub { owner = "theupdateframework"; repo = "notary"; rev = "v${version}"; - sha256 = "1ak9dk6vjny5069hp3w36dbjawcnaq82l3i2qvf7mn7zfglbsnf9"; + sha256 = "sha256-jTf9CwyUgDWY2lmi+6HWOOc4rNWfNke0CfL3VEbHRVY="; }; patches = [ ./no-git-usage.patch ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A notary nix build failed. got build log for 'notary' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/lkmvc9h3r61i6h6ajiaa88dz5bmqgrlx-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/8vwv2bl46qpf9k5cc7pn4argl4ym4a70-no-git-usage.patch patching file Makefile Hunk #1 succeeded at 7 (offset 2 lines). @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase pkcs11 import was not found anywhere without a build tag, yay + /build/go/src/github.com/theupdateframework/notary/bin/notary + client @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/344y8j7dgp89la5gjl5b6vfixpbyasn9-notary-0.7.0 shrinking /nix/store/344y8j7dgp89la5gjl5b6vfixpbyasn9-notary-0.7.0/bin/notary checking for references to /build/ in /nix/store/344y8j7dgp89la5gjl5b6vfixpbyasn9-notary-0.7.0... patching script interpreter paths in /nix/store/344y8j7dgp89la5gjl5b6vfixpbyasn9-notary-0.7.0 stripping (with command strip and flags -S -p) in /nix/store/344y8j7dgp89la5gjl5b6vfixpbyasn9-notary-0.7.0/bin [result] Failed to update notary 0.6.1 -> 0.7.0 https://repology.org/project/notary/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.basemap-data, using log file: /var/log/nixpkgs-update/python311Packages.basemap-data/2024-02-21.log python311Packages.basemap-data 0 -> 1 attrpath: python311Packages.basemap-data Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-basemap-data-1.4.0 Press Enter key to continue... Running update for: - python3.11-basemap-data-1.4.0: UPDATING ... - python3.11-basemap-data-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.basemap-data 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath asciinema, using log file: /var/log/nixpkgs-update/asciinema/2024-02-21.log asciinema 0 -> 1 attrpath: asciinema Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - asciinema-2.4.0 Press Enter key to continue... Running update for: - asciinema-2.4.0: UPDATING ... - asciinema-2.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update asciinema 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pantheon.wingpanel-indicator-sound, using log file: /var/log/nixpkgs-update/pantheon.wingpanel-indicator-sound/2024-02-21.log pantheon.wingpanel-indicator-sound 0 -> 1 attrpath: pantheon.wingpanel-indicator-sound Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a1bpa3wy3ag1wlpf026x2ldgdlf659gi-packages.json.drv building '/nix/store/a1bpa3wy3ag1wlpf026x2ldgdlf659gi-packages.json.drv'... Going to be running update for following packages: - wingpanel-indicator-sound-7.0.0 Press Enter key to continue... Running update for: - wingpanel-indicator-sound-7.0.0: UPDATING ... - wingpanel-indicator-sound-7.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.wingpanel-indicator-sound 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.preprocess-cancellation, using log file: /var/log/nixpkgs-update/python311Packages.preprocess-cancellation/2024-02-21.log python311Packages.preprocess-cancellation 0 -> 1 attrpath: python311Packages.preprocess-cancellation Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-preprocess-cancellation-0.2.0 Press Enter key to continue... Running update for: - python3.11-preprocess-cancellation-0.2.0: UPDATING ... - python3.11-preprocess-cancellation-0.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/preprocess-cancellation/default.nix b/pkgs/development/python-modules/preprocess-cancellation/default.nix index dc571f076fe3..d8f60c653ddc 100644 --- a/pkgs/development/python-modules/preprocess-cancellation/default.nix +++ b/pkgs/development/python-modules/preprocess-cancellation/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "preprocess-cancellation"; - version = "0.2.0"; + version = "0.2.1"; disabled = pythonOlder "3.6"; # >= 3.6 format = "pyproject"; @@ -18,8 +18,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "kageurufu"; repo = "cancelobject-preprocessor"; - rev = version; - hash = "sha256-mn3/etXA5dkL+IsyxwD4/XjU/t4/roYFVyqQxlLOoOI="; + rev = "refs/tags/${version}"; + hash = "sha256-MJ4mwOFswLYHhg2LNZ+/ZwDvSjoxElVxlaWjArHV2NY="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.preprocess-cancellation nix build failed. got build log for 'python311Packages.preprocess-cancellation' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/i4608c0cazyqic7xy6lxqy9w5vsz1hrb-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tools/plot_defines.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/8ig9kn65ipz8g2fv428iz02b9rssd91z-pep-621.patch patching file pyproject.toml Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file pyproject.toml.rej [result] Failed to update python311Packages.preprocess-cancellation 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsForQt5.plasma-sdk, using log file: /var/log/nixpkgs-update/libsForQt5.plasma-sdk/2024-02-21.log libsForQt5.plasma-sdk 5.27.10 -> 5.93.0 https://repology.org/project/plasma-sdk/versions attrpath: libsForQt5.plasma-sdk Checking auto update branch... No auto update branch exists Old version 5.27.10" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in KDE Plasma 5. All available packages are listed in `./srcs.nix`, although a few are not yet packaged in Nixpkgs (see below). IF YOUR PACKAGE IS NOT LISTED IN `./srcs.nix`, IT DOES NOT GO HERE. Many of the packages released upstream are not yet built in Nixpkgs due to lack of demand. To add a Nixpkgs build for an upstream package, copy one of the existing packages here and modify it as necessary. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/desktops/plasma-5` from the top of the Nixpkgs tree. 3. Use `nox-review wip` to check that everything builds. 4. Commit the changes and open a pull request. */ { libsForQt5 , lib , config , fetchurl , gconf , gsettings-desktop-schemas }: let maintainers = with lib.maintainers; [ ttuegel nyanloutre ]; license = with lib.licenses; [ lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12Plus ]; srcs = import ./srcs.nix { inherit fetchurl; mirror = "mirror://kde"; }; qtStdenv = libsForQt5.callPackage ({ stdenv }: stdenv) { }; packages = self: let propagate = out: let setupHook = { writeScript }: writeScript "setup-hook" '' if [[ "''${hookName-}" != postHook ]]; then postHooks+=("source @dev@/nix-support/setup-hook") else # Propagate $${out} output propagatedUserEnvPkgs+=" @${out}@" if [ -z "$outputDev" ]; then echo "error: \$outputDev is unset!" >&2 exit 1 fi # Propagate $dev so that this setup hook is propagated # But only if there is a separate $dev output if [ "$outputDev" != out ]; then propagatedBuildInputs+=" @dev@" fi fi ''; in callPackage setupHook { }; propagateBin = propagate "bin"; callPackage = self.newScope { inherit propagate propagateBin; mkDerivation = args: let inherit (args) pname; sname = args.sname or pname; inherit (srcs.${sname}) src version; outputs = args.outputs or [ "out" ]; hasBin = lib.elem "bin" outputs; hasDev = lib.elem "dev" outputs; defaultSetupHook = if hasBin && hasDev then propagateBin else null; setupHook = args.setupHook or defaultSetupHook; nativeBuildInputs = (args.nativeBuildInputs or [ ]) ++ [ libsForQt5.wrapQtAppsHook ]; meta = let meta = args.meta or { }; in meta // { homepage = meta.homepage or "http://www.kde.org"; license = meta.license or license; maintainers = (meta.maintainers or [ ]) ++ maintainers; platforms = meta.platforms or lib.platforms.linux; }; in qtStdenv.mkDerivation (args // { inherit pname version meta outputs setupHook src nativeBuildInputs; }); }; in { aura-browser = callPackage ./aura-browser.nix { }; bluedevil = callPackage ./bluedevil.nix { }; breeze-gtk = callPackage ./breeze-gtk.nix { }; breeze-qt5 = callPackage ./breeze-qt5.nix { }; breeze-grub = callPackage ./breeze-grub.nix { }; breeze-plymouth = callPackage ./breeze-plymouth { }; discover = callPackage ./discover.nix { }; flatpak-kcm = callPackage ./flatpak-kcm.nix { }; kactivitymanagerd = callPackage ./kactivitymanagerd.nix { }; kde-cli-tools = callPackage ./kde-cli-tools.nix { }; kde-gtk-config = callPackage ./kde-gtk-config { inherit gsettings-desktop-schemas; }; kdecoration = callPackage ./kdecoration.nix { }; kdeplasma-addons = callPackage ./kdeplasma-addons.nix { }; kgamma5 = callPackage ./kgamma5.nix { }; khotkeys = callPackage ./khotkeys.nix { }; kinfocenter = callPackage ./kinfocenter { }; kmenuedit = callPackage ./kmenuedit.nix { }; kpipewire = callPackage ./kpipewire.nix { }; kscreen = callPackage ./kscreen.nix { }; kscreenlocker = callPackage ./kscreenlocker.nix { }; ksshaskpass = callPackage ./ksshaskpass.nix { }; ksystemstats = callPackage ./ksystemstats.nix { }; kwallet-pam = callPackage ./kwallet-pam.nix { }; kwayland-integration = callPackage ./kwayland-integration.nix { }; kwin = callPackage ./kwin { }; kwrited = callPackage ./kwrited.nix { }; layer-shell-qt = callPackage ./layer-shell-qt.nix { }; libkscreen = callPackage ./libkscreen { }; libksysguard = callPackage ./libksysguard { }; milou = callPackage ./milou.nix { }; oxygen = callPackage ./oxygen.nix { }; oxygen-sounds = callPackage ./oxygen-sounds.nix { }; plank-player = callPackage ./plank-player.nix { }; plasma-bigscreen = callPackage ./plasma-bigscreen.nix { }; plasma-browser-integration = callPackage ./plasma-browser-integration.nix { }; plasma-desktop = callPackage ./plasma-desktop { }; plasma-disks = callPackage ./plasma-disks.nix { }; plasma-integration = callPackage ./plasma-integration { }; plasma-mobile = callPackage ./plasma-mobile { }; plasma-nano = callPackage ./plasma-nano { }; plasma-nm = callPackage ./plasma-nm { }; plasma-pa = callPackage ./plasma-pa.nix { inherit gconf; }; plasma-remotecontrollers = callPackage ./plasma-remotecontrollers.nix { }; plasma-sdk = callPackage ./plasma-sdk.nix { }; plasma-systemmonitor = callPackage ./plasma-systemmonitor.nix { }; plasma-thunderbolt = callPackage ./plasma-thunderbolt.nix { }; plasma-vault = callPackage ./plasma-vault { }; plasma-welcome = callPackage ./plasma-welcome.nix { }; plasma-workspace = callPackage ./plasma-workspace { }; plasma-workspace-wallpapers = callPackage ./plasma-workspace-wallpapers.nix { }; polkit-kde-agent = callPackage ./polkit-kde-agent.nix { }; powerdevil = callPackage ./powerdevil.nix { }; qqc2-breeze-style = callPackage ./qqc2-breeze-style.nix { }; sddm-kcm = callPackage ./sddm-kcm.nix { }; systemsettings = callPackage ./systemsettings.nix { }; xdg-desktop-portal-kde = callPackage ./xdg-desktop-portal-kde.nix { }; thirdParty = let inherit (libsForQt5) callPackage; in { plasma-applet-caffeine-plus = callPackage ./3rdparty/addons/caffeine-plus.nix { }; plasma-applet-virtual-desktop-bar = callPackage ./3rdparty/addons/virtual-desktop-bar.nix { }; bismuth = callPackage ./3rdparty/addons/bismuth { }; kwin-dynamic-workspaces = callPackage ./3rdparty/kwin/scripts/dynamic-workspaces.nix { }; kwin-tiling = callPackage ./3rdparty/kwin/scripts/tiling.nix { }; krohnkite = callPackage ./3rdparty/kwin/scripts/krohnkite.nix { }; krunner-ssh = callPackage ./3rdparty/addons/krunner-ssh.nix { }; krunner-symbols = callPackage ./3rdparty/addons/krunner-symbols.nix { }; kzones = callPackage ./3rdparty/kwin/scripts/kzones.nix { }; lightly = callPackage ./3rdparty/lightly { }; parachute = callPackage ./3rdparty/kwin/scripts/parachute.nix { }; polonium = callPackage ./3rdparty/addons/polonium.nix { }; }; } // lib.optionalAttrs config.allowAliases { ksysguard = throw "ksysguard has been replaced with plasma-systemmonitor"; plasma-phone-components = throw "'plasma-phone-components' has been renamed to/replaced by 'plasma-mobile'"; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.plasma-sdk 5.27.10 -> 5.93.0 https://repology.org/project/plasma-sdk/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-xvfb, using log file: /var/log/nixpkgs-update/python311Packages.pytest-xvfb/2024-02-21.log python311Packages.pytest-xvfb 0 -> 1 attrpath: python311Packages.pytest-xvfb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pytest-xvfb-3.0.0 Press Enter key to continue... Running update for: - python3.11-pytest-xvfb-3.0.0: UPDATING ... - python3.11-pytest-xvfb-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-xvfb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyflexit, using log file: /var/log/nixpkgs-update/python311Packages.pyflexit/2024-02-21.log python311Packages.pyflexit 0 -> 1 attrpath: python311Packages.pyflexit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyflexit-0.3 Press Enter key to continue... Running update for: - python3.11-pyflexit-0.3: UPDATING ... - python3.11-pyflexit-0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyflexit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qadwaitadecorations, using log file: /var/log/nixpkgs-update/qadwaitadecorations/2024-02-21.log qadwaitadecorations 0 -> 1 attrpath: qadwaitadecorations Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1swfn8fdqbsj53if8553dmc9kyzpadgh-packages.json.drv building '/nix/store/1swfn8fdqbsj53if8553dmc9kyzpadgh-packages.json.drv'... Going to be running update for following packages: - qadwaitadecorations-0.1.4 Press Enter key to continue... Running update for: - qadwaitadecorations-0.1.4: UPDATING ... - qadwaitadecorations-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update qadwaitadecorations 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.cata, using log file: /var/log/nixpkgs-update/rPackages.cata/2024-02-21.log rPackages.cata 0.0.10.12 -> 0.1.0.2 https://repology.org/project/r:cata/versions attrpath: rPackages.cata Checking auto update branch... No auto update branch exists Old version 0.0.10.12" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.cata 0.0.10.12 -> 0.1.0.2 https://repology.org/project/r:cata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath murex, using log file: /var/log/nixpkgs-update/murex/2024-02-21.log murex 5.3.7000 -> 6.0.1000 https://repology.org/project/murex/versions attrpath: murex Checking auto update branch... No auto update branch exists Old version 5.3.7000" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "murex"; version = "6.0.1000"; src = fetchFromGitHub { owner = "lmorg"; repo = pname; rev = "v${version}"; sha256 = "sha256-biwwNuCUgBNV//4/PYKf/n4HA69uiBEYFWVwspI1GG8="; }; vendorHash = "sha256-qOItRqCIxoHigufI6b7j2VdBDo50qGDe+LAaccgDh5w="; subPackages = [ "." ]; meta = with lib; { description = "Bash-like shell and scripting environment with advanced features designed for safety and productivity"; homepage = "https://murex.rocks"; license = licenses.gpl2; maintainers = with maintainers; [ dit7ya kashw2 ]; }; } [result] Failed to update murex 5.3.7000 -> 6.0.1000 https://repology.org/project/murex/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.rcompanion, using log file: /var/log/nixpkgs-update/rPackages.rcompanion/2024-02-21.log rPackages.rcompanion 2.4.34 -> 2.4.35 https://repology.org/project/r:rcompanion/versions attrpath: rPackages.rcompanion Checking auto update branch... No auto update branch exists Old version 2.4.34" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rcompanion 2.4.34 -> 2.4.35 https://repology.org/project/r:rcompanion/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.mappoly, using log file: /var/log/nixpkgs-update/rPackages.mappoly/2024-02-21.log rPackages.mappoly 0.3.3 -> 0.4.0 https://repology.org/project/r:mappoly/versions attrpath: rPackages.mappoly Checking auto update branch... No auto update branch exists Old version 0.3.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.mappoly 0.3.3 -> 0.4.0 https://repology.org/project/r:mappoly/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.pykdtree, using log file: /var/log/nixpkgs-update/python312Packages.pykdtree/2024-02-21.log python312Packages.pykdtree 1.3.10 -> 1.3.11 https://repology.org/project/python:pykdtree/versions attrpath: python312Packages.pykdtree Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-pykdtree-1.3.10 Press Enter key to continue... Running update for: - python3.12-pykdtree-1.3.10: UPDATING ... - python3.12-pykdtree-1.3.10: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pykdtree/default.nix b/pkgs/development/python-modules/pykdtree/default.nix index 46e4b24ceef6..c930c70af7c9 100644 --- a/pkgs/development/python-modules/pykdtree/default.nix +++ b/pkgs/development/python-modules/pykdtree/default.nix @@ -16,12 +16,12 @@ buildPythonPackage rec { pname = "pykdtree"; - version = "1.3.10"; + version = "1.3.11"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-QefF1mnK3CGIrMS7tLC03K9JLYRRLx5lF6erLRIskR0="; + hash = "sha256-bBI8e65SE68iPFKai0FhwH64VKb+QDizaVK62iEx68s="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.pykdtree nix build failed. Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase @nix { "action": "setPhase", "phase": "pytestCheckPhase" } Running phase: pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.12.1, pytest-7.4.4, pluggy-1.4.0 rootdir: /build/pykdtree-1.3.11 collecting ...  collected 0 items / 1 error  ==================================== ERRORS ==================================== _____________________ ERROR collecting tests/test_tree.py ______________________ ImportError while importing test module '/build/pykdtree-1.3.11/tests/test_tree.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/__init__.py:4: in from . import kdtree E ImportError: cannot import name 'kdtree' from partially initialized module 'tests' (most likely due to a circular import) (/build/pykdtree-1.3.11/tests/__init__.py) The above exception was the direct cause of the following exception: /nix/store/y4dxr00qg40pwgxx9nxj61091zk8bsvl-python3-3.12.1/lib/python3.12/importlib/__init__.py:90: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/__init__.py:6: in raise ImportError( E ImportError: Pykdtree failed to import its C extension. This usually means it was built with OpenMP (C-level parallelization library) support but could not find it on your system. To enable better performance OpenMP must be installed (ex. ``brew install omp`` on Mac with HomeBrew). Otherwise, try installing Pykdtree from source (ex. ``pip install --no-binary pykdtree --force-install pykdtree``). =========================== short test summary info ============================ ERROR tests/test_tree.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.05s =============================== /nix/store/yq9qag5ak3w15nhcqplnhxpny6295l36-stdenv-linux/setup: line 1582: pop_var_context: head of shell_variables not a function context [result] Failed to update python312Packages.pykdtree 1.3.10 -> 1.3.11 https://repology.org/project/python:pykdtree/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gerbolyze, using log file: /var/log/nixpkgs-update/gerbolyze/2024-02-21.log gerbolyze 0 -> 1 attrpath: gerbolyze Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - gerbolyze-3.1.7 Press Enter key to continue... Running update for: - gerbolyze-3.1.7: UPDATING ... - gerbolyze-3.1.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gerbolyze 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.ChIPpeakAnno, using log file: /var/log/nixpkgs-update/rPackages.ChIPpeakAnno/2024-02-21.log rPackages.ChIPpeakAnno 3.36.0 -> 3.36.1 https://repology.org/project/r:chippeakanno/versions attrpath: rPackages.ChIPpeakAnno Checking auto update branch... No auto update branch exists Old version 3.36.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ChIPpeakAnno 3.36.0 -> 3.36.1 https://repology.org/project/r:chippeakanno/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath popeye, using log file: /var/log/nixpkgs-update/popeye/2024-02-21.log popeye 0.11.3 -> 0.20.2 https://github.com/derailed/popeye/releases attrpath: popeye Checking auto update branch... An auto update branch exists with message `popeye: 0.11.3 -> 0.20.0`. New version is 0.20.2. The auto update branch does not match or exceed the new version. [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-Vt5QwggdasVk4j2huSIneBMemi3Q0R4MgZn2yNlOH5E=" [golangModuleVersion] Replaced vendorHash with sha256-ThldEPzAwMfNnhUEgHL5/asc+SETKxTrPIJt307tqsg= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/cluster/popeye/default.nix b/pkgs/applications/networking/cluster/popeye/default.nix index c955ebec3d22..014ec7e81073 100644 --- a/pkgs/applications/networking/cluster/popeye/default.nix +++ b/pkgs/applications/networking/cluster/popeye/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "popeye"; - version = "0.11.3"; + version = "0.20.2"; src = fetchFromGitHub { rev = "v${version}"; owner = "derailed"; repo = "popeye"; - sha256 = "sha256-yxYG74k/HpzIrAFLLSnaqKeODIL+ioNXeyx0aTlsCi0="; + sha256 = "sha256-HMVVKqJfc/MHaHNrhkV6qBxYonWCxPkgrV8SDy5Yl+s="; }; ldflags = [ @@ -17,7 +17,7 @@ buildGoModule rec { "-X github.com/derailed/popeye/cmd.commit=${version}" ]; - vendorHash = "sha256-Vt5QwggdasVk4j2huSIneBMemi3Q0R4MgZn2yNlOH5E="; + vendorHash = "sha256-ThldEPzAwMfNnhUEgHL5/asc+SETKxTrPIJt307tqsg="; doInstallCheck = true; installCheckPhase = '' [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/240digkgk7m89fg42rag381vdn41fsbv-popeye-0.20.2" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • popeye
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/derailed/popeye/releases. meta.description for popeye is: A Kubernetes cluster resource sanitizer meta.homepage for popeye is: https://github.com/derailed/popeye meta.changelog for popeye is: https://github.com/derailed/popeye/releases/tag/v0.20.2 ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/derailed/popeye/releases/tag/v0.20.2) - [Compare changes on GitHub](https://github.com/derailed/popeye/compare/v0.11.3...v0.20.2) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.20.2 with grep in /nix/store/240digkgk7m89fg42rag381vdn41fsbv-popeye-0.20.2 - found 0.20.2 in filename of file in /nix/store/240digkgk7m89fg42rag381vdn41fsbv-popeye-0.20.2 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath popeye ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/240digkgk7m89fg42rag381vdn41fsbv-popeye-0.20.2 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A popeye https://github.com/r-ryantm/nixpkgs/archive/4ec05f992f3c3941d83e57c04e031ee504807e0e.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/4ec05f992f3c3941d83e57c04e031ee504807e0e#popeye ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/240digkgk7m89fg42rag381vdn41fsbv-popeye-0.20.2 ls -la /nix/store/240digkgk7m89fg42rag381vdn41fsbv-popeye-0.20.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • popeye
--- ###### Maintainer pings cc @bryanasdev000 for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/289678 [result] Success updating popeye 0.11.3 -> 0.20.2 https://github.com/derailed/popeye/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.androguard, using log file: /var/log/nixpkgs-update/python311Packages.androguard/2024-02-21.log python311Packages.androguard 3.4.0a1 -> 4.0.2 https://repology.org/project/python:androguard/versions attrpath: python311Packages.androguard Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-androguard-3.4.0a1 Press Enter key to continue... Running update for: - python3.11-androguard-3.4.0a1: UPDATING ... - python3.11-androguard-3.4.0a1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/androguard/default.nix b/pkgs/development/python-modules/androguard/default.nix index e408d11590bd..7b21871548d4 100644 --- a/pkgs/development/python-modules/androguard/default.nix +++ b/pkgs/development/python-modules/androguard/default.nix @@ -31,14 +31,14 @@ buildPythonPackage rec { pname = "androguard"; - version = "3.4.0a1"; + version = "4.0.2"; format = "setuptools"; src = fetchFromGitHub { repo = pname; owner = pname; - rev = "v${version}"; - sha256 = "1aparxiq11y0hbvkayp92w684nyxyyx7mi0n1x6x51g5z6c58vmy"; + rev = "refs/tags/v${version}"; + sha256 = "sha256-vNU7y+blgqqD4sTXgfWxyR5wxS1diXDpHET6jO//mvM="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.androguard nix build failed. ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) Traceback (most recent call last): File "/build/source/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 8, in setup( File "/nix/store/54mbk7y07h2hl7zvj49vd0g5arxcdiy9-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/__init__.py", line 103, in setup return distutils.core.setup(**attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/54mbk7y07h2hl7zvj49vd0g5arxcdiy9-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 159, in setup dist.parse_config_files() File "/nix/store/54mbk7y07h2hl7zvj49vd0g5arxcdiy9-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/dist.py", line 627, in parse_config_files pyprojecttoml.apply_configuration(self, filename, ignore_option_errors) File "/nix/store/54mbk7y07h2hl7zvj49vd0g5arxcdiy9-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 66, in apply_configuration config = read_configuration(filepath, True, ignore_option_errors, dist) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/54mbk7y07h2hl7zvj49vd0g5arxcdiy9-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 127, in read_configuration validate(subset, filepath) File "/nix/store/54mbk7y07h2hl7zvj49vd0g5arxcdiy9-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 55, in validate raise ValueError(f"{error}\n{summary}") from None ValueError: invalid pyproject.toml config: `project`. configuration error: `project` must contain ['name'] properties /nix/store/yq9qag5ak3w15nhcqplnhxpny6295l36-stdenv-linux/setup: line 1582: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.androguard 3.4.0a1 -> 4.0.2 https://repology.org/project/python:androguard/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gtranslator, using log file: /var/log/nixpkgs-update/gtranslator/2024-02-21.log gtranslator 0 -> 1 attrpath: gtranslator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - gtranslator-45.3 Press Enter key to continue... Running update for: - gtranslator-45.3: UPDATING ... - gtranslator-45.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gtranslator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.remote-pdb, using log file: /var/log/nixpkgs-update/python311Packages.remote-pdb/2024-02-21.log python311Packages.remote-pdb 0 -> 1 attrpath: python311Packages.remote-pdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-remote-pdb-2.1.0 Press Enter key to continue... Running update for: - python3.11-remote-pdb-2.1.0: UPDATING ... - python3.11-remote-pdb-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.remote-pdb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lightparam, using log file: /var/log/nixpkgs-update/python311Packages.lightparam/2024-02-21.log python311Packages.lightparam 0 -> 1 attrpath: python311Packages.lightparam Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-lightparam-0.4.6 Press Enter key to continue... Running update for: - python3.11-lightparam-0.4.6: UPDATING ... - python3.11-lightparam-0.4.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lightparam 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.clize, using log file: /var/log/nixpkgs-update/python311Packages.clize/2024-02-21.log python311Packages.clize 0 -> 1 attrpath: python311Packages.clize Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-clize-5.0.2 Press Enter key to continue... Running update for: - python3.11-clize-5.0.2: UPDATING ... - python3.11-clize-5.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.clize 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath boofuzz, using log file: /var/log/nixpkgs-update/boofuzz/2024-02-21.log boofuzz 0 -> 1 attrpath: boofuzz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - boofuzz-0.4.2 Press Enter key to continue... Running update for: - boofuzz-0.4.2: UPDATING ... - boofuzz-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update boofuzz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath home-manager, using log file: /var/log/nixpkgs-update/home-manager/2024-02-21.log home-manager 0 -> 1 attrpath: home-manager Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l4qjdq5mh8w6zxsw7cb9p072hyx85lx1-packages.json.drv building '/nix/store/l4qjdq5mh8w6zxsw7cb9p072hyx85lx1-packages.json.drv'... Going to be running update for following packages: - home-manager-unstable-2024-02-15 Press Enter key to continue... Running update for: - home-manager-unstable-2024-02-15: UPDATING ... - home-manager-unstable-2024-02-15: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/package-management/home-manager/default.nix b/pkgs/tools/package-management/home-manager/default.nix index 77498f9538a3..7a427300f85e 100644 --- a/pkgs/tools/package-management/home-manager/default.nix +++ b/pkgs/tools/package-management/home-manager/default.nix @@ -16,14 +16,14 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "home-manager"; - version = "unstable-2024-02-15"; + version = "unstable-2024-02-20"; src = fetchFromGitHub { name = "home-manager-source"; owner = "nix-community"; repo = "home-manager"; - rev = "3d6791b3897b526c82920a2ab5f61d71985b3cf8"; - hash = "sha256-EH20hJfNnc1/ODdDVat9B7aKm0B95L3YtkIRwKLvQG8="; + rev = "517601b37c6d495274454f63c5a483c8e3ca6be1"; + hash = "sha256-tgZ38NummEdnXvxj4D0StHBzXgceAw8CptytHljH790="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/4s4kxp8zn4wmz40psyzj4ny2gxahs9vr-home-manager-unstable-2024-02-20" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • home-manager
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for home-manager is: A Nix-based user environment configurator meta.homepage for home-manager is: https://nix-community.github.io/home-manager/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/nix-community/home-manager/compare/3d6791b3897b526c82920a2ab5f61d71985b3cf8...517601b37c6d495274454f63c5a483c8e3ca6be1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found unstable-2024-02-20 in filename of file in /nix/store/4s4kxp8zn4wmz40psyzj4ny2gxahs9vr-home-manager-unstable-2024-02-20 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath home-manager ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/4s4kxp8zn4wmz40psyzj4ny2gxahs9vr-home-manager-unstable-2024-02-20 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A home-manager https://github.com/r-ryantm/nixpkgs/archive/94537b83481a645da560fc8d37b53d0d17efda00.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/94537b83481a645da560fc8d37b53d0d17efda00#home-manager ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/4s4kxp8zn4wmz40psyzj4ny2gxahs9vr-home-manager-unstable-2024-02-20 ls -la /nix/store/4s4kxp8zn4wmz40psyzj4ny2gxahs9vr-home-manager-unstable-2024-02-20/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • home-manager
--- ###### Maintainer pings cc @AndersonTorres for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/290472 [result] Success updating home-manager 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath undervolt, using log file: /var/log/nixpkgs-update/undervolt/2024-02-21.log undervolt 0 -> 1 attrpath: undervolt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - undervolt-0.4.0 Press Enter key to continue... Running update for: - undervolt-0.4.0: UPDATING ... - undervolt-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update undervolt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath buck2, using log file: /var/log/nixpkgs-update/buck2/2024-02-21.log buck2 0 -> 1 attrpath: buck2 Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - buck2-unstable-2024-01-15 Press Enter key to continue... Running update for: - buck2-unstable-2024-01-15: UPDATING ... - buck2-unstable-2024-01-15: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/build-managers/buck2/default.nix b/pkgs/development/tools/build-managers/buck2/default.nix index 20b1d184e8e1..c0548a1ab5af 100644 --- a/pkgs/development/tools/build-managers/buck2/default.nix +++ b/pkgs/development/tools/build-managers/buck2/default.nix @@ -38,7 +38,7 @@ let buildHashes = builtins.fromJSON (builtins.readFile ./hashes.json); # our version of buck2; this should be a git tag - version = "2024-01-15"; + version = "2024-02-15"; # the platform-specific, statically linked binary — which is also # zstd-compressed @@ -63,7 +63,7 @@ let # tooling prelude-src = let - prelude-hash = "ccf6f5d1693cfa215b60212cf9863d27c6fd6a69"; + prelude-hash = "383526a5401c26e3a89a805f4d2ef6a0a164a939"; name = "buck2-prelude-${version}.tar.gz"; hash = buildHashes."_prelude"; url = "https://github.com/facebook/buck2-prelude/archive/${prelude-hash}.tar.gz"; diff --git a/pkgs/development/tools/build-managers/buck2/hashes.json b/pkgs/development/tools/build-managers/buck2/hashes.json index 687a2f585f02..f6ffce5be274 100644 --- a/pkgs/development/tools/build-managers/buck2/hashes.json +++ b/pkgs/development/tools/build-managers/buck2/hashes.json @@ -1,7 +1,7 @@ { "_comment": "@generated by pkgs/development/tools/build-managers/buck2/update.sh" -, "_prelude": "sha256-Bsd545xKass+Sua1sTFRNJgOokaHS62AKvhiLuqL58w=" -, "x86_64-linux": "sha256-Oxgz96x9INVDybJIRlBvIa76V7ngUxYh9Uo6Hdo/3pQ=" -, "x86_64-darwin": "sha256-tOlp6LKdQZg6TK2Ki8yf/e38Ibrx3fDrzOzC6bzGtrQ=" -, "aarch64-linux": "sha256-LmMbh/4tckZN1J8GJzMt8GyPmQbk3zc9DwXqJ004O7c=" -, "aarch64-darwin": "sha256-qsdHCxtJzu+UMVl1AcQh3cgDWQAITQNJEnfEN9A1W5M=" +, "_prelude": "sha256-SV3VW0/vxOk68+RQpw2SKZTOuw38g+N/PGM0xV1UcxE=" +, "x86_64-linux": "sha256-7661bF8vSepMTP9kCvqUJots2lUhR7arbZ/q5fMoeAE=" +, "x86_64-darwin": "sha256-B7jrZnXLiuNhvzYScKNsAQqVrk+UjXSBfgtCr//ZskE=" +, "aarch64-linux": "sha256-p/skKhS9Z/iIHXjZJTEw7yKpf3tCGqgF3P7XwtGyopM=" +, "aarch64-darwin": "sha256-g5fxkET5Cs9QbmInBhon/l+bkNtQiDcK4Vt2vN5Xxys=" } No auto update branch exists Old version unstable-2024-01-15" not present in master derivation file with contents: { fetchurl, lib, stdenv, zstd , testers, buck2 # for passthru.tests }: # NOTE (aseipp): buck2 uses a precompiled binary build for good reason — the # upstream codebase extensively uses unstable `rustc` nightly features, and as a # result can't be built upstream in any sane manner. it is only ever tested and # integrated against a single version of the compiler, which produces all usable # binaries. you shouldn't try to workaround this or get clever and think you can # patch it to work; just accept it for now. it is extremely unlikely buck2 will # build with a stable compiler anytime soon; see related upstream issues: # # - NixOS/nixpkgs#226677 # - NixOS/nixpkgs#232471 # - facebook/buck2#265 # - facebook/buck2#322 # # worth noting: it *is* possible to build buck2 from source using # buildRustPackage, and it works fine, but only if you are using flakes and can # import `rust-overlay` from somewhere else to vendor your compiler. See # nixos/nixpkgs#226677 for more information about that. # NOTE (aseipp): this expression is mostly automated, and you are STRONGLY # RECOMMENDED to use to nix-update for updating this expression when new # releases come out, which runs the sibling `update.sh` script. # # from the root of the nixpkgs git repository, run: # # nix-shell maintainers/scripts/update.nix \ # --argstr commit true \ # --argstr package buck2 let # build hashes, which correspond to the hashes of the precompiled binaries # procued by GitHub Actions. this also includes the hash for a download of a # compatible buck2-prelude buildHashes = builtins.fromJSON (builtins.readFile ./hashes.json); # our version of buck2; this should be a git tag version = "2024-01-15"; # the platform-specific, statically linked binary — which is also # zstd-compressed src = let suffix = { # map our platform name to the rust toolchain suffix # NOTE (aseipp): must be synchronized with update.sh! x86_64-darwin = "x86_64-apple-darwin"; aarch64-darwin = "aarch64-apple-darwin"; x86_64-linux = "x86_64-unknown-linux-musl"; aarch64-linux = "aarch64-unknown-linux-musl"; }."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); name = "buck2-${version}-${suffix}.zst"; hash = buildHashes."${stdenv.hostPlatform.system}"; url = "https://github.com/facebook/buck2/releases/download/${version}/buck2-${suffix}.zst"; in fetchurl { inherit name url hash; }; # compatible version of buck2 prelude; this is exported via passthru.prelude # for downstream consumers to use when they need to automate any kind of # tooling prelude-src = let prelude-hash = "ccf6f5d1693cfa215b60212cf9863d27c6fd6a69"; name = "buck2-prelude-${version}.tar.gz"; hash = buildHashes."_prelude"; url = "https://github.com/facebook/buck2-prelude/archive/${prelude-hash}.tar.gz"; in fetchurl { inherit name url hash; }; in stdenv.mkDerivation { pname = "buck2"; version = "unstable-${version}"; # TODO (aseipp): kill 'unstable' once a non-prerelease is made inherit src; nativeBuildInputs = [ zstd ]; doCheck = true; dontConfigure = true; dontStrip = true; unpackPhase = "unzstd ${src} -o ./buck2"; buildPhase = "chmod +x ./buck2"; checkPhase = "./buck2 --version"; installPhase = '' mkdir -p $out/bin install -D buck2 $out/bin/buck2 ''; passthru = { prelude = prelude-src; updateScript = ./update.sh; tests = testers.testVersion { package = buck2; # NOTE (aseipp): the buck2 --version command doesn't actually print out # the given version tagged in the release, but a hash, but not the git # hash; the entire version logic is bizarrely specific to buck2, and needs # to be reworked the open source build to behave like expected. in the # mean time, it *does* always print out 'buck2 ...' so we can just # match on "buck2" version = "buck2"; }; }; meta = with lib; { description = "Fast, hermetic, multi-language build system"; homepage = "https://buck2.build"; changelog = "https://github.com/facebook/buck2/releases/tag/${version}"; license = with licenses; [ asl20 /* or */ mit ]; mainProgram = "buck2"; maintainers = with maintainers; [ thoughtpolice ]; platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; }; } [result] Failed to update buck2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.keras-applications, using log file: /var/log/nixpkgs-update/python311Packages.keras-applications/2024-02-21.log python311Packages.keras-applications 0 -> 1 attrpath: python311Packages.keras-applications Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-Keras_Applications-1.0.8 Press Enter key to continue... Running update for: - python3.11-Keras_Applications-1.0.8: UPDATING ... - python3.11-Keras_Applications-1.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.keras-applications 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.phladiprelio-ukrainian-simple, using log file: /var/log/nixpkgs-update/haskellPackages.phladiprelio-ukrainian-simple/2024-02-21.log haskellPackages.phladiprelio-ukrainian-simple 0.15.0.0 -> 0.15.2.0 https://repology.org/project/haskell:phladiprelio-ukrainian-simple/versions attrpath: haskellPackages.phladiprelio-ukrainian-simple Checking auto update branch... No auto update branch exists [outpaths] eval start [outpaths] eval end Derivation file says not to edit it [result] Failed to update haskellPackages.phladiprelio-ukrainian-simple 0.15.0.0 -> 0.15.2.0 https://repology.org/project/haskell:phladiprelio-ukrainian-simple/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.multimethod, using log file: /var/log/nixpkgs-update/python311Packages.multimethod/2024-02-21.log python311Packages.multimethod 0 -> 1 attrpath: python311Packages.multimethod Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-multimethod-1.9.1 Press Enter key to continue... Running update for: - python3.11-multimethod-1.9.1: UPDATING ... - python3.11-multimethod-1.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.multimethod 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pufferpanel, using log file: /var/log/nixpkgs-update/pufferpanel/2024-02-21.log pufferpanel 2.6.9 -> 2.6.10 https://github.com/PufferPanel/PufferPanel/releases attrpath: pufferpanel Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-402ND99FpU+zNV1e5Th1+aZKok49cIEdpPPLLfNyL3E=" [golangModuleVersion] Replaced vendorHash with sha256-402ND99FpU+zNV1e5Th1+aZKok49cIEdpPPLLfNyL3E= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] Hashes equal; no update necessary [result] Failed to update pufferpanel 2.6.9 -> 2.6.10 https://github.com/PufferPanel/PufferPanel/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-extensions, using log file: /var/log/nixpkgs-update/python311Packages.mypy-extensions/2024-02-21.log python311Packages.mypy-extensions 0 -> 1 attrpath: python311Packages.mypy-extensions Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-extensions-1.0.0 Press Enter key to continue... Running update for: - python3.11-mypy-extensions-1.0.0: UPDATING ... - python3.11-mypy-extensions-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-extensions 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pgvector, using log file: /var/log/nixpkgs-update/python311Packages.pgvector/2024-02-21.log python311Packages.pgvector 0 -> 1 attrpath: python311Packages.pgvector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pgvector-0.2.4 Press Enter key to continue... Running update for: - python3.11-pgvector-0.2.4: UPDATING ... - python3.11-pgvector-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pgvector 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.adax, using log file: /var/log/nixpkgs-update/python311Packages.adax/2024-02-21.log python311Packages.adax 0 -> 1 attrpath: python311Packages.adax Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-adax-0.4.0 Press Enter key to continue... Running update for: - python3.11-adax-0.4.0: UPDATING ... - python3.11-adax-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.adax 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.htmllaundry, using log file: /var/log/nixpkgs-update/python311Packages.htmllaundry/2024-02-21.log python311Packages.htmllaundry 0 -> 1 attrpath: python311Packages.htmllaundry Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-htmllaundry-2.2 Press Enter key to continue... Running update for: - python3.11-htmllaundry-2.2: UPDATING ... - python3.11-htmllaundry-2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.htmllaundry 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath netbeans, using log file: /var/log/nixpkgs-update/netbeans/2024-02-21.log netbeans 20 -> 21 https://repology.org/project/netbeans/versions attrpath: netbeans Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/editors/netbeans/default.nix b/pkgs/applications/editors/netbeans/default.nix index 2159a60c0323..b099c698a85d 100644 --- a/pkgs/applications/editors/netbeans/default.nix +++ b/pkgs/applications/editors/netbeans/default.nix @@ -3,7 +3,7 @@ }: let - version = "20"; + version = "21"; desktopItem = makeDesktopItem { name = "netbeans"; exec = "netbeans"; @@ -19,7 +19,7 @@ stdenv.mkDerivation { inherit version; src = fetchurl { url = "mirror://apache/netbeans/netbeans/${version}/netbeans-${version}-bin.zip"; - hash = "sha256-hseSusJiUqdnhIyOBtELProeMjrGdKa22h0VkbML80E="; + hash = "sha256-enGpaDxSaoR8H/Q7yUA9XAHFC3OePFFw/v+yqn+69/0="; }; buildCommand = '' @@ -63,7 +63,7 @@ stdenv.mkDerivation { meta = { description = "An integrated development environment for Java, C, C++ and PHP"; homepage = "https://netbeans.apache.org/"; - license = lib.licenses.asl20; + license = lib.licenses.asl21; sourceProvenance = with lib.sourceTypes; [ binaryBytecode binaryNativeCode [outpaths] eval start Received ExitFailure 1 when running Raw command: nix-env -f /var/cache/nixpkgs-update/worker/outpath/outpaths.nix -qaP --no-name --out-path --arg path /var/cache/nixpkgs-update/worker/worktree/netbeans --arg checkMeta true --show-trace Standard output: error: … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/outpath/outpaths.nix:40:12: 39| tweak = lib.mapAttrs 40| (name: val: | ^ 41| if name == "recurseForDerivations" then true … from call site at /var/cache/nixpkgs-update/worker/worktree/netbeans/lib/attrsets.nix:762:43: 761| f: 762| listToAttrs (map (n: nameValuePair n (f n)) names); | ^ 763| … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/worktree/netbeans/pkgs/top-level/release-lib.nix:125:6: 124| testOnCross = crossSystem: metaPatterns: f: forMatchingSystems metaPatterns 125| (system: hydraJob' (f (pkgsForCross crossSystem system))); | ^ 126| … from call site at /var/cache/nixpkgs-update/worker/worktree/netbeans/pkgs/top-level/release-lib.nix:125:14: 124| testOnCross = crossSystem: metaPatterns: f: forMatchingSystems metaPatterns 125| (system: hydraJob' (f (pkgsForCross crossSystem system))); | ^ 126| … while calling 'hydraJob' at /var/cache/nixpkgs-update/worker/worktree/netbeans/lib/customisation.nix:279:14: 278| */ 279| hydraJob = drv: | ^ 280| let … from call site at /var/cache/nixpkgs-update/worker/worktree/netbeans/pkgs/stdenv/generic/make-derivation.nix:536:14: 535| meta = checkMeta.commonMeta { inherit validity attrs pos references; }; 536| validity = checkMeta.assertValidity { inherit meta attrs; }; | ^ 537| … while calling 'assertValidity' at /var/cache/nixpkgs-update/worker/worktree/netbeans/pkgs/stdenv/generic/check-meta.nix:484:20: 483| 484| assertValidity = { meta, attrs }: let | ^ 485| validity = checkValidity attrs; … from call site at /var/cache/nixpkgs-update/worker/worktree/netbeans/pkgs/stdenv/generic/check-meta.nix:485:18: 484| assertValidity = { meta, attrs }: let 485| validity = checkValidity attrs; | ^ 486| inherit (validity) valid; … while calling 'checkValidity' at /var/cache/nixpkgs-update/worker/worktree/netbeans/pkgs/stdenv/generic/check-meta.nix:385:19: 384| # Along with a boolean flag for each reason 385| checkValidity = attrs: | ^ 386| # Check meta attribute types first, to make sure it is always called even when there are other issues … from call site at /var/cache/nixpkgs-update/worker/worktree/netbeans/pkgs/stdenv/generic/check-meta.nix:388:15: 387| # Note that this is not a full type check and functions below still need to by careful about their inputs! 388| let res = checkMeta (attrs.meta or {}); in if res != [] then | ^ 389| { valid = "no"; reason = "unknown-meta"; errormsg = "has an invalid meta attrset:${concatMapStrings (x: "\n - " + x) res}\n"; … while calling 'checkMeta' at /var/cache/nixpkgs-update/worker/worktree/netbeans/pkgs/stdenv/generic/check-meta.nix:367:15: 366| [ "key 'meta.${k}' is unrecognized; expected one of: \n [${concatMapStringsSep ", " (x: "'${x}'") (attrNames metaTypes)}]" ]; 367| checkMeta = meta: optionals config.checkMeta (concatMap (attr: checkMetaAttr attr meta.${attr}) (attrNames meta)); | ^ 368| … from call site at /var/cache/nixpkgs-update/worker/worktree/netbeans/pkgs/stdenv/generic/check-meta.nix:367:21: 366| [ "key 'meta.${k}' is unrecognized; expected one of: \n [${concatMapStringsSep ", " (x: "'${x}'") (attrNames metaTypes)}]" ]; 367| checkMeta = meta: optionals config.checkMeta (concatMap (attr: checkMetaAttr attr meta.${attr}) (attrNames meta)); | ^ 368| … while calling 'optionals' at /var/cache/nixpkgs-update/worker/worktree/netbeans/lib/lists.nix:375:5: 374| # List to return if condition is true 375| elems: if cond then elems else []; | ^ 376| … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/worktree/netbeans/pkgs/stdenv/generic/check-meta.nix:367:60: 366| [ "key 'meta.${k}' is unrecognized; expected one of: \n [${concatMapStringsSep ", " (x: "'${x}'") (attrNames metaTypes)}]" ]; 367| checkMeta = meta: optionals config.checkMeta (concatMap (attr: checkMetaAttr attr meta.${attr}) (attrNames meta)); | ^ 368| … from call site at /var/cache/nixpkgs-update/worker/worktree/netbeans/pkgs/stdenv/generic/check-meta.nix:367:66: 366| [ "key 'meta.${k}' is unrecognized; expected one of: \n [${concatMapStringsSep ", " (x: "'${x}'") (attrNames metaTypes)}]" ]; 367| checkMeta = meta: optionals config.checkMeta (concatMap (attr: checkMetaAttr attr meta.${attr}) (attrNames meta)); | ^ 368| … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/worktree/netbeans/pkgs/stdenv/generic/check-meta.nix:357:9: 356| metaTypes' = mapAttrs (_: t: t.verify) metaTypes; 357| in k: v: | ^ 358| if metaTypes?${k} then … from call site at /var/cache/nixpkgs-update/worker/worktree/netbeans/pkgs/stdenv/generic/check-meta.nix:359:10: 358| if metaTypes?${k} then 359| if metaTypes'.${k} v then | ^ 360| [ ] … while calling 'verify' at /var/cache/nixpkgs-update/worker/worktree/netbeans/pkgs/stdenv/generic/meta-types.nix:74:14: 73| name = "union<${concatStringsSep "," (map (t: t.name) types)}>"; 74| verify = v: any (func: func v) funcs; | ^ 75| }; … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/worktree/netbeans/pkgs/stdenv/generic/meta-types.nix:74:22: 73| name = "union<${concatStringsSep "," (map (t: t.name) types)}>"; 74| verify = v: any (func: func v) funcs; | ^ 75| }; … from call site at /var/cache/nixpkgs-update/worker/worktree/netbeans/pkgs/stdenv/generic/meta-types.nix:74:28: 73| name = "union<${concatStringsSep "," (map (t: t.name) types)}>"; 74| verify = v: any (func: func v) funcs; | ^ 75| }; … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/worktree/netbeans/pkgs/stdenv/generic/meta-types.nix:66:12: 65| if t == self.any then isList 66| else v: isList v && all verify v; | ^ 67| }; error: attribute 'asl21' missing at /var/cache/nixpkgs-update/worker/worktree/netbeans/pkgs/applications/editors/netbeans/default.nix:66:15: 65| homepage = "https://netbeans.apache.org/"; 66| license = lib.licenses.asl21; | ^ 67| sourceProvenance = with lib.sourceTypes; [ Did you mean one of afl21, asl20, osl21, afl20 or apsl20? [result] Failed to update netbeans 20 -> 21 https://repology.org/project/netbeans/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.menhirLib, using log file: /var/log/nixpkgs-update/ocamlPackages.menhirLib/2024-02-21.log ocamlPackages.menhirLib 20230608 -> 20231231 https://repology.org/project/ocaml:menhirlib/versions attrpath: ocamlPackages.menhirLib Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/ocaml-modules/menhir/lib.nix b/pkgs/development/ocaml-modules/menhir/lib.nix index 9deceded4068..667435764c61 100644 --- a/pkgs/development/ocaml-modules/menhir/lib.nix +++ b/pkgs/development/ocaml-modules/menhir/lib.nix @@ -2,14 +2,14 @@ buildDunePackage rec { pname = "menhirLib"; - version = "20230608"; + version = "20231231"; src = fetchFromGitLab { domain = "gitlab.inria.fr"; owner = "fpottier"; repo = "menhir"; rev = version; - sha256 = "sha256-dUPoIUVr3gqvE5bniyQh/b37tNfRsZN8X3e99GFkyLY="; + sha256 = "sha256-veB0ORHp6jdRwCyDDAfc7a7ov8sOeHUmiELdOFf/QYk="; }; meta = with lib; { [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/b6fyam10826cnjb23ywzzn5bcp7ypw99-ocaml5.1.1-menhirLib-20231231" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages marked as broken and skipped:
  • ocamlPackages.biocaml
  • ocamlPackages.magic-trace
  • ocamlPackages.pythonlib
8 packages failed to build:
  • coqPackages.coq-elpi
  • coqPackages.graph-theory
  • coqPackages.hierarchy-builder
  • coqPackages.mathcomp-algebra-tactics
  • coqPackages.mathcomp-analysis
  • coqPackages.mathcomp-classical
  • coqPackages.mathcomp-infotheo
  • python312Packages.prophet
265 packages built:
  • abella
  • acgtk
  • alt-ergo
  • anders
  • cmdstan
  • coccinelle
  • comby
  • compcert
  • coqPackages.coq-lsp
  • cvehound
  • docfd
  • dune-release
  • easycrypt
  • eff
  • framac
  • fstar
  • gradescope-submit
  • haxe
  • haxePackages.format
  • haxePackages.heaps
  • haxePackages.hlopenal
  • haxePackages.hlsdl
  • haxePackages.hxcpp
  • haxePackages.hxcs
  • haxePackages.hxjava
  • haxePackages.hxnodejs_4
  • heptagon
  • jackline
  • jasmin-compiler
  • ledit
  • libbap
  • ligo
  • liquidsoap
  • obelisk
  • ocamlPackages.alcotest-lwt
  • ocamlPackages.alcotest-mirage
  • ocamlPackages.asai
  • ocamlPackages.async_js
  • ocamlPackages.async_rpc_websocket
  • ocamlPackages.async_smtp
  • ocamlPackages.atd
  • ocamlPackages.atdgen
  • ocamlPackages.awa
  • ocamlPackages.awa-mirage
  • ocamlPackages.base64
  • ocamlPackages.bistro
  • ocamlPackages.bonsai
  • ocamlPackages.bos
  • ocamlPackages.brisk-reconciler
  • ocamlPackages.brr
  • ocamlPackages.ca-certs
  • ocamlPackages.ca-certs-nss
  • ocamlPackages.camlp5
  • ocamlPackages.caqti
  • ocamlPackages.caqti-async
  • ocamlPackages.caqti-driver-mariadb
  • ocamlPackages.caqti-driver-postgresql
  • ocamlPackages.caqti-driver-sqlite3
  • ocamlPackages.caqti-dynload
  • ocamlPackages.caqti-lwt
  • ocamlPackages.caqti-type-calendar
  • ocamlPackages.carton
  • ocamlPackages.carton-git
  • ocamlPackages.carton-lwt
  • ocamlPackages.checkseum
  • ocamlPackages.cohttp
  • ocamlPackages.cohttp-async
  • ocamlPackages.cohttp-lwt
  • ocamlPackages.cohttp-lwt-jsoo
  • ocamlPackages.cohttp-lwt-unix
  • ocamlPackages.cohttp-top
  • ocamlPackages.cohttp_async_websocket
  • ocamlPackages.cohttp_static_handler
  • ocamlPackages.conduit-lwt-unix
  • ocamlPackages.cooltt
  • ocamlPackages.ctypes_stubs_js
  • ocamlPackages.curly
  • ocamlPackages.dap
  • ocamlPackages.decompress
  • ocamlPackages.dedukti
  • ocamlPackages.digestif
  • ocamlPackages.dns
  • ocamlPackages.dns-client
  • ocamlPackages.dns-client-lwt
  • ocamlPackages.dns-tsig
  • ocamlPackages.dnssec
  • ocamlPackages.dolmen
  • ocamlPackages.dolmen_loop
  • ocamlPackages.dolmen_type
  • ocamlPackages.dose3
  • ocamlPackages.earlybird
  • ocamlPackages.eio_linux
  • ocamlPackages.eio_main
  • ocamlPackages.eio_posix
  • ocamlPackages.eliom
  • ocamlPackages.elpi
  • ocamlPackages.email_message
  • ocamlPackages.emile
  • ocamlPackages.ethernet
  • ocamlPackages.flex
  • ocamlPackages.frontc
  • ocamlPackages.functoria
  • ocamlPackages.gen_js_api
  • ocamlPackages.git
  • ocamlPackages.github
  • ocamlPackages.github-data
  • ocamlPackages.github-jsoo
  • ocamlPackages.github-unix
  • ocamlPackages.graphql
  • ocamlPackages.graphql-cohttp
  • ocamlPackages.graphql-lwt
  • ocamlPackages.graphql_parser
  • ocamlPackages.graphql_ppx
  • ocamlPackages.h2
  • ocamlPackages.happy-eyeballs
  • ocamlPackages.happy-eyeballs-lwt
  • ocamlPackages.imagelib
  • ocamlPackages.incr_dom
  • ocamlPackages.index
  • ocamlPackages.irmin
  • ocamlPackages.irmin-chunk
  • ocamlPackages.irmin-containers
  • ocamlPackages.irmin-fs
  • ocamlPackages.irmin-mirage
  • ocamlPackages.irmin-pack
  • ocamlPackages.irmin-test
  • ocamlPackages.irmin-tezos
  • ocamlPackages.irmin-watcher
  • ocamlPackages.jingoo
  • ocamlPackages.js_of_ocaml
  • ocamlPackages.js_of_ocaml-compiler
  • ocamlPackages.js_of_ocaml-lwt
  • ocamlPackages.js_of_ocaml-ppx
  • ocamlPackages.js_of_ocaml-ppx_deriving_json
  • ocamlPackages.js_of_ocaml-toplevel
  • ocamlPackages.js_of_ocaml-tyxml
  • ocamlPackages.js_of_ocaml_patches
  • ocamlPackages.jwto
  • ocamlPackages.lambda-term
  • ocamlPackages.lambdapi
  • ocamlPackages.letsencrypt
  • ocamlPackages.letsencrypt-app
  • ocamlPackages.letsencrypt-dns
  • ocamlPackages.linol
  • ocamlPackages.linol-lwt
  • ocamlPackages.logs
  • ocamlPackages.lustre-v6
  • ocamlPackages.menhir
  • ocamlPackages.menhirLib
  • ocamlPackages.menhirSdk
  • ocamlPackages.merlin
  • ocamlPackages.metrics-lwt
  • ocamlPackages.metrics-rusage
  • ocamlPackages.metrics-unix
  • ocamlPackages.mimic
  • ocamlPackages.mirage
  • ocamlPackages.mirage-block-combinators
  • ocamlPackages.mirage-block-unix
  • ocamlPackages.mirage-channel
  • ocamlPackages.mirage-crypto-ec
  • ocamlPackages.mirage-crypto-pk
  • ocamlPackages.mirage-crypto-rng
  • ocamlPackages.mirage-crypto-rng-async
  • ocamlPackages.mirage-crypto-rng-lwt
  • ocamlPackages.mirage-crypto-rng-mirage
  • ocamlPackages.mirage-flow-combinators
  • ocamlPackages.mirage-flow-unix
  • ocamlPackages.mirage-logs
  • ocamlPackages.mirage-runtime
  • ocamlPackages.mirage-unix
  • ocamlPackages.mldoc
  • ocamlPackages.morbig
  • ocamlPackages.mrmime
  • ocamlPackages.mustache
  • ocamlPackages.note
  • ocamlPackages.ocaml-print-intf
  • ocamlPackages.ocaml-vdom
  • ocamlPackages.ocamlformat (ocamlPackages.ocamlformat_0_26_1)
  • ocamlPackages.ocamlformat-lib
  • ocamlPackages.ocamlformat_0_23_0
  • ocamlPackages.ocamlformat_0_24_1
  • ocamlPackages.ocamlformat_0_25_1
  • ocamlPackages.ocamlformat_0_26_0
  • ocamlPackages.ocplib-simplex
  • ocamlPackages.ocsigen-start
  • ocamlPackages.ocsigen-toolkit
  • ocamlPackages.ocsigen_server
  • ocamlPackages.ocsipersist
  • ocamlPackages.ocsipersist-pgsql
  • ocamlPackages.ocsipersist-sqlite
  • ocamlPackages.odate
  • ocamlPackages.ojs
  • ocamlPackages.opium
  • ocamlPackages.otoml
  • ocamlPackages.otr
  • ocamlPackages.ppx_css
  • ocamlPackages.ppx_deriving_rpc
  • ocamlPackages.ppx_deriving_yaml
  • ocamlPackages.ppx_irmin
  • ocamlPackages.ppx_python
  • ocamlPackages.ppx_repr
  • ocamlPackages.prettym
  • ocamlPackages.progress
  • ocamlPackages.promise_jsoo
  • ocamlPackages.psmt2-frontend
  • ocamlPackages.pyml
  • ocamlPackages.reason
  • ocamlPackages.reason-native.console
  • ocamlPackages.reason-native.dir
  • ocamlPackages.reason-native.file-context-printer
  • ocamlPackages.reason-native.fp
  • ocamlPackages.reason-native.pastel
  • ocamlPackages.reason-native.pastel-console
  • ocamlPackages.reason-native.qcheck-rely
  • ocamlPackages.reason-native.refmterr
  • ocamlPackages.reason-native.rely
  • ocamlPackages.reason-native.rely-junit-reporter
  • ocamlPackages.rebez
  • ocamlPackages.reperf
  • ocamlPackages.repr
  • ocamlPackages.resto-cohttp
  • ocamlPackages.resto-cohttp-client
  • ocamlPackages.resto-cohttp-self-serving-client
  • ocamlPackages.resto-cohttp-server
  • ocamlPackages.rpclib
  • ocamlPackages.rpclib-lwt
  • ocamlPackages.sail
  • ocamlPackages.tar
  • ocamlPackages.tar-unix
  • ocamlPackages.telegraml
  • ocamlPackages.tezos-base58
  • ocamlPackages.tls
  • ocamlPackages.tls-async
  • ocamlPackages.tls-lwt
  • ocamlPackages.tls-mirage
  • ocamlPackages.toml
  • ocamlPackages.tyxml-lwd
  • ocamlPackages.utop
  • ocamlPackages.vg
  • ocamlPackages.virtual_dom
  • ocamlPackages.wayland
  • ocamlPackages.webbrowser
  • ocamlPackages.webmachine
  • ocamlPackages.x509
  • ocamlPackages.yaml
  • ocamlPackages.yaml-sexp
  • ocamlPackages.zelus
  • ocamlPackages.zelus-gtk
  • opam-publish
  • orpie
  • prooftree
  • python311Packages.bap
  • python311Packages.cmdstanpy
  • python311Packages.prophet
  • python312Packages.bap
  • python312Packages.cmdstanpy
  • sail-riscv-rv32
  • sail-riscv-rv64
  • satysfi
  • soupault
  • spark2014
  • stanc
  • stog
  • wayland-proxy-virtwl
  • why3
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/ocaml:menhirlib/versions. meta.description for ocamlPackages.menhirLib is: Runtime support library for parsers generated by Menhir meta.homepage for ocamlPackages.menhirLib is: http://pauillac.inria.fr/~fpottier/menhir/ ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 20231231 with grep in /nix/store/b6fyam10826cnjb23ywzzn5bcp7ypw99-ocaml5.1.1-menhirLib-20231231 - found 20231231 in filename of file in /nix/store/b6fyam10826cnjb23ywzzn5bcp7ypw99-ocaml5.1.1-menhirLib-20231231 ---
Rebuild report (if merged into master) (click to expand) ``` 68 total rebuild path(s) 68 package rebuild(s) First fifty rebuilds by attrpath abella acgtk alt-ergo anders cmdstan coccinelle comby compcert coqPackages.coq-elpi coqPackages.coq-lsp coqPackages.graph-theory coqPackages.hierarchy-builder coqPackages.mathcomp-algebra-tactics coqPackages.mathcomp-analysis coqPackages.mathcomp-classical coqPackages.mathcomp-infotheo cvehound docfd dune-release easycrypt eff framac fstar gradescope-submit haxe haxePackages.format haxePackages.heaps haxePackages.hlopenal haxePackages.hlsdl haxePackages.hxcpp haxePackages.hxcs haxePackages.hxjava haxePackages.hxnodejs_4 haxe_4_3 heptagon hxcpp jackline jasmin-compiler ledit libbap ligo liquidsoap obelisk ocamlformat ocamlformat_0_23_0 ocamlformat_0_24_1 ocamlformat_0_25_1 ocamlformat_0_26_0 ocamlformat_0_26_1 opam-publish ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/b6fyam10826cnjb23ywzzn5bcp7ypw99-ocaml5.1.1-menhirLib-20231231 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A ocamlPackages.menhirLib https://github.com/r-ryantm/nixpkgs/archive/c5399c7f67344e4174de96fecf146ff6093e3b8a.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/c5399c7f67344e4174de96fecf146ff6093e3b8a#ocamlPackages.menhirLib ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/b6fyam10826cnjb23ywzzn5bcp7ypw99-ocaml5.1.1-menhirLib-20231231 ls -la /nix/store/b6fyam10826cnjb23ywzzn5bcp7ypw99-ocaml5.1.1-menhirLib-20231231/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages marked as broken and skipped:
  • ocamlPackages.biocaml
  • ocamlPackages.magic-trace
  • ocamlPackages.pythonlib
8 packages failed to build:
  • coqPackages.coq-elpi
  • coqPackages.graph-theory
  • coqPackages.hierarchy-builder
  • coqPackages.mathcomp-algebra-tactics
  • coqPackages.mathcomp-analysis
  • coqPackages.mathcomp-classical
  • coqPackages.mathcomp-infotheo
  • python312Packages.prophet
265 packages built:
  • abella
  • acgtk
  • alt-ergo
  • anders
  • cmdstan
  • coccinelle
  • comby
  • compcert
  • coqPackages.coq-lsp
  • cvehound
  • docfd
  • dune-release
  • easycrypt
  • eff
  • framac
  • fstar
  • gradescope-submit
  • haxe
  • haxePackages.format
  • haxePackages.heaps
  • haxePackages.hlopenal
  • haxePackages.hlsdl
  • haxePackages.hxcpp
  • haxePackages.hxcs
  • haxePackages.hxjava
  • haxePackages.hxnodejs_4
  • heptagon
  • jackline
  • jasmin-compiler
  • ledit
  • libbap
  • ligo
  • liquidsoap
  • obelisk
  • ocamlPackages.alcotest-lwt
  • ocamlPackages.alcotest-mirage
  • ocamlPackages.asai
  • ocamlPackages.async_js
  • ocamlPackages.async_rpc_websocket
  • ocamlPackages.async_smtp
  • ocamlPackages.atd
  • ocamlPackages.atdgen
  • ocamlPackages.awa
  • ocamlPackages.awa-mirage
  • ocamlPackages.base64
  • ocamlPackages.bistro
  • ocamlPackages.bonsai
  • ocamlPackages.bos
  • ocamlPackages.brisk-reconciler
  • ocamlPackages.brr
  • ocamlPackages.ca-certs
  • ocamlPackages.ca-certs-nss
  • ocamlPackages.camlp5
  • ocamlPackages.caqti
  • ocamlPackages.caqti-async
  • ocamlPackages.caqti-driver-mariadb
  • ocamlPackages.caqti-driver-postgresql
  • ocamlPackages.caqti-driver-sqlite3
  • ocamlPackages.caqti-dynload
  • ocamlPackages.caqti-lwt
  • ocamlPackages.caqti-type-calendar
  • ocamlPackages.carton
  • ocamlPackages.carton-git
  • ocamlPackages.carton-lwt
  • ocamlPackages.checkseum
  • ocamlPackages.cohttp
  • ocamlPackages.cohttp-async
  • ocamlPackages.cohttp-lwt
  • ocamlPackages.cohttp-lwt-jsoo
  • ocamlPackages.cohttp-lwt-unix
  • ocamlPackages.cohttp-top
  • ocamlPackages.cohttp_async_websocket
  • ocamlPackages.cohttp_static_handler
  • ocamlPackages.conduit-lwt-unix
  • ocamlPackages.cooltt
  • ocamlPackages.ctypes_stubs_js
  • ocamlPackages.curly
  • ocamlPackages.dap
  • ocamlPackages.decompress
  • ocamlPackages.dedukti
  • ocamlPackages.digestif
  • ocamlPackages.dns
  • ocamlPackages.dns-client
  • ocamlPackages.dns-client-lwt
  • ocamlPackages.dns-tsig
  • ocamlPackages.dnssec
  • ocamlPackages.dolmen
  • ocamlPackages.dolmen_loop
  • ocamlPackages.dolmen_type
  • ocamlPackages.dose3
  • ocamlPackages.earlybird
  • ocamlPackages.eio_linux
  • ocamlPackages.eio_main
  • ocamlPackages.eio_posix
  • ocamlPackages.eliom
  • ocamlPackages.elpi
  • ocamlPackages.email_message
  • ocamlPackages.emile
  • ocamlPackages.ethernet
  • ocamlPackages.flex
  • ocamlPackages.frontc
  • ocamlPackages.functoria
  • ocamlPackages.gen_js_api
  • ocamlPackages.git
  • ocamlPackages.github
  • ocamlPackages.github-data
  • ocamlPackages.github-jsoo
  • ocamlPackages.github-unix
  • ocamlPackages.graphql
  • ocamlPackages.graphql-cohttp
  • ocamlPackages.graphql-lwt
  • ocamlPackages.graphql_parser
  • ocamlPackages.graphql_ppx
  • ocamlPackages.h2
  • ocamlPackages.happy-eyeballs
  • ocamlPackages.happy-eyeballs-lwt
  • ocamlPackages.imagelib
  • ocamlPackages.incr_dom
  • ocamlPackages.index
  • ocamlPackages.irmin
  • ocamlPackages.irmin-chunk
  • ocamlPackages.irmin-containers
  • ocamlPackages.irmin-fs
  • ocamlPackages.irmin-mirage
  • ocamlPackages.irmin-pack
  • ocamlPackages.irmin-test
  • ocamlPackages.irmin-tezos
  • ocamlPackages.irmin-watcher
  • ocamlPackages.jingoo
  • ocamlPackages.js_of_ocaml
  • ocamlPackages.js_of_ocaml-compiler
  • ocamlPackages.js_of_ocaml-lwt
  • ocamlPackages.js_of_ocaml-ppx
  • ocamlPackages.js_of_ocaml-ppx_deriving_json
  • ocamlPackages.js_of_ocaml-toplevel
  • ocamlPackages.js_of_ocaml-tyxml
  • ocamlPackages.js_of_ocaml_patches
  • ocamlPackages.jwto
  • ocamlPackages.lambda-term
  • ocamlPackages.lambdapi
  • ocamlPackages.letsencrypt
  • ocamlPackages.letsencrypt-app
  • ocamlPackages.letsencrypt-dns
  • ocamlPackages.linol
  • ocamlPackages.linol-lwt
  • ocamlPackages.logs
  • ocamlPackages.lustre-v6
  • ocamlPackages.menhir
  • ocamlPackages.menhirLib
  • ocamlPackages.menhirSdk
  • ocamlPackages.merlin
  • ocamlPackages.metrics-lwt
  • ocamlPackages.metrics-rusage
  • ocamlPackages.metrics-unix
  • ocamlPackages.mimic
  • ocamlPackages.mirage
  • ocamlPackages.mirage-block-combinators
  • ocamlPackages.mirage-block-unix
  • ocamlPackages.mirage-channel
  • ocamlPackages.mirage-crypto-ec
  • ocamlPackages.mirage-crypto-pk
  • ocamlPackages.mirage-crypto-rng
  • ocamlPackages.mirage-crypto-rng-async
  • ocamlPackages.mirage-crypto-rng-lwt
  • ocamlPackages.mirage-crypto-rng-mirage
  • ocamlPackages.mirage-flow-combinators
  • ocamlPackages.mirage-flow-unix
  • ocamlPackages.mirage-logs
  • ocamlPackages.mirage-runtime
  • ocamlPackages.mirage-unix
  • ocamlPackages.mldoc
  • ocamlPackages.morbig
  • ocamlPackages.mrmime
  • ocamlPackages.mustache
  • ocamlPackages.note
  • ocamlPackages.ocaml-print-intf
  • ocamlPackages.ocaml-vdom
  • ocamlPackages.ocamlformat (ocamlPackages.ocamlformat_0_26_1)
  • ocamlPackages.ocamlformat-lib
  • ocamlPackages.ocamlformat_0_23_0
  • ocamlPackages.ocamlformat_0_24_1
  • ocamlPackages.ocamlformat_0_25_1
  • ocamlPackages.ocamlformat_0_26_0
  • ocamlPackages.ocplib-simplex
  • ocamlPackages.ocsigen-start
  • ocamlPackages.ocsigen-toolkit
  • ocamlPackages.ocsigen_server
  • ocamlPackages.ocsipersist
  • ocamlPackages.ocsipersist-pgsql
  • ocamlPackages.ocsipersist-sqlite
  • ocamlPackages.odate
  • ocamlPackages.ojs
  • ocamlPackages.opium
  • ocamlPackages.otoml
  • ocamlPackages.otr
  • ocamlPackages.ppx_css
  • ocamlPackages.ppx_deriving_rpc
  • ocamlPackages.ppx_deriving_yaml
  • ocamlPackages.ppx_irmin
  • ocamlPackages.ppx_python
  • ocamlPackages.ppx_repr
  • ocamlPackages.prettym
  • ocamlPackages.progress
  • ocamlPackages.promise_jsoo
  • ocamlPackages.psmt2-frontend
  • ocamlPackages.pyml
  • ocamlPackages.reason
  • ocamlPackages.reason-native.console
  • ocamlPackages.reason-native.dir
  • ocamlPackages.reason-native.file-context-printer
  • ocamlPackages.reason-native.fp
  • ocamlPackages.reason-native.pastel
  • ocamlPackages.reason-native.pastel-console
  • ocamlPackages.reason-native.qcheck-rely
  • ocamlPackages.reason-native.refmterr
  • ocamlPackages.reason-native.rely
  • ocamlPackages.reason-native.rely-junit-reporter
  • ocamlPackages.rebez
  • ocamlPackages.reperf
  • ocamlPackages.repr
  • ocamlPackages.resto-cohttp
  • ocamlPackages.resto-cohttp-client
  • ocamlPackages.resto-cohttp-self-serving-client
  • ocamlPackages.resto-cohttp-server
  • ocamlPackages.rpclib
  • ocamlPackages.rpclib-lwt
  • ocamlPackages.sail
  • ocamlPackages.tar
  • ocamlPackages.tar-unix
  • ocamlPackages.telegraml
  • ocamlPackages.tezos-base58
  • ocamlPackages.tls
  • ocamlPackages.tls-async
  • ocamlPackages.tls-lwt
  • ocamlPackages.tls-mirage
  • ocamlPackages.toml
  • ocamlPackages.tyxml-lwd
  • ocamlPackages.utop
  • ocamlPackages.vg
  • ocamlPackages.virtual_dom
  • ocamlPackages.wayland
  • ocamlPackages.webbrowser
  • ocamlPackages.webmachine
  • ocamlPackages.x509
  • ocamlPackages.yaml
  • ocamlPackages.yaml-sexp
  • ocamlPackages.zelus
  • ocamlPackages.zelus-gtk
  • opam-publish
  • orpie
  • prooftree
  • python311Packages.bap
  • python311Packages.cmdstanpy
  • python311Packages.prophet
  • python312Packages.bap
  • python312Packages.cmdstanpy
  • sail-riscv-rv32
  • sail-riscv-rv64
  • satysfi
  • soupault
  • spark2014
  • stanc
  • stog
  • wayland-proxy-virtwl
  • why3
--- ###### Maintainer pings cc @vbgl for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/290480 [result] Success updating ocamlPackages.menhirLib 20230608 -> 20231231 https://repology.org/project/ocaml:menhirlib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gmsh, using log file: /var/log/nixpkgs-update/python311Packages.gmsh/2024-02-21.log python311Packages.gmsh 4.11.1 -> 4.12.2 https://repology.org/project/gmsh/versions attrpath: python311Packages.gmsh Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update python311Packages.gmsh 4.11.1 -> 4.12.2 https://repology.org/project/gmsh/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mako, using log file: /var/log/nixpkgs-update/python311Packages.mako/2024-02-21.log python311Packages.mako 1.3.0 -> 1.3.2 https://repology.org/project/python:mako/versions attrpath: python311Packages.mako Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mako-1.3.0 Press Enter key to continue... Running update for: - python3.11-mako-1.3.0: UPDATING ... - python3.11-mako-1.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mako/default.nix b/pkgs/development/python-modules/mako/default.nix index 0a84359b27b6..f0eda2525fe6 100644 --- a/pkgs/development/python-modules/mako/default.nix +++ b/pkgs/development/python-modules/mako/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "mako"; - version = "1.3.0"; + version = "1.3.2"; pyproject = true; disabled = pythonOlder "3.7"; @@ -30,7 +30,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "Mako"; inherit version; - hash = "sha256-46nTiP0A6HBD7b6HkvRYgKwBFOnErcafbpv7LFXjsRs="; + hash = "sha256-KgyK1/YnQnGzu3Rn3TfPnMbatLwZy2mk7xBmlALeaY4="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 23737 > 25 [result] Failed to update python311Packages.mako 1.3.0 -> 1.3.2 https://repology.org/project/python:mako/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.wagtail, using log file: /var/log/nixpkgs-update/python312Packages.wagtail/2024-02-21.log python312Packages.wagtail 5.2.2 -> 6.0.1 https://repology.org/project/python:wagtail/versions attrpath: python312Packages.wagtail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-wagtail-5.2.2 Press Enter key to continue... Running update for: - python3.12-wagtail-5.2.2: UPDATING ... - python3.12-wagtail-5.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/wagtail/default.nix b/pkgs/development/python-modules/wagtail/default.nix index 0e7bf3a3f185..3a0052ee9145 100644 --- a/pkgs/development/python-modules/wagtail/default.nix +++ b/pkgs/development/python-modules/wagtail/default.nix @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "wagtail"; - version = "5.2.2"; + version = "6.0.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-SOTCm3Kw5T60ejF41rDyxpmqKE0/Oiq/0vBPV49EtVo="; + hash = "sha256-Q89luoQwtB5TMWfudbJ2YKeobrBt2L156NZPtK8Feos="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.wagtail Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python312Packages.wagtail Standard output: error: Package ‘python3.12-pbr-6.0.0’ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.wagtail/pkgs/development/python-modules/pbr/default.nix:33 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) [result] Failed to update python312Packages.wagtail 5.2.2 -> 6.0.1 https://repology.org/project/python:wagtail/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libpulseaudio, using log file: /var/log/nixpkgs-update/libpulseaudio/2024-02-21.log libpulseaudio 16.1 -> 17.0 https://repology.org/project/pulseaudio/versions attrpath: libpulseaudio Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/pulseaudio/default.nix b/pkgs/servers/pulseaudio/default.nix index 6b62f066211d..bf221715b6ab 100644 --- a/pkgs/servers/pulseaudio/default.nix +++ b/pkgs/servers/pulseaudio/default.nix @@ -37,11 +37,11 @@ stdenv.mkDerivation rec { pname = "${lib.optionalString libOnly "lib"}pulseaudio"; - version = "16.1"; + version = "17.0"; src = fetchurl { url = "http://freedesktop.org/software/pulseaudio/releases/pulseaudio-${version}.tar.xz"; - sha256 = "sha256-ju8yzpHUeXn5X9mpNec4zX63RjQw2rxyhjJRdR5QSuQ="; + sha256 = "sha256-BTeU1mcaPjl9hJ5HioC4KmPLnYyilr01tzMXu1zrh7U="; }; patches = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libpulseaudio nix build failed. got build log for 'libpulseaudio' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/fr6bhsf8kg5fgz8vkk3q07gm3hm21n5c-pulseaudio-17.0.tar.xz source root is pulseaudio-17.0 setting SOURCE_DATE_EPOCH to timestamp 1705082006 of file pulseaudio-17.0/.tarball-version @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/kf8v13z8q064xq3r6sk1cxvpazcwdrpc-add-option-for-installation-sysconfdir.patch patching file meson.build Hunk #1 succeeded at 71 with fuzz 2 (offset 4 lines). Hunk #2 succeeded at 92 (offset 5 lines). patching file meson_options.txt Hunk #1 succeeded at 75 (offset 3 lines). patching file src/daemon/meson.build Hunk #5 FAILED at 136. 1 out of 5 hunks FAILED -- saving rejects to file src/daemon/meson.build.rej patching file src/pulse/meson.build Hunk #1 succeeded at 140 (offset 6 lines). [result] Failed to update libpulseaudio 16.1 -> 17.0 https://repology.org/project/pulseaudio/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.iisignature, using log file: /var/log/nixpkgs-update/python311Packages.iisignature/2024-02-21.log python311Packages.iisignature 0 -> 1 attrpath: python311Packages.iisignature Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-iisignature-0.24 Press Enter key to continue... Running update for: - python3.11-iisignature-0.24: UPDATING ... - python3.11-iisignature-0.24: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.iisignature 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spirv-llvm-translator, using log file: /var/log/nixpkgs-update/spirv-llvm-translator/2024-02-21.log spirv-llvm-translator 16.0.0 -> 17.0.0 https://github.com/KhronosGroup/SPIRV-LLVM-Translator/releases attrpath: spirv-llvm-translator Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update spirv-llvm-translator 16.0.0 -> 17.0.0 https://github.com/KhronosGroup/SPIRV-LLVM-Translator/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gsettings-desktop-schemas, using log file: /var/log/nixpkgs-update/gsettings-desktop-schemas/2024-02-21.log gsettings-desktop-schemas 0 -> 1 attrpath: gsettings-desktop-schemas Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gsettings-desktop-schemas 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ufonormalizer, using log file: /var/log/nixpkgs-update/python311Packages.ufonormalizer/2024-02-21.log python311Packages.ufonormalizer 0 -> 1 attrpath: python311Packages.ufonormalizer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ufonormalizer-0.6.1 Press Enter key to continue... Running update for: - python3.11-ufonormalizer-0.6.1: UPDATING ... - python3.11-ufonormalizer-0.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ufonormalizer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.gnome-klotski, using log file: /var/log/nixpkgs-update/gnome.gnome-klotski/2024-02-21.log gnome.gnome-klotski 0 -> 1 attrpath: gnome.gnome-klotski Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-klotski 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.args, using log file: /var/log/nixpkgs-update/python311Packages.args/2024-02-21.log python311Packages.args 0 -> 1 attrpath: python311Packages.args Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-args-0.1.0 Press Enter key to continue... Running update for: - python3.11-args-0.1.0: UPDATING ... - python3.11-args-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.args 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gensio, using log file: /var/log/nixpkgs-update/gensio/2024-02-21.log gensio 0 -> 1 attrpath: gensio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sj3zbpfmzdpndcqr7f3d758wm3ydd4ka-packages.json.drv building '/nix/store/sj3zbpfmzdpndcqr7f3d758wm3ydd4ka-packages.json.drv'... Going to be running update for following packages: - gensio-2.8.2 Press Enter key to continue... Running update for: - gensio-2.8.2: UPDATING ... - gensio-2.8.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/gensio/default.nix b/pkgs/development/libraries/gensio/default.nix index cd20eab42a62..74eb0f05d3f2 100644 --- a/pkgs/development/libraries/gensio/default.nix +++ b/pkgs/development/libraries/gensio/default.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation rec { pname = "gensio"; - version = "2.8.2"; + version = "2.8.3"; src = fetchFromGitHub { owner = "cminyard"; repo = pname; rev = "v${version}"; - sha256 = "sha256-SwY9FAUljaxap2ZlPS3JJ8VkYiJFWoSLU1miEQIEerE="; + sha256 = "sha256-GmVekTySfSOIWkKLdVuhhtJFQBBBfHBj410jNUfSrkc="; }; passthru = { An auto update branch exists with message `gensio: 2.8.2 -> 2.8.3`. New version is 2.8.3. An auto update branch exists with an equal or greater version [result] Failed to update gensio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wagtail, using log file: /var/log/nixpkgs-update/python311Packages.wagtail/2024-02-21.log python311Packages.wagtail 0 -> 1 attrpath: python311Packages.wagtail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-wagtail-5.2.2 Press Enter key to continue... Running update for: - python3.11-wagtail-5.2.2: UPDATING ... - python3.11-wagtail-5.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/wagtail/default.nix b/pkgs/development/python-modules/wagtail/default.nix index 0e7bf3a3f185..3a0052ee9145 100644 --- a/pkgs/development/python-modules/wagtail/default.nix +++ b/pkgs/development/python-modules/wagtail/default.nix @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "wagtail"; - version = "5.2.2"; + version = "6.0.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-SOTCm3Kw5T60ejF41rDyxpmqKE0/Oiq/0vBPV49EtVo="; + hash = "sha256-Q89luoQwtB5TMWfudbJ2YKeobrBt2L156NZPtK8Feos="; }; postPatch = '' An auto update branch exists with message `python311Packages.wagtail: 5.2.2 -> 6.0.1`. New version is 6.0.1. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.wagtail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cmd2-ext-test, using log file: /var/log/nixpkgs-update/python311Packages.cmd2-ext-test/2024-02-21.log python311Packages.cmd2-ext-test 0 -> 1 attrpath: python311Packages.cmd2-ext-test Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-cmd2-ext-test-2.0.0 Press Enter key to continue... Running update for: - python3.11-cmd2-ext-test-2.0.0: UPDATING ... - python3.11-cmd2-ext-test-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cmd2-ext-test 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tappy, using log file: /var/log/nixpkgs-update/python311Packages.tappy/2024-02-21.log python311Packages.tappy 0 -> 1 attrpath: python311Packages.tappy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-tap.py-3.1 Press Enter key to continue... Running update for: - python3.11-tap.py-3.1: UPDATING ... - python3.11-tap.py-3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tappy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.inotifyrecursive, using log file: /var/log/nixpkgs-update/python311Packages.inotifyrecursive/2024-02-21.log python311Packages.inotifyrecursive 0 -> 1 attrpath: python311Packages.inotifyrecursive Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-inotifyrecursive-0.3.5 Press Enter key to continue... Running update for: - python3.11-inotifyrecursive-0.3.5: UPDATING ... - python3.11-inotifyrecursive-0.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.inotifyrecursive 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsForQt5.knewstuff, using log file: /var/log/nixpkgs-update/libsForQt5.knewstuff/2024-02-21.log libsForQt5.knewstuff 5.114.0 -> 5.249.0 https://repology.org/project/knewstuff/versions attrpath: libsForQt5.knewstuff Checking auto update branch... No auto update branch exists Old version 5.114.0" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in KDE Frameworks 5. All available packages are listed in `./srcs.nix`, although a few are not yet packaged in Nixpkgs (see below). IF YOUR PACKAGE IS NOT LISTED IN `./srcs.nix`, IT DOES NOT GO HERE. Many of the packages released upstream are not yet built in Nixpkgs due to lack of demand. To add a Nixpkgs build for an upstream package, copy one of the existing packages here and modify it as necessary. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/development/libraries/kde-frameworks` from the top of the Nixpkgs tree. 3. Use `nox-review wip` to check that everything builds. 4. Commit the changes and open a pull request. */ { libsForQt5, lib, fetchurl }: let maintainers = with lib.maintainers; [ ttuegel nyanloutre ]; license = with lib.licenses; [ lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12Plus ]; srcs = import ./srcs.nix { inherit fetchurl; mirror = "mirror://kde"; }; mkDerivation = libsForQt5.callPackage ({ stdenv, mkDerivation ? stdenv.mkDerivation }: mkDerivation) {}; packages = self: with self; # SUPPORT let propagate = out: let setupHook = { writeScript }: writeScript "setup-hook" '' if [ "''${hookName:-}" != postHook ]; then postHooks+=("source @dev@/nix-support/setup-hook") else # Propagate $dev so that this setup hook is propagated # But only if there is a separate $dev output if [ "''${outputDev:?}" != out ]; then propagatedBuildInputs="''${propagatedBuildInputs-} @dev@" fi fi ''; in callPackage setupHook {}; propagateBin = propagate "bin"; callPackage = self.newScope { inherit propagate propagateBin; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; outputs = args.outputs or [ "bin" "dev" "out" ]; hasSeparateDev = lib.elem "dev" outputs; defaultSetupHook = if hasSeparateDev then propagateBin else null; setupHook = args.setupHook or defaultSetupHook; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "https://kde.org"; license = meta.license or license; maintainers = (meta.maintainers or []) ++ maintainers; platforms = meta.platforms or lib.platforms.all; }; in mkDerivation (args // { inherit pname meta outputs setupHook src version; }); }; in { extra-cmake-modules = callPackage ./extra-cmake-modules {}; # TIER 1 attica = callPackage ./attica.nix {}; bluez-qt = callPackage ./bluez-qt.nix {}; breeze-icons = callPackage ./breeze-icons.nix {}; kapidox = callPackage ./kapidox.nix {}; karchive = callPackage ./karchive.nix {}; kcalendarcore = callPackage ./kcalendarcore.nix {}; kcodecs = callPackage ./kcodecs.nix {}; kconfig = callPackage ./kconfig.nix {}; kcoreaddons = callPackage ./kcoreaddons.nix {}; kdbusaddons = callPackage ./kdbusaddons.nix {}; kdnssd = callPackage ./kdnssd.nix {}; kguiaddons = callPackage ./kguiaddons.nix {}; kholidays = callPackage ./kholidays.nix {}; ki18n = callPackage ./ki18n.nix {}; kidletime = callPackage ./kidletime.nix {}; kirigami2 = callPackage ./kirigami2.nix {}; kitemmodels = callPackage ./kitemmodels.nix {}; kitemviews = callPackage ./kitemviews.nix {}; kplotting = callPackage ./kplotting.nix {}; kquickcharts = callPackage ./kquickcharts.nix {}; kwayland = callPackage ./kwayland.nix {}; kwidgetsaddons = callPackage ./kwidgetsaddons.nix {}; kwindowsystem = callPackage ./kwindowsystem {}; modemmanager-qt = callPackage ./modemmanager-qt.nix {}; networkmanager-qt = callPackage ./networkmanager-qt.nix {}; oxygen-icons = callPackage ./oxygen-icons.nix {}; oxygen-icons5 = oxygen-icons; prison = callPackage ./prison.nix {}; qqc2-desktop-style = callPackage ./qqc2-desktop-style.nix {}; solid = callPackage ./solid {}; sonnet = callPackage ./sonnet.nix {}; syntax-highlighting = callPackage ./syntax-highlighting.nix {}; threadweaver = callPackage ./threadweaver.nix {}; # TIER 2 kactivities = callPackage ./kactivities.nix {}; kauth = callPackage ./kauth {}; kcompletion = callPackage ./kcompletion.nix {}; kcontacts = callPackage ./kcontacts.nix {}; kcrash = callPackage ./kcrash.nix {}; kdoctools = callPackage ./kdoctools {}; kfilemetadata = callPackage ./kfilemetadata {}; kimageformats = callPackage ./kimageformats.nix {}; kjobwidgets = callPackage ./kjobwidgets.nix {}; knotifications = callPackage ./knotifications.nix {}; kpackage = callPackage ./kpackage {}; kpeople = callPackage ./kpeople.nix {}; kpty = callPackage ./kpty.nix {}; kunitconversion = callPackage ./kunitconversion.nix {}; syndication = callPackage ./syndication.nix {}; # TIER 3 baloo = callPackage ./baloo.nix {}; kactivities-stats = callPackage ./kactivities-stats.nix {}; kbookmarks = callPackage ./kbookmarks.nix {}; kcmutils = callPackage ./kcmutils.nix {}; kconfigwidgets = callPackage ./kconfigwidgets.nix {}; kdav = callPackage ./kdav.nix {}; kdeclarative = callPackage ./kdeclarative.nix {}; kded = callPackage ./kded.nix {}; kdesu = callPackage ./kdesu {}; kemoticons = callPackage ./kemoticons.nix {}; kglobalaccel = callPackage ./kglobalaccel.nix {}; kiconthemes = callPackage ./kiconthemes {}; kinit = callPackage ./kinit {}; kio = callPackage ./kio {}; knewstuff = callPackage ./knewstuff {}; knotifyconfig = callPackage ./knotifyconfig.nix {}; kparts = callPackage ./kparts.nix {}; krunner = callPackage ./krunner.nix {}; kservice = callPackage ./kservice {}; ktexteditor = callPackage ./ktexteditor.nix {}; ktextwidgets = callPackage ./ktextwidgets.nix {}; kwallet = callPackage ./kwallet.nix {}; kxmlgui = callPackage ./kxmlgui.nix {}; plasma-framework = callPackage ./plasma-framework.nix {}; kpurpose = callPackage ./purpose.nix {}; # TIER 4 frameworkintegration = callPackage ./frameworkintegration.nix {}; # PORTING AIDS kdelibs4support = callPackage ./kdelibs4support {}; kdesignerplugin = callPackage ./kdesignerplugin.nix {}; khtml = callPackage ./khtml.nix {}; kjs = callPackage ./kjs.nix {}; kjsembed = callPackage ./kjsembed.nix {}; kmediaplayer = callPackage ./kmediaplayer.nix {}; kross = callPackage ./kross.nix {}; kxmlrpcclient = callPackage ./kxmlrpcclient.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.knewstuff 5.114.0 -> 5.249.0 https://repology.org/project/knewstuff/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libinput, using log file: /var/log/nixpkgs-update/libinput/2024-02-21.log libinput 0 -> 1 attrpath: libinput Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - libinput-1.25.0 Press Enter key to continue... Running update for: - libinput-1.25.0: UPDATING ... - libinput-1.25.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libinput 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dissect-util, using log file: /var/log/nixpkgs-update/python311Packages.dissect-util/2024-02-21.log python311Packages.dissect-util 0 -> 1 attrpath: python311Packages.dissect-util Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dissect-util-3.14 Press Enter key to continue... Running update for: - python3.11-dissect-util-3.14: UPDATING ... - python3.11-dissect-util-3.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect-util 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.blosc2, using log file: /var/log/nixpkgs-update/python311Packages.blosc2/2024-02-21.log python311Packages.blosc2 0 -> 1 attrpath: python311Packages.blosc2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-blosc2-2.5.1 Press Enter key to continue... Running update for: - python3.11-blosc2-2.5.1: UPDATING ... - python3.11-blosc2-2.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.blosc2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.rocprofiler, using log file: /var/log/nixpkgs-update/rocmPackages.rocprofiler/2024-02-21.log rocmPackages.rocprofiler 0 -> 1 attrpath: rocmPackages.rocprofiler Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - rocprofiler-5.7.1 Press Enter key to continue... Running update for: - rocprofiler-5.7.1: UPDATING ... - rocprofiler-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocprofiler-5.7.1 ---------------------- 'rocmPackages_5.rocprofiler' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocprofiler'. --- SHOWING ERROR LOG FOR rocprofiler-5.7.1 ---------------------- The update script for rocprofiler-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocprofiler 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyprusalink, using log file: /var/log/nixpkgs-update/python311Packages.pyprusalink/2024-02-21.log python311Packages.pyprusalink 0 -> 1 attrpath: python311Packages.pyprusalink Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyprusalink-2.0.1 Press Enter key to continue... Running update for: - python3.11-pyprusalink-2.0.1: UPDATING ... - python3.11-pyprusalink-2.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyprusalink/default.nix b/pkgs/development/python-modules/pyprusalink/default.nix index 0356f899594b..4450ef09ab2b 100644 --- a/pkgs/development/python-modules/pyprusalink/default.nix +++ b/pkgs/development/python-modules/pyprusalink/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "pyprusalink"; - version = "2.0.1"; + version = "2.1.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "home-assistant-libs"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-wwH4LE8wi8eb7QwT7N1mNtVleoWscDEOu2vrXKDktwU="; + hash = "sha256-Opip696hXV1gqFC1cWfrSCkrsldl7M7XZAqUaVkDy7M="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.pyprusalink nix build failed. creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/pyprusalink copying build/lib/pyprusalink/client.py -> build/bdist.linux-x86_64/wheel/pyprusalink copying build/lib/pyprusalink/types.py -> build/bdist.linux-x86_64/wheel/pyprusalink copying build/lib/pyprusalink/types_legacy.py -> build/bdist.linux-x86_64/wheel/pyprusalink copying build/lib/pyprusalink/__init__.py -> build/bdist.linux-x86_64/wheel/pyprusalink running install_egg_info Copying pyprusalink.egg-info to build/bdist.linux-x86_64/wheel/pyprusalink-2.1.1-py3.11.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/pyprusalink-2.1.1.dist-info/WHEEL creating '/build/source/dist/.tmp-8bwrwbvr/pyprusalink-2.1.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'pyprusalink/__init__.py' adding 'pyprusalink/client.py' adding 'pyprusalink/types.py' adding 'pyprusalink/types_legacy.py' adding 'pyprusalink-2.1.1.dist-info/LICENSE' adding 'pyprusalink-2.1.1.dist-info/METADATA' adding 'pyprusalink-2.1.1.dist-info/WHEEL' adding 'pyprusalink-2.1.1.dist-info/top_level.txt' adding 'pyprusalink-2.1.1.dist-info/zip-safe' adding 'pyprusalink-2.1.1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built pyprusalink-2.1.1-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for pyprusalink-2.1.1-py3-none-any.whl - httpx not installed [result] Failed to update python311Packages.pyprusalink 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath skytemple, using log file: /var/log/nixpkgs-update/skytemple/2024-02-21.log skytemple 0 -> 1 attrpath: skytemple Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - skytemple-1.6.3 Press Enter key to continue... Running update for: - skytemple-1.6.3: UPDATING ... - skytemple-1.6.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update skytemple 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath borgbackup, using log file: /var/log/nixpkgs-update/borgbackup/2024-02-21.log borgbackup 0 -> 1 attrpath: borgbackup Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - borgbackup-1.2.7 Press Enter key to continue... Running update for: - borgbackup-1.2.7: UPDATING ... - borgbackup-1.2.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update borgbackup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bitcoin-utils-fork-minimal, using log file: /var/log/nixpkgs-update/python311Packages.bitcoin-utils-fork-minimal/2024-02-21.log python311Packages.bitcoin-utils-fork-minimal 0 -> 1 attrpath: python311Packages.bitcoin-utils-fork-minimal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-bitcoin-utils-fork-minimal-0.4.11.6 Press Enter key to continue... Running update for: - python3.11-bitcoin-utils-fork-minimal-0.4.11.6: UPDATING ... - python3.11-bitcoin-utils-fork-minimal-0.4.11.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bitcoin-utils-fork-minimal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.linien-client, using log file: /var/log/nixpkgs-update/python311Packages.linien-client/2024-02-21.log python311Packages.linien-client 0 -> 1 attrpath: python311Packages.linien-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-linien-client-1.0.1 Press Enter key to continue... Running update for: - python3.11-linien-client-1.0.1: UPDATING ... - python3.11-linien-client-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.linien-client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.kubectl, using log file: /var/log/nixpkgs-update/terraform-providers.kubectl/2024-02-21.log terraform-providers.kubectl 0 -> 1 attrpath: terraform-providers.kubectl Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.kubectl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath x2goserver, using log file: /var/log/nixpkgs-update/x2goserver/2024-02-21.log x2goserver 4.1.0.3 -> 4.1.0.6 https://repology.org/project/x2goserver/versions attrpath: x2goserver Checking auto update branch... No auto update branch exists Derivation contains buildPerlPackage [result] Failed to update x2goserver 4.1.0.3 -> 4.1.0.6 https://repology.org/project/x2goserver/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pulumi-command, using log file: /var/log/nixpkgs-update/python311Packages.pulumi-command/2024-02-21.log python311Packages.pulumi-command 0 -> 1 attrpath: python311Packages.pulumi-command Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pulumi-command-0.9.0 Press Enter key to continue... Running update for: - python3.11-pulumi-command-0.9.0: UPDATING ... - python3.11-pulumi-command-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pulumi-command 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-kasa, using log file: /var/log/nixpkgs-update/python311Packages.python-kasa/2024-02-21.log python311Packages.python-kasa 0 -> 1 attrpath: python311Packages.python-kasa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-python-kasa-0.6.2.1 Press Enter key to continue... Running update for: - python3.11-python-kasa-0.6.2.1: UPDATING ... - python3.11-python-kasa-0.6.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-kasa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dotnetPackages.NUnit3, using log file: /var/log/nixpkgs-update/dotnetPackages.NUnit3/2024-02-21.log dotnetPackages.NUnit3 3.0.1 -> 4.0.1 https://repology.org/project/nunit/versions attrpath: dotnetPackages.NUnit3 Checking auto update branch... No auto update branch exists Version in attr path dotnetPackages.NUnit3 not compatible with 4.0.1 [result] Failed to update dotnetPackages.NUnit3 3.0.1 -> 4.0.1 https://repology.org/project/nunit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath papi, using log file: /var/log/nixpkgs-update/papi/2024-02-21.log papi 7.0.1 -> 7.1.0 https://repology.org/project/papi/versions attrpath: papi Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/3w8mm5bjg2rxils1b1s25lbrckb2m6an-papi-7-1-0-t.tar.gz.drv building '/nix/store/3w8mm5bjg2rxils1b1s25lbrckb2m6an-papi-7-1-0-t.tar.gz.drv'... trying https://bitbucket.org/icl/papi/get/papi-7-1-0-t.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 23 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download papi-7-1-0-t.tar.gz from any mirror error: builder for '/nix/store/3w8mm5bjg2rxils1b1s25lbrckb2m6an-papi-7-1-0-t.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://bitbucket.org/icl/papi/get/papi-7-1-0-t.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 23 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download papi-7-1-0-t.tar.gz from any mirror For full logs, run 'nix log /nix/store/3w8mm5bjg2rxils1b1s25lbrckb2m6an-papi-7-1-0-t.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'papi.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/3w8mm5bjg2rxils1b1s25lbrckb2m6an-papi-7-1-0-t.tar.gz.drv /nix/store/wnwj34p9mv2g6j1c7lkqqg3dbg1rz5vw-papi-7.1.0.drv building '/nix/store/3w8mm5bjg2rxils1b1s25lbrckb2m6an-papi-7-1-0-t.tar.gz.drv'... trying https://bitbucket.org/icl/papi/get/papi-7-1-0-t.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 23 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download papi-7-1-0-t.tar.gz from any mirror error: builder for '/nix/store/3w8mm5bjg2rxils1b1s25lbrckb2m6an-papi-7-1-0-t.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://bitbucket.org/icl/papi/get/papi-7-1-0-t.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 23 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download papi-7-1-0-t.tar.gz from any mirror For full logs, run 'nix log /nix/store/3w8mm5bjg2rxils1b1s25lbrckb2m6an-papi-7-1-0-t.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/wnwj34p9mv2g6j1c7lkqqg3dbg1rz5vw-papi-7.1.0.drv' failed to build [result] Failed to update papi 7.0.1 -> 7.1.0 https://repology.org/project/papi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mpfshell, using log file: /var/log/nixpkgs-update/mpfshell/2024-02-21.log mpfshell 0 -> 1 attrpath: mpfshell Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mpfshell-unstable-2020-04-11 Press Enter key to continue... Running update for: - python3.11-mpfshell-unstable-2020-04-11: UPDATING ... - python3.11-mpfshell-unstable-2020-04-11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mpfshell 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dicomweb-client, using log file: /var/log/nixpkgs-update/python311Packages.dicomweb-client/2024-02-21.log python311Packages.dicomweb-client 0 -> 1 attrpath: python311Packages.dicomweb-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dicomweb-client-0.59.1 Press Enter key to continue... Running update for: - python3.11-dicomweb-client-0.59.1: UPDATING ... - python3.11-dicomweb-client-0.59.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dicomweb-client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ovmfvartool, using log file: /var/log/nixpkgs-update/python311Packages.ovmfvartool/2024-02-21.log python311Packages.ovmfvartool 0 -> 1 attrpath: python311Packages.ovmfvartool Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ovmfvartool-unstable-2022-09-04 Press Enter key to continue... Running update for: - python3.11-ovmfvartool-unstable-2022-09-04: UPDATING ... - python3.11-ovmfvartool-unstable-2022-09-04: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ovmfvartool 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-csxcad, using log file: /var/log/nixpkgs-update/python311Packages.python-csxcad/2024-02-21.log python311Packages.python-csxcad 0 -> 1 attrpath: python311Packages.python-csxcad Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-python-csxcad-0.6.3 Press Enter key to continue... Running update for: - python3.11-python-csxcad-0.6.3: UPDATING ... - python3.11-python-csxcad-0.6.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-csxcad 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath guvcview, using log file: /var/log/nixpkgs-update/guvcview/2024-02-21.log guvcview 2.0.6 -> 2.0.8 https://repology.org/project/guvcview/versions attrpath: guvcview Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/hay4kn0km33nmwsw8qda6pssr4nwdvrb-guvcview-src-2.0.8.tar.gz.drv building '/nix/store/hay4kn0km33nmwsw8qda6pssr4nwdvrb-guvcview-src-2.0.8.tar.gz.drv'... trying https://downloads.sourceforge.net/project/guvcview/source/guvcview-src-2.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/project/guvcview/source/guvcview-src-2.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1018 0 --:--:-- --:--:-- --:--:-- 1022 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 233 0 --:--:-- --:--:-- --:--:-- 233 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 331 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download guvcview-src-2.0.8.tar.gz from any mirror error: builder for '/nix/store/hay4kn0km33nmwsw8qda6pssr4nwdvrb-guvcview-src-2.0.8.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 154 100 154 0 0 233 0 --:--:-- --:--:-- --:--:-- 233 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 331 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://osdn.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' > More details here: https://curl.se/docs/sslcerts.html > > curl failed to verify the legitimacy of the server and therefore could not > establish a secure connection to it. To learn more about this situation and > how to fix it, please visit the web page mentioned above. > error: cannot download guvcview-src-2.0.8.tar.gz from any mirror For full logs, run 'nix log /nix/store/hay4kn0km33nmwsw8qda6pssr4nwdvrb-guvcview-src-2.0.8.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'guvcview.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/hay4kn0km33nmwsw8qda6pssr4nwdvrb-guvcview-src-2.0.8.tar.gz.drv /nix/store/9biv2lnwaamq8kp4l8d0b4b5nwn4178r-guvcview-2.0.8.drv building '/nix/store/hay4kn0km33nmwsw8qda6pssr4nwdvrb-guvcview-src-2.0.8.tar.gz.drv'... trying https://downloads.sourceforge.net/project/guvcview/source/guvcview-src-2.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://prdownloads.sourceforge.net/project/guvcview/source/guvcview-src-2.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://netcologne.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1292 0 --:--:-- --:--:-- --:--:-- 1301 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://versaweb.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://freefr.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 331 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://osdn.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' More details here: https://curl.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. error: cannot download guvcview-src-2.0.8.tar.gz from any mirror error: builder for '/nix/store/hay4kn0km33nmwsw8qda6pssr4nwdvrb-guvcview-src-2.0.8.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 154 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://freefr.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 331 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 154 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://osdn.dl.sourceforge.net/sourceforge/project/guvcview/source/guvcview-src-2.0.8.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (60) SSL: no alternative certificate subject name matches target host name 'osdn.dl.sourceforge.net' > More details here: https://curl.se/docs/sslcerts.html > > curl failed to verify the legitimacy of the server and therefore could not > establish a secure connection to it. To learn more about this situation and > how to fix it, please visit the web page mentioned above. > error: cannot download guvcview-src-2.0.8.tar.gz from any mirror For full logs, run 'nix log /nix/store/hay4kn0km33nmwsw8qda6pssr4nwdvrb-guvcview-src-2.0.8.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/9biv2lnwaamq8kp4l8d0b4b5nwn4178r-guvcview-2.0.8.drv' failed to build [result] Failed to update guvcview 2.0.6 -> 2.0.8 https://repology.org/project/guvcview/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath irods, using log file: /var/log/nixpkgs-update/irods/2024-02-21.log irods 4.3.0 -> 4.3.1 https://github.com/irods/irods/releases attrpath: irods Checking auto update branch... No auto update branch exists Old version 4.3.0" not present in master derivation file with contents: { lib, stdenv, bzip2, zlib, autoconf, automake, cmake, help2man, texinfo, libtool, cppzmq, libarchive , avro-cpp, boost, zeromq, openssl, pam, libiodbc, libkrb5, gcc, libcxx, which, catch2, nanodbc, fmt , nlohmann_json, spdlog, curl }: # Common attributes of irods packages { nativeBuildInputs = [ autoconf automake cmake help2man texinfo which gcc ]; buildInputs = [ bzip2 zlib libtool cppzmq libarchive avro-cpp zeromq openssl pam libiodbc libkrb5 boost libcxx catch2 nanodbc fmt nlohmann_json spdlog curl ]; cmakeFlags = [ "-DIRODS_EXTERNALS_FULLPATH_CLANG=${stdenv.cc}" "-DIRODS_EXTERNALS_FULLPATH_CLANG_RUNTIME=${stdenv.cc}" "-DIRODS_EXTERNALS_FULLPATH_ARCHIVE=${libarchive.lib}" "-DIRODS_EXTERNALS_FULLPATH_AVRO=${avro-cpp}" "-DIRODS_EXTERNALS_FULLPATH_BOOST=${boost}" "-DIRODS_EXTERNALS_FULLPATH_ZMQ=${zeromq}" "-DIRODS_EXTERNALS_FULLPATH_CPPZMQ=${cppzmq}" "-DIRODS_EXTERNALS_FULLPATH_CATCH2=${catch2}" "-DIRODS_EXTERNALS_FULLPATH_NANODBC=${nanodbc}" "-DIRODS_EXTERNALS_FULLPATH_FMT=${fmt}" "-DIRODS_EXTERNALS_FULLPATH_JSON=${nlohmann_json}" "-DIRODS_EXTERNALS_FULLPATH_SPDLOG=${spdlog}" "-DIRODS_LINUX_DISTRIBUTION_NAME=nix" "-DIRODS_LINUX_DISTRIBUTION_VERSION_MAJOR=1.0" "-DCPACK_GENERATOR=TGZ" "-DCMAKE_CXX_FLAGS=-I${lib.getDev libcxx}/include/c++/v1" ]; postPatch = '' patchShebangs ./packaging ./scripts export cmakeFlags="$cmakeFlags -DCMAKE_INSTALL_PREFIX=$out -DIRODS_HOME_DIRECTORY=$out -DCMAKE_INSTALL_SBINDIR=$out/sbin " ''; meta = with lib; { description = "Integrated Rule-Oriented Data System (iRODS)"; longDescription = '' The Integrated Rule-Oriented Data System (iRODS) is open source data management software used by research organizations and government agencies worldwide. iRODS is released as a production-level distribution aimed at deployment in mission critical environments. It virtualizes data storage resources, so users can take control of their data, regardless of where and on what device the data is stored. As data volumes grow and data services become more complex, iRODS is increasingly important in data management. The development infrastructure supports exhaustive testing on supported platforms; plug-in support for microservices, storage resources, drivers, and databases; and extensive documentation, training and support services.''; homepage = "https://irods.org"; license = lib.licenses.bsd3; maintainers = [ lib.maintainers.bzizou ]; platforms = lib.platforms.linux; }; } [result] Failed to update irods 4.3.0 -> 4.3.1 https://github.com/irods/irods/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sorl-thumbnail, using log file: /var/log/nixpkgs-update/python311Packages.sorl-thumbnail/2024-02-21.log python311Packages.sorl-thumbnail 0 -> 1 attrpath: python311Packages.sorl-thumbnail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-sorl-thumbnail-12.10.0 Press Enter key to continue... Running update for: - python3.11-sorl-thumbnail-12.10.0: UPDATING ... - python3.11-sorl-thumbnail-12.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sorl-thumbnail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.reolink-aio, using log file: /var/log/nixpkgs-update/python311Packages.reolink-aio/2024-02-21.log python311Packages.reolink-aio 0 -> 1 attrpath: python311Packages.reolink-aio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sdr2106fdv3ay2nn144zj5a6f7mfx75a-packages.json.drv building '/nix/store/sdr2106fdv3ay2nn144zj5a6f7mfx75a-packages.json.drv'... Going to be running update for following packages: - python3.11-reolink-aio-0.8.8 Press Enter key to continue... Running update for: - python3.11-reolink-aio-0.8.8: UPDATING ... - python3.11-reolink-aio-0.8.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.reolink-aio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ariang, using log file: /var/log/nixpkgs-update/ariang/2024-02-21.log ariang 0 -> 1 attrpath: ariang Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] skipping because derivation has updateScript [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zmxjxmxgij56wi9m66jm030b57cfbgvi-packages.json.drv building '/nix/store/zmxjxmxgij56wi9m66jm030b57cfbgvi-packages.json.drv'... Going to be running update for following packages: - ariang-1.3.7 Press Enter key to continue... Running update for: - ariang-1.3.7: UPDATING ... - ariang-1.3.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ariang 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath prometheus-knot-exporter, using log file: /var/log/nixpkgs-update/prometheus-knot-exporter/2024-02-21.log prometheus-knot-exporter 0 -> 1 attrpath: prometheus-knot-exporter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - knot-exporter-3.3.4 Press Enter key to continue... Running update for: - knot-exporter-3.3.4: UPDATING ... - knot-exporter-3.3.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update prometheus-knot-exporter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.supervisor, using log file: /var/log/nixpkgs-update/python311Packages.supervisor/2024-02-21.log python311Packages.supervisor 0 -> 1 attrpath: python311Packages.supervisor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-supervisor-4.2.5 Press Enter key to continue... Running update for: - python3.11-supervisor-4.2.5: UPDATING ... - python3.11-supervisor-4.2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.supervisor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.fabricatr, using log file: /var/log/nixpkgs-update/rPackages.fabricatr/2024-02-21.log rPackages.fabricatr 1.0.0 -> 1.0.2 https://repology.org/project/r:fabricatr/versions attrpath: rPackages.fabricatr Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.fabricatr 1.0.0 -> 1.0.2 https://repology.org/project/r:fabricatr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.keyrings-google-artifactregistry-auth, using log file: /var/log/nixpkgs-update/python311Packages.keyrings-google-artifactregistry-auth/2024-02-21.log python311Packages.keyrings-google-artifactregistry-auth 0 -> 1 attrpath: python311Packages.keyrings-google-artifactregistry-auth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-keyrings.google-artifactregistry-auth-1.1.2 Press Enter key to continue... Running update for: - python3.11-keyrings.google-artifactregistry-auth-1.1.2: UPDATING ... - python3.11-keyrings.google-artifactregistry-auth-1.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.keyrings-google-artifactregistry-auth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.metakernel, using log file: /var/log/nixpkgs-update/python311Packages.metakernel/2024-02-21.log python311Packages.metakernel 0 -> 1 attrpath: python311Packages.metakernel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-metakernel-0.30.1 Press Enter key to continue... Running update for: - python3.11-metakernel-0.30.1: UPDATING ... - python3.11-metakernel-0.30.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.metakernel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.with-utf8, using log file: /var/log/nixpkgs-update/haskellPackages.with-utf8/2024-02-21.log haskellPackages.with-utf8 1.0.2.4 -> 1.1.0.0 https://repology.org/project/haskell:with-utf8/versions attrpath: haskellPackages.with-utf8 Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.with-utf8 1.0.2.4 -> 1.1.0.0 https://repology.org/project/haskell:with-utf8/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cvss, using log file: /var/log/nixpkgs-update/python311Packages.cvss/2024-02-21.log python311Packages.cvss 0 -> 1 attrpath: python311Packages.cvss Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-cvss-3.0 Press Enter key to continue... Running update for: - python3.11-cvss-3.0: UPDATING ... - python3.11-cvss-3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cvss 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rubyPackages.rouge, using log file: /var/log/nixpkgs-update/rubyPackages.rouge/2024-02-21.log rubyPackages.rouge 3.30.0 -> 4.2.0 https://repology.org/project/ruby:rouge/versions attrpath: rubyPackages.rouge Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update rubyPackages.rouge 3.30.0 -> 4.2.0 https://repology.org/project/ruby:rouge/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsForQt5.kwallet-pam, using log file: /var/log/nixpkgs-update/libsForQt5.kwallet-pam/2024-02-21.log libsForQt5.kwallet-pam 5.27.10 -> 5.93.0 https://repology.org/project/kwallet-pam/versions attrpath: libsForQt5.kwallet-pam Checking auto update branch... No auto update branch exists Old version 5.27.10" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in KDE Plasma 5. All available packages are listed in `./srcs.nix`, although a few are not yet packaged in Nixpkgs (see below). IF YOUR PACKAGE IS NOT LISTED IN `./srcs.nix`, IT DOES NOT GO HERE. Many of the packages released upstream are not yet built in Nixpkgs due to lack of demand. To add a Nixpkgs build for an upstream package, copy one of the existing packages here and modify it as necessary. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/desktops/plasma-5` from the top of the Nixpkgs tree. 3. Use `nox-review wip` to check that everything builds. 4. Commit the changes and open a pull request. */ { libsForQt5 , lib , config , fetchurl , gconf , gsettings-desktop-schemas }: let maintainers = with lib.maintainers; [ ttuegel nyanloutre ]; license = with lib.licenses; [ lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12Plus ]; srcs = import ./srcs.nix { inherit fetchurl; mirror = "mirror://kde"; }; qtStdenv = libsForQt5.callPackage ({ stdenv }: stdenv) { }; packages = self: let propagate = out: let setupHook = { writeScript }: writeScript "setup-hook" '' if [[ "''${hookName-}" != postHook ]]; then postHooks+=("source @dev@/nix-support/setup-hook") else # Propagate $${out} output propagatedUserEnvPkgs+=" @${out}@" if [ -z "$outputDev" ]; then echo "error: \$outputDev is unset!" >&2 exit 1 fi # Propagate $dev so that this setup hook is propagated # But only if there is a separate $dev output if [ "$outputDev" != out ]; then propagatedBuildInputs+=" @dev@" fi fi ''; in callPackage setupHook { }; propagateBin = propagate "bin"; callPackage = self.newScope { inherit propagate propagateBin; mkDerivation = args: let inherit (args) pname; sname = args.sname or pname; inherit (srcs.${sname}) src version; outputs = args.outputs or [ "out" ]; hasBin = lib.elem "bin" outputs; hasDev = lib.elem "dev" outputs; defaultSetupHook = if hasBin && hasDev then propagateBin else null; setupHook = args.setupHook or defaultSetupHook; nativeBuildInputs = (args.nativeBuildInputs or [ ]) ++ [ libsForQt5.wrapQtAppsHook ]; meta = let meta = args.meta or { }; in meta // { homepage = meta.homepage or "http://www.kde.org"; license = meta.license or license; maintainers = (meta.maintainers or [ ]) ++ maintainers; platforms = meta.platforms or lib.platforms.linux; }; in qtStdenv.mkDerivation (args // { inherit pname version meta outputs setupHook src nativeBuildInputs; }); }; in { aura-browser = callPackage ./aura-browser.nix { }; bluedevil = callPackage ./bluedevil.nix { }; breeze-gtk = callPackage ./breeze-gtk.nix { }; breeze-qt5 = callPackage ./breeze-qt5.nix { }; breeze-grub = callPackage ./breeze-grub.nix { }; breeze-plymouth = callPackage ./breeze-plymouth { }; discover = callPackage ./discover.nix { }; flatpak-kcm = callPackage ./flatpak-kcm.nix { }; kactivitymanagerd = callPackage ./kactivitymanagerd.nix { }; kde-cli-tools = callPackage ./kde-cli-tools.nix { }; kde-gtk-config = callPackage ./kde-gtk-config { inherit gsettings-desktop-schemas; }; kdecoration = callPackage ./kdecoration.nix { }; kdeplasma-addons = callPackage ./kdeplasma-addons.nix { }; kgamma5 = callPackage ./kgamma5.nix { }; khotkeys = callPackage ./khotkeys.nix { }; kinfocenter = callPackage ./kinfocenter { }; kmenuedit = callPackage ./kmenuedit.nix { }; kpipewire = callPackage ./kpipewire.nix { }; kscreen = callPackage ./kscreen.nix { }; kscreenlocker = callPackage ./kscreenlocker.nix { }; ksshaskpass = callPackage ./ksshaskpass.nix { }; ksystemstats = callPackage ./ksystemstats.nix { }; kwallet-pam = callPackage ./kwallet-pam.nix { }; kwayland-integration = callPackage ./kwayland-integration.nix { }; kwin = callPackage ./kwin { }; kwrited = callPackage ./kwrited.nix { }; layer-shell-qt = callPackage ./layer-shell-qt.nix { }; libkscreen = callPackage ./libkscreen { }; libksysguard = callPackage ./libksysguard { }; milou = callPackage ./milou.nix { }; oxygen = callPackage ./oxygen.nix { }; oxygen-sounds = callPackage ./oxygen-sounds.nix { }; plank-player = callPackage ./plank-player.nix { }; plasma-bigscreen = callPackage ./plasma-bigscreen.nix { }; plasma-browser-integration = callPackage ./plasma-browser-integration.nix { }; plasma-desktop = callPackage ./plasma-desktop { }; plasma-disks = callPackage ./plasma-disks.nix { }; plasma-integration = callPackage ./plasma-integration { }; plasma-mobile = callPackage ./plasma-mobile { }; plasma-nano = callPackage ./plasma-nano { }; plasma-nm = callPackage ./plasma-nm { }; plasma-pa = callPackage ./plasma-pa.nix { inherit gconf; }; plasma-remotecontrollers = callPackage ./plasma-remotecontrollers.nix { }; plasma-sdk = callPackage ./plasma-sdk.nix { }; plasma-systemmonitor = callPackage ./plasma-systemmonitor.nix { }; plasma-thunderbolt = callPackage ./plasma-thunderbolt.nix { }; plasma-vault = callPackage ./plasma-vault { }; plasma-welcome = callPackage ./plasma-welcome.nix { }; plasma-workspace = callPackage ./plasma-workspace { }; plasma-workspace-wallpapers = callPackage ./plasma-workspace-wallpapers.nix { }; polkit-kde-agent = callPackage ./polkit-kde-agent.nix { }; powerdevil = callPackage ./powerdevil.nix { }; qqc2-breeze-style = callPackage ./qqc2-breeze-style.nix { }; sddm-kcm = callPackage ./sddm-kcm.nix { }; systemsettings = callPackage ./systemsettings.nix { }; xdg-desktop-portal-kde = callPackage ./xdg-desktop-portal-kde.nix { }; thirdParty = let inherit (libsForQt5) callPackage; in { plasma-applet-caffeine-plus = callPackage ./3rdparty/addons/caffeine-plus.nix { }; plasma-applet-virtual-desktop-bar = callPackage ./3rdparty/addons/virtual-desktop-bar.nix { }; bismuth = callPackage ./3rdparty/addons/bismuth { }; kwin-dynamic-workspaces = callPackage ./3rdparty/kwin/scripts/dynamic-workspaces.nix { }; kwin-tiling = callPackage ./3rdparty/kwin/scripts/tiling.nix { }; krohnkite = callPackage ./3rdparty/kwin/scripts/krohnkite.nix { }; krunner-ssh = callPackage ./3rdparty/addons/krunner-ssh.nix { }; krunner-symbols = callPackage ./3rdparty/addons/krunner-symbols.nix { }; kzones = callPackage ./3rdparty/kwin/scripts/kzones.nix { }; lightly = callPackage ./3rdparty/lightly { }; parachute = callPackage ./3rdparty/kwin/scripts/parachute.nix { }; polonium = callPackage ./3rdparty/addons/polonium.nix { }; }; } // lib.optionalAttrs config.allowAliases { ksysguard = throw "ksysguard has been replaced with plasma-systemmonitor"; plasma-phone-components = throw "'plasma-phone-components' has been renamed to/replaced by 'plasma-mobile'"; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.kwallet-pam 5.27.10 -> 5.93.0 https://repology.org/project/kwallet-pam/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pulumi-azure-native, using log file: /var/log/nixpkgs-update/python311Packages.pulumi-azure-native/2024-02-21.log python311Packages.pulumi-azure-native 0 -> 1 attrpath: python311Packages.pulumi-azure-native Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pulumi-azure-native-2.13.0 Press Enter key to continue... Running update for: - python3.11-pulumi-azure-native-2.13.0: UPDATING ... - python3.11-pulumi-azure-native-2.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pulumi-azure-native 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.proton-vpn-killswitch-network-manager, using log file: /var/log/nixpkgs-update/python311Packages.proton-vpn-killswitch-network-manager/2024-02-21.log python311Packages.proton-vpn-killswitch-network-manager 0 -> 1 attrpath: python311Packages.proton-vpn-killswitch-network-manager Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-proton-vpn-killswitch-network-manager-0.2.0-unstable-2023-09-05 Press Enter key to continue... Running update for: - python3.11-proton-vpn-killswitch-network-manager-0.2.0-unstable-2023-09-05: UPDATING ... - python3.11-proton-vpn-killswitch-network-manager-0.2.0-unstable-2023-09-05: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.proton-vpn-killswitch-network-manager 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hatchling, using log file: /var/log/nixpkgs-update/python311Packages.hatchling/2024-02-21.log python311Packages.hatchling 0 -> 1 attrpath: python311Packages.hatchling Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-hatchling-1.21.1 Press Enter key to continue... Running update for: - python3.11-hatchling-1.21.1: UPDATING ... - python3.11-hatchling-1.21.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hatchling 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aba, using log file: /var/log/nixpkgs-update/aba/2024-02-21.log aba 0 -> 1 attrpath: aba Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h8r66wc555vvagim3zcmnjvymqycddcb-packages.json.drv building '/nix/store/h8r66wc555vvagim3zcmnjvymqycddcb-packages.json.drv'... Going to be running update for following packages: - aba-0.8.0 Press Enter key to continue... Running update for: - aba-0.8.0: UPDATING ... - aba-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aba 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pru, using log file: /var/log/nixpkgs-update/pru/2024-02-21.log pru 0 -> 1 attrpath: pru Checking auto update branch... The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update [result] Failed to update pru 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tinyobjloader-py, using log file: /var/log/nixpkgs-update/python311Packages.tinyobjloader-py/2024-02-21.log python311Packages.tinyobjloader-py 0 -> 1 attrpath: python311Packages.tinyobjloader-py Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-tinyobjloader-py-1.0.7 Press Enter key to continue... Running update for: - python3.11-tinyobjloader-py-1.0.7: UPDATING ... - python3.11-tinyobjloader-py-1.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tinyobjloader-py 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rabbitmq-java-client, using log file: /var/log/nixpkgs-update/rabbitmq-java-client/2024-02-21.log rabbitmq-java-client 3.3.4 -> 5.0.0 https://repology.org/project/rabbitmq-java-client/versions attrpath: rabbitmq-java-client Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/8xf030wm8742xf7ckslzpwlqdlzjjnds-rabbitmq-java-client-5.0.0.tar.gz.drv building '/nix/store/8xf030wm8742xf7ckslzpwlqdlzjjnds-rabbitmq-java-client-5.0.0.tar.gz.drv'... trying https://www.rabbitmq.com/releases/rabbitmq-java-client/v5.0.0/rabbitmq-java-client-5.0.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 83 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download rabbitmq-java-client-5.0.0.tar.gz from any mirror error: builder for '/nix/store/8xf030wm8742xf7ckslzpwlqdlzjjnds-rabbitmq-java-client-5.0.0.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://www.rabbitmq.com/releases/rabbitmq-java-client/v5.0.0/rabbitmq-java-client-5.0.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 83 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download rabbitmq-java-client-5.0.0.tar.gz from any mirror For full logs, run 'nix log /nix/store/8xf030wm8742xf7ckslzpwlqdlzjjnds-rabbitmq-java-client-5.0.0.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'rabbitmq-java-client.originalSrc' not found stderr did not split as expected full stderr was: error: Package ‘python-2.7.18.7’ in /var/cache/nixpkgs-update/worker/worktree/rabbitmq-java-client/pkgs/development/interpreters/python/cpython/2.7/default.nix:335 is marked as insecure, refusing to evaluate. Known issues: - Python 2.7 has reached its end of life after 2020-01-01. See https://www.python.org/doc/sunset-python-2/. You can install it anyway by allowing this package, using the following methods: a) To temporarily allow all insecure packages, you can use an environment variable for a single invocation of the nix tools: $ export NIXPKGS_ALLOW_INSECURE=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) for `nixos-rebuild` you can add ‘python-2.7.18.7’ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "python-2.7.18.7" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add ‘python-2.7.18.7’ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "python-2.7.18.7" ]; } (use '--show-trace' to show detailed location information) [result] Failed to update rabbitmq-java-client 3.3.4 -> 5.0.0 https://repology.org/project/rabbitmq-java-client/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath transgui, using log file: /var/log/nixpkgs-update/transgui/2024-02-21.log transgui 0 -> 1 attrpath: transgui Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - transgui-unstable-2023-10-19 Press Enter key to continue... Running update for: - transgui-unstable-2023-10-19: UPDATING ... - transgui-unstable-2023-10-19: ERROR --- SHOWING ERROR LOG FOR transgui-unstable-2023-10-19 ---------------------- + url= + branch= + use_stable_version= + tag_prefix= + shallow_clone= + (( 2 > 0 )) + flag=--url= + shift 1 + case "$flag" in + url= + (( 1 > 0 )) + flag=--shallow-clone + shift 1 + case "$flag" in + shallow_clone=1 + (( 0 > 0 )) + [[ -z '' ]] ++ /nix/store/nzkd2mf4792r7aia5fw3f7libpk2rxyj-nix-2.18.1/bin/nix-instantiate --eval -E 'with import ./. {}; transgui.src.gitRepoUrl' ++ tr -d '"' + url=https://github.com/transmission-remote-gui/transgui.git ++ /nix/store/bicmg5gd50q6igk0y5mga1v0p1lk8f26-coreutils-9.4/bin/mktemp -d + tmpdir=/run/nixpkgs-update-worker/tmp.J2qVIWSj7j + cloneArgs=(--bare) + [[ 1 == \1 ]] + cloneArgs+=(--depth=1) + [[ -n '' ]] + /nix/store/zcmh6zkcvw838kxzw6sr9g1klnwcr268-git-2.43.0/bin/git clone --bare --depth=1 https://github.com/transmission-remote-gui/transgui.git /run/nixpkgs-update-worker/tmp.J2qVIWSj7j Cloning into bare repository '/run/nixpkgs-update-worker/tmp.J2qVIWSj7j'... + pushd /run/nixpkgs-update-worker/tmp.J2qVIWSj7j ++ /nix/store/zcmh6zkcvw838kxzw6sr9g1klnwcr268-git-2.43.0/bin/git show -s --pretty=format:%cs + commit_date=2023-10-20 ++ /nix/store/zcmh6zkcvw838kxzw6sr9g1klnwcr268-git-2.43.0/bin/git show -s --pretty=format:%H + commit_sha=b1f5c2334edb6659c04863ef4a534ba1e57284f0 + [[ -z '' ]] + new_version=unstable-2023-10-20 + popd + /nix/store/r4zp0va5pd4c6a9vf1fc2scz4rjqzj6h-common-updater-scripts/bin/update-source-version transgui unstable-2023-10-20 --rev=b1f5c2334edb6659c04863ef4a534ba1e57284f0 update-source-version: error: Failed to replace source revision 'b1f5c2334edb6659c04863ef4a534ba1e57284f0' to 'b1f5c2334edb6659c04863ef4a534ba1e57284f0' in 'transgui'! --- SHOWING ERROR LOG FOR transgui-unstable-2023-10-19 ---------------------- The update script for transgui-unstable-2023-10-19 failed with exit code 1 [result] Failed to update transgui 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyfluidsynth, using log file: /var/log/nixpkgs-update/python311Packages.pyfluidsynth/2024-02-21.log python311Packages.pyfluidsynth 0 -> 1 attrpath: python311Packages.pyfluidsynth Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyfluidsynth-1.3.2 Press Enter key to continue... Running update for: - python3.11-pyfluidsynth-1.3.2: UPDATING ... - python3.11-pyfluidsynth-1.3.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyfluidsynth/default.nix b/pkgs/development/python-modules/pyfluidsynth/default.nix index 1e837b67129a..521d597a6b7a 100644 --- a/pkgs/development/python-modules/pyfluidsynth/default.nix +++ b/pkgs/development/python-modules/pyfluidsynth/default.nix @@ -11,13 +11,13 @@ buildPythonPackage rec { pname = "pyfluidsynth"; - version = "1.3.2"; + version = "1.3.3"; format = "pyproject"; src = fetchPypi { pname = "pyFluidSynth"; inherit version; - hash = "sha256-+i5oOXV4UG6z4rQGuguOP0mHo7V7fJZZRwOnJKB1VfQ="; + hash = "sha256-1Q1LVQc+dYCyo8pHCZK2xRwnnbocVRLchRNVlfQtaIE="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.pyfluidsynth nix build failed. got build log for 'python311Packages.pyfluidsynth' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/7lmm6ya3y12cj6s373sp0lc13h91vzhv-pyFluidSynth-1.3.3.tar.gz source root is pyFluidSynth-1.3.3 setting SOURCE_DATE_EPOCH to timestamp 1708289661 of file pyFluidSynth-1.3.3/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/skpcdg24x411mqvbnfqxkm8zncbx43xy-add-fluid-synth-get-status-and-fix-some-typing-bugs.patch patching file fluidsynth.py Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 4 out of 4 hunks ignored -- saving rejects to file fluidsynth.py.rej [result] Failed to update python311Packages.pyfluidsynth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyobihai, using log file: /var/log/nixpkgs-update/python311Packages.pyobihai/2024-02-21.log python311Packages.pyobihai 0 -> 1 attrpath: python311Packages.pyobihai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyobihai-1.4.2 Press Enter key to continue... Running update for: - python3.11-pyobihai-1.4.2: UPDATING ... - python3.11-pyobihai-1.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyobihai 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath powertop, using log file: /var/log/nixpkgs-update/powertop/2024-02-21.log powertop 0 -> 1 attrpath: powertop Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kkbbf86v7fhzwdzpsggin8ac4f0klfiy-packages.json.drv building '/nix/store/kkbbf86v7fhzwdzpsggin8ac4f0klfiy-packages.json.drv'... Going to be running update for following packages: - powertop-2.15 Press Enter key to continue... Running update for: - powertop-2.15: UPDATING ... - powertop-2.15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update powertop 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.torchgpipe, using log file: /var/log/nixpkgs-update/python311Packages.torchgpipe/2024-02-21.log python311Packages.torchgpipe 0 -> 1 attrpath: python311Packages.torchgpipe Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-torchgpipe-0.0.7 Press Enter key to continue... Running update for: - python3.11-torchgpipe-0.0.7: UPDATING ... - python3.11-torchgpipe-0.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.torchgpipe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.iterm2, using log file: /var/log/nixpkgs-update/python311Packages.iterm2/2024-02-21.log python311Packages.iterm2 0 -> 1 attrpath: python311Packages.iterm2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-iterm2-2.7 Press Enter key to continue... Running update for: - python3.11-iterm2-2.7: UPDATING ... - python3.11-iterm2-2.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.iterm2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gitless, using log file: /var/log/nixpkgs-update/gitless/2024-02-21.log gitless 0 -> 1 attrpath: gitless Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - gitless-0.9.17 Press Enter key to continue... Running update for: - gitless-0.9.17: UPDATING ... - gitless-0.9.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gitless 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.webtest, using log file: /var/log/nixpkgs-update/python311Packages.webtest/2024-02-21.log python311Packages.webtest 0 -> 1 attrpath: python311Packages.webtest Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-webtest-3.0.0 Press Enter key to continue... Running update for: - python3.11-webtest-3.0.0: UPDATING ... - python3.11-webtest-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.webtest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.bzinb, using log file: /var/log/nixpkgs-update/rPackages.bzinb/2024-02-21.log rPackages.bzinb 1.0.6 -> 1.0.8 https://repology.org/project/r:bzinb/versions attrpath: rPackages.bzinb Checking auto update branch... No auto update branch exists Old version 1.0.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.bzinb 1.0.6 -> 1.0.8 https://repology.org/project/r:bzinb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.circacompare, using log file: /var/log/nixpkgs-update/rPackages.circacompare/2024-02-21.log rPackages.circacompare 0.1.1 -> 0.2.0 https://repology.org/project/r:circacompare/versions attrpath: rPackages.circacompare Checking auto update branch... No auto update branch exists Old version 0.1.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.circacompare 0.1.1 -> 0.2.0 https://repology.org/project/r:circacompare/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath image_optim, using log file: /var/log/nixpkgs-update/image_optim/2024-02-21.log image_optim 0 -> 1 attrpath: image_optim Checking auto update branch... The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update [result] Failed to update image_optim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.process-tests, using log file: /var/log/nixpkgs-update/python311Packages.process-tests/2024-02-21.log python311Packages.process-tests 0 -> 1 attrpath: python311Packages.process-tests Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-process-tests-3.0.0 Press Enter key to continue... Running update for: - python3.11-process-tests-3.0.0: UPDATING ... - python3.11-process-tests-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.process-tests 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.tiktoken, using log file: /var/log/nixpkgs-update/python312Packages.tiktoken/2024-02-21.log python312Packages.tiktoken 0.5.1 -> 0.6.0 https://repology.org/project/python:tiktoken/versions attrpath: python312Packages.tiktoken Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-tiktoken-0.5.1 Press Enter key to continue... Running update for: - python3.12-tiktoken-0.5.1: UPDATING ... - python3.12-tiktoken-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.tiktoken 0.5.1 -> 0.6.0 https://repology.org/project/python:tiktoken/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rott, using log file: /var/log/nixpkgs-update/rott/2024-02-21.log rott 1.1.2 -> 20230810 https://repology.org/project/rott/versions attrpath: rott Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/la7jsm47b2jjvffdr71g5i13khyb4pv7-rott-20230810.tar.gz.drv building '/nix/store/la7jsm47b2jjvffdr71g5i13khyb4pv7-rott-20230810.tar.gz.drv'... trying https://icculus.org/rott/releases/rott-20230810.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 274 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download rott-20230810.tar.gz from any mirror error: builder for '/nix/store/la7jsm47b2jjvffdr71g5i13khyb4pv7-rott-20230810.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://icculus.org/rott/releases/rott-20230810.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 274 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download rott-20230810.tar.gz from any mirror For full logs, run 'nix log /nix/store/la7jsm47b2jjvffdr71g5i13khyb4pv7-rott-20230810.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'rott.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/la7jsm47b2jjvffdr71g5i13khyb4pv7-rott-20230810.tar.gz.drv /nix/store/vk5hcgi1vls64lqpkyw6r48rfha70j3q-rott-20230810.drv building '/nix/store/la7jsm47b2jjvffdr71g5i13khyb4pv7-rott-20230810.tar.gz.drv'... trying https://icculus.org/rott/releases/rott-20230810.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 274 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download rott-20230810.tar.gz from any mirror error: builder for '/nix/store/la7jsm47b2jjvffdr71g5i13khyb4pv7-rott-20230810.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://icculus.org/rott/releases/rott-20230810.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 274 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download rott-20230810.tar.gz from any mirror For full logs, run 'nix log /nix/store/la7jsm47b2jjvffdr71g5i13khyb4pv7-rott-20230810.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/vk5hcgi1vls64lqpkyw6r48rfha70j3q-rott-20230810.drv' failed to build [result] Failed to update rott 1.1.2 -> 20230810 https://repology.org/project/rott/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.reticulate, using log file: /var/log/nixpkgs-update/rPackages.reticulate/2024-02-21.log rPackages.reticulate 1.34.0 -> 1.35.0 https://repology.org/project/r:reticulate/versions attrpath: rPackages.reticulate Checking auto update branch... No auto update branch exists Old version 1.34.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.reticulate 1.34.0 -> 1.35.0 https://repology.org/project/r:reticulate/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.magicaxis, using log file: /var/log/nixpkgs-update/rPackages.magicaxis/2024-02-21.log rPackages.magicaxis 2.2.14 -> 2.4.5 https://repology.org/project/r:magicaxis/versions attrpath: rPackages.magicaxis Checking auto update branch... No auto update branch exists Old version 2.2.14" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.magicaxis 2.2.14 -> 2.4.5 https://repology.org/project/r:magicaxis/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.infer, using log file: /var/log/nixpkgs-update/rPackages.infer/2024-02-21.log rPackages.infer 1.0.5 -> 1.0.6 https://repology.org/project/r:infer/versions attrpath: rPackages.infer Checking auto update branch... No auto update branch exists Old version 1.0.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.infer 1.0.5 -> 1.0.6 https://repology.org/project/r:infer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.nimble, using log file: /var/log/nixpkgs-update/rPackages.nimble/2024-02-21.log rPackages.nimble 1.0.1 -> 1.1.0 https://repology.org/project/r:nimble/versions attrpath: rPackages.nimble Checking auto update branch... No auto update branch exists Old version 1.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.nimble 1.0.1 -> 1.1.0 https://repology.org/project/r:nimble/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.FactoClass, using log file: /var/log/nixpkgs-update/rPackages.FactoClass/2024-02-21.log rPackages.FactoClass 1.2.8 -> 1.2.9 https://repology.org/project/r:factoclass/versions attrpath: rPackages.FactoClass Checking auto update branch... No auto update branch exists Old version 1.2.8" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.FactoClass 1.2.8 -> 1.2.9 https://repology.org/project/r:factoclass/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.orgutils, using log file: /var/log/nixpkgs-update/rPackages.orgutils/2024-02-21.log rPackages.orgutils 0.4-1 -> 0.5-0 https://repology.org/project/r:orgutils/versions attrpath: rPackages.orgutils Checking auto update branch... No auto update branch exists Old version 0.4-1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.orgutils 0.4-1 -> 0.5-0 https://repology.org/project/r:orgutils/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MetabolomicsBasics, using log file: /var/log/nixpkgs-update/rPackages.MetabolomicsBasics/2024-02-21.log rPackages.MetabolomicsBasics 1.4.3 -> 1.4.5 https://repology.org/project/r:metabolomicsbasics/versions attrpath: rPackages.MetabolomicsBasics Checking auto update branch... No auto update branch exists Old version 1.4.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.MetabolomicsBasics 1.4.3 -> 1.4.5 https://repology.org/project/r:metabolomicsbasics/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.HH, using log file: /var/log/nixpkgs-update/rPackages.HH/2024-02-21.log rPackages.HH 3.1-49 -> 3.1.52 https://repology.org/project/r:hh/versions attrpath: rPackages.HH Checking auto update branch... No auto update branch exists Old version 3.1-49" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.HH 3.1-49 -> 3.1.52 https://repology.org/project/r:hh/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.distrTeach, using log file: /var/log/nixpkgs-update/rPackages.distrTeach/2024-02-21.log rPackages.distrTeach 2.9.0 -> 2.9.1 https://repology.org/project/r:distrteach/versions attrpath: rPackages.distrTeach Checking auto update branch... No auto update branch exists Old version 2.9.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.distrTeach 2.9.0 -> 2.9.1 https://repology.org/project/r:distrteach/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.nlmixr2extra, using log file: /var/log/nixpkgs-update/rPackages.nlmixr2extra/2024-02-21.log rPackages.nlmixr2extra 2.0.8 -> 2.0.9 https://repology.org/project/r:nlmixr2extra/versions attrpath: rPackages.nlmixr2extra Checking auto update branch... No auto update branch exists Old version 2.0.8" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.nlmixr2extra 2.0.8 -> 2.0.9 https://repology.org/project/r:nlmixr2extra/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath diamond, using log file: /var/log/nixpkgs-update/diamond/2024-02-21.log diamond 2.1.8 -> 2.1.9 https://github.com/bbuchfink/diamond/releases attrpath: diamond Checking auto update branch... An auto update branch exists with message `diamond: 2.1.8 -> 2.1.9`. New version is 2.1.9. An auto update branch exists with an equal or greater version [result] Failed to update diamond 2.1.8 -> 2.1.9 https://github.com/bbuchfink/diamond/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath himitsu, using log file: /var/log/nixpkgs-update/himitsu/2024-02-21.log himitsu 0.5 -> 0.6 https://repology.org/project/himitsu/versions attrpath: himitsu Checking auto update branch... An auto update branch exists with message `himitsu: 0.5 -> 0.6`. New version is 0.6. An auto update branch exists with an equal or greater version [result] Failed to update himitsu 0.5 -> 0.6 https://repology.org/project/himitsu/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.eq5d, using log file: /var/log/nixpkgs-update/rPackages.eq5d/2024-02-21.log rPackages.eq5d 0.15.1 -> 0.15.2 https://repology.org/project/r:eq5d/versions attrpath: rPackages.eq5d Checking auto update branch... No auto update branch exists Old version 0.15.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.eq5d 0.15.1 -> 0.15.2 https://repology.org/project/r:eq5d/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mypy-boto3-ssm, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-ssm/2024-02-21.log python311Packages.mypy-boto3-ssm 1.34.0 -> 1.34.32 https://repology.org/project/python:mypy-boto3-ssm/versions attrpath: python311Packages.mypy-boto3-ssm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-mypy-boto3-ssm-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-ssm-1.34.0: UPDATING ... - python3.11-mypy-boto3-ssm-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-ssm 1.34.0 -> 1.34.32 https://repology.org/project/python:mypy-boto3-ssm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.SNSFdatasets, using log file: /var/log/nixpkgs-update/rPackages.SNSFdatasets/2024-02-21.log rPackages.SNSFdatasets 0.1.0 -> 0.1.1 https://repology.org/project/r:snsfdatasets/versions attrpath: rPackages.SNSFdatasets Checking auto update branch... No auto update branch exists Old version 0.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.SNSFdatasets 0.1.0 -> 0.1.1 https://repology.org/project/r:snsfdatasets/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.MarketMatching, using log file: /var/log/nixpkgs-update/rPackages.MarketMatching/2024-02-21.log rPackages.MarketMatching 1.2.0 -> 1.2.1 https://repology.org/project/r:marketmatching/versions attrpath: rPackages.MarketMatching Checking auto update branch... No auto update branch exists Old version 1.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.MarketMatching 1.2.0 -> 1.2.1 https://repology.org/project/r:marketmatching/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.nlmixr2est, using log file: /var/log/nixpkgs-update/rPackages.nlmixr2est/2024-02-21.log rPackages.nlmixr2est 2.2.0 -> 2.2.1 https://repology.org/project/r:nlmixr2est/versions attrpath: rPackages.nlmixr2est Checking auto update branch... No auto update branch exists Old version 2.2.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.nlmixr2est 2.2.0 -> 2.2.1 https://repology.org/project/r:nlmixr2est/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath konstraint, using log file: /var/log/nixpkgs-update/konstraint/2024-02-21.log konstraint 0.33.0 -> 0.34.0 https://github.com/plexsystems/konstraint/releases attrpath: konstraint Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-gaY3U6+Emk6La5wPyT5TvgTwPsh2Ws2t7C8B5T4c46E=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'konstraint.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/rc1as9rdzc97wsa8wlls1vp3qrxb80i7-konstraint-0.34.0-go-modules.drv /nix/store/5dy6qbgjjbdyva8afjxsschrjs15nfjg-konstraint-0.34.0.drv building '/nix/store/rc1as9rdzc97wsa8wlls1vp3qrxb80i7-konstraint-0.34.0-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/2dykqmdiz6727grsj9pw7zxhwls5n5jk-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: downloading github.com/open-policy-agent/opa v0.60.0 go: downloading k8s.io/apimachinery v0.29.0 go: downloading golang.org/x/text v0.14.0 go: downloading k8s.io/apiextensions-apiserver v0.29.0 go: downloading github.com/sirupsen/logrus v1.9.3 go: downloading github.com/open-policy-agent/frameworks/constraint v0.0.0-20220218180203-c2a0d8cdf85a go: downloading sigs.k8s.io/yaml v1.4.0 go: downloading github.com/spf13/viper v1.18.2 go: downloading github.com/spf13/cobra v1.8.0 go: downloading golang.org/x/sys v0.15.0 go: downloading github.com/fsnotify/fsnotify v1.7.0 go: downloading github.com/sagikazarmark/slog-shim v0.1.0 go: downloading github.com/spf13/cast v1.6.0 go: downloading github.com/spf13/pflag v1.0.5 go: downloading github.com/sagikazarmark/locafero v0.4.0 go: downloading github.com/spf13/afero v1.11.0 go: downloading github.com/subosito/gotenv v1.6.0 go: downloading github.com/mitchellh/mapstructure v1.5.0 go: downloading github.com/hashicorp/hcl v1.0.0 go: downloading gopkg.in/ini.v1 v1.67.0 go: downloading github.com/pelletier/go-toml/v2 v2.1.0 go: downloading gopkg.in/yaml.v3 v3.0.1 go: downloading github.com/magiconair/properties v1.8.7 go: downloading github.com/inconshreveable/mousetrap v1.1.0 go: downloading golang.org/x/exp v0.0.0-20230905200255-921286631fa9 go: downloading github.com/sourcegraph/conc v0.3.0 go: downloading go.uber.org/multierr v1.11.0 go: downloading github.com/google/gofuzz v1.2.0 go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b go: downloading k8s.io/klog/v2 v2.110.1 go: downloading gopkg.in/inf.v0 v0.9.1 go: downloading golang.org/x/net v0.19.0 go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd go: downloading github.com/gogo/protobuf v1.3.2 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1 go: downloading github.com/go-logr/logr v1.3.0 go: downloading gopkg.in/yaml.v2 v2.4.0 go: downloading github.com/json-iterator/go v1.1.12 go: downloading github.com/modern-go/reflect2 v1.0.2 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd go: downloading sigs.k8s.io/controller-runtime v0.11.1 go: downloading k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 go: downloading github.com/google/cel-go v0.17.7 go: downloading k8s.io/apiserver v0.29.0 go: downloading k8s.io/component-base v0.29.0 go: downloading github.com/blang/semver/v4 v4.0.0 go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 go: downloading google.golang.org/protobuf v1.31.0 go: downloading github.com/prometheus/client_model v0.4.0 go: downloading github.com/prometheus/client_golang v1.16.0 go: downloading github.com/prometheus/procfs v0.10.1 go: downloading github.com/stoewer/go-strcase v1.2.0 go: downloading github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f go: downloading github.com/prometheus/common v0.44.0 go: downloading github.com/beorn7/perks v1.0.1 go: downloading github.com/cespare/xxhash/v2 v2.2.0 go: downloading github.com/go-openapi/jsonreference v0.20.2 go: downloading github.com/go-openapi/swag v0.22.3 go: downloading github.com/google/gnostic-models v0.6.8 go: downloading github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d go: downloading golang.org/x/sync v0.5.0 go: downloading k8s.io/api v0.29.0 go: downloading k8s.io/client-go v0.29.0 go: downloading github.com/go-openapi/jsonpointer v0.19.6 go: downloading github.com/mailru/easyjson v0.7.7 go: downloading github.com/golang/protobuf v1.5.3 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 go: downloading github.com/josharian/intern v1.0.0 go: downloading golang.org/x/oauth2 v0.15.0 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc go: downloading golang.org/x/time v0.5.0 go: downloading github.com/google/uuid v1.5.0 go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 go: downloading github.com/emicklei/go-restful/v3 v3.11.0 go: downloading golang.org/x/term v0.15.0 go: downloading google.golang.org/appengine v1.6.8 go: downloading github.com/OneOfOne/xxhash v1.2.8 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb go: updates to go.mod needed; to update it: go mod tidy error: builder for '/nix/store/rc1as9rdzc97wsa8wlls1vp3qrxb80i7-konstraint-0.34.0-go-modules.drv' failed with exit code 1; last 25 log lines: > go: downloading github.com/go-openapi/swag v0.22.3 > go: downloading github.com/google/gnostic-models v0.6.8 > go: downloading github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d > go: downloading golang.org/x/sync v0.5.0 > go: downloading k8s.io/api v0.29.0 > go: downloading k8s.io/client-go v0.29.0 > go: downloading github.com/go-openapi/jsonpointer v0.19.6 > go: downloading github.com/mailru/easyjson v0.7.7 > go: downloading github.com/golang/protobuf v1.5.3 > go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4 > go: downloading github.com/josharian/intern v1.0.0 > go: downloading golang.org/x/oauth2 v0.15.0 > go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc > go: downloading golang.org/x/time v0.5.0 > go: downloading github.com/google/uuid v1.5.0 > go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 > go: downloading github.com/emicklei/go-restful/v3 v3.11.0 > go: downloading golang.org/x/term v0.15.0 > go: downloading google.golang.org/appengine v1.6.8 > go: downloading github.com/OneOfOne/xxhash v1.2.8 > go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 > go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 > go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb > go: updates to go.mod needed; to update it: > go mod tidy For full logs, run 'nix log /nix/store/rc1as9rdzc97wsa8wlls1vp3qrxb80i7-konstraint-0.34.0-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/5dy6qbgjjbdyva8afjxsschrjs15nfjg-konstraint-0.34.0.drv' failed to build [result] Failed to update konstraint 0.33.0 -> 0.34.0 https://github.com/plexsystems/konstraint/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pifpaf, using log file: /var/log/nixpkgs-update/pifpaf/2024-02-21.log pifpaf 0 -> 1 attrpath: pifpaf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - pifpaf-3.1.5 Press Enter key to continue... Running update for: - pifpaf-3.1.5: UPDATING ... - pifpaf-3.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pifpaf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.proboscis, using log file: /var/log/nixpkgs-update/python311Packages.proboscis/2024-02-21.log python311Packages.proboscis 0 -> 1 attrpath: python311Packages.proboscis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-proboscis-1.2.6.0 Press Enter key to continue... Running update for: - python3.11-proboscis-1.2.6.0: UPDATING ... - python3.11-proboscis-1.2.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.proboscis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lastpass-cli, using log file: /var/log/nixpkgs-update/lastpass-cli/2024-02-21.log lastpass-cli 1.3.6 -> 1.3.7 https://github.com/lastpass/lastpass-cli/releases attrpath: lastpass-cli Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update lastpass-cli 1.3.6 -> 1.3.7 https://github.com/lastpass/lastpass-cli/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.siuba, using log file: /var/log/nixpkgs-update/python311Packages.siuba/2024-02-21.log python311Packages.siuba 0 -> 1 attrpath: python311Packages.siuba Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-siuba-0.4.4 Press Enter key to continue... Running update for: - python3.11-siuba-0.4.4: UPDATING ... - python3.11-siuba-0.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.siuba 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath phototonic, using log file: /var/log/nixpkgs-update/phototonic/2024-02-21.log phototonic 2.1 -> 2.1.136 https://repology.org/project/phototonic/versions attrpath: phototonic Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update phototonic 2.1 -> 2.1.136 https://repology.org/project/phototonic/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.canmatrix, using log file: /var/log/nixpkgs-update/python311Packages.canmatrix/2024-02-21.log python311Packages.canmatrix 0 -> 1 attrpath: python311Packages.canmatrix Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-canmatrix-1.0 Press Enter key to continue... Running update for: - python3.11-canmatrix-1.0: UPDATING ... - python3.11-canmatrix-1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.canmatrix 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.spatstat_data, using log file: /var/log/nixpkgs-update/rPackages.spatstat_data/2024-02-21.log rPackages.spatstat_data 3.0-3 -> 3.0.4 https://repology.org/project/r:spatstat.data/versions attrpath: rPackages.spatstat_data Checking auto update branch... No auto update branch exists Old version 3.0-3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.spatstat_data 3.0-3 -> 3.0.4 https://repology.org/project/r:spatstat.data/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.betamax, using log file: /var/log/nixpkgs-update/python311Packages.betamax/2024-02-21.log python311Packages.betamax 0 -> 1 attrpath: python311Packages.betamax Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-betamax-0.8.1 Press Enter key to continue... Running update for: - python3.11-betamax-0.8.1: UPDATING ... - python3.11-betamax-0.8.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/betamax/default.nix b/pkgs/development/python-modules/betamax/default.nix index 86f1e2574db7..d4da87d07433 100644 --- a/pkgs/development/python-modules/betamax/default.nix +++ b/pkgs/development/python-modules/betamax/default.nix @@ -2,12 +2,12 @@ buildPythonPackage rec { pname = "betamax"; - version = "0.8.1"; + version = "0.9.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "1hki1c2vs7adq7zr56wi6i5bhrkia4s2ywpv2c98ibnczz709w2v"; + sha256 = "sha256-gjFuFnm8aHnjyDMY0Ba1S3ySJf8IxEYt5IE+IgONX5Q="; }; propagatedBuildInputs = [ requests ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 1234 > 25 [result] Failed to update python311Packages.betamax 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.oscpy, using log file: /var/log/nixpkgs-update/python311Packages.oscpy/2024-02-21.log python311Packages.oscpy 0 -> 1 attrpath: python311Packages.oscpy Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-oscpy-0.6.0 Press Enter key to continue... Running update for: - python3.11-oscpy-0.6.0: UPDATING ... - python3.11-oscpy-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.oscpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath thunderbird-bin-unwrapped, using log file: /var/log/nixpkgs-update/thunderbird-bin-unwrapped/2024-02-21.log thunderbird-bin-unwrapped 0 -> 1 attrpath: thunderbird-bin-unwrapped Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p673ys8fwl5n6kr8f5w35jyh2dlfzm8x-packages.json.drv building '/nix/store/p673ys8fwl5n6kr8f5w35jyh2dlfzm8x-packages.json.drv'... Going to be running update for following packages: - thunderbird-bin-115.7.0 Press Enter key to continue... Running update for: - thunderbird-bin-115.7.0: UPDATING ... - thunderbird-bin-115.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/mailreaders/thunderbird-bin/release_sources.nix b/pkgs/applications/networking/mailreaders/thunderbird-bin/release_sources.nix index e4809db566e8..402612c4ba5a 100644 --- a/pkgs/applications/networking/mailreaders/thunderbird-bin/release_sources.nix +++ b/pkgs/applications/networking/mailreaders/thunderbird-bin/release_sources.nix @@ -1,665 +1,665 @@ { - version = "115.7.0"; + version = "115.8.0"; sources = [ - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/af/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/af/thunderbird-115.8.0.tar.bz2"; locale = "af"; arch = "linux-x86_64"; - sha256 = "43041825f2fe7a42b7e8be09714cfe5506660a90ab09307a21810ec9debde878"; + sha256 = "81afef8dc55dd4354f0c804f981b53318dbcf29e7001ca28b774a213666ddbbf"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/ar/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/ar/thunderbird-115.8.0.tar.bz2"; locale = "ar"; arch = "linux-x86_64"; - sha256 = "f307adc4e42c4e28672874882f2f72ac15bc9049474c5ebed701e0f83b81afac"; + sha256 = "b2b53040cfac271450237483298322aa417487d1f055eeeefaffd6ccf3e90229"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/ast/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/ast/thunderbird-115.8.0.tar.bz2"; locale = "ast"; arch = "linux-x86_64"; - sha256 = "fe9d8a9d397f8476d0c59ad4a91faa8eb4b38a9cf03b324c95a5fc806ebd4c48"; + sha256 = "57212d7c80f3ec8db6598897575d58458860dfc256118a4f2c05f33ddbc5e9fb"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/be/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/be/thunderbird-115.8.0.tar.bz2"; locale = "be"; arch = "linux-x86_64"; - sha256 = "b194ae99c1d495452673120ce3655620bf067dc1b82962f809c923adf26ff36c"; + sha256 = "81911c265be3d3811dc6a43f27bb42562678fbce190055ebd6427417c4847dc0"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/bg/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/bg/thunderbird-115.8.0.tar.bz2"; locale = "bg"; arch = "linux-x86_64"; - sha256 = "c92da8ab1290f5329a12fa7012a0d1b0326bfa43b536b01f686dc97f751b3723"; + sha256 = "4357f759be5d168be439b2f997a17a7d1e0de2b09eac22f01db75eceb1839972"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/br/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/br/thunderbird-115.8.0.tar.bz2"; locale = "br"; arch = "linux-x86_64"; - sha256 = "8ff05ea4ebbd715cdce40c5efff1ce81694831bbe0b41d0095155e4c867adc9b"; + sha256 = "5997b4ea8c637a8936b475e8c7f8c58096738b96181f06436d760263efb2844d"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/ca/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/ca/thunderbird-115.8.0.tar.bz2"; locale = "ca"; arch = "linux-x86_64"; - sha256 = "9b210ff3c48526bb4fe0d436d6afbe16c2d0d629670ce5ffb0bef066621f4a1e"; + sha256 = "262ffaa029a29609b078130cba53cb344f16ed6edf6ceddd7948c5c7717e0279"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/cak/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/cak/thunderbird-115.8.0.tar.bz2"; locale = "cak"; arch = "linux-x86_64"; - sha256 = "9e3c55b3c49219f77b3c081875180a4b47d962912066a1c4450db5753228922f"; + sha256 = "13ff7cf6dd8562303485ab48b3b4fe5069ad30081cb76909c3153bf1fecdbb59"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/cs/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/cs/thunderbird-115.8.0.tar.bz2"; locale = "cs"; arch = "linux-x86_64"; - sha256 = "d1bbe0569cb2f3a7562b17d150bf2dfca48805a634e57567c7e11bb750c49208"; + sha256 = "68f35285876b278c6d10f7d4bceedf25ee8137bc2259c9f7b904b47fd9404d54"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/cy/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/cy/thunderbird-115.8.0.tar.bz2"; locale = "cy"; arch = "linux-x86_64"; - sha256 = "b3e86253d181567ea88065a73093e59dbc6462c47d0ce103295588f801655785"; + sha256 = "e688fb96e53fbe085678f5eb83ea975e4366ce89430c6bf9b2284315b5189d86"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/da/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/da/thunderbird-115.8.0.tar.bz2"; locale = "da"; arch = "linux-x86_64"; - sha256 = "9a16ab856922682f56034f155b5363a745ad48e18a01cdc4590bdb486a359575"; + sha256 = "a3e78fe7d3f588f2aa00207259914247fe52be896ce0148e6bc43a0932b5b941"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/de/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/de/thunderbird-115.8.0.tar.bz2"; locale = "de"; arch = "linux-x86_64"; - sha256 = "d38742d49daa3a6d3c0a613647be48feb3a7ea51a7905fc7c81438c3fdf8b7b7"; + sha256 = "2013ed295ac536da718c29d2d06d2448215a2781b9e60d6cca25027287b827f7"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/dsb/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/dsb/thunderbird-115.8.0.tar.bz2"; locale = "dsb"; arch = "linux-x86_64"; - sha256 = "59e86ae65167858aafb1e9a364c6e926b26bcb48b7fc4bbe8d054db6624f2a4f"; + sha256 = "3260f0dcf9bd3afdedbfdfabe2bcf5175843c81585dbfc7755552d67db048631"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/el/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/el/thunderbird-115.8.0.tar.bz2"; locale = "el"; arch = "linux-x86_64"; - sha256 = "176fbbee70d2aca0e1d6183541e299c26fcff4d875093a5191a071c5cafa39bf"; + sha256 = "1c10114c17cc9eb22fa9b03f7d73a52fc8788824b091ef1df7c6217e8c16caa5"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/en-CA/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/en-CA/thunderbird-115.8.0.tar.bz2"; locale = "en-CA"; arch = "linux-x86_64"; - sha256 = "367c79a033ee595af8fb8e50600ac5fcb9d8c364563f8b3cc167d5b1a8fa3a77"; + sha256 = "d8c5345cd3b5dc02c5836ed942724eae7f8213a25c4418161d1441813ac4765d"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/en-GB/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/en-GB/thunderbird-115.8.0.tar.bz2"; locale = "en-GB"; arch = "linux-x86_64"; - sha256 = "a53c8bae8328a422e23a3ac3346ef82fb9c211ffb8ce1e41f96e6c9426a79e31"; + sha256 = "3b906c9a78faed09f0be9666b569cec81ef8d6d2c1d10772d4c68997f0f532f3"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/en-US/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/en-US/thunderbird-115.8.0.tar.bz2"; locale = "en-US"; arch = "linux-x86_64"; - sha256 = "2bc751e6fe6e8b63d53edb1a0596235cc06ad89d1bdd0e2de16d5d5948c3c95a"; + sha256 = "b6a577668c4ddc621fd79c3bd00c01f418da3538abd4f096a8757b849c82a081"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/es-AR/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/es-AR/thunderbird-115.8.0.tar.bz2"; locale = "es-AR"; arch = "linux-x86_64"; - sha256 = "c7ed62c544f0ca1c405cdf6fc69c5833b0d94896301c332b36c5901f1236af94"; + sha256 = "ce9624c02d3f2b91a9f639d5640720f12c8269c01065983c4463e026e15e369f"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/es-ES/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/es-ES/thunderbird-115.8.0.tar.bz2"; locale = "es-ES"; arch = "linux-x86_64"; - sha256 = "8d81ab2fa14116873fbad2e99e2508842abef4730b91d690f51d71737f2e3bc0"; + sha256 = "bb330ec9b25cc0abdbeed9125c60539770c9fc1d4094cb3dda0ab514d28d63cd"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/es-MX/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/es-MX/thunderbird-115.8.0.tar.bz2"; locale = "es-MX"; arch = "linux-x86_64"; - sha256 = "5eda939b29972016c6696e5e7fa43a2b5c4183ea5bd0bd1f4f2dd99119cb5c54"; + sha256 = "2d9fec79b6099736e965458c44ac42bca67f29ea2afb6787f6a23be62228bcc8"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/et/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/et/thunderbird-115.8.0.tar.bz2"; locale = "et"; arch = "linux-x86_64"; - sha256 = "c58f75ddd48e14ab407f73aff0377e6212b6464494e5f31db69d4d55caee2c83"; + sha256 = "12568ecaf1fa5c4ec37c4c382e1a9fbfe61cf47a9f382591ab00ad0eb2086d87"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/eu/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/eu/thunderbird-115.8.0.tar.bz2"; locale = "eu"; arch = "linux-x86_64"; - sha256 = "22a4b27fa459545359a2d5c27d145d24906188cb7a0284105e1ad11b0f73dc00"; + sha256 = "cb03668bf38b418a65e14cea01da4e5ea0cd42a056f6990c34536ce1a5c35227"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/fi/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/fi/thunderbird-115.8.0.tar.bz2"; locale = "fi"; arch = "linux-x86_64"; - sha256 = "d72131bda9fadad25a2cbb4d7b6b61b8f1dabe217b313f13f779a6d5f9bb8b71"; + sha256 = "e739fd94d3575ef95c8e1feb1f7be89323ded631dee9bbaacfac9dad29f35400"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/fr/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/fr/thunderbird-115.8.0.tar.bz2"; locale = "fr"; arch = "linux-x86_64"; - sha256 = "9d18a047151a4238fdd289b7a5bd53ff9ff0a93c630f951fc4e7003e755c0d42"; + sha256 = "f4ae9e015d5f9aa412d6ae5e60b2771fbbd031a574111245f602dd29f8b6451b"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/fy-NL/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/fy-NL/thunderbird-115.8.0.tar.bz2"; locale = "fy-NL"; arch = "linux-x86_64"; - sha256 = "fb80cd419de4629e89dcbaba9c985896136a333ad058cf191f7f44ba0c83006a"; + sha256 = "80645da7f888b5d516e2cbb18757f1080f78e723e86d5b31c2735483dbb4655c"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/ga-IE/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/ga-IE/thunderbird-115.8.0.tar.bz2"; locale = "ga-IE"; arch = "linux-x86_64"; - sha256 = "5a7f3564eaa756bcb62d007942d24e9608d0e0141622a8c8377a5c7b445f8d73"; + sha256 = "5f2552ee698ec35a1544047cffd4bba90fd789bf45ebb3c08839c537d631c900"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/gd/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/gd/thunderbird-115.8.0.tar.bz2"; locale = "gd"; arch = "linux-x86_64"; - sha256 = "69edffe9345a6af183eb4a74dcf9c95a4befc2b16a9742fa3fde18f8b7b9c87f"; + sha256 = "b2818ff127a1ff36eaa6cf2e3803f87962dd40052526814808535e8fb560499e"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/gl/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/gl/thunderbird-115.8.0.tar.bz2"; locale = "gl"; arch = "linux-x86_64"; - sha256 = "421043a75717e547138a2005972245797c96cf88fdaabef364ca4d9b0bf5a1e2"; + sha256 = "29ce41ccce50726a8922359abda537a37fe274865cf657de033cddc0eb099d2f"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/he/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/he/thunderbird-115.8.0.tar.bz2"; locale = "he"; arch = "linux-x86_64"; - sha256 = "2acc9bd99978163980f7e158ae2a313179fbda07835c18089963ceba35bb4781"; + sha256 = "a2c5335a1a4f5fb183ba84713298365a940de1ef1dc369eeadd651d49fee9ca0"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/hr/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/hr/thunderbird-115.8.0.tar.bz2"; locale = "hr"; arch = "linux-x86_64"; - sha256 = "74754c9cc085c82dd9d37f65879ba9b88ca6af52057d0d30c98a84195b86c505"; + sha256 = "9cfb107971b5a310ba1410542b5cbd1a5321d1541792bc3b4a0ed773e9c91d9f"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/hsb/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/hsb/thunderbird-115.8.0.tar.bz2"; locale = "hsb"; arch = "linux-x86_64"; - sha256 = "b7ae135e68fd21af6a4d6970ab5122d5c7ce2de0688e427f6480cab203d27585"; + sha256 = "a38756f391ed9a6b54071b36a50d59cd0a9226cdff0033bd3bf2a3962e93292c"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/hu/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/hu/thunderbird-115.8.0.tar.bz2"; locale = "hu"; arch = "linux-x86_64"; - sha256 = "2d761be46744974c1a1b929a89d73b27294e2a482904b1add7a9556152c15786"; + sha256 = "c9dc5d62078312618c675bbc9e939d996651e4a856ade3d4ad8add7560e32162"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/hy-AM/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/hy-AM/thunderbird-115.8.0.tar.bz2"; locale = "hy-AM"; arch = "linux-x86_64"; - sha256 = "3b0d3f0d40b917624c31d35095cd485d053f12b8312e4053fe47802e82023005"; + sha256 = "17b7ce82d1c090573df0d2b76f6c3574c38a3c4d787a68dfcb4be1e793d76d43"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/id/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/id/thunderbird-115.8.0.tar.bz2"; locale = "id"; arch = "linux-x86_64"; - sha256 = "7a4569879f566393054e16b010bae3d2f2d5b828695a5dfe6a6774bc537977ad"; + sha256 = "3be9e27046d5afd398b7704f0da9d2c45e060c74a4501aab2695e0ab17498766"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/is/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/is/thunderbird-115.8.0.tar.bz2"; locale = "is"; arch = "linux-x86_64"; - sha256 = "9247aec277ecf41e5cdd77ab8d736761fdd7bb949b8ee1c0fdcfccd74dc8773c"; + sha256 = "ba45bbfb05509b03fa1f35cfa3429be678509ffa8033f6cdf15b2da94e0dad22"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/it/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/it/thunderbird-115.8.0.tar.bz2"; locale = "it"; arch = "linux-x86_64"; - sha256 = "d1652cfca8c5f080a307c34007c9c78d838cb1acfdc0fc9cd72f36453b018629"; + sha256 = "a3da5352e94328e161a3998671c3bd35675b7d3b0dc9df3ce89b2caa83a72f5c"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/ja/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/ja/thunderbird-115.8.0.tar.bz2"; locale = "ja"; arch = "linux-x86_64"; - sha256 = "68064850c1e25bc73f22a3ae0fe282f57c8a9f80f40c1e92ef509ba765c65730"; + sha256 = "3c3e624d5de2208c54e04d83fc79790a5131a74214ee3898e6561af788d260f7"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/ka/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/ka/thunderbird-115.8.0.tar.bz2"; locale = "ka"; arch = "linux-x86_64"; - sha256 = "2ea682113f30fadb5e566aba99bfd9d46af001fe96fd0d4621bebbd7d67b963f"; + sha256 = "b86358de2145c9aa3f580fad71d871ce69b3acf327434a1d4c5c78cc5005aec3"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/kab/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/kab/thunderbird-115.8.0.tar.bz2"; locale = "kab"; arch = "linux-x86_64"; - sha256 = "033ff18a47270f17cc20e57cca82fecf0568fda0b27389010c3a2f205ccaf016"; + sha256 = "44e8c0002fe1cbb0bd14681ed74c64f25b4784a254235236c186de2fd8476a8f"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/kk/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/kk/thunderbird-115.8.0.tar.bz2"; locale = "kk"; arch = "linux-x86_64"; - sha256 = "70c28b0ceec23b1d45810a18c12b4f45f6f8678cd2b1a38909d78862449284f3"; + sha256 = "dca4e06da5d3bf6cf9f98397a1bf24199e8d6370661b05d1f4ea7628f9e0edf0"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/ko/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/ko/thunderbird-115.8.0.tar.bz2"; locale = "ko"; arch = "linux-x86_64"; - sha256 = "a5a3117e73878f651526028df9d34c559d8216b44efcf0ca3bd915e987f091d5"; + sha256 = "6746f7238d9dbfc7af91ea71aedb5764e6ad24e7533b9b5e585054bb9ef47a29"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/lt/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/lt/thunderbird-115.8.0.tar.bz2"; locale = "lt"; arch = "linux-x86_64"; - sha256 = "7db1090e0c0927cc4f08ec521b61ad963bef88a78ddc82a02470be4eecf1843d"; + sha256 = "a127825a482a60bff2cb01386c991eec311bed723da02cf71d603a9115f619d3"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/lv/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/lv/thunderbird-115.8.0.tar.bz2"; locale = "lv"; arch = "linux-x86_64"; - sha256 = "e03d64a0b3f577f7711d67e596bb5d5d6cb068cbfbecdc7c54777d36c045e831"; + sha256 = "0d846ebf3bf83e3933e6cf9d13bd4b210feac8f851fdda9a783051cd6c207de3"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/ms/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/ms/thunderbird-115.8.0.tar.bz2"; locale = "ms"; arch = "linux-x86_64"; - sha256 = "abc09d8b1121a4d6ef749df9fef98c0a265b21b2dc2a049f4567b0d97febffd5"; + sha256 = "e7029bb75512f09aec1d74f9a119ed75f6375a7f82099c718db3e08f8e3325f3"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/nb-NO/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/nb-NO/thunderbird-115.8.0.tar.bz2"; locale = "nb-NO"; arch = "linux-x86_64"; - sha256 = "5211b558c184d656ab0ca9eeba50537183b97c83ac73e62107e24aed2aafec8a"; + sha256 = "2f7ee0a13bda60186cceea0426767bc78cc81630c326dd83183f33fbb4a0c1b9"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/nl/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/nl/thunderbird-115.8.0.tar.bz2"; locale = "nl"; arch = "linux-x86_64"; - sha256 = "3f784ee5b0520455ad2aad31c51049cad0050fa6cb0e828522a7bb7d73addbf0"; + sha256 = "0df1f6655964c381ea65d5bf8b2e6e53115411c2e160d19a5a37986271f77d3c"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/nn-NO/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/nn-NO/thunderbird-115.8.0.tar.bz2"; locale = "nn-NO"; arch = "linux-x86_64"; - sha256 = "d27a47d442e550b060e39e1a3e91a0b1e8e11ead0f45e5c6f8395e020f4b2901"; + sha256 = "39439954fa7111977fb0c52efcdfcd86c5164737da479bc85c1db62f43d98cf3"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/pa-IN/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/pa-IN/thunderbird-115.8.0.tar.bz2"; locale = "pa-IN"; arch = "linux-x86_64"; - sha256 = "622e2923c1c83e510101c2ee75119d7b082f57b8baa4a221c40763a7a112540a"; + sha256 = "5351211ea16603faf0dc7114b3b2fffc2e3e72821599f1a4d43430e67b6a8afc"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/pl/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/pl/thunderbird-115.8.0.tar.bz2"; locale = "pl"; arch = "linux-x86_64"; - sha256 = "ad244cf40a4b444e9f70d367b97aa41b25380d2b3a74e6ddbee11cd5b96e328f"; + sha256 = "649ff13898a3d94936ea1d5e4f28f345b370094092253fd94a9ab24de499339c"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/pt-BR/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/pt-BR/thunderbird-115.8.0.tar.bz2"; locale = "pt-BR"; arch = "linux-x86_64"; - sha256 = "3f425ff63743d4967f388c10e5f633d0422ba35bda16000198f6aeb4c4638e3f"; + sha256 = "cf71748e9ea7e6b7ba34fc1e3fc5fac03a236952fb8a108e2e0981adeaaf6a83"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/pt-PT/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/pt-PT/thunderbird-115.8.0.tar.bz2"; locale = "pt-PT"; arch = "linux-x86_64"; - sha256 = "af59fbcf575bc7bdf056c2c4959461dff3409fab2fa094679b9a49425f355436"; + sha256 = "e6e0c5c86e27d0479aedc201e107eb8e9ab979b81553ccbf0f80a460270fb3d5"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/rm/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/rm/thunderbird-115.8.0.tar.bz2"; locale = "rm"; arch = "linux-x86_64"; - sha256 = "cfe5722c04ca1ea80f92050149a0603399c4a2bfac4ecce636b6de9fd9efb920"; + sha256 = "f3a796c89ef0ae031389db873c5843955010fa85f5b0c26fd6703f4a3e6e687b"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/ro/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/ro/thunderbird-115.8.0.tar.bz2"; locale = "ro"; arch = "linux-x86_64"; - sha256 = "735c2dc1cf68f4dea40bde5338de3f03daaac48c72d926f1222fcb38ef3a5cc3"; + sha256 = "fa93348c4a9cae0e78a2d5abecda0276ba0075ec8c6d7caff17bbb6fb12ab3c9"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/ru/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/ru/thunderbird-115.8.0.tar.bz2"; locale = "ru"; arch = "linux-x86_64"; - sha256 = "8d7e34d8c0dffede30632faab6c88df4384053b20484c887e00a70767f528a27"; + sha256 = "21b0198296e856bc2c3b53cd62a968cbad18c54e6532ba3883acac8ad70dd055"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/sk/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/sk/thunderbird-115.8.0.tar.bz2"; locale = "sk"; arch = "linux-x86_64"; - sha256 = "0ad76482313a3ef3263d74031bc5f4c4d09fed95ddfdce16799f6a158db4fb24"; + sha256 = "525311aa1814fa8f24fae5496e98323ee9a3fde9b452d79ff2c5bc7840e5aab7"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/sl/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/sl/thunderbird-115.8.0.tar.bz2"; locale = "sl"; arch = "linux-x86_64"; - sha256 = "7e480b7030e6d50871cbeefcd45be12e3d3afe2035c8e8f34391e87f0632d13b"; + sha256 = "7813899735871cccd9705fcc1d5641868eb194455db36a05bdbaf11f1066b731"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/sq/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/sq/thunderbird-115.8.0.tar.bz2"; locale = "sq"; arch = "linux-x86_64"; - sha256 = "70ce1cee01b2c229cd66612316c47da202cf40f7f16724eb3bff81b50b9f64de"; + sha256 = "452cd8dad2c406fbc56899141a856ffb547167c006ce4aaf5e5fdfc15e2f46ed"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/sr/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/sr/thunderbird-115.8.0.tar.bz2"; locale = "sr"; arch = "linux-x86_64"; - sha256 = "6a95ccc4d59a83ac4f9fb05a09b300bd2ba7c9ff519a93230b86cda5afe5b2fa"; + sha256 = "251425eab95b51a0ef432ef7c349522a52043295d368882e4fcddf7fe74c60a4"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/sv-SE/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/sv-SE/thunderbird-115.8.0.tar.bz2"; locale = "sv-SE"; arch = "linux-x86_64"; - sha256 = "86249dba9674e5f35cc23a69bec3f4c55f9f40259c6c53c24b8d5b9c931b0828"; + sha256 = "1873ede1925384d100e04d8f580b67a800a25f73efa73131b0435fb8fa607567"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/th/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/th/thunderbird-115.8.0.tar.bz2"; locale = "th"; arch = "linux-x86_64"; - sha256 = "aa4717d3cf5be13d38a8c9662409cdccb3f0e75e4e0b88a6e1609466b222ed3e"; + sha256 = "6b507e7b8ed18bb089cff2170aede344e6c5add7b2df03a53218ba2047af902a"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/tr/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/tr/thunderbird-115.8.0.tar.bz2"; locale = "tr"; arch = "linux-x86_64"; - sha256 = "f160d523fdc0263a596748aabf430141ad00845f76c251811ed0e1d5e4ac8804"; + sha256 = "05b31f34dbfb86333f3ae93f28f7dd1dff99b9d3649e052935633fe9868275f2"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/uk/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/uk/thunderbird-115.8.0.tar.bz2"; locale = "uk"; arch = "linux-x86_64"; - sha256 = "2b28cec1ddbb65812a2c2ed8c239f10ec28c89358587450d0a263c738033f7ad"; + sha256 = "833bebe38e7e288cd8e345020c4f67506e99b3db5bc429f58d3ff767905f65dc"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/uz/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/uz/thunderbird-115.8.0.tar.bz2"; locale = "uz"; arch = "linux-x86_64"; - sha256 = "391998b0aa13f56f2527ce25f91a78bd68a5740e752e624355bea1a494582db8"; + sha256 = "693a99d6ec4c67c5374351d4906ffe103bf122378c029f72242fecf8f91f5b10"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/vi/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/vi/thunderbird-115.8.0.tar.bz2"; locale = "vi"; arch = "linux-x86_64"; - sha256 = "cff0aa2ae9e0103a8a53ab31afcc415f351a8adc2034aaadde9d7a3f0ac92f8e"; + sha256 = "a541533513c5533a94b8b33426410baae7269272cd2a3309c0c918dee312a6cb"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/zh-CN/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/zh-CN/thunderbird-115.8.0.tar.bz2"; locale = "zh-CN"; arch = "linux-x86_64"; - sha256 = "3c8ea8438c8a98e79636685061efac38ab26707087fe47cb784f4852e74fec6f"; + sha256 = "e8f603acadc00d8c706f3626152be77d1e01ad97413a5a25c8fe1a5c0610d5d8"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-x86_64/zh-TW/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-x86_64/zh-TW/thunderbird-115.8.0.tar.bz2"; locale = "zh-TW"; arch = "linux-x86_64"; - sha256 = "925ab3461b2315db94466464cf91a59ec1a81bb736fb488d2270241d37492149"; + sha256 = "0399cd069b124bc3b42b5e2f135b87791425adf8c4fe58bac32127105517af6f"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/af/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/af/thunderbird-115.8.0.tar.bz2"; locale = "af"; arch = "linux-i686"; - sha256 = "4c50b55bec1742e702a888ffb02ff1f30362cc271a5175d3063fcc378d3f6633"; + sha256 = "023ce385ca2c4a9d93b2d9afc8bffb2ebee04734e614bb53edbf6f0039420fc3"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/ar/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/ar/thunderbird-115.8.0.tar.bz2"; locale = "ar"; arch = "linux-i686"; - sha256 = "4d959f8020872645c2737a4fec6dfb07f542145c90d453cebd933d4742c89a68"; + sha256 = "4034604d546d51175fcdbdd6a4a43e04fe4bd893b6b012fdd5dc87cccad77bfe"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/ast/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/ast/thunderbird-115.8.0.tar.bz2"; locale = "ast"; arch = "linux-i686"; - sha256 = "a9a137e284afefd0ff8620ce67853b5a51736e9af9e32ac18d5568e49539b77c"; + sha256 = "c7e36598c63677a00172451a1ca55bb2a46d814094c586cb42c8f3e30015392c"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/be/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/be/thunderbird-115.8.0.tar.bz2"; locale = "be"; arch = "linux-i686"; - sha256 = "b1c99d634c1410d467e10a3b6a2bd3210327dde6c809434cee6000da7e57c4f7"; + sha256 = "0a0104c6eb82766687756de7050c48da5b0db3138643b662781b60c7bbf41541"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/bg/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/bg/thunderbird-115.8.0.tar.bz2"; locale = "bg"; arch = "linux-i686"; - sha256 = "94c027ce4fd411d7f5c6969ce70b83a1b1713e75dd5ef79261c89ea0c5f08472"; + sha256 = "e691127c07bed65e91aa1bcbb5bb8dfb63a3671cbc20b31d1c0fab1676cc60b1"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/br/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/br/thunderbird-115.8.0.tar.bz2"; locale = "br"; arch = "linux-i686"; - sha256 = "33c00ef61021816de04389b14fe7ab97f185d35e162824d166d8f2dea4faa957"; + sha256 = "fad7925b3736d2779e6f940c18ec6c360df10903fb68d83d83508338e8147a45"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/ca/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/ca/thunderbird-115.8.0.tar.bz2"; locale = "ca"; arch = "linux-i686"; - sha256 = "548e53b0186bb328b45fdb741a3181f1e8ba7ecfdf8ef969aeb24d8af5676020"; + sha256 = "2cbfdf0a1383dd2c0b501e5764e1da2295770b1340dca98d5badec9e2a40daaf"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/cak/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/cak/thunderbird-115.8.0.tar.bz2"; locale = "cak"; arch = "linux-i686"; - sha256 = "145c24539255010e00a7899f980ba5f6c8cc13c6f3925c9c17bbd1f2b125883a"; + sha256 = "ba2555eab2589c3cb70b37a56ea9415d2fe5335ae8bfd74ba1b1c441d8e23065"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/cs/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/cs/thunderbird-115.8.0.tar.bz2"; locale = "cs"; arch = "linux-i686"; - sha256 = "a98f117f5f188f66c120699350778e8ad44c5fd989bfb38055ec1bc8501213c0"; + sha256 = "e840386199da3e4e581d9105d6799c53f738646951fa25e6d9134ab89f3e3719"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/cy/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/cy/thunderbird-115.8.0.tar.bz2"; locale = "cy"; arch = "linux-i686"; - sha256 = "b6be218c10a41afee4094f2ce4077f7fe49c51c8ba6259a81f6127b897654212"; + sha256 = "ed35563622634b492b44babb266c5be7ef13de7178a8c7282a9ae5552cc356c8"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/da/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/da/thunderbird-115.8.0.tar.bz2"; locale = "da"; arch = "linux-i686"; - sha256 = "1cfaf7590ff7659e0583a7610290014db437b374d148855a049d2a06006d9020"; + sha256 = "9a3b06a2f00e516da7d05ccea463048b0aa2dd990249d5e475feb070e24587ee"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/de/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/de/thunderbird-115.8.0.tar.bz2"; locale = "de"; arch = "linux-i686"; - sha256 = "0e7319ee0268b364602ee7eee3246b1cda62e573100e7091d5410d9d195bf9f8"; + sha256 = "7b3b955f31ec818ba62254a9946fbceb0cbcec761480c9cd8f5efcefbaf14305"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/dsb/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/dsb/thunderbird-115.8.0.tar.bz2"; locale = "dsb"; arch = "linux-i686"; - sha256 = "e7b51ab3de11f681740fccc887731cc816f3efa27a3ece879020e2375d4aeb6e"; + sha256 = "d761cbbd4ba19550575c0c891b506a368bdb05f83ca3052eb69c72c72f244a20"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/el/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/el/thunderbird-115.8.0.tar.bz2"; locale = "el"; arch = "linux-i686"; - sha256 = "659251286ed9463604dbf1bb753789dadbd1e3b59c029c568bf5865384c07eb4"; + sha256 = "6863440d2075d606786af9742a088d45aa6ed5ff1b9f54d210f3a5871a067dbf"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/en-CA/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/en-CA/thunderbird-115.8.0.tar.bz2"; locale = "en-CA"; arch = "linux-i686"; - sha256 = "0437ccb4e1d6c5b1fa8f91c3eb32176abc11d757242afab013ded4562b080b04"; + sha256 = "2a3d9390cdb942f2d72b18f69344da471e77982e87618d59291d3c2e8191b015"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/en-GB/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/en-GB/thunderbird-115.8.0.tar.bz2"; locale = "en-GB"; arch = "linux-i686"; - sha256 = "08c923762d609967decba41884601a5fa7385986220f222f0061e70eba401ae1"; + sha256 = "e135a5499081b8fdd71a77af6ae52afef5720c93da9b5f5461f1ac1b7f76cd25"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/en-US/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/en-US/thunderbird-115.8.0.tar.bz2"; locale = "en-US"; arch = "linux-i686"; - sha256 = "8b5d6e9f13c7686a3945bae5a26f083849d610fbddfb7d9a8467f4402f0186c8"; + sha256 = "438cb32d60208b5fb1578a4851ae1d9b3aa37a36c4a56b4f74da8162f4c1d5cd"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/es-AR/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/es-AR/thunderbird-115.8.0.tar.bz2"; locale = "es-AR"; arch = "linux-i686"; - sha256 = "66c8d5a311caa8dcd7ba497fe8c7dd0eddbe9405f72fe06ed134a8233f544710"; + sha256 = "45fceb6a84f76365c148ca304ead170414218509edbcc488bdf09537d858d6e3"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/es-ES/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/es-ES/thunderbird-115.8.0.tar.bz2"; locale = "es-ES"; arch = "linux-i686"; - sha256 = "e00d5af4ba228a9aab68a3a813dd4cc03dbe9dd28dc262b993788bd8ce0d7cb2"; + sha256 = "ad830aba45c40c3d8e38b333649786246394cfb1e0aa8e7ec5103603b962bd26"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/es-MX/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/es-MX/thunderbird-115.8.0.tar.bz2"; locale = "es-MX"; arch = "linux-i686"; - sha256 = "fefd4a6ebb4888c1d2514299c99ac0dcd910f583be6621064bb8e35bb81e927e"; + sha256 = "ca54fe4c04410a2c0ba480a46ff6d88106d1829a9c61092d1f06ca2277d2566e"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/et/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/et/thunderbird-115.8.0.tar.bz2"; locale = "et"; arch = "linux-i686"; - sha256 = "b1260be6c4e3803b8219fd8b948be6c33db0e03ba79c0b5452ddd95749973992"; + sha256 = "68efe15f9c8aefd92129cb4efb35bfc11f3ad46207c335cc628f64494a748596"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/eu/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/eu/thunderbird-115.8.0.tar.bz2"; locale = "eu"; arch = "linux-i686"; - sha256 = "831c248aeb1af3a405a280c59533967a26347be767757d494b2fb835519cddc6"; + sha256 = "94afc97f1426a04fa4e5e1a2ba3eb045c2b0fd949539cdd04a7001c094899c25"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/fi/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/fi/thunderbird-115.8.0.tar.bz2"; locale = "fi"; arch = "linux-i686"; - sha256 = "e2867848f23e12c9e326b575bf5fc5c0f847deebfd8758ef7adaa6ddfcb5fc22"; + sha256 = "3b7b3e28e60aed91b1fea5aadc440827b09fc72f7f05300279bac51b812acaa0"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/fr/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/fr/thunderbird-115.8.0.tar.bz2"; locale = "fr"; arch = "linux-i686"; - sha256 = "2f723caaff319c5a63e92f20c14652fb86e9b5b6b1e47f08ebbb4d5b9e5a5d39"; + sha256 = "4c4848b08f77b3619a13028573f7cfefc959315bf524c261f4b4c201dea12224"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/fy-NL/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/fy-NL/thunderbird-115.8.0.tar.bz2"; locale = "fy-NL"; arch = "linux-i686"; - sha256 = "6f6f3e9113b61da74599132cc793b12e908fdfe6dbec6e082891e39c7a2d7651"; + sha256 = "3bccbb820595943c8f5c2f0f50ec7e753f4005901c39a2f8d125bdda29b86e22"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/ga-IE/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/ga-IE/thunderbird-115.8.0.tar.bz2"; locale = "ga-IE"; arch = "linux-i686"; - sha256 = "802d402c45748b480de1b27d151624ed9c96a2bc93978262e654c561a939db5a"; + sha256 = "c1a705f64d88c802a9b3b5121779a7d27b5b6c080d351c3a5f5719c145854bfe"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/gd/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/gd/thunderbird-115.8.0.tar.bz2"; locale = "gd"; arch = "linux-i686"; - sha256 = "8ddd2009c6849bb8ae2e5d14202f87831e2613366eaba5da1dfc65b831a46ffe"; + sha256 = "6740e91201096486d5b6cf8bf1500e121a941393b9e49bee1da1b5315c53bcec"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/gl/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/gl/thunderbird-115.8.0.tar.bz2"; locale = "gl"; arch = "linux-i686"; - sha256 = "a726f1269893be461f42f9277d5b6c7f65e2ccfd618735048fa18265390ff633"; + sha256 = "00868a39dd00acd190648208ea6fce49e5b906774175d650cf20fec1fa8c1b75"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/he/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/he/thunderbird-115.8.0.tar.bz2"; locale = "he"; arch = "linux-i686"; - sha256 = "cb0b69268c2abd876965c70f060d7c67a4682af815500fbbc35869cb8dffd500"; + sha256 = "375d97888511717afc1845d318606eaa49a62dee8352fd191efd14ddd51167eb"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/hr/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/hr/thunderbird-115.8.0.tar.bz2"; locale = "hr"; arch = "linux-i686"; - sha256 = "bf7930a372eb970c4cd16196eedbd471d61f1db3cc142d51a8067e2462419af3"; + sha256 = "2a887ad270dbfd28718999f9745d10af0b2317fee60458ae0f7d59be7075ba5a"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/hsb/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/hsb/thunderbird-115.8.0.tar.bz2"; locale = "hsb"; arch = "linux-i686"; - sha256 = "e83cdd093bdd55b696f42192cd585afb996ea6aa4a58f9ae977a9cb2b2511c9d"; + sha256 = "16d8b16593df7a03baf65576bc5bd938db1d889e4825fd3d53c2eeb752adbfd8"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/hu/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/hu/thunderbird-115.8.0.tar.bz2"; locale = "hu"; arch = "linux-i686"; - sha256 = "a4b5f3b5675b54e12667ab0937a50a8d96869fcd832e9d8d87fd103e5938c6be"; + sha256 = "64ced4ab2c112b9e83a2b0ea2f4fb66aeb3131b7079dc6b15af5fe05eda6f504"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/hy-AM/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/hy-AM/thunderbird-115.8.0.tar.bz2"; locale = "hy-AM"; arch = "linux-i686"; - sha256 = "9edefe8788e0497edc6e4000a16043f485ce521d5df4baede0645fb16e52311a"; + sha256 = "f60901dd38d0515608481e6af18dfdcf6dda3c8a710d5ac6c6623abf06241559"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/id/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/id/thunderbird-115.8.0.tar.bz2"; locale = "id"; arch = "linux-i686"; - sha256 = "6e30f98b85df9b828e8867b4e58db6b7fd185562fc2195c76ddbe196be23a15a"; + sha256 = "43ed0fce3f5e7254713c425a9dc9b16eafcb4e90ad977eb40330edb451bca102"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/is/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/is/thunderbird-115.8.0.tar.bz2"; locale = "is"; arch = "linux-i686"; - sha256 = "5a9295d0342affda3f2b1aa19ffd65414d7999cc6830e559f3daa74757a514fb"; + sha256 = "c5880d27b1ba57175a6d68ac67edf403e19a29796a69563c3f12d6e0e879970c"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/it/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/it/thunderbird-115.8.0.tar.bz2"; locale = "it"; arch = "linux-i686"; - sha256 = "bba64e37a0133bb691a4a6686ce5306609a80f445fc8b56e65baa16d7d8055a2"; + sha256 = "aa8124ff21b4270e9630920997667049e4f4e41380ccd6a89adddad9d1ccced0"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/ja/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/ja/thunderbird-115.8.0.tar.bz2"; locale = "ja"; arch = "linux-i686"; - sha256 = "1edd799ab0ec6277921783724c4bdcaa34b7e6ff812be387c346db4d0808a649"; + sha256 = "fb8228ce5e428f075d5ccecde1306dc81cee4f1144abe33281a9dcd6048a03a6"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/ka/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/ka/thunderbird-115.8.0.tar.bz2"; locale = "ka"; arch = "linux-i686"; - sha256 = "84aebac8730987c95f3f5b339b8e20abb107d72c61359bf9c4721c8a2a95805b"; + sha256 = "9eb67113f1e3826028d4b76a8e5fadb6d1ebf08c7d10310e7a057932c0078204"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/kab/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/kab/thunderbird-115.8.0.tar.bz2"; locale = "kab"; arch = "linux-i686"; - sha256 = "1cfddc33c172f410ef42986f7b3cf699924b68f687d962fa72712a167cc0809b"; + sha256 = "a3605cc1efa4507d4c0ae7172df4134aa6ceefa704a014941629d7083a463051"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/kk/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/kk/thunderbird-115.8.0.tar.bz2"; locale = "kk"; arch = "linux-i686"; - sha256 = "729f782298fca07ca2d85546dfab3c76cb65d93ffa667ebbdb9d37ade60bdfe0"; + sha256 = "632f3c1a155ca2f8432aa8219306a6952db98d606f9529a033b753016e725d14"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/ko/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/ko/thunderbird-115.8.0.tar.bz2"; locale = "ko"; arch = "linux-i686"; - sha256 = "1ff325f445014c8de6e20f3751f8e860a7d5926b49db22e6b11da30982d923dd"; + sha256 = "6c7a7aa97d62af7c5ca95063781f2ccdd0983fb98a29ee7a28263f1a1fdf3e8b"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/lt/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/lt/thunderbird-115.8.0.tar.bz2"; locale = "lt"; arch = "linux-i686"; - sha256 = "f68c2036565210abaa1600edf452f56f0ee2a4ff5abe559c5a5ae91b69eb077f"; + sha256 = "8920245afe592fc096e2dba8c338b6e62c9c5afcf1b6925db24a4c7538a3682f"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/lv/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/lv/thunderbird-115.8.0.tar.bz2"; locale = "lv"; arch = "linux-i686"; - sha256 = "2aad0b4d05ae097f9868d44e14d24708b913aee3acb20ff917b31e83aa6b0580"; + sha256 = "9b72b7826f3b843316ec6c6d88a7fa49623a7b0b7b319d4546f140cb25ba58a6"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/ms/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/ms/thunderbird-115.8.0.tar.bz2"; locale = "ms"; arch = "linux-i686"; - sha256 = "0b01eb8435a9d1a517892d510076c1ed6774820fe9194f00565b6febc3f296ed"; + sha256 = "4ab26de0a46adc62f3b8104e29e8f5eda1a6206ac80f67f41674db9bcb1be5e3"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/nb-NO/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/nb-NO/thunderbird-115.8.0.tar.bz2"; locale = "nb-NO"; arch = "linux-i686"; - sha256 = "19c4d4f33c13733e8ac803ac4b31c6dfdce690096a0069e3a5ce98880439089c"; + sha256 = "e72e9d4472c21bf47a04e1a8857850ecd3741405d60b628083c0c3f321b198fd"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/nl/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/nl/thunderbird-115.8.0.tar.bz2"; locale = "nl"; arch = "linux-i686"; - sha256 = "c2c3cac2d43649bff80c1deadfa277f47436a9ca81c774513f032059a29aa634"; + sha256 = "2949026790c44a9dd0f65dcb2918e4ca36d4f852ebd7fa65c3aa7bc811c53032"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/nn-NO/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/nn-NO/thunderbird-115.8.0.tar.bz2"; locale = "nn-NO"; arch = "linux-i686"; - sha256 = "aaed36153be0f65e1af44bc25540f88e03500580390f8624a388f0667389e0f8"; + sha256 = "88ce8e984ebed042a615d84cd2b0c4d3986dcb0cd949de76dc591cc06dfe153d"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/pa-IN/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/pa-IN/thunderbird-115.8.0.tar.bz2"; locale = "pa-IN"; arch = "linux-i686"; - sha256 = "4035e2465ea039f20982a0e91fd216a39c7ddd0095cfd6ae60e394a48102c392"; + sha256 = "d29a1920194a8eaa211e9310670eea0bc28e89daa20e2a0a1cc4f15e54f9762f"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/pl/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/pl/thunderbird-115.8.0.tar.bz2"; locale = "pl"; arch = "linux-i686"; - sha256 = "3e9a503f0fc39064c3d994160bbc3b52a9ab5b1c023a48dca8034407dc505250"; + sha256 = "8a2d2f6d4272577a8f59982dcc385374bcf7cd37e46d75d282a0da5cae5ac0db"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/pt-BR/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/pt-BR/thunderbird-115.8.0.tar.bz2"; locale = "pt-BR"; arch = "linux-i686"; - sha256 = "642caf0a4792c2d101057cd0d7f90e9537571b9e3a8f0b396a4aa5e0564168ab"; + sha256 = "541916ec7d1260b37d0502a0280825ace974ea1934852f74a8002c03e008d6c1"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/pt-PT/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/pt-PT/thunderbird-115.8.0.tar.bz2"; locale = "pt-PT"; arch = "linux-i686"; - sha256 = "af59efb2183b11a73c019897eda156c55b95ce2d257b1a3124a984ada97120e9"; + sha256 = "080be5a8fd5458c82ccb4799c3ca3efe7a5604d018c472a8f585de10e3816647"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/rm/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/rm/thunderbird-115.8.0.tar.bz2"; locale = "rm"; arch = "linux-i686"; - sha256 = "fea0f8a58ba8cd743dc625b9ec788574144cda664040936359a5b3b2c9ef480c"; + sha256 = "d2f2d68cbbc608482c7a2b2c1fee2603938fbfd9d56205741bd9f3cc3372c049"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/ro/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/ro/thunderbird-115.8.0.tar.bz2"; locale = "ro"; arch = "linux-i686"; - sha256 = "fe82637776187b797e9472ab3a78fed34fe032b23d0a46c96dfa67da2a0a74c4"; + sha256 = "b6c946722d19fd6313a419d10297ab05ee4fdc417c5eacd08b20fa7600b7b82b"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/ru/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/ru/thunderbird-115.8.0.tar.bz2"; locale = "ru"; arch = "linux-i686"; - sha256 = "3fab0c82c60d92bedef1a9e25d2aa9575adb946810f8f3abda7717f89e488ed2"; + sha256 = "5ba6d9c3636b7b5d88174ff2d8f80eca159f2b3cbedb207e3fddbe6ecfcf7aa8"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/sk/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/sk/thunderbird-115.8.0.tar.bz2"; locale = "sk"; arch = "linux-i686"; - sha256 = "d505b5831f7f22a90668913e7993b2219dad771db35bceedc2643828f0c7d783"; + sha256 = "8aaf65d717fe6238f8ac3a0f61915921fb3c4f61a664389c6fe9652671d681ef"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/sl/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/sl/thunderbird-115.8.0.tar.bz2"; locale = "sl"; arch = "linux-i686"; - sha256 = "36cb47d404234d732d103039ab1f313658188b8042eaea0e1a8f5e49d24ff8d1"; + sha256 = "7d2a73530f6defd62b47c4c0361c106b6cb130a98ff1c017ecefa4bf85cc604d"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/sq/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/sq/thunderbird-115.8.0.tar.bz2"; locale = "sq"; arch = "linux-i686"; - sha256 = "3ba43c6e088e6fdca88ee78ca02cafd4b748a68c20ac0ed8cad8e8ba9b636220"; + sha256 = "f357389848443e5036543b062eff1362967ac3381e354d4070c8dc8859c64202"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/sr/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/sr/thunderbird-115.8.0.tar.bz2"; locale = "sr"; arch = "linux-i686"; - sha256 = "b808b77217c2ff2b9f6e1deb9ba6255356d57885ab1eff1c315f2391b5b8ddb5"; + sha256 = "7ea57b06a8ccc720091f24d78125da1b89703bd44597c864759d28e5c2351f14"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/sv-SE/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/sv-SE/thunderbird-115.8.0.tar.bz2"; locale = "sv-SE"; arch = "linux-i686"; - sha256 = "7d6eb148002d3514c38d8f42d43263a631b1c5e47e4134e643dac542f283a6f5"; + sha256 = "15023553c3266a6decf33768d44f142bf1c71170b2a0da9669cb3059a22eeaa5"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/th/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/th/thunderbird-115.8.0.tar.bz2"; locale = "th"; arch = "linux-i686"; - sha256 = "14b851b5383cf3d55de003ed10d17ef36c3b30559ba88cc9132e525578e4af66"; + sha256 = "266685f29c7e9d369306db7a6b48fdc98aa27ad9d84dbe78e6b0ea314199000c"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/tr/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/tr/thunderbird-115.8.0.tar.bz2"; locale = "tr"; arch = "linux-i686"; - sha256 = "73193cffd5587d744715d649fb6cd5ed5d030b0ba86084d21f82bb9f591d5e35"; + sha256 = "94e832265fdced25667ab7390250f7936fd6a64776a01d991e2e2da4137e7917"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/uk/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/uk/thunderbird-115.8.0.tar.bz2"; locale = "uk"; arch = "linux-i686"; - sha256 = "e52afbc0d3883e2984e5e37e911dec0e04fa583db3b0981833c3f29a2764fbba"; + sha256 = "1d18ef409a44c1977ce5466700be8af71db9157dc5f9e935af789c27a9001843"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/uz/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/uz/thunderbird-115.8.0.tar.bz2"; locale = "uz"; arch = "linux-i686"; - sha256 = "160db3d3c7ea9c10337397a81fd9360c160aa0c5195d1be70d3ef3f714e85745"; + sha256 = "49244a550ea49d6ca11f7021ae37c58f8bf133d5728273225af6827ea35d8db8"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/vi/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/vi/thunderbird-115.8.0.tar.bz2"; locale = "vi"; arch = "linux-i686"; - sha256 = "3ea81e0cb98da53b7b640d52454cf2cdebe2cffadbcad2b683a8e8da13659abf"; + sha256 = "b6f3a3cbf159c0c233ba01c50bf16196737005a42a3d34023b0b65798b18f923"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/zh-CN/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/zh-CN/thunderbird-115.8.0.tar.bz2"; locale = "zh-CN"; arch = "linux-i686"; - sha256 = "f54999ae86a4eea357e246abe4bfa6baa52f418c1d3ec882c48bcb7dfc4c8e11"; + sha256 = "3408a892f80bb1afae9b61fd792946b3700a892317ea7c3ebc715e46d4c2c768"; } - { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.7.0/linux-i686/zh-TW/thunderbird-115.7.0.tar.bz2"; + { url = "http://archive.mozilla.org/pub/thunderbird/releases/115.8.0/linux-i686/zh-TW/thunderbird-115.8.0.tar.bz2"; locale = "zh-TW"; arch = "linux-i686"; - sha256 = "8057a54b11112fc67661ffd3fb7f8ac4d532fee4c4c4029f10a21b7f5a9cf10e"; + sha256 = "cb4a0c77144ffe9b7e84ff07419fd093e83f0f5eb6b91aa1167bbdf7833f36a4"; } ]; } No auto update branch exists [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update thunderbird-bin-unwrapped 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sipyco, using log file: /var/log/nixpkgs-update/python311Packages.sipyco/2024-02-21.log python311Packages.sipyco 0 -> 1 attrpath: python311Packages.sipyco Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-sipyco-1.4 Press Enter key to continue... Running update for: - python3.11-sipyco-1.4: UPDATING ... - python3.11-sipyco-1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sipyco 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.boa-api, using log file: /var/log/nixpkgs-update/python311Packages.boa-api/2024-02-21.log python311Packages.boa-api 0 -> 1 attrpath: python311Packages.boa-api Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-boa-api-0.1.14 Press Enter key to continue... Running update for: - python3.11-boa-api-0.1.14: UPDATING ... - python3.11-boa-api-0.1.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.boa-api 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wings, using log file: /var/log/nixpkgs-update/wings/2024-02-21.log wings 2.2.4 -> 2.3 https://repology.org/project/wings3d/versions attrpath: wings Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update wings 2.2.4 -> 2.3 https://repology.org/project/wings3d/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.shake-futhark, using log file: /var/log/nixpkgs-update/haskellPackages.shake-futhark/2024-02-21.log haskellPackages.shake-futhark 0.2.0.2 -> 0.2.0.3 https://repology.org/project/haskell:shake-futhark/versions attrpath: haskellPackages.shake-futhark Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.shake-futhark 0.2.0.2 -> 0.2.0.3 https://repology.org/project/haskell:shake-futhark/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath meraki-cli, using log file: /var/log/nixpkgs-update/meraki-cli/2024-02-21.log meraki-cli 0 -> 1 attrpath: meraki-cli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - meraki-cli-1.5.0 Press Enter key to continue... Running update for: - meraki-cli-1.5.0: UPDATING ... - meraki-cli-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update meraki-cli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO takes way too long to build [result] Failed to update reposurgeon 4.26 -> 4.38 https://repology.org/project/reposurgeon/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyre-extensions, using log file: /var/log/nixpkgs-update/python311Packages.pyre-extensions/2024-02-21.log python311Packages.pyre-extensions 0 -> 1 attrpath: python311Packages.pyre-extensions Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyre-extensions-0.0.30 Press Enter key to continue... Running update for: - python3.11-pyre-extensions-0.0.30: UPDATING ... - python3.11-pyre-extensions-0.0.30: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyre-extensions 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath black, using log file: /var/log/nixpkgs-update/black/2024-02-21.log black 0 -> 1 attrpath: black Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - black-23.11.0 Press Enter key to continue... Running update for: - black-23.11.0: UPDATING ... - black-23.11.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/black/default.nix b/pkgs/development/python-modules/black/default.nix index 52cc36e989cc..a3cb3191cd7a 100644 --- a/pkgs/development/python-modules/black/default.nix +++ b/pkgs/development/python-modules/black/default.nix @@ -26,14 +26,14 @@ buildPythonPackage rec { pname = "black"; - version = "23.11.0"; + version = "24.2.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-TGiFWCX/Qy0ZcimEb5cbxNZmbOkEkuWwIBO8rKTZqwU="; + hash = "sha256-vOTyXCfDQ15NrOSBW8sgCLh+Fn479O5HzNxc6QbrSJQ="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 40 > 25 [result] Failed to update black 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycyphal, using log file: /var/log/nixpkgs-update/python311Packages.pycyphal/2024-02-21.log python311Packages.pycyphal 0 -> 1 attrpath: python311Packages.pycyphal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pycyphal-1.18.0 Press Enter key to continue... Running update for: - python3.11-pycyphal-1.18.0: UPDATING ... - python3.11-pycyphal-1.18.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycyphal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsForQt5.kwrited, using log file: /var/log/nixpkgs-update/libsForQt5.kwrited/2024-02-21.log libsForQt5.kwrited 5.27.10 -> 5.93.0 https://repology.org/project/kwrited/versions attrpath: libsForQt5.kwrited Checking auto update branch... No auto update branch exists Old version 5.27.10" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in KDE Plasma 5. All available packages are listed in `./srcs.nix`, although a few are not yet packaged in Nixpkgs (see below). IF YOUR PACKAGE IS NOT LISTED IN `./srcs.nix`, IT DOES NOT GO HERE. Many of the packages released upstream are not yet built in Nixpkgs due to lack of demand. To add a Nixpkgs build for an upstream package, copy one of the existing packages here and modify it as necessary. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/desktops/plasma-5` from the top of the Nixpkgs tree. 3. Use `nox-review wip` to check that everything builds. 4. Commit the changes and open a pull request. */ { libsForQt5 , lib , config , fetchurl , gconf , gsettings-desktop-schemas }: let maintainers = with lib.maintainers; [ ttuegel nyanloutre ]; license = with lib.licenses; [ lgpl21Plus lgpl3Plus bsd2 mit gpl2Plus gpl3Plus fdl12Plus ]; srcs = import ./srcs.nix { inherit fetchurl; mirror = "mirror://kde"; }; qtStdenv = libsForQt5.callPackage ({ stdenv }: stdenv) { }; packages = self: let propagate = out: let setupHook = { writeScript }: writeScript "setup-hook" '' if [[ "''${hookName-}" != postHook ]]; then postHooks+=("source @dev@/nix-support/setup-hook") else # Propagate $${out} output propagatedUserEnvPkgs+=" @${out}@" if [ -z "$outputDev" ]; then echo "error: \$outputDev is unset!" >&2 exit 1 fi # Propagate $dev so that this setup hook is propagated # But only if there is a separate $dev output if [ "$outputDev" != out ]; then propagatedBuildInputs+=" @dev@" fi fi ''; in callPackage setupHook { }; propagateBin = propagate "bin"; callPackage = self.newScope { inherit propagate propagateBin; mkDerivation = args: let inherit (args) pname; sname = args.sname or pname; inherit (srcs.${sname}) src version; outputs = args.outputs or [ "out" ]; hasBin = lib.elem "bin" outputs; hasDev = lib.elem "dev" outputs; defaultSetupHook = if hasBin && hasDev then propagateBin else null; setupHook = args.setupHook or defaultSetupHook; nativeBuildInputs = (args.nativeBuildInputs or [ ]) ++ [ libsForQt5.wrapQtAppsHook ]; meta = let meta = args.meta or { }; in meta // { homepage = meta.homepage or "http://www.kde.org"; license = meta.license or license; maintainers = (meta.maintainers or [ ]) ++ maintainers; platforms = meta.platforms or lib.platforms.linux; }; in qtStdenv.mkDerivation (args // { inherit pname version meta outputs setupHook src nativeBuildInputs; }); }; in { aura-browser = callPackage ./aura-browser.nix { }; bluedevil = callPackage ./bluedevil.nix { }; breeze-gtk = callPackage ./breeze-gtk.nix { }; breeze-qt5 = callPackage ./breeze-qt5.nix { }; breeze-grub = callPackage ./breeze-grub.nix { }; breeze-plymouth = callPackage ./breeze-plymouth { }; discover = callPackage ./discover.nix { }; flatpak-kcm = callPackage ./flatpak-kcm.nix { }; kactivitymanagerd = callPackage ./kactivitymanagerd.nix { }; kde-cli-tools = callPackage ./kde-cli-tools.nix { }; kde-gtk-config = callPackage ./kde-gtk-config { inherit gsettings-desktop-schemas; }; kdecoration = callPackage ./kdecoration.nix { }; kdeplasma-addons = callPackage ./kdeplasma-addons.nix { }; kgamma5 = callPackage ./kgamma5.nix { }; khotkeys = callPackage ./khotkeys.nix { }; kinfocenter = callPackage ./kinfocenter { }; kmenuedit = callPackage ./kmenuedit.nix { }; kpipewire = callPackage ./kpipewire.nix { }; kscreen = callPackage ./kscreen.nix { }; kscreenlocker = callPackage ./kscreenlocker.nix { }; ksshaskpass = callPackage ./ksshaskpass.nix { }; ksystemstats = callPackage ./ksystemstats.nix { }; kwallet-pam = callPackage ./kwallet-pam.nix { }; kwayland-integration = callPackage ./kwayland-integration.nix { }; kwin = callPackage ./kwin { }; kwrited = callPackage ./kwrited.nix { }; layer-shell-qt = callPackage ./layer-shell-qt.nix { }; libkscreen = callPackage ./libkscreen { }; libksysguard = callPackage ./libksysguard { }; milou = callPackage ./milou.nix { }; oxygen = callPackage ./oxygen.nix { }; oxygen-sounds = callPackage ./oxygen-sounds.nix { }; plank-player = callPackage ./plank-player.nix { }; plasma-bigscreen = callPackage ./plasma-bigscreen.nix { }; plasma-browser-integration = callPackage ./plasma-browser-integration.nix { }; plasma-desktop = callPackage ./plasma-desktop { }; plasma-disks = callPackage ./plasma-disks.nix { }; plasma-integration = callPackage ./plasma-integration { }; plasma-mobile = callPackage ./plasma-mobile { }; plasma-nano = callPackage ./plasma-nano { }; plasma-nm = callPackage ./plasma-nm { }; plasma-pa = callPackage ./plasma-pa.nix { inherit gconf; }; plasma-remotecontrollers = callPackage ./plasma-remotecontrollers.nix { }; plasma-sdk = callPackage ./plasma-sdk.nix { }; plasma-systemmonitor = callPackage ./plasma-systemmonitor.nix { }; plasma-thunderbolt = callPackage ./plasma-thunderbolt.nix { }; plasma-vault = callPackage ./plasma-vault { }; plasma-welcome = callPackage ./plasma-welcome.nix { }; plasma-workspace = callPackage ./plasma-workspace { }; plasma-workspace-wallpapers = callPackage ./plasma-workspace-wallpapers.nix { }; polkit-kde-agent = callPackage ./polkit-kde-agent.nix { }; powerdevil = callPackage ./powerdevil.nix { }; qqc2-breeze-style = callPackage ./qqc2-breeze-style.nix { }; sddm-kcm = callPackage ./sddm-kcm.nix { }; systemsettings = callPackage ./systemsettings.nix { }; xdg-desktop-portal-kde = callPackage ./xdg-desktop-portal-kde.nix { }; thirdParty = let inherit (libsForQt5) callPackage; in { plasma-applet-caffeine-plus = callPackage ./3rdparty/addons/caffeine-plus.nix { }; plasma-applet-virtual-desktop-bar = callPackage ./3rdparty/addons/virtual-desktop-bar.nix { }; bismuth = callPackage ./3rdparty/addons/bismuth { }; kwin-dynamic-workspaces = callPackage ./3rdparty/kwin/scripts/dynamic-workspaces.nix { }; kwin-tiling = callPackage ./3rdparty/kwin/scripts/tiling.nix { }; krohnkite = callPackage ./3rdparty/kwin/scripts/krohnkite.nix { }; krunner-ssh = callPackage ./3rdparty/addons/krunner-ssh.nix { }; krunner-symbols = callPackage ./3rdparty/addons/krunner-symbols.nix { }; kzones = callPackage ./3rdparty/kwin/scripts/kzones.nix { }; lightly = callPackage ./3rdparty/lightly { }; parachute = callPackage ./3rdparty/kwin/scripts/parachute.nix { }; polonium = callPackage ./3rdparty/addons/polonium.nix { }; }; } // lib.optionalAttrs config.allowAliases { ksysguard = throw "ksysguard has been replaced with plasma-systemmonitor"; plasma-phone-components = throw "'plasma-phone-components' has been renamed to/replaced by 'plasma-mobile'"; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.kwrited 5.27.10 -> 5.93.0 https://repology.org/project/kwrited/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath peertube, using log file: /var/log/nixpkgs-update/peertube/2024-02-21.log peertube 5.2.1 -> 6.0.3 https://github.com/Chocobozzz/PeerTube/releases attrpath: peertube Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - peertube: 5.2.1 -> 6.0.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/273769" [result] Failed to update peertube 5.2.1 -> 6.0.3 https://github.com/Chocobozzz/PeerTube/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.gu, using log file: /var/log/nixpkgs-update/aspellDicts.gu/2024-02-21.log aspellDicts.gu 0 -> 1 attrpath: aspellDicts.gu Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - aspell-dict-gu-0.03-0 Press Enter key to continue... Running update for: - aspell-dict-gu-0.03-0: UPDATING ... - aspell-dict-gu-0.03-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.gu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nushellPlugins.regex, using log file: /var/log/nixpkgs-update/nushellPlugins.regex/2024-02-21.log nushellPlugins.regex 0 -> 1 attrpath: nushellPlugins.regex Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/d4p2q4l4sh6bkbi07kkxpslsv0kgdah0-packages.json.drv building '/nix/store/d4p2q4l4sh6bkbi07kkxpslsv0kgdah0-packages.json.drv'... Going to be running update for following packages: - nushell_plugin_regex-unstable-2023-10-08 Press Enter key to continue... Running update for: - nushell_plugin_regex-unstable-2023-10-08: UPDATING ... - nushell_plugin_regex-unstable-2023-10-08: ERROR --- SHOWING ERROR LOG FOR nushell_plugin_regex-unstable-2023-10-08 ---------------------- Traceback (most recent call last): File "/nix/store/k023b58vbzgav7440cm7b1zaa9x3iiv5-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/k023b58vbzgav7440cm7b1zaa9x3iiv5-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/k023b58vbzgav7440cm7b1zaa9x3iiv5-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 352, in update update_hash = update_version( ^^^^^^^^^^^^^^^ File "/nix/store/k023b58vbzgav7440cm7b1zaa9x3iiv5-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 290, in update_version new_version = fetch_latest_version( ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/k023b58vbzgav7440cm7b1zaa9x3iiv5-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/version/__init__.py", line 135, in fetch_latest_version raise VersionError( nix_update.errors.VersionError: Please specify the version. We can only get the latest version from codeberg/crates.io/gitea/github/gitlab/notabug/pypi/savannah/sourcehut/rubygems projects right now --- SHOWING ERROR LOG FOR nushell_plugin_regex-unstable-2023-10-08 ---------------------- The update script for nushell_plugin_regex-unstable-2023-10-08 failed with exit code 1 [result] Failed to update nushellPlugins.regex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyi2cflash, using log file: /var/log/nixpkgs-update/python311Packages.pyi2cflash/2024-02-21.log python311Packages.pyi2cflash 0 -> 1 attrpath: python311Packages.pyi2cflash Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyi2cflash-0.2.2 Press Enter key to continue... Running update for: - python3.11-pyi2cflash-0.2.2: UPDATING ... - python3.11-pyi2cflash-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyi2cflash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-cov, using log file: /var/log/nixpkgs-update/python311Packages.pytest-cov/2024-02-21.log python311Packages.pytest-cov 0 -> 1 attrpath: python311Packages.pytest-cov Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pytest-cov-4.1.0 Press Enter key to continue... Running update for: - python3.11-pytest-cov-4.1.0: UPDATING ... - python3.11-pytest-cov-4.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-cov 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.allure-python-commons-test, using log file: /var/log/nixpkgs-update/python311Packages.allure-python-commons-test/2024-02-21.log python311Packages.allure-python-commons-test 0 -> 1 attrpath: python311Packages.allure-python-commons-test Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-allure-python-commons-test-2.13.2 Press Enter key to continue... Running update for: - python3.11-allure-python-commons-test-2.13.2: UPDATING ... - python3.11-allure-python-commons-test-2.13.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.allure-python-commons-test 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bottle, using log file: /var/log/nixpkgs-update/python311Packages.bottle/2024-02-21.log python311Packages.bottle 0 -> 1 attrpath: python311Packages.bottle Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-bottle-0.12.25 Press Enter key to continue... Running update for: - python3.11-bottle-0.12.25: UPDATING ... - python3.11-bottle-0.12.25: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bottle 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysmt, using log file: /var/log/nixpkgs-update/python311Packages.pysmt/2024-02-21.log python311Packages.pysmt 0 -> 1 attrpath: python311Packages.pysmt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pysmt-0.9.5 Press Enter key to continue... Running update for: - python3.11-pysmt-0.9.5: UPDATING ... - python3.11-pysmt-0.9.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysmt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kodiPackages.mediacccde, using log file: /var/log/nixpkgs-update/kodiPackages.mediacccde/2024-02-21.log kodiPackages.mediacccde 0 -> 1 attrpath: kodiPackages.mediacccde Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - kodi-media.ccc.de-0.3.0+matrix.1 Press Enter key to continue... Running update for: - kodi-media.ccc.de-0.3.0+matrix.1: UPDATING ... - kodi-media.ccc.de-0.3.0+matrix.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kodiPackages.mediacccde 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.nb, using log file: /var/log/nixpkgs-update/aspellDicts.nb/2024-02-21.log aspellDicts.nb 0 -> 1 attrpath: aspellDicts.nb Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - aspell-dict-nb-0.50.1-0 Press Enter key to continue... Running update for: - aspell-dict-nb-0.50.1-0: UPDATING ... - aspell-dict-nb-0.50.1-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.nb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsecret, using log file: /var/log/nixpkgs-update/libsecret/2024-02-21.log libsecret 0 -> 1 attrpath: libsecret Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - libsecret-0.21.2 Press Enter key to continue... Running update for: - libsecret-0.21.2: UPDATING ... - libsecret-0.21.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/libsecret/default.nix b/pkgs/development/libraries/libsecret/default.nix index 733fcafaf290..3c5b5c489c07 100644 --- a/pkgs/development/libraries/libsecret/default.nix +++ b/pkgs/development/libraries/libsecret/default.nix @@ -24,13 +24,13 @@ stdenv.mkDerivation rec { pname = "libsecret"; - version = "0.21.2"; + version = "0.21.3"; outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc"; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; - hash = "sha256-5KNBSWoIFeZMjTuPq6sz17rn796rd7hDZpcx1bGB3O4="; + hash = "sha256-mj4lcfEEgDXYAjj1LIdgEliEpDuvilgP7bclDBrQqec="; }; depsBuildBuild = [ No auto update branch exists Old version 0.21.2" not present in staging derivation file with contents: { stdenv , lib , fetchurl , glib , meson , ninja , pkg-config , gettext , libxslt , python3 , docbook-xsl-nons , docbook_xml_dtd_42 , libgcrypt , gobject-introspection , buildPackages , withIntrospection ? lib.meta.availableOn stdenv.hostPlatform gobject-introspection && stdenv.hostPlatform.emulatorAvailable buildPackages , vala , gi-docgen , gnome , gjs , libintl , dbus }: stdenv.mkDerivation rec { pname = "libsecret"; version = "0.21.3"; outputs = [ "out" "dev" ] ++ lib.optional withIntrospection "devdoc"; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; hash = "sha256-mj4lcfEEgDXYAjj1LIdgEliEpDuvilgP7bclDBrQqec="; }; depsBuildBuild = [ pkg-config ]; nativeBuildInputs = [ meson ninja pkg-config gettext libxslt # for xsltproc for building man pages docbook-xsl-nons docbook_xml_dtd_42 libintl vala glib ] ++ lib.optionals withIntrospection [ gi-docgen gobject-introspection ]; buildInputs = [ libgcrypt ]; propagatedBuildInputs = [ glib ]; nativeCheckInputs = [ python3 python3.pkgs.dbus-python python3.pkgs.pygobject3 dbus gjs ]; mesonFlags = [ (lib.mesonBool "introspection" withIntrospection) (lib.mesonBool "gtk_doc" withIntrospection) ]; doCheck = stdenv.isLinux && withIntrospection; separateDebugInfo = true; postPatch = '' patchShebangs ./tool/test-*.sh ''; preCheck = '' # Our gobject-introspection patches make the shared library paths absolute # in the GIR files. When running tests, the library is not yet installed, # though, so we need to replace the absolute path with a local one during build. # We are using a symlink that will be overwitten during installation. mkdir -p $out/lib $out/lib ln -s "$PWD/libsecret/libmock-service.so" "$out/lib/libmock-service.so" ln -s "$PWD/libsecret/libsecret-1.so.0" "$out/lib/libsecret-1.so.0" ''; checkPhase = '' runHook preCheck dbus-run-session \ --config-file=${dbus}/share/dbus-1/session.conf \ meson test --print-errorlogs --timeout-multiplier 0 runHook postCheck ''; postCheck = '' # This is test-only so it won’t be overwritten during installation. rm "$out/lib/libmock-service.so" ''; postFixup = '' # Cannot be in postInstall, otherwise _multioutDocs hook in preFixup will move right back. moveToOutput "share/doc" "$devdoc" ''; passthru = { updateScript = gnome.updateScript { packageName = pname; # Does not seem to use the odd-unstable policy: https://gitlab.gnome.org/GNOME/libsecret/issues/30 versionPolicy = "none"; }; }; meta = { description = "A library for storing and retrieving passwords and other secrets"; homepage = "https://wiki.gnome.org/Projects/Libsecret"; license = lib.licenses.lgpl21Plus; mainProgram = "secret-tool"; inherit (glib.meta) platforms maintainers; }; } [result] Failed to update libsecret 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.proxmox, using log file: /var/log/nixpkgs-update/terraform-providers.proxmox/2024-02-21.log terraform-providers.proxmox 0 -> 1 attrpath: terraform-providers.proxmox Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.proxmox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tpmmanager, using log file: /var/log/nixpkgs-update/tpmmanager/2024-02-21.log tpmmanager 0.8.1 -> 0.9.0 https://github.com/Rohde-Schwarz/TPMManager/releases attrpath: tpmmanager Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update tpmmanager 0.8.1 -> 0.9.0 https://github.com/Rohde-Schwarz/TPMManager/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asyncio-rlock, using log file: /var/log/nixpkgs-update/python311Packages.asyncio-rlock/2024-02-21.log python311Packages.asyncio-rlock 0 -> 1 attrpath: python311Packages.asyncio-rlock Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-asyncio-rlock-0.1.0 Press Enter key to continue... Running update for: - python3.11-asyncio-rlock-0.1.0: UPDATING ... - python3.11-asyncio-rlock-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asyncio-rlock 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.plfm, using log file: /var/log/nixpkgs-update/rPackages.plfm/2024-02-21.log rPackages.plfm 2.2.5 -> 2.2.6 https://repology.org/project/r:plfm/versions attrpath: rPackages.plfm Checking auto update branch... No auto update branch exists Old version 2.2.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.plfm 2.2.5 -> 2.2.6 https://repology.org/project/r:plfm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ed, using log file: /var/log/nixpkgs-update/ed/2024-02-21.log ed 1.20 -> 1.20.1 https://repology.org/project/ed/versions attrpath: ed Checking auto update branch... No auto update branch exists Old version 1.20" not present in staging derivation file with contents: { lib , fetchurl }: let meta = { description = "The GNU implementation of the standard Unix editor"; longDescription = '' GNU ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts. A restricted version of ed, red, can only edit files in the current directory and cannot execute shell commands. Ed is the 'standard' text editor in the sense that it is the original editor for Unix, and thus widely available. For most purposes, however, it is superseded by full-screen editors such as GNU Emacs or GNU Moe. ''; license = lib.licenses.gpl3Plus; homepage = "https://www.gnu.org/software/ed/"; maintainers = with lib.maintainers; [ AndersonTorres ]; platforms = lib.platforms.unix; }; in { ed = let pname = "ed"; version = "1.20.1"; src = fetchurl { url = "mirror://gnu/ed/ed-${version}.tar.lz"; hash = "sha256-saRjspehQfmHbEsfzQFHf2Rc3tkhaAkOmjXbKvS6u8o="; }; in import ./generic.nix { inherit pname version src meta; }; edUnstable = let pname = "ed"; version = "1.20-pre2"; src = fetchurl { url = "http://download.savannah.gnu.org/releases/ed/ed-${version}.tar.lz"; hash = "sha256-bHTDeMhVNNo3qqDNoBNaBA+DHDa4WJpfQNcTvAUPgsY="; }; in import ./generic.nix { inherit pname version src meta; }; } [result] Failed to update ed 1.20 -> 1.20.1 https://repology.org/project/ed/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.unusualprofile, using log file: /var/log/nixpkgs-update/rPackages.unusualprofile/2024-02-21.log rPackages.unusualprofile 0.1.2 -> 0.1.4 https://repology.org/project/r:unusualprofile/versions attrpath: rPackages.unusualprofile Checking auto update branch... No auto update branch exists Old version 0.1.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.unusualprofile 0.1.2 -> 0.1.4 https://repology.org/project/r:unusualprofile/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Tplyr, using log file: /var/log/nixpkgs-update/rPackages.Tplyr/2024-02-21.log rPackages.Tplyr 1.1.0 -> 1.2.1 https://repology.org/project/r:tplyr/versions attrpath: rPackages.Tplyr Checking auto update branch... No auto update branch exists Old version 1.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.Tplyr 1.1.0 -> 1.2.1 https://repology.org/project/r:tplyr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ols, using log file: /var/log/nixpkgs-update/ols/2024-02-21.log ols 0-unstable-2024-02-09 -> 0.9.7.2 https://repology.org/project/ols/versions attrpath: ols Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update ols 0-unstable-2024-02-09 -> 0.9.7.2 https://repology.org/project/ols/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO currently don't know how to update perl [result] Failed to update perl536Packages.ModuleExtractVERSION 1.116 -> 1.117 https://repology.org/project/perl:module-extract-version/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.clidamonger, using log file: /var/log/nixpkgs-update/rPackages.clidamonger/2024-02-21.log rPackages.clidamonger 1.0.0 -> 1.1.0 https://repology.org/project/r:clidamonger/versions attrpath: rPackages.clidamonger Checking auto update branch... No auto update branch exists Old version 1.0.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.clidamonger 1.0.0 -> 1.1.0 https://repology.org/project/r:clidamonger/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.codebookr, using log file: /var/log/nixpkgs-update/rPackages.codebookr/2024-02-21.log rPackages.codebookr 0.1.6 -> 0.1.8 https://repology.org/project/r:codebookr/versions attrpath: rPackages.codebookr Checking auto update branch... No auto update branch exists Old version 0.1.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.codebookr 0.1.6 -> 0.1.8 https://repology.org/project/r:codebookr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.clustNet, using log file: /var/log/nixpkgs-update/rPackages.clustNet/2024-02-21.log rPackages.clustNet 1.1.0 -> 1.2.0 https://repology.org/project/r:clustnet/versions attrpath: rPackages.clustNet Checking auto update branch... No auto update branch exists Old version 1.1.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.clustNet 1.1.0 -> 1.2.0 https://repology.org/project/r:clustnet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.limits, using log file: /var/log/nixpkgs-update/python312Packages.limits/2024-02-21.log python312Packages.limits 3.7.0 -> 3.9.0 https://repology.org/project/python:limits/versions attrpath: python312Packages.limits Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-limits-3.7.0 Press Enter key to continue... Running update for: - python3.12-limits-3.7.0: UPDATING ... - python3.12-limits-3.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/limits/default.nix b/pkgs/development/python-modules/limits/default.nix index e0c1fcf9a14c..68413dcd8b2b 100644 --- a/pkgs/development/python-modules/limits/default.nix +++ b/pkgs/development/python-modules/limits/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "limits"; - version = "3.7.0"; + version = "3.9.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -37,7 +37,7 @@ buildPythonPackage rec { postFetch = '' rm "$out/limits/_version.py" ''; - hash = "sha256-0h3ofungHkjycUvNJ3jf+VB/GSrshgUDECN2YoPGzzg="; + hash = "sha256-LnQQCxleddXaG4NlpKUBYEGLYbCtmIzi/AVIB5ApAwk="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.limits Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python312Packages.limits Standard output: error: Package ‘python3.12-pbr-6.0.0’ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.limits/pkgs/development/python-modules/pbr/default.nix:33 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) [result] Failed to update python312Packages.limits 3.7.0 -> 3.9.0 https://repology.org/project/python:limits/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.kalmanfilter, using log file: /var/log/nixpkgs-update/rPackages.kalmanfilter/2024-02-21.log rPackages.kalmanfilter 2.0.2 -> 2.1.0 https://repology.org/project/r:kalmanfilter/versions attrpath: rPackages.kalmanfilter Checking auto update branch... No auto update branch exists Old version 2.0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.kalmanfilter 2.0.2 -> 2.1.0 https://repology.org/project/r:kalmanfilter/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.refund, using log file: /var/log/nixpkgs-update/rPackages.refund/2024-02-21.log rPackages.refund 0.1-34 -> 0.1-35 https://repology.org/project/r:refund/versions attrpath: rPackages.refund Checking auto update branch... No auto update branch exists Old version 0.1-34" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.refund 0.1-34 -> 0.1-35 https://repology.org/project/r:refund/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.see, using log file: /var/log/nixpkgs-update/rPackages.see/2024-02-21.log rPackages.see 0.8.1 -> 0.8.2 https://repology.org/project/r:see/versions attrpath: rPackages.see Checking auto update branch... No auto update branch exists Old version 0.8.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.see 0.8.1 -> 0.8.2 https://repology.org/project/r:see/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua51Packages.libluv, using log file: /var/log/nixpkgs-update/lua51Packages.libluv/2024-02-21.log lua51Packages.libluv 1.44.2-1 -> 1.47.0_0 https://repology.org/project/libluv/versions attrpath: lua51Packages.libluv Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.libluv 1.44.2-1 -> 1.47.0_0 https://repology.org/project/libluv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xrootd, using log file: /var/log/nixpkgs-update/python311Packages.xrootd/2024-02-21.log python311Packages.xrootd 0 -> 1 attrpath: python311Packages.xrootd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-xrootd-5.6.6 Press Enter key to continue... Running update for: - python3.11-xrootd-5.6.6: UPDATING ... - python3.11-xrootd-5.6.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xrootd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.patool, using log file: /var/log/nixpkgs-update/python311Packages.patool/2024-02-21.log python311Packages.patool 2.1.1 -> 2.2.0 https://repology.org/project/python:patool/versions attrpath: python311Packages.patool Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-patool-2.1.1 Press Enter key to continue... Running update for: - python3.11-patool-2.1.1: UPDATING ... - python3.11-patool-2.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.patool 2.1.1 -> 2.2.0 https://repology.org/project/python:patool/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.sip, using log file: /var/log/nixpkgs-update/python312Packages.sip/2024-02-21.log python312Packages.sip 6.8.1 -> 6.8.3 https://repology.org/project/python:sip/versions attrpath: python312Packages.sip Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-sip-6.8.1 Press Enter key to continue... Running update for: - python3.12-sip-6.8.1: UPDATING ... - python3.12-sip-6.8.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sip/default.nix b/pkgs/development/python-modules/sip/default.nix index 32c28211cd06..02bbf2ff24da 100644 --- a/pkgs/development/python-modules/sip/default.nix +++ b/pkgs/development/python-modules/sip/default.nix @@ -18,13 +18,13 @@ buildPythonPackage rec { pname = "sip"; - version = "6.8.1"; + version = "6.8.3"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-MALfQV4WisP/45OULbxxMcuCreUAAOFSb0aoit4m9Zg="; + hash = "sha256-iIVHsBi7JMNq3tUZ6T0+UT1MaqC6VbfMGv+9Rc8Qdiw="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 3443 > 25 [result] Failed to update python312Packages.sip 6.8.1 -> 6.8.3 https://repology.org/project/python:sip/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-expect, using log file: /var/log/nixpkgs-update/python311Packages.pytest-expect/2024-02-21.log python311Packages.pytest-expect 0 -> 1 attrpath: python311Packages.pytest-expect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pytest-expect-1.1.0 Press Enter key to continue... Running update for: - python3.11-pytest-expect-1.1.0: UPDATING ... - python3.11-pytest-expect-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-expect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pam_p11, using log file: /var/log/nixpkgs-update/pam_p11/2024-02-21.log pam_p11 0.3.1 -> 0.5.0 https://github.com/OpenSC/pam_p11/releases attrpath: pam_p11 Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update pam_p11 0.3.1 -> 0.5.0 https://github.com/OpenSC/pam_p11/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ulauncher, using log file: /var/log/nixpkgs-update/ulauncher/2024-02-21.log ulauncher 0 -> 1 attrpath: ulauncher Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rzsd9sz65m9jbf34fnsn453cz3q64lwp-packages.json.drv building '/nix/store/rzsd9sz65m9jbf34fnsn453cz3q64lwp-packages.json.drv'... Going to be running update for following packages: - ulauncher-5.15.6 Press Enter key to continue... Running update for: - ulauncher-5.15.6: UPDATING ... - ulauncher-5.15.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ulauncher 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.environmental-override, using log file: /var/log/nixpkgs-update/python311Packages.environmental-override/2024-02-21.log python311Packages.environmental-override 0 -> 1 attrpath: python311Packages.environmental-override Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-environmental-override-0.1.2 Press Enter key to continue... Running update for: - python3.11-environmental-override-0.1.2: UPDATING ... - python3.11-environmental-override-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.environmental-override 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ratarmount, using log file: /var/log/nixpkgs-update/python311Packages.ratarmount/2024-02-21.log python311Packages.ratarmount 0 -> 1 attrpath: python311Packages.ratarmount Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ratarmount-0.14.0 Press Enter key to continue... Running update for: - python3.11-ratarmount-0.14.0: UPDATING ... - python3.11-ratarmount-0.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ratarmount 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.envoy-utils, using log file: /var/log/nixpkgs-update/python311Packages.envoy-utils/2024-02-21.log python311Packages.envoy-utils 0 -> 1 attrpath: python311Packages.envoy-utils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-envoy-utils-0.0.1 Press Enter key to continue... Running update for: - python3.11-envoy-utils-0.0.1: UPDATING ... - python3.11-envoy-utils-0.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.envoy-utils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath caerbannog, using log file: /var/log/nixpkgs-update/caerbannog/2024-02-21.log caerbannog 0 -> 1 attrpath: caerbannog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - caerbannog-0.3 Press Enter key to continue... Running update for: - caerbannog-0.3: UPDATING ... - caerbannog-0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update caerbannog 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.indexed-gzip, using log file: /var/log/nixpkgs-update/python311Packages.indexed-gzip/2024-02-21.log python311Packages.indexed-gzip 0 -> 1 attrpath: python311Packages.indexed-gzip Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-indexed_gzip-1.8.7 Press Enter key to continue... Running update for: - python3.11-indexed_gzip-1.8.7: UPDATING ... - python3.11-indexed_gzip-1.8.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.indexed-gzip 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nixopsUnstable, using log file: /var/log/nixpkgs-update/nixopsUnstable/2024-02-21.log nixopsUnstable 0 -> 1 attrpath: nixopsUnstable Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - nixops-unstable-2023-12-17 Press Enter key to continue... Running update for: - nixops-unstable-2023-12-17: UPDATING ... - nixops-unstable-2023-12-17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nixopsUnstable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath helmfile-wrapped, using log file: /var/log/nixpkgs-update/helmfile-wrapped/2024-02-21.log helmfile-wrapped 0.161.0 -> 0.162.0 https://github.com/helmfile/helmfile/releases attrpath: helmfile-wrapped Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-piGbC9cljBjJ0X2kzNqNnpFmcjnu6DdKizSRGrw/+2c=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'helmfile-wrapped.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/1qa6hzb3s2354y1gm7n6lnbfgf1sfl82-helmfile-0.162.0-go-modules.drv /nix/store/wphkl4yw5bqlshgcwlrbpcb3va05961q-helmfile-0.162.0.drv building '/nix/store/1qa6hzb3s2354y1gm7n6lnbfgf1sfl82-helmfile-0.162.0-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/dpxrwcacmspclb39lzfaa0468i3adm0f-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: go.mod requires go >= 1.22 (running go 1.21.6; GOTOOLCHAIN=local) error: builder for '/nix/store/1qa6hzb3s2354y1gm7n6lnbfgf1sfl82-helmfile-0.162.0-go-modules.drv' failed with exit code 1; last 8 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/dpxrwcacmspclb39lzfaa0468i3adm0f-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > Running phase: buildPhase > go: go.mod requires go >= 1.22 (running go 1.21.6; GOTOOLCHAIN=local) For full logs, run 'nix log /nix/store/1qa6hzb3s2354y1gm7n6lnbfgf1sfl82-helmfile-0.162.0-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/wphkl4yw5bqlshgcwlrbpcb3va05961q-helmfile-0.162.0.drv' failed to build [result] Failed to update helmfile-wrapped 0.161.0 -> 0.162.0 https://github.com/helmfile/helmfile/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sonarr, using log file: /var/log/nixpkgs-update/sonarr/2024-02-21.log sonarr 0 -> 1 attrpath: sonarr Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - sonarr-4.0.1.929 Press Enter key to continue... Running update for: - sonarr-4.0.1.929: UPDATING ... - sonarr-4.0.1.929: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sonarr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zope-testing, using log file: /var/log/nixpkgs-update/python311Packages.zope-testing/2024-02-21.log python311Packages.zope-testing 0 -> 1 attrpath: python311Packages.zope-testing Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-zope-testing-5.0.1 Press Enter key to continue... Running update for: - python3.11-zope-testing-5.0.1: UPDATING ... - python3.11-zope-testing-5.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zope-testing 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath iwd, using log file: /var/log/nixpkgs-update/iwd/2024-02-21.log iwd 0 -> 1 attrpath: iwd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - iwd-2.13 Press Enter key to continue... Running update for: - iwd-2.13: UPDATING ... - iwd-2.13: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/os-specific/linux/iwd/default.nix b/pkgs/os-specific/linux/iwd/default.nix index 762678141bde..ccaf54759d85 100644 --- a/pkgs/os-specific/linux/iwd/default.nix +++ b/pkgs/os-specific/linux/iwd/default.nix @@ -13,12 +13,12 @@ stdenv.mkDerivation rec { pname = "iwd"; - version = "2.13"; + version = "2.14"; src = fetchgit { url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git"; rev = version; - hash = "sha256-Nyp7Gm3JK6bLzAZxuEjxKnzAK/eAYUO5owMbG90WQ8E="; + hash = "sha256-35hKb8IVL8jQG80y48a5CcozUEWxLCdTqAHhZlPFCYE="; }; outputs = [ "out" "man" "doc" ] No auto update branch exists Old version 2.13" not present in staging derivation file with contents: { lib, stdenv , fetchgit , autoreconfHook , pkg-config , ell , coreutils , docutils , readline , openssl , python3Packages , gitUpdater }: stdenv.mkDerivation rec { pname = "iwd"; version = "2.14"; src = fetchgit { url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git"; rev = version; hash = "sha256-35hKb8IVL8jQG80y48a5CcozUEWxLCdTqAHhZlPFCYE="; }; outputs = [ "out" "man" "doc" ] ++ lib.optional (stdenv.hostPlatform == stdenv.buildPlatform) "test"; nativeBuildInputs = [ autoreconfHook docutils pkg-config python3Packages.wrapPython ]; buildInputs = [ ell python3Packages.python readline ]; nativeCheckInputs = [ openssl ]; # wrapPython wraps the scripts in $test. They pull in gobject-introspection, # which doesn't cross-compile. pythonPath = lib.optionals (stdenv.hostPlatform == stdenv.buildPlatform) [ python3Packages.dbus-python python3Packages.pygobject3 ]; configureFlags = [ "--enable-external-ell" "--enable-wired" "--localstatedir=/var/" "--with-dbus-busdir=${placeholder "out"}/share/dbus-1/system-services/" "--with-dbus-datadir=${placeholder "out"}/share/" "--with-systemd-modloaddir=${placeholder "out"}/etc/modules-load.d/" # maybe "--with-systemd-unitdir=${placeholder "out"}/lib/systemd/system/" "--with-systemd-networkdir=${placeholder "out"}/lib/systemd/network/" ]; postUnpack = '' mkdir -p iwd/ell ln -s ${ell.src}/ell/useful.h iwd/ell/useful.h ln -s ${ell.src}/ell/asn1-private.h iwd/ell/asn1-private.h patchShebangs . ''; doCheck = true; postInstall = '' mkdir -p $doc/share/doc cp -a doc $doc/share/doc/iwd cp -a README AUTHORS TODO $doc/share/doc/iwd '' + lib.optionalString (stdenv.hostPlatform == stdenv.buildPlatform) '' mkdir -p $test/bin cp -a test/* $test/bin/ ''; preFixup = '' wrapPythonPrograms ''; postFixup = '' substituteInPlace $out/share/dbus-1/system-services/net.connman.ead.service \ --replace /bin/false ${coreutils}/bin/false substituteInPlace $out/share/dbus-1/system-services/net.connman.iwd.service \ --replace /bin/false ${coreutils}/bin/false ''; enableParallelBuilding = true; passthru.updateScript = gitUpdater { # No nicer place to find latest release. url = "https://git.kernel.org/pub/scm/network/wireless/iwd.git"; }; meta = with lib; { homepage = "https://git.kernel.org/pub/scm/network/wireless/iwd.git"; description = "Wireless daemon for Linux"; license = licenses.lgpl21Plus; platforms = platforms.linux; maintainers = with maintainers; [ dtzWill fpletz amaxine ]; }; } [result] Failed to update iwd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qgnomeplatform-qt6, using log file: /var/log/nixpkgs-update/qgnomeplatform-qt6/2024-02-21.log qgnomeplatform-qt6 0.8.4 -> 0.9.2 https://github.com/FedoraQt/QGnomePlatform/releases attrpath: qgnomeplatform-qt6 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7pvq91kcw8jggfapz8qhbg5slj4vq0gx-packages.json.drv building '/nix/store/7pvq91kcw8jggfapz8qhbg5slj4vq0gx-packages.json.drv'... Going to be running update for following packages: - qgnomeplatform-0.8.4 Press Enter key to continue... Running update for: - qgnomeplatform-0.8.4: UPDATING ... - qgnomeplatform-0.8.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/qgnomeplatform/default.nix b/pkgs/development/libraries/qgnomeplatform/default.nix index 4c75b475c17c..705ccec1278f 100644 --- a/pkgs/development/libraries/qgnomeplatform/default.nix +++ b/pkgs/development/libraries/qgnomeplatform/default.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation rec { pname = "qgnomeplatform"; - version = "0.8.4"; + version = "0.9.2"; src = fetchFromGitHub { owner = "FedoraQt"; repo = "QGnomePlatform"; rev = version; - sha256 = "sha256-DaIBtWmce+58OOhqFG5802c3EprBAtDXhjiSPIImoOM="; + sha256 = "sha256-8hq+JapJPWOjS7ICkWnCglS8udqQ0+w45ajyyxfBIME="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A qgnomeplatform-qt6 nix build failed. got build log for 'qgnomeplatform-qt6' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/jg8myix4m9nchpky5j9k2bb3ifbhn22n-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/0ymg5c9wz60xzmwn0xfd7jhs0yc0wbc2-hardcode-gsettings.patch patching file src/common/gnomesettings.cpp Hunk #1 FAILED at 150. 1 out of 1 hunk FAILED -- saving rejects to file src/common/gnomesettings.cpp.rej [result] Failed to update qgnomeplatform-qt6 0.8.4 -> 0.9.2 https://github.com/FedoraQt/QGnomePlatform/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dask-image, using log file: /var/log/nixpkgs-update/python311Packages.dask-image/2024-02-21.log python311Packages.dask-image 0 -> 1 attrpath: python311Packages.dask-image Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dask-image-2023.8.1 Press Enter key to continue... Running update for: - python3.11-dask-image-2023.8.1: UPDATING ... - python3.11-dask-image-2023.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dask-image 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.srptools, using log file: /var/log/nixpkgs-update/python311Packages.srptools/2024-02-21.log python311Packages.srptools 0 -> 1 attrpath: python311Packages.srptools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-srptools-1.0.1 Press Enter key to continue... Running update for: - python3.11-srptools-1.0.1: UPDATING ... - python3.11-srptools-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.srptools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gitlint, using log file: /var/log/nixpkgs-update/gitlint/2024-02-21.log gitlint 0 -> 1 attrpath: gitlint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - gitlint-0.19.1 Press Enter key to continue... Running update for: - gitlint-0.19.1: UPDATING ... - gitlint-0.19.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gitlint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath raft-cowsql, using log file: /var/log/nixpkgs-update/raft-cowsql/2024-02-21.log raft-cowsql 0 -> 1 attrpath: raft-cowsql Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - raft-cowsql-0.22.0 Press Enter key to continue... Running update for: - raft-cowsql-0.22.0: UPDATING ... - raft-cowsql-0.22.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update raft-cowsql 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.oca-port, using log file: /var/log/nixpkgs-update/python311Packages.oca-port/2024-02-21.log python311Packages.oca-port 0 -> 1 attrpath: python311Packages.oca-port Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s2ymnj2wwyckscjsw8db0gp0v7hizn1q-packages.json.drv building '/nix/store/s2ymnj2wwyckscjsw8db0gp0v7hizn1q-packages.json.drv'... Going to be running update for following packages: - python3.11-oca-port-0.14 Press Enter key to continue... Running update for: - python3.11-oca-port-0.14: UPDATING ... - python3.11-oca-port-0.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.oca-port 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-sekizai, using log file: /var/log/nixpkgs-update/python311Packages.django-sekizai/2024-02-21.log python311Packages.django-sekizai 0 -> 1 attrpath: python311Packages.django-sekizai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-django-sekizai-4.1.0 Press Enter key to continue... Running update for: - python3.11-django-sekizai-4.1.0: UPDATING ... - python3.11-django-sekizai-4.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-sekizai 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath joycond-cemuhook, using log file: /var/log/nixpkgs-update/joycond-cemuhook/2024-02-21.log joycond-cemuhook 0 -> 1 attrpath: joycond-cemuhook Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - joycond-cemuhook-unstable-2023-08-09 Press Enter key to continue... Running update for: - joycond-cemuhook-unstable-2023-08-09: UPDATING ... - joycond-cemuhook-unstable-2023-08-09: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update joycond-cemuhook 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zig_0_10, using log file: /var/log/nixpkgs-update/zig_0_10/2024-02-21.log zig_0_10 0.10.1 -> 0.11.0 https://github.com/ziglang/zig/releases attrpath: zig_0_10 Checking auto update branch... No auto update branch exists Version in attr path zig_0_10 not compatible with 0.11.0 [result] Failed to update zig_0_10 0.10.1 -> 0.11.0 https://github.com/ziglang/zig/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flask-sqlalchemy, using log file: /var/log/nixpkgs-update/python311Packages.flask-sqlalchemy/2024-02-21.log python311Packages.flask-sqlalchemy 0 -> 1 attrpath: python311Packages.flask-sqlalchemy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-flask-sqlalchemy-3.1.1 Press Enter key to continue... Running update for: - python3.11-flask-sqlalchemy-3.1.1: UPDATING ... - python3.11-flask-sqlalchemy-3.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-sqlalchemy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioasuswrt, using log file: /var/log/nixpkgs-update/python311Packages.aioasuswrt/2024-02-21.log python311Packages.aioasuswrt 0 -> 1 attrpath: python311Packages.aioasuswrt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-aioasuswrt-1.4.0 Press Enter key to continue... Running update for: - python3.11-aioasuswrt-1.4.0: UPDATING ... - python3.11-aioasuswrt-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioasuswrt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dxvk_1, using log file: /var/log/nixpkgs-update/dxvk_1/2024-02-21.log dxvk_1 1.10.3 -> 2.3 https://github.com/doitsujin/dxvk/releases attrpath: dxvk_1 Checking auto update branch... No auto update branch exists Version in attr path dxvk_1 not compatible with 2.3 [result] Failed to update dxvk_1 1.10.3 -> 2.3 https://github.com/doitsujin/dxvk/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cookies, using log file: /var/log/nixpkgs-update/python311Packages.cookies/2024-02-21.log python311Packages.cookies 0 -> 1 attrpath: python311Packages.cookies Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-cookies-2.2.1 Press Enter key to continue... Running update for: - python3.11-cookies-2.2.1: UPDATING ... - python3.11-cookies-2.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cookies 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ots-python, using log file: /var/log/nixpkgs-update/python311Packages.ots-python/2024-02-21.log python311Packages.ots-python 0 -> 1 attrpath: python311Packages.ots-python Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ots-python-9.1.0 Press Enter key to continue... Running update for: - python3.11-ots-python-9.1.0: UPDATING ... - python3.11-ots-python-9.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ots-python 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yuzuPackages.nx_tzdb, using log file: /var/log/nixpkgs-update/yuzuPackages.nx_tzdb/2024-02-21.log yuzuPackages.nx_tzdb 0 -> 1 attrpath: yuzuPackages.nx_tzdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - nx_tzdb-221202 Press Enter key to continue... Running update for: - nx_tzdb-221202: UPDATING ... - nx_tzdb-221202: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update yuzuPackages.nx_tzdb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.skodaconnect, using log file: /var/log/nixpkgs-update/python311Packages.skodaconnect/2024-02-21.log python311Packages.skodaconnect 0 -> 1 attrpath: python311Packages.skodaconnect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-skodaconnect-1.3.10 Press Enter key to continue... Running update for: - python3.11-skodaconnect-1.3.10: UPDATING ... - python3.11-skodaconnect-1.3.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.skodaconnect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.django-crispy-bootstrap4, using log file: /var/log/nixpkgs-update/python311Packages.django-crispy-bootstrap4/2024-02-21.log python311Packages.django-crispy-bootstrap4 0 -> 1 attrpath: python311Packages.django-crispy-bootstrap4 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-django-crispy-bootstrap4-2023.1 Press Enter key to continue... Running update for: - python3.11-django-crispy-bootstrap4-2023.1: UPDATING ... - python3.11-django-crispy-bootstrap4-2023.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-crispy-bootstrap4 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.h5netcdf, using log file: /var/log/nixpkgs-update/python311Packages.h5netcdf/2024-02-21.log python311Packages.h5netcdf 0 -> 1 attrpath: python311Packages.h5netcdf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-h5netcdf-1.3.0 Press Enter key to continue... Running update for: - python3.11-h5netcdf-1.3.0: UPDATING ... - python3.11-h5netcdf-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.h5netcdf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnome.aisleriot, using log file: /var/log/nixpkgs-update/gnome.aisleriot/2024-02-21.log gnome.aisleriot 0 -> 1 attrpath: gnome.aisleriot Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.aisleriot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath editorconfig-core-c, using log file: /var/log/nixpkgs-update/editorconfig-core-c/2024-02-21.log editorconfig-core-c 0.12.5 -> 0.12.6 https://github.com/editorconfig/editorconfig-core-c/releases attrpath: editorconfig-core-c Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update editorconfig-core-c 0.12.5 -> 0.12.6 https://github.com/editorconfig/editorconfig-core-c/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath frp, using log file: /var/log/nixpkgs-update/frp/2024-02-21.log frp 0.53.2 -> 0.54.0 https://github.com/fatedier/frp/releases attrpath: frp Checking auto update branch... An auto update branch exists with message `frp: 0.53.2 -> 0.54.0`. New version is 0.54.0. An auto update branch exists with an equal or greater version [result] Failed to update frp 0.53.2 -> 0.54.0 https://github.com/fatedier/frp/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath svaba, using log file: /var/log/nixpkgs-update/svaba/2024-02-21.log svaba 1.1.0 -> 1.2.0 https://github.com/walaj/svaba/releases attrpath: svaba Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/khqig3w21g1ca2s8z036nj35nn6vs29s-source.drv building '/nix/store/khqig3w21g1ca2s8z036nj35nn6vs29s-source.drv'... exporting https://github.com/walaj/svaba.git (rev 1.2.0) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/1.2.0 remote: Enumerating objects: 364, done. remote: Counting objects: 100% (364/364), done. remote: Compressing objects: 100% (353/353), done. remote: Total 364 (delta 25), reused 263 (delta 10), pack-reused 0 Receiving objects: 100% (364/364), 1.12 MiB | 6.55 MiB/s, done. Resolving deltas: 100% (25/25), done. From https://github.com/walaj/svaba * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/1.2.0 from https://github.com/walaj/svaba.git. error: builder for '/nix/store/khqig3w21g1ca2s8z036nj35nn6vs29s-source.drv' failed with exit code 1; last 14 log lines: > exporting https://github.com/walaj/svaba.git (rev 1.2.0) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source > Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ > fatal: couldn't find remote ref refs/tags/1.2.0 > remote: Enumerating objects: 364, done. > remote: Counting objects: 100% (364/364), done. > remote: Compressing objects: 100% (353/353), done. > remote: Total 364 (delta 25), reused 263 (delta 10), pack-reused 0 > Receiving objects: 100% (364/364), 1.12 MiB | 6.55 MiB/s, done. > Resolving deltas: 100% (25/25), done. > From https://github.com/walaj/svaba > * branch HEAD -> FETCH_HEAD > fatal: Not a valid object name > Unrecognized git object type: > Unable to checkout refs/tags/1.2.0 from https://github.com/walaj/svaba.git. For full logs, run 'nix log /nix/store/khqig3w21g1ca2s8z036nj35nn6vs29s-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'svaba.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/khqig3w21g1ca2s8z036nj35nn6vs29s-source.drv /nix/store/gvgih2wwjc65by090v40ip1flikgnbka-svaba-1.2.0.drv building '/nix/store/khqig3w21g1ca2s8z036nj35nn6vs29s-source.drv'... exporting https://github.com/walaj/svaba.git (rev 1.2.0) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/1.2.0 remote: Enumerating objects: 364, done. remote: Counting objects: 100% (364/364), done. remote: Compressing objects: 100% (353/353), done. remote: Total 364 (delta 25), reused 263 (delta 10), pack-reused 0 Receiving objects: 100% (364/364), 1.12 MiB | 2.61 MiB/s, done. Resolving deltas: 100% (25/25), done. From https://github.com/walaj/svaba * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/1.2.0 from https://github.com/walaj/svaba.git. error: builder for '/nix/store/khqig3w21g1ca2s8z036nj35nn6vs29s-source.drv' failed with exit code 1; last 14 log lines: > exporting https://github.com/walaj/svaba.git (rev 1.2.0) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source > Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ > fatal: couldn't find remote ref refs/tags/1.2.0 > remote: Enumerating objects: 364, done. > remote: Counting objects: 100% (364/364), done. > remote: Compressing objects: 100% (353/353), done. > remote: Total 364 (delta 25), reused 263 (delta 10), pack-reused 0 > Receiving objects: 100% (364/364), 1.12 MiB | 2.61 MiB/s, done. > Resolving deltas: 100% (25/25), done. > From https://github.com/walaj/svaba > * branch HEAD -> FETCH_HEAD > fatal: Not a valid object name > Unrecognized git object type: > Unable to checkout refs/tags/1.2.0 from https://github.com/walaj/svaba.git. For full logs, run 'nix log /nix/store/khqig3w21g1ca2s8z036nj35nn6vs29s-source.drv'. error: 1 dependencies of derivation '/nix/store/gvgih2wwjc65by090v40ip1flikgnbka-svaba-1.2.0.drv' failed to build [result] Failed to update svaba 1.1.0 -> 1.2.0 https://github.com/walaj/svaba/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.superqt, using log file: /var/log/nixpkgs-update/python311Packages.superqt/2024-02-21.log python311Packages.superqt 0 -> 1 attrpath: python311Packages.superqt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-superqt-0.3.8 Press Enter key to continue... Running update for: - python3.11-superqt-0.3.8: UPDATING ... - python3.11-superqt-0.3.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.superqt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.turnt, using log file: /var/log/nixpkgs-update/python311Packages.turnt/2024-02-21.log python311Packages.turnt 0 -> 1 attrpath: python311Packages.turnt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-turnt-1.11.0 Press Enter key to continue... Running update for: - python3.11-turnt-1.11.0: UPDATING ... - python3.11-turnt-1.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.turnt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opencontainers, using log file: /var/log/nixpkgs-update/python311Packages.opencontainers/2024-02-21.log python311Packages.opencontainers 0 -> 1 attrpath: python311Packages.opencontainers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-opencontainers-0.0.14 Press Enter key to continue... Running update for: - python3.11-opencontainers-0.0.14: UPDATING ... - python3.11-opencontainers-0.0.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opencontainers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rtsp-to-webrtc, using log file: /var/log/nixpkgs-update/python311Packages.rtsp-to-webrtc/2024-02-21.log python311Packages.rtsp-to-webrtc 0 -> 1 attrpath: python311Packages.rtsp-to-webrtc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-rtsp-to-webrtc-0.5.1 Press Enter key to continue... Running update for: - python3.11-rtsp-to-webrtc-0.5.1: UPDATING ... - python3.11-rtsp-to-webrtc-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rtsp-to-webrtc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ukkonen, using log file: /var/log/nixpkgs-update/python311Packages.ukkonen/2024-02-21.log python311Packages.ukkonen 0 -> 1 attrpath: python311Packages.ukkonen Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ukkonen-1.0.1 Press Enter key to continue... Running update for: - python3.11-ukkonen-1.0.1: UPDATING ... - python3.11-ukkonen-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ukkonen 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.ia, using log file: /var/log/nixpkgs-update/aspellDicts.ia/2024-02-21.log aspellDicts.ia 0 -> 1 attrpath: aspellDicts.ia Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - aspell-dict-ia-0.50-1 Press Enter key to continue... Running update for: - aspell-dict-ia-0.50-1: UPDATING ... - aspell-dict-ia-0.50-1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.ia 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocsinventory-agent, using log file: /var/log/nixpkgs-update/ocsinventory-agent/2024-02-21.log ocsinventory-agent 0 -> 1 attrpath: ocsinventory-agent Checking auto update branch... Derivation contains buildPerlPackage [result] Failed to update ocsinventory-agent 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath discordo, using log file: /var/log/nixpkgs-update/discordo/2024-02-21.log discordo 0 -> 1 attrpath: discordo Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xq006fbn1l1niw16icwslwias1qr5m7n-packages.json.drv building '/nix/store/xq006fbn1l1niw16icwslwias1qr5m7n-packages.json.drv'... Going to be running update for following packages: - discordo-unstable-2024-02-16 Press Enter key to continue... Running update for: - discordo-unstable-2024-02-16: UPDATING ... - discordo-unstable-2024-02-16: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/discordo/default.nix b/pkgs/applications/networking/discordo/default.nix index 029ad55ae030..adc7a7f5dc01 100644 --- a/pkgs/applications/networking/discordo/default.nix +++ b/pkgs/applications/networking/discordo/default.nix @@ -3,16 +3,16 @@ buildGoModule rec { pname = "discordo"; - version = "unstable-2024-02-16"; + version = "unstable-2024-02-21"; src = fetchFromGitHub { owner = "ayn2op"; repo = pname; - rev = "7476d8b391f23fa576f8f34eef3829c6212c6331"; - hash = "sha256-x1/CXHqfiT0HgIPsiRluifPOJUrulN+fih0aOrj3us0="; + rev = "3486f6ced9db8eb865641632e50daa2550a55ef8"; + hash = "sha256-iSc9WiX0xu9X1GCSPEnf99OpTaKVlNN7sGp+f1S89SM="; }; - vendorHash = "sha256-PW0PPMlNB5aa81tsYWUk9mWfSyafI5A0OxqJTCe0OdI="; + vendorHash = "sha256-89WJZuqUnYGT2eTWcfxdouwc2kZ15Lt38EyLP/DLSWI="; CGO_ENABLED = 0; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/8616j2vh0k3aavnq6g8n66x4kbd8yfm5-discordo-unstable-2024-02-21" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • discordo
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for discordo is: A lightweight, secure, and feature-rich Discord terminal client meta.homepage for discordo is: https://github.com/ayn2op/discordo ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/ayn2op/discordo/compare/7476d8b391f23fa576f8f34eef3829c6212c6331...3486f6ced9db8eb865641632e50daa2550a55ef8) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found unstable-2024-02-21 in filename of file in /nix/store/8616j2vh0k3aavnq6g8n66x4kbd8yfm5-discordo-unstable-2024-02-21 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath discordo ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/8616j2vh0k3aavnq6g8n66x4kbd8yfm5-discordo-unstable-2024-02-21 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A discordo https://github.com/r-ryantm/nixpkgs/archive/e5c20465fc1c94dc41498ab35aeaa480a38b7035.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/e5c20465fc1c94dc41498ab35aeaa480a38b7035#discordo ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/8616j2vh0k3aavnq6g8n66x4kbd8yfm5-discordo-unstable-2024-02-21 ls -la /nix/store/8616j2vh0k3aavnq6g8n66x4kbd8yfm5-discordo-unstable-2024-02-21/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • discordo
--- ###### Maintainer pings cc @arian-d for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/290502 [result] Success updating discordo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.typeshed-client, using log file: /var/log/nixpkgs-update/python311Packages.typeshed-client/2024-02-21.log python311Packages.typeshed-client 0 -> 1 attrpath: python311Packages.typeshed-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-typeshed-client-2.4.0 Press Enter key to continue... Running update for: - python3.11-typeshed-client-2.4.0: UPDATING ... - python3.11-typeshed-client-2.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.typeshed-client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ddccontrol, using log file: /var/log/nixpkgs-update/ddccontrol/2024-02-21.log ddccontrol 1.0.0 -> 1.0.3 https://github.com/ddccontrol/ddccontrol/releases attrpath: ddccontrol Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update ddccontrol 1.0.0 -> 1.0.3 https://github.com/ddccontrol/ddccontrol/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nordic, using log file: /var/log/nixpkgs-update/nordic/2024-02-21.log nordic 2.2.0-unstable-2024-01-20 -> 2.2.0 https://github.com/EliverLara/Nordic/releases attrpath: nordic Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - nordic: 2.2.0-unstable-2024-01-20 -> 2.2.0-unstable-2024-02-04 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/288282" [result] Failed to update nordic 2.2.0-unstable-2024-01-20 -> 2.2.0 https://github.com/EliverLara/Nordic/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath taglib, using log file: /var/log/nixpkgs-update/taglib/2024-02-21.log taglib 1.13.1 -> 2.0 https://github.com/taglib/taglib/releases attrpath: taglib Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/taglib/default.nix b/pkgs/development/libraries/taglib/default.nix index aa759ddbbb02..7f75d43b305b 100644 --- a/pkgs/development/libraries/taglib/default.nix +++ b/pkgs/development/libraries/taglib/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "taglib"; - version = "1.13.1"; + version = "2.0"; src = fetchFromGitHub { owner = "taglib"; repo = "taglib"; rev = "v${finalAttrs.version}"; - hash = "sha256-QX0EpHGT36UsgIfRf5iALnwxe0jjLpZvCTbk8vSMFF4="; + hash = "sha256-6Vcu3+PrgL5oUy5YVJoq+Crylj/Oyx2gRLw7zfG8K+A="; }; nativeBuildInputs = [ cmake ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A taglib nix build failed. -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of short -- Check size of short - done -- Check size of int -- Check size of int - done -- Check size of long long -- Check size of long long - done -- Check size of wchar_t -- Check size of wchar_t - done -- Check size of float -- Check size of float - done -- Check size of double -- Check size of double - done -- Performing Test HAVE_GCC_BYTESWAP -- Performing Test HAVE_GCC_BYTESWAP - Success -- Performing Test HAVE_ISO_STRDUP -- Performing Test HAVE_ISO_STRDUP - Failed -- Found ZLIB: /nix/store/ilr7br1ck7i6wcgfkynwpnjp7n964h38-zlib-1.3.1/lib/libz.so (found version "1.3.1") CMake Error at CMakeLists.txt:157 (message): utfcpp not found. Either install package (probably utfcpp, utf8cpp, or libutfcpp-dev) or fetch the git submodule using git submodule update --init  -- Configuring incomplete, errors occurred! [result] Failed to update taglib 1.13.1 -> 2.0 https://github.com/taglib/taglib/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mnemosyne, using log file: /var/log/nixpkgs-update/mnemosyne/2024-02-21.log mnemosyne 0 -> 1 attrpath: mnemosyne Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - mnemosyne-2.10.1 Press Enter key to continue... Running update for: - mnemosyne-2.10.1: UPDATING ... - mnemosyne-2.10.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mnemosyne 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dolphin-emu-primehack, using log file: /var/log/nixpkgs-update/dolphin-emu-primehack/2024-02-21.log dolphin-emu-primehack 1.0.6a -> 1.0.7a https://github.com/shiiion/dolphin/releases attrpath: dolphin-emu-primehack Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/emulators/dolphin-emu/primehack.nix b/pkgs/applications/emulators/dolphin-emu/primehack.nix index 7c409692d939..eba774a43725 100644 --- a/pkgs/applications/emulators/dolphin-emu/primehack.nix +++ b/pkgs/applications/emulators/dolphin-emu/primehack.nix @@ -48,13 +48,13 @@ stdenv.mkDerivation rec { pname = "dolphin-emu-primehack"; - version = "1.0.6a"; + version = "1.0.7a"; src = fetchFromGitHub { owner = "shiiion"; repo = "dolphin"; rev = version; - sha256 = "sha256-gc4+ofoLKR+cvm+SaWEnGaKrSjWMKq7pF6pEIi75Rtk="; + sha256 = "sha256-vuTSXQHnR4HxAGGiPg5tUzfiXROU3+E9kyjH+T6zVmc="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A dolphin-emu-primehack nix build failed. -- Performing Test FLAG_CXX_NO_STRINGOP_TRUNCATION -- Performing Test FLAG_CXX_NO_STRINGOP_TRUNCATION - Success -- Performing Test HAS_FORMAT_WARNING -- Performing Test HAS_FORMAT_WARNING - Success -- Performing Test FLAG_C_FORMAT_WARNING_TO_ERROR -- Performing Test FLAG_C_FORMAT_WARNING_TO_ERROR - Success -- Performing Test FLAG_CXX_FORMAT_WARNING_TO_ERROR -- Performing Test FLAG_CXX_FORMAT_WARNING_TO_ERROR - Success -- Found ALSA: /nix/store/3ivh62ailk57r674fhk6nx1bg2nhirr7-alsa-lib-1.2.11/lib/libasound.so (found version "1.2.11") -- ALSA found, enabling ALSA sound backend -- PulseAudio found, enabling PulseAudio sound backend -- Found BlueZ: /nix/store/bk773zvplbdqdpx1ms32pmh18r19jh6x-bluez-5.72/lib/libbluetooth.so -- BlueZ found, enabling bluetooth support CMake Error at Source/Core/DolphinQt/CMakeLists.txt:17 (find_package): By not providing "FindQt6.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt6", but CMake did not find one. Could not find a package configuration file provided by "Qt6" with any of the following names: Qt6Config.cmake qt6-config.cmake Add the installation prefix of "Qt6" to CMAKE_PREFIX_PATH or set "Qt6_DIR" to a directory containing one of the above files. If "Qt6" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! [result] Failed to update dolphin-emu-primehack 1.0.6a -> 1.0.7a https://github.com/shiiion/dolphin/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.spake2, using log file: /var/log/nixpkgs-update/python311Packages.spake2/2024-02-21.log python311Packages.spake2 0 -> 1 attrpath: python311Packages.spake2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-spake2-0.8 Press Enter key to continue... Running update for: - python3.11-spake2-0.8: UPDATING ... - python3.11-spake2-0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.spake2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kaufkauflist, using log file: /var/log/nixpkgs-update/kaufkauflist/2024-02-21.log kaufkauflist 0 -> 1 attrpath: kaufkauflist Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] skipping because derivation has updateScript [npmDepsVersion] [npmDepsVersion] skipping because derivation has updateScript [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hi0a3s9nda1dnhd313553wid2ablpn61-packages.json.drv building '/nix/store/hi0a3s9nda1dnhd313553wid2ablpn61-packages.json.drv'... Going to be running update for following packages: - kaufkauflist-3.3.0 Press Enter key to continue... Running update for: - kaufkauflist-3.3.0: UPDATING ... - kaufkauflist-3.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kaufkauflist 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.textfsm, using log file: /var/log/nixpkgs-update/python311Packages.textfsm/2024-02-21.log python311Packages.textfsm 0 -> 1 attrpath: python311Packages.textfsm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-textfsm-1.1.3 Press Enter key to continue... Running update for: - python3.11-textfsm-1.1.3: UPDATING ... - python3.11-textfsm-1.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.textfsm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yacs, using log file: /var/log/nixpkgs-update/python311Packages.yacs/2024-02-21.log python311Packages.yacs 0 -> 1 attrpath: python311Packages.yacs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-yacs-0.1.8 Press Enter key to continue... Running update for: - python3.11-yacs-0.1.8: UPDATING ... - python3.11-yacs-0.1.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yacs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.multi-key-dict, using log file: /var/log/nixpkgs-update/python311Packages.multi-key-dict/2024-02-21.log python311Packages.multi-key-dict 0 -> 1 attrpath: python311Packages.multi-key-dict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-multi-key-dict-2.0.3 Press Enter key to continue... Running update for: - python3.11-multi-key-dict-2.0.3: UPDATING ... - python3.11-multi-key-dict-2.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.multi-key-dict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath apkleaks, using log file: /var/log/nixpkgs-update/apkleaks/2024-02-21.log apkleaks 0 -> 1 attrpath: apkleaks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - apkleaks-2.6.1 Press Enter key to continue... Running update for: - apkleaks-2.6.1: UPDATING ... - apkleaks-2.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update apkleaks 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.google-cloud-logging, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-logging/2024-02-21.log python311Packages.google-cloud-logging 0 -> 1 attrpath: python311Packages.google-cloud-logging Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-google-cloud-logging-3.9.0 Press Enter key to continue... Running update for: - python3.11-google-cloud-logging-3.9.0: UPDATING ... - python3.11-google-cloud-logging-3.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-cloud-logging 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.azure-mgmt-cdn, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-cdn/2024-02-21.log python311Packages.azure-mgmt-cdn 0 -> 1 attrpath: python311Packages.azure-mgmt-cdn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-azure-mgmt-cdn-13.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-cdn-13.0.0: UPDATING ... - python3.11-azure-mgmt-cdn-13.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-cdn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.datashader, using log file: /var/log/nixpkgs-update/python311Packages.datashader/2024-02-21.log python311Packages.datashader 0 -> 1 attrpath: python311Packages.datashader Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-datashader-0.16.0 Press Enter key to continue... Running update for: - python3.11-datashader-0.16.0: UPDATING ... - python3.11-datashader-0.16.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.datashader 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qFlipper, using log file: /var/log/nixpkgs-update/qFlipper/2024-02-21.log qFlipper 0 -> 1 attrpath: qFlipper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zrfyn5msrqnrhavcdgzgnjpdxvvwz7a8-packages.json.drv building '/nix/store/zrfyn5msrqnrhavcdgzgnjpdxvvwz7a8-packages.json.drv'... Going to be running update for following packages: - qFlipper-1.3.3 Press Enter key to continue... Running update for: - qFlipper-1.3.3: UPDATING ... - qFlipper-1.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update qFlipper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.clustershell, using log file: /var/log/nixpkgs-update/python311Packages.clustershell/2024-02-21.log python311Packages.clustershell 0 -> 1 attrpath: python311Packages.clustershell Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ClusterShell-1.9.2 Press Enter key to continue... Running update for: - python3.11-ClusterShell-1.9.2: UPDATING ... - python3.11-ClusterShell-1.9.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.clustershell 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pygame, using log file: /var/log/nixpkgs-update/python311Packages.pygame/2024-02-21.log python311Packages.pygame 0 -> 1 attrpath: python311Packages.pygame Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pygame-2.5.2 Press Enter key to continue... Running update for: - python3.11-pygame-2.5.2: UPDATING ... - python3.11-pygame-2.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygame 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wordbook, using log file: /var/log/nixpkgs-update/wordbook/2024-02-21.log wordbook 0 -> 1 attrpath: wordbook Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - wordbook-unstable-2022-11-02 Press Enter key to continue... Running update for: - wordbook-unstable-2022-11-02: UPDATING ... - wordbook-unstable-2022-11-02: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wordbook 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flask-mail, using log file: /var/log/nixpkgs-update/python311Packages.flask-mail/2024-02-21.log python311Packages.flask-mail 0 -> 1 attrpath: python311Packages.flask-mail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-flask-mail-0.9.1 Press Enter key to continue... Running update for: - python3.11-flask-mail-0.9.1: UPDATING ... - python3.11-flask-mail-0.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-mail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ignite, using log file: /var/log/nixpkgs-update/python311Packages.ignite/2024-02-21.log python311Packages.ignite 0 -> 1 attrpath: python311Packages.ignite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-ignite-0.4.13 Press Enter key to continue... Running update for: - python3.11-ignite-0.4.13: UPDATING ... - python3.11-ignite-0.4.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ignite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysigma-backend-qradar, using log file: /var/log/nixpkgs-update/python311Packages.pysigma-backend-qradar/2024-02-21.log python311Packages.pysigma-backend-qradar 0 -> 1 attrpath: python311Packages.pysigma-backend-qradar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pysigma-backend-qradar-0.3.3 Press Enter key to continue... Running update for: - python3.11-pysigma-backend-qradar-0.3.3: UPDATING ... - python3.11-pysigma-backend-qradar-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysigma-backend-qradar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.batchgenerators, using log file: /var/log/nixpkgs-update/python311Packages.batchgenerators/2024-02-21.log python311Packages.batchgenerators 0 -> 1 attrpath: python311Packages.batchgenerators Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-batchgenerators-0.25 Press Enter key to continue... Running update for: - python3.11-batchgenerators-0.25: UPDATING ... - python3.11-batchgenerators-0.25: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.batchgenerators 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pytest-postgresql, using log file: /var/log/nixpkgs-update/python311Packages.pytest-postgresql/2024-02-21.log python311Packages.pytest-postgresql 0 -> 1 attrpath: python311Packages.pytest-postgresql Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pytest-postgresql-5.0.0 Press Enter key to continue... Running update for: - python3.11-pytest-postgresql-5.0.0: UPDATING ... - python3.11-pytest-postgresql-5.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-postgresql 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nbsmoke, using log file: /var/log/nixpkgs-update/python311Packages.nbsmoke/2024-02-21.log python311Packages.nbsmoke 0 -> 1 attrpath: python311Packages.nbsmoke Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-nbsmoke-0.6.0 Press Enter key to continue... Running update for: - python3.11-nbsmoke-0.6.0: UPDATING ... - python3.11-nbsmoke-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nbsmoke 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.parso, using log file: /var/log/nixpkgs-update/python311Packages.parso/2024-02-21.log python311Packages.parso 0 -> 1 attrpath: python311Packages.parso Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-parso-0.8.3 Press Enter key to continue... Running update for: - python3.11-parso-0.8.3: UPDATING ... - python3.11-parso-0.8.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.parso 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aspellDicts.bg, using log file: /var/log/nixpkgs-update/aspellDicts.bg/2024-02-21.log aspellDicts.bg 0 -> 1 attrpath: aspellDicts.bg Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - aspell-dict-bg-4.1-0 Press Enter key to continue... Running update for: - aspell-dict-bg-4.1-0: UPDATING ... - aspell-dict-bg-4.1-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.bg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fastcache, using log file: /var/log/nixpkgs-update/python311Packages.fastcache/2024-02-21.log python311Packages.fastcache 0 -> 1 attrpath: python311Packages.fastcache Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-fastcache-1.1.0 Press Enter key to continue... Running update for: - python3.11-fastcache-1.1.0: UPDATING ... - python3.11-fastcache-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fastcache 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xnatpy, using log file: /var/log/nixpkgs-update/python311Packages.xnatpy/2024-02-21.log python311Packages.xnatpy 0 -> 1 attrpath: python311Packages.xnatpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-xnatpy-0.5.1 Press Enter key to continue... Running update for: - python3.11-xnatpy-0.5.1: UPDATING ... - python3.11-xnatpy-0.5.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/xnatpy/default.nix b/pkgs/development/python-modules/xnatpy/default.nix index 4738f137d427..092727c0e5e1 100644 --- a/pkgs/development/python-modules/xnatpy/default.nix +++ b/pkgs/development/python-modules/xnatpy/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "xnatpy"; - version = "0.5.1"; + version = "0.5.3"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "xnat"; inherit version; - hash = "sha256-iOw9cVWP5Am4S9JQ0NTmtew38KZiKmau+19K2KG2aKQ="; + hash = "sha256-U66b1ZWX68TvgGHf1OO4pI/Jq9pJ8rZEuQQubA5PZKs="; }; nativeBuildInputs = [ setuptools ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.xnatpy nix build failed. adding 'xnat/version.py' adding 'xnat/client/__init__.py' adding 'xnat/client/download.py' adding 'xnat/client/importing.py' adding 'xnat/client/listings.py' adding 'xnat/client/prearchive.py' adding 'xnat/client/rest.py' adding 'xnat/client/scripts.py' adding 'xnat/client/search.py' adding 'xnat/client/utils.py' adding 'xnat/scripts/__init__.py' adding 'xnat/scripts/copy_project.py' adding 'xnat/scripts/data_integrity_check.py' adding 'xnat/scripts/import_experiment_dir.py' adding 'xnat-0.5.3.dist-info/LICENSE' adding 'xnat-0.5.3.dist-info/METADATA' adding 'xnat-0.5.3.dist-info/WHEEL' adding 'xnat-0.5.3.dist-info/entry_points.txt' adding 'xnat-0.5.3.dist-info/top_level.txt' adding 'xnat-0.5.3.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built xnat-0.5.3-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for xnat-0.5.3-py3-none-any.whl - python-dateutil not installed - importlib-metadata not installed [result] Failed to update python311Packages.xnatpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.selectors2, using log file: /var/log/nixpkgs-update/python311Packages.selectors2/2024-02-21.log python311Packages.selectors2 0 -> 1 attrpath: python311Packages.selectors2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-selectors2-2.0.2 Press Enter key to continue... Running update for: - python3.11-selectors2-2.0.2: UPDATING ... - python3.11-selectors2-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.selectors2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath buildbot-plugins.react-grid-view, using log file: /var/log/nixpkgs-update/buildbot-plugins.react-grid-view/2024-02-21.log buildbot-plugins.react-grid-view 0 -> 1 attrpath: buildbot-plugins.react-grid-view Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-buildbot-react-grid-view-3.11.0 Press Enter key to continue... Running update for: - python3.11-buildbot-react-grid-view-3.11.0: UPDATING ... - python3.11-buildbot-react-grid-view-3.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update buildbot-plugins.react-grid-view 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zfs-autobackup, using log file: /var/log/nixpkgs-update/zfs-autobackup/2024-02-21.log zfs-autobackup 0 -> 1 attrpath: zfs-autobackup Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - zfs-autobackup-3.2 Press Enter key to continue... Running update for: - zfs-autobackup-3.2: UPDATING ... - zfs-autobackup-3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update zfs-autobackup 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyjet, using log file: /var/log/nixpkgs-update/python311Packages.pyjet/2024-02-21.log python311Packages.pyjet 0 -> 1 attrpath: python311Packages.pyjet Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pyjet-1.9.0 Press Enter key to continue... Running update for: - python3.11-pyjet-1.9.0: UPDATING ... - python3.11-pyjet-1.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyjet 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xdg, using log file: /var/log/nixpkgs-update/python311Packages.xdg/2024-02-21.log python311Packages.xdg 0 -> 1 attrpath: python311Packages.xdg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-xdg-6.0.0 Press Enter key to continue... Running update for: - python3.11-xdg-6.0.0: UPDATING ... - python3.11-xdg-6.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xdg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.geocachingapi, using log file: /var/log/nixpkgs-update/python311Packages.geocachingapi/2024-02-21.log python311Packages.geocachingapi 0 -> 1 attrpath: python311Packages.geocachingapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-geocachingapi-0.2.3 Press Enter key to continue... Running update for: - python3.11-geocachingapi-0.2.3: UPDATING ... - python3.11-geocachingapi-0.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.geocachingapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gcalcli, using log file: /var/log/nixpkgs-update/gcalcli/2024-02-21.log gcalcli 0 -> 1 attrpath: gcalcli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - gcalcli-4.3.0 Press Enter key to continue... Running update for: - gcalcli-4.3.0: UPDATING ... - gcalcli-4.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gcalcli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lz4, using log file: /var/log/nixpkgs-update/python311Packages.lz4/2024-02-21.log python311Packages.lz4 0 -> 1 attrpath: python311Packages.lz4 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-python-lz4-4.3.2 Press Enter key to continue... Running update for: - python3.11-python-lz4-4.3.2: UPDATING ... - python3.11-python-lz4-4.3.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/lz4/default.nix b/pkgs/development/python-modules/lz4/default.nix index 8bc09d315a3a..4110a96a3328 100644 --- a/pkgs/development/python-modules/lz4/default.nix +++ b/pkgs/development/python-modules/lz4/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "python-lz4"; - version = "4.3.2"; + version = "4.3.3"; format = "setuptools"; disabled = pythonOlder "3.5"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = pname; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-aVnXCrTh+0Ip+FgYWN7hLw8N3iQCmXSywhReD5RTUfI="; + hash = "sha256-ZvGUkb9DoheYY2/sejUhxgh2lS5eoBrFCXR4E0IcFcs="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 1169 > 25 [result] Failed to update python311Packages.lz4 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.grapheme, using log file: /var/log/nixpkgs-update/python311Packages.grapheme/2024-02-21.log python311Packages.grapheme 0 -> 1 attrpath: python311Packages.grapheme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-grapheme-0.6.0 Press Enter key to continue... Running update for: - python3.11-grapheme-0.6.0: UPDATING ... - python3.11-grapheme-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.grapheme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.testfixtures, using log file: /var/log/nixpkgs-update/python311Packages.testfixtures/2024-02-21.log python311Packages.testfixtures 0 -> 1 attrpath: python311Packages.testfixtures Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-testfixtures-7.2.2 Press Enter key to continue... Running update for: - python3.11-testfixtures-7.2.2: UPDATING ... - python3.11-testfixtures-7.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/testfixtures/default.nix b/pkgs/development/python-modules/testfixtures/default.nix index 911d1496165f..9a3f3eb54f25 100644 --- a/pkgs/development/python-modules/testfixtures/default.nix +++ b/pkgs/development/python-modules/testfixtures/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "testfixtures"; - version = "7.2.2"; + version = "8.0.0"; pyproject = true; # DO NOT CONTACT upstream. # https://github.com/simplistix/ is only concerned with internal CI process. @@ -27,7 +27,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-gHdK7LAklFgnWreD9TCT++dXlf8rMhjSLOP/8KEsTaY="; + hash = "sha256-uNYSBsdCZUVEPtrucUVTzY0tEgMnbGprNigqhmZ+bU4="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 75 > 25 [result] Failed to update python311Packages.testfixtures 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.http, using log file: /var/log/nixpkgs-update/terraform-providers.http/2024-02-21.log terraform-providers.http 0 -> 1 attrpath: terraform-providers.http Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.http 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocmPackages.hsa-amd-aqlprofile-bin, using log file: /var/log/nixpkgs-update/rocmPackages.hsa-amd-aqlprofile-bin/2024-02-21.log rocmPackages.hsa-amd-aqlprofile-bin 0 -> 1 attrpath: rocmPackages.hsa-amd-aqlprofile-bin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 Going to be running update for following packages: - hsa-amd-aqlprofile-bin-5.7.1 Press Enter key to continue... Running update for: - hsa-amd-aqlprofile-bin-5.7.1: UPDATING ... - hsa-amd-aqlprofile-bin-5.7.1: ERROR --- SHOWING ERROR LOG FOR hsa-amd-aqlprofile-bin-5.7.1 ---------------------- 'rocmPackages_5.hsa-amd-aqlprofile-bin' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.hsa-amd-aqlprofile-bin'. --- SHOWING ERROR LOG FOR hsa-amd-aqlprofile-bin-5.7.1 ---------------------- The update script for hsa-amd-aqlprofile-bin-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.hsa-amd-aqlprofile-bin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsForQt5.qzxing, using log file: /var/log/nixpkgs-update/libsForQt5.qzxing/2024-02-21.log libsForQt5.qzxing 0 -> 1 attrpath: libsForQt5.qzxing Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k6096dj7w2qc31cwzf56bwnbrwci8kih-packages.json.drv building '/nix/store/k6096dj7w2qc31cwzf56bwnbrwci8kih-packages.json.drv'... Going to be running update for following packages: - qzxing-3.3.0 Press Enter key to continue... Running update for: - qzxing-3.3.0: UPDATING ... - qzxing-3.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libsForQt5.qzxing 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath edid-decode, using log file: /var/log/nixpkgs-update/edid-decode/2024-02-21.log edid-decode 0 -> 1 attrpath: edid-decode Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - edid-decode-unstable-2022-12-14 Press Enter key to continue... Running update for: - edid-decode-unstable-2022-12-14: UPDATING ... - edid-decode-unstable-2022-12-14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/edid-decode/default.nix b/pkgs/tools/misc/edid-decode/default.nix index eb72d0a81570..733f87da6f22 100644 --- a/pkgs/tools/misc/edid-decode/default.nix +++ b/pkgs/tools/misc/edid-decode/default.nix @@ -6,7 +6,7 @@ stdenv.mkDerivation { pname = "edid-decode"; - version = "unstable-2022-12-14"; + version = "unstable-2024-01-29"; outputs = [ "out" @@ -15,8 +15,8 @@ stdenv.mkDerivation { src = fetchgit { url = "git://linuxtv.org/edid-decode.git"; - rev = "e052f5f9fdf74ca11aa1a8edfa62eff8d0aa3d0d"; - hash = "sha256-qNtb/eM7VpS8nRbC/nNm6J9vEWVUSrg7OwNaW1774QY="; + rev = "7a27b339cf5ee1ab431431a844418a7f7c16d167"; + hash = "sha256-y+g+E4kaQh6j+3GvHdcVEGQu/zOkGyW/HazUHG0DCxM="; }; preBuild = '' An auto update branch exists with message `edid-decode: unstable-2022-12-14 -> unstable-2024-01-29`. New version is unstable-2024-01-29. An auto update branch exists with an equal or greater version [result] Failed to update edid-decode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opuslib, using log file: /var/log/nixpkgs-update/python311Packages.opuslib/2024-02-21.log python311Packages.opuslib 0 -> 1 attrpath: python311Packages.opuslib Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-opuslib-3.0.3 Press Enter key to continue... Running update for: - python3.11-opuslib-3.0.3: UPDATING ... - python3.11-opuslib-3.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opuslib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rtmidi-python, using log file: /var/log/nixpkgs-update/python311Packages.rtmidi-python/2024-02-21.log python311Packages.rtmidi-python 0 -> 1 attrpath: python311Packages.rtmidi-python Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-rtmidi-python-0.2.2 Press Enter key to continue... Running update for: - python3.11-rtmidi-python-0.2.2: UPDATING ... - python3.11-rtmidi-python-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rtmidi-python 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ConfigArgParse, using log file: /var/log/nixpkgs-update/python311Packages.ConfigArgParse/2024-02-21.log python311Packages.ConfigArgParse 0 -> 1 attrpath: python311Packages.ConfigArgParse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-configargparse-1.7 Press Enter key to continue... Running update for: - python3.11-configargparse-1.7: UPDATING ... - python3.11-configargparse-1.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ConfigArgParse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO multi-platform srcs in file. [result] Failed to update electron_23-bin 23.3.13 -> 29.0.0 https://github.com/electron/electron/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.testtools, using log file: /var/log/nixpkgs-update/python311Packages.testtools/2024-02-21.log python311Packages.testtools 0 -> 1 attrpath: python311Packages.testtools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-testtools-2.7.1 Press Enter key to continue... Running update for: - python3.11-testtools-2.7.1: UPDATING ... - python3.11-testtools-2.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.testtools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flask-gravatar, using log file: /var/log/nixpkgs-update/python311Packages.flask-gravatar/2024-02-21.log python311Packages.flask-gravatar 0 -> 1 attrpath: python311Packages.flask-gravatar Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-flask-gravatar-0.5.0 Press Enter key to continue... Running update for: - python3.11-flask-gravatar-0.5.0: UPDATING ... - python3.11-flask-gravatar-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-gravatar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dalle-mini, using log file: /var/log/nixpkgs-update/python311Packages.dalle-mini/2024-02-21.log python311Packages.dalle-mini 0 -> 1 attrpath: python311Packages.dalle-mini Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-dalle-mini-0.1.5 Press Enter key to continue... Running update for: - python3.11-dalle-mini-0.1.5: UPDATING ... - python3.11-dalle-mini-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dalle-mini 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opensimplex, using log file: /var/log/nixpkgs-update/python311Packages.opensimplex/2024-02-21.log python311Packages.opensimplex 0 -> 1 attrpath: python311Packages.opensimplex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-opensimplex-0.4.3 Press Enter key to continue... Running update for: - python3.11-opensimplex-0.4.3: UPDATING ... - python3.11-opensimplex-0.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opensimplex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.backcall, using log file: /var/log/nixpkgs-update/python311Packages.backcall/2024-02-21.log python311Packages.backcall 0 -> 1 attrpath: python311Packages.backcall Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-backcall-0.2.0 Press Enter key to continue... Running update for: - python3.11-backcall-0.2.0: UPDATING ... - python3.11-backcall-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.backcall 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nameko, using log file: /var/log/nixpkgs-update/python311Packages.nameko/2024-02-21.log python311Packages.nameko 0 -> 1 attrpath: python311Packages.nameko Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-nameko-2.14.1 Press Enter key to continue... Running update for: - python3.11-nameko-2.14.1: UPDATING ... - python3.11-nameko-2.14.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nameko 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jelly, using log file: /var/log/nixpkgs-update/jelly/2024-02-21.log jelly 0 -> 1 attrpath: jelly Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - jelly-0.1.31 Press Enter key to continue... Running update for: - jelly-0.1.31: UPDATING ... - jelly-0.1.31: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update jelly 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiohue, using log file: /var/log/nixpkgs-update/python311Packages.aiohue/2024-02-21.log python311Packages.aiohue 0 -> 1 attrpath: python311Packages.aiohue Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c3lq4gq5956hbyla5vmi86rqf1yhz0pq-packages.json.drv building '/nix/store/c3lq4gq5956hbyla5vmi86rqf1yhz0pq-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohue-4.7.1 Press Enter key to continue... Running update for: - python3.11-aiohue-4.7.1: UPDATING ... - python3.11-aiohue-4.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohue 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydroid-ipcam, using log file: /var/log/nixpkgs-update/python311Packages.pydroid-ipcam/2024-02-21.log python311Packages.pydroid-ipcam 0 -> 1 attrpath: python311Packages.pydroid-ipcam Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pydroid-ipcam-2.0.0 Press Enter key to continue... Running update for: - python3.11-pydroid-ipcam-2.0.0: UPDATING ... - python3.11-pydroid-ipcam-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydroid-ipcam 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mongosh, using log file: /var/log/nixpkgs-update/mongosh/2024-02-21.log mongosh 0 -> 1 attrpath: mongosh Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] skipping because derivation has updateScript [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - mongosh-2.1.4 Press Enter key to continue... Running update for: - mongosh-2.1.4: UPDATING ... - mongosh-2.1.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/mongosh/package-lock.json b/pkgs/development/tools/mongosh/package-lock.json index f9ad06f1ad35..2120899c3540 100644 --- a/pkgs/development/tools/mongosh/package-lock.json +++ b/pkgs/development/tools/mongosh/package-lock.json @@ -1,15 +1,15 @@ { "name": "mongosh", - "version": "2.1.4", + "version": "2.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongosh", - "version": "2.1.4", + "version": "2.1.5", "license": "Apache-2.0", "dependencies": { - "@mongosh/cli-repl": "2.1.4" + "@mongosh/cli-repl": "2.1.5" }, "bin": { "mongosh": "bin/mongosh.js" @@ -20,7 +20,7 @@ }, "node_modules/@ampproject/remapping": { "version": "2.2.1", - "resolved": "https://registry.npmmirror.com/@ampproject/remapping/-/remapping-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", "dependencies": { "@jridgewell/gen-mapping": "^0.3.0", @@ -32,7 +32,7 @@ }, "node_modules/@aws-crypto/crc32": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/@aws-crypto/crc32/-/crc32-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-crypto/crc32/-/crc32-3.0.0.tgz", "integrity": "sha512-IzSgsrxUcsrejQbPVilIKy16kAT52EwB6zSaI+M3xxIhKh5+aldEyvI+z6erM7TCLB2BJsFrtHjp6/4/sr+3dA==", "dependencies": { "@aws-crypto/util": "^3.0.0", @@ -42,12 +42,12 @@ }, "node_modules/@aws-crypto/crc32/node_modules/tslib": { "version": "1.14.1", - "resolved": "https://registry.npmmirror.com/tslib/-/tslib-1.14.1.tgz", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@aws-crypto/ie11-detection": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-crypto/ie11-detection/-/ie11-detection-3.0.0.tgz", "integrity": "sha512-341lBBkiY1DfDNKai/wXM3aujNBkXR7tq1URPQDL9wi3AUbI80NR74uF1TXHMm7po1AcnFk8iu2S2IeU/+/A+Q==", "dependencies": { "tslib": "^1.11.1" @@ -55,12 +55,12 @@ }, "node_modules/@aws-crypto/ie11-detection/node_modules/tslib": { "version": "1.14.1", - "resolved": "https://registry.npmmirror.com/tslib/-/tslib-1.14.1.tgz", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@aws-crypto/sha256-browser": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-browser/-/sha256-browser-3.0.0.tgz", "integrity": "sha512-8VLmW2B+gjFbU5uMeqtQM6Nj0/F1bro80xQXCW6CQBWgosFWXTx77aeOF5CAIAmbOK64SdMBJdNr6J41yP5mvQ==", "dependencies": { "@aws-crypto/ie11-detection": "^3.0.0", @@ -75,12 +75,12 @@ }, "node_modules/@aws-crypto/sha256-browser/node_modules/tslib": { "version": "1.14.1", - "resolved": "https://registry.npmmirror.com/tslib/-/tslib-1.14.1.tgz", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@aws-crypto/sha256-js": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-crypto/sha256-js/-/sha256-js-3.0.0.tgz", "integrity": "sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==", "dependencies": { "@aws-crypto/util": "^3.0.0", @@ -90,12 +90,12 @@ }, "node_modules/@aws-crypto/sha256-js/node_modules/tslib": { "version": "1.14.1", - "resolved": "https://registry.npmmirror.com/tslib/-/tslib-1.14.1.tgz", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@aws-crypto/supports-web-crypto": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-3.0.0.tgz", "integrity": "sha512-06hBdMwUAb2WFTuGG73LSC0wfPu93xWwo5vL2et9eymgmu3Id5vFAHBbajVWiGhPO37qcsdCap/FqXvJGJWPIg==", "dependencies": { "tslib": "^1.11.1" @@ -103,12 +103,12 @@ }, "node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib": { "version": "1.14.1", - "resolved": "https://registry.npmmirror.com/tslib/-/tslib-1.14.1.tgz", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@aws-crypto/util": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/@aws-crypto/util/-/util-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-crypto/util/-/util-3.0.0.tgz", "integrity": "sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==", "dependencies": { "@aws-sdk/types": "^3.222.0", @@ -118,12 +118,12 @@ }, "node_modules/@aws-crypto/util/node_modules/tslib": { "version": "1.14.1", - "resolved": "https://registry.npmmirror.com/tslib/-/tslib-1.14.1.tgz", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, "node_modules/@aws-sdk/client-cognito-identity": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-cognito-identity/-/client-cognito-identity-3.515.0.tgz", "integrity": "sha512-e51ImjjRLzXkPEYguvGCbhWPNhoV2OGS6mKHCR940XEeImt04yE1tytYP1vXYpPICmuYgz79BV0FOC9J5N9bvg==", "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", @@ -173,7 +173,7 @@ }, "node_modules/@aws-sdk/client-sso": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/client-sso/-/client-sso-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.515.0.tgz", "integrity": "sha512-4oGBLW476zmkdN98lAns3bObRNO+DLOfg4MDUSR6l6GYBV/zGAtoy2O/FhwYKgA2L5h2ZtElGopLlk/1Q0ePLw==", "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", @@ -221,7 +221,7 @@ }, "node_modules/@aws-sdk/client-sso-oidc": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sso-oidc/-/client-sso-oidc-3.515.0.tgz", "integrity": "sha512-zACa8LNlPUdlNUBqQRf5a3MfouLNtcBfm84v2c8M976DwJrMGONPe1QjyLLsD38uESQiXiVQRruj/b000iMXNw==", "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", @@ -273,7 +273,7 @@ }, "node_modules/@aws-sdk/client-sts": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/client-sts/-/client-sts-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/client-sts/-/client-sts-3.515.0.tgz", "integrity": "sha512-ScYuvaIDgip3atOJIA1FU2n0gJkEdveu1KrrCPathoUCV5zpK8qQmO/n+Fj/7hKFxeKdFbB+4W4CsJWYH94nlg==", "dependencies": { "@aws-crypto/sha256-browser": "3.0.0", @@ -325,7 +325,7 @@ }, "node_modules/@aws-sdk/core": { "version": "3.513.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/core/-/core-3.513.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.513.0.tgz", "integrity": "sha512-L+9DL4apWuqNKVOMJ8siAuWoRM9rZf9w1iPv8S2o83WO2jVK7E/m+rNW1dFo9HsA5V1ccDl2H2qLXx24HiHmOw==", "dependencies": { "@smithy/core": "^1.3.2", @@ -341,7 +341,7 @@ }, "node_modules/@aws-sdk/credential-provider-cognito-identity": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-cognito-identity/-/credential-provider-cognito-identity-3.515.0.tgz", "integrity": "sha512-pWMJFhNc6bLbCpKhYXWWa23wMyhpFFyw3kF/6ea+95JQHF0FY2l4wDQa7ynE4hW4Wf5oA3Sf7Wf87pp9iAHubQ==", "dependencies": { "@aws-sdk/client-cognito-identity": "3.515.0", @@ -356,7 +356,7 @@ }, "node_modules/@aws-sdk/credential-provider-env": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.515.0.tgz", "integrity": "sha512-45vxdyqhTAaUMERYVWOziG3K8L2TV9G4ryQS/KZ84o7NAybE9GMdoZRVmGHAO7mJJ1wQiYCM/E+i5b3NW9JfNA==", "dependencies": { "@aws-sdk/types": "3.515.0", @@ -370,7 +370,7 @@ }, "node_modules/@aws-sdk/credential-provider-http": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.515.0.tgz", "integrity": "sha512-Ba6FXK77vU4WyheiamNjEuTFmir0eAXuJGPO27lBaA8g+V/seXGHScsbOG14aQGDOr2P02OPwKGZrWWA7BFpfQ==", "dependencies": { "@aws-sdk/types": "3.515.0", @@ -389,7 +389,7 @@ }, "node_modules/@aws-sdk/credential-provider-ini": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.515.0.tgz", "integrity": "sha512-ouDlNZdv2TKeVEA/YZk2+XklTXyAAGdbWnl4IgN9ItaodWI+lZjdIoNC8BAooVH+atIV/cZgoGTGQL7j2TxJ9A==", "dependencies": { "@aws-sdk/client-sts": "3.515.0", @@ -410,7 +410,7 @@ }, "node_modules/@aws-sdk/credential-provider-node": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.515.0.tgz", "integrity": "sha512-Y4kHSpbxksiCZZNcvsiKUd8Fb2XlyUuONEwqWFNL82ZH6TCCjBGS31wJQCSxBHqYcOL3tiORUEJkoO7uS30uQA==", "dependencies": { "@aws-sdk/credential-provider-env": "3.515.0", @@ -432,7 +432,7 @@ }, "node_modules/@aws-sdk/credential-provider-process": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.515.0.tgz", "integrity": "sha512-pSjiOA2FM63LHRKNDvEpBRp80FVGT0Mw/gzgbqFXP+sewk0WVonYbEcMDTJptH3VsLPGzqH/DQ1YL/aEIBuXFQ==", "dependencies": { "@aws-sdk/types": "3.515.0", @@ -447,7 +447,7 @@ }, "node_modules/@aws-sdk/credential-provider-sso": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.515.0.tgz", "integrity": "sha512-j7vUkiSmuhpBvZYoPTRTI4ePnQbiZMFl6TNhg9b9DprC1zHkucsZnhRhqjOVlrw/H6J4jmcPGcHHTZ5WQNI5xQ==", "dependencies": { "@aws-sdk/client-sso": "3.515.0", @@ -464,7 +464,7 @@ }, "node_modules/@aws-sdk/credential-provider-web-identity": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.515.0.tgz", "integrity": "sha512-66+2g4z3fWwdoGReY8aUHvm6JrKZMTRxjuizljVmMyOBttKPeBYXvUTop/g3ZGUx1f8j+C5qsGK52viYBvtjuQ==", "dependencies": { "@aws-sdk/client-sts": "3.515.0", @@ -479,7 +479,7 @@ }, "node_modules/@aws-sdk/credential-providers": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/credential-providers/-/credential-providers-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/credential-providers/-/credential-providers-3.515.0.tgz", "integrity": "sha512-XQ9maVLTtv6iJbOYiRS+IvaPlFkJDuxfpfxuky3aPzQpxDilU4cf1CfIDua8qivZKQ4QQOd1EaBMXPIpLI1ZTQ==", "dependencies": { "@aws-sdk/client-cognito-identity": "3.515.0", @@ -505,7 +505,7 @@ }, "node_modules/@aws-sdk/middleware-host-header": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/middleware-host-header/-/middleware-host-header-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.515.0.tgz", "integrity": "sha512-I1MwWPzdRKM1luvdDdjdGsDjNVPhj9zaIytEchjTY40NcKOg+p2evLD2y69ozzg8pyXK63r8DdvDGOo9QPuh0A==", "dependencies": { "@aws-sdk/types": "3.515.0", @@ -519,7 +519,7 @@ }, "node_modules/@aws-sdk/middleware-logger": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/middleware-logger/-/middleware-logger-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.515.0.tgz", "integrity": "sha512-qXomJzg2m/5seQOxHi/yOXOKfSjwrrJSmEmfwJKJyQgdMbBcjz3Cz0H/1LyC6c5hHm6a/SZgSTzDAbAoUmyL+Q==", "dependencies": { "@aws-sdk/types": "3.515.0", @@ -532,7 +532,7 @@ }, "node_modules/@aws-sdk/middleware-recursion-detection": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.515.0.tgz", "integrity": "sha512-dokHLbTV3IHRIBrw9mGoxcNTnQsjlm7TpkJhPdGT9T4Mq399EyQo51u6IsVMm07RXLl2Zw7u+u9p+qWBFzmFRA==", "dependencies": { "@aws-sdk/types": "3.515.0", @@ -546,7 +546,7 @@ }, "node_modules/@aws-sdk/middleware-user-agent": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.515.0.tgz", "integrity": "sha512-nOqZjGA/GkjuJ5fUshec9Fv6HFd7ovOTxMJbw3MfAhqXuVZ6dKF41lpVJ4imNsgyFt3shUg9WDY8zGFjlYMB3g==", "dependencies": { "@aws-sdk/types": "3.515.0", @@ -561,7 +561,7 @@ }, "node_modules/@aws-sdk/region-config-resolver": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.515.0.tgz", "integrity": "sha512-RIRx9loxMgEAc/r1wPfnfShOuzn4RBi8pPPv6/jhhITEeMnJe6enAh2k5y9DdiVDDgCWZgVFSv0YkAIfzAFsnQ==", "dependencies": { "@aws-sdk/types": "3.515.0", @@ -577,7 +577,7 @@ }, "node_modules/@aws-sdk/token-providers": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/token-providers/-/token-providers-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.515.0.tgz", "integrity": "sha512-MQuf04rIcTXqwDzmyHSpFPF1fKEzRl64oXtCRUF3ddxTdK6wxXkePfK6wNCuL+GEbEcJAoCtIGIRpzGPJvQjHA==", "dependencies": { "@aws-sdk/client-sso-oidc": "3.515.0", @@ -593,7 +593,7 @@ }, "node_modules/@aws-sdk/types": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/types/-/types-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.515.0.tgz", "integrity": "sha512-B3gUpiMlpT6ERaLvZZ61D0RyrQPsFYDkCncLPVkZOKkCOoFU46zi1o6T5JcYiz8vkx1q9RGloQ5exh79s5pU/w==", "dependencies": { "@smithy/types": "^2.9.1", @@ -605,7 +605,7 @@ }, "node_modules/@aws-sdk/util-endpoints": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/util-endpoints/-/util-endpoints-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.515.0.tgz", "integrity": "sha512-UJi+jdwcGFV/F7d3+e2aQn5yZOVpDiAgfgNhPnEtgV0WozJ5/ZUeZBgWvSc/K415N4A4D/9cbBc7+I+35qzcDQ==", "dependencies": { "@aws-sdk/types": "3.515.0", @@ -619,7 +619,7 @@ }, "node_modules/@aws-sdk/util-locate-window": { "version": "3.495.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/util-locate-window/-/util-locate-window-3.495.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-locate-window/-/util-locate-window-3.495.0.tgz", "integrity": "sha512-MfaPXT0kLX2tQaR90saBT9fWQq2DHqSSJRzW+MZWsmF+y5LGCOhO22ac/2o6TKSQm7h0HRc2GaADqYYYor62yg==", "dependencies": { "tslib": "^2.5.0" @@ -630,7 +630,7 @@ }, "node_modules/@aws-sdk/util-user-agent-browser": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.515.0.tgz", "integrity": "sha512-pTWQb0JCafTmLHLDv3Qqs/nAAJghcPdGQIBpsCStb0YEzg3At/dOi2AIQ683yYnXmeOxLXJDzmlsovfVObJScw==", "dependencies": { "@aws-sdk/types": "3.515.0", @@ -641,7 +641,7 @@ }, "node_modules/@aws-sdk/util-user-agent-node": { "version": "3.515.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.515.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.515.0.tgz", "integrity": "sha512-A/KJ+/HTohHyVXLH+t/bO0Z2mPrQgELbQO8tX+B2nElo8uklj70r5cT7F8ETsI9oOy+HDVpiL5/v45ZgpUOiPg==", "dependencies": { "@aws-sdk/types": "3.515.0", @@ -663,7 +663,7 @@ }, "node_modules/@aws-sdk/util-utf8-browser": { "version": "3.259.0", - "resolved": "https://registry.npmmirror.com/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz", + "resolved": "https://registry.npmjs.org/@aws-sdk/util-utf8-browser/-/util-utf8-browser-3.259.0.tgz", "integrity": "sha512-UvFa/vR+e19XookZF8RzFZBrw2EUkQWxiBW0yYQAhvk3C+QVGl0H3ouca8LDBlBfQKXwmW3huo/59H8rwb1wJw==", "dependencies": { "tslib": "^2.3.1" @@ -671,7 +671,7 @@ }, "node_modules/@babel/code-frame": { "version": "7.23.5", - "resolved": "https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.23.5.tgz", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", "dependencies": { "@babel/highlight": "^7.23.4", @@ -683,7 +683,7 @@ }, "node_modules/@babel/compat-data": { "version": "7.23.5", - "resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.23.5.tgz", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz", "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==", "engines": { "node": ">=6.9.0" @@ -691,7 +691,7 @@ }, "node_modules/@babel/core": { "version": "7.23.9", - "resolved": "https://registry.npmmirror.com/@babel/core/-/core-7.23.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.9.tgz", "integrity": "sha512-5q0175NOjddqpvvzU+kDiSOAk4PfdO6FvwCWoQ6RO7rTzEe8vlo+4HVfcnAREhD4npMs0e9uZypjTwzZPCf/cw==", "dependencies": { "@ampproject/remapping": "^2.2.0", @@ -712,11 +712,15 @@ }, "engines": { "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" } }, "node_modules/@babel/core/node_modules/semver": { "version": "6.3.1", - "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "bin": { "semver": "bin/semver.js" @@ -724,7 +728,7 @@ }, "node_modules/@babel/generator": { "version": "7.23.6", - "resolved": "https://registry.npmmirror.com/@babel/generator/-/generator-7.23.6.tgz", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz", "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", "dependencies": { "@babel/types": "^7.23.6", @@ -738,7 +742,7 @@ }, "node_modules/@babel/helper-compilation-targets": { "version": "7.23.6", - "resolved": "https://registry.npmmirror.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", "dependencies": { "@babel/compat-data": "^7.23.5", @@ -753,7 +757,7 @@ }, "node_modules/@babel/helper-compilation-targets/node_modules/semver": { "version": "6.3.1", - "resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "bin": { "semver": "bin/semver.js" @@ -761,7 +765,7 @@ }, "node_modules/@babel/helper-environment-visitor": { "version": "7.22.20", - "resolved": "https://registry.npmmirror.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", "engines": { "node": ">=6.9.0" @@ -769,7 +773,7 @@ }, "node_modules/@babel/helper-function-name": { "version": "7.23.0", - "resolved": "https://registry.npmmirror.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", "dependencies": { "@babel/template": "^7.22.15", @@ -781,7 +785,7 @@ }, "node_modules/@babel/helper-hoist-variables": { "version": "7.22.5", - "resolved": "https://registry.npmmirror.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", "dependencies": { "@babel/types": "^7.22.5" @@ -792,7 +796,7 @@ }, "node_modules/@babel/helper-module-imports": { "version": "7.22.15", - "resolved": "https://registry.npmmirror.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", "dependencies": { "@babel/types": "^7.22.15" @@ -803,7 +807,7 @@ }, "node_modules/@babel/helper-module-transforms": { "version": "7.23.3", - "resolved": "https://registry.npmmirror.com/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", "dependencies": { "@babel/helper-environment-visitor": "^7.22.20", @@ -821,7 +825,7 @@ }, "node_modules/@babel/helper-plugin-utils": { "version": "7.22.5", - "resolved": "https://registry.npmmirror.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", "engines": { "node": ">=6.9.0" @@ -829,7 +833,7 @@ }, "node_modules/@babel/helper-simple-access": { "version": "7.22.5", - "resolved": "https://registry.npmmirror.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", "dependencies": { "@babel/types": "^7.22.5" @@ -840,7 +844,7 @@ }, "node_modules/@babel/helper-split-export-declaration": { "version": "7.22.6", - "resolved": "https://registry.npmmirror.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", "dependencies": { "@babel/types": "^7.22.5" @@ -851,7 +855,7 @@ }, "node_modules/@babel/helper-string-parser": { "version": "7.23.4", - "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==", "engines": { "node": ">=6.9.0" @@ -859,7 +863,7 @@ }, "node_modules/@babel/helper-validator-identifier": { "version": "7.22.20", - "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", "engines": { "node": ">=6.9.0" @@ -867,7 +871,7 @@ }, "node_modules/@babel/helper-validator-option": { "version": "7.23.5", - "resolved": "https://registry.npmmirror.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", "engines": { "node": ">=6.9.0" @@ -875,7 +879,7 @@ }, "node_modules/@babel/helpers": { "version": "7.23.9", - "resolved": "https://registry.npmmirror.com/@babel/helpers/-/helpers-7.23.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.9.tgz", "integrity": "sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==", "dependencies": { "@babel/template": "^7.23.9", @@ -888,7 +892,7 @@ }, "node_modules/@babel/highlight": { "version": "7.23.4", - "resolved": "https://registry.npmmirror.com/@babel/highlight/-/highlight-7.23.4.tgz", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", "dependencies": { "@babel/helper-validator-identifier": "^7.22.20", @@ -901,7 +905,7 @@ }, "node_modules/@babel/parser": { "version": "7.23.9", - "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.23.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.9.tgz", "integrity": "sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==", "bin": { "parser": "bin/babel-parser.js" @@ -912,7 +916,7 @@ }, "node_modules/@babel/plugin-transform-destructuring": { "version": "7.23.3", - "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz", "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" @@ -926,7 +930,7 @@ }, "node_modules/@babel/plugin-transform-parameters": { "version": "7.23.3", - "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz", "integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" @@ -940,7 +944,7 @@ }, "node_modules/@babel/plugin-transform-shorthand-properties": { "version": "7.23.3", - "resolved": "https://registry.npmmirror.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz", "integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==", "dependencies": { "@babel/helper-plugin-utils": "^7.22.5" @@ -954,7 +958,7 @@ }, "node_modules/@babel/template": { "version": "7.23.9", - "resolved": "https://registry.npmmirror.com/@babel/template/-/template-7.23.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.23.9.tgz", "integrity": "sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==", "dependencies": { "@babel/code-frame": "^7.23.5", @@ -967,7 +971,7 @@ }, "node_modules/@babel/traverse": { "version": "7.23.9", - "resolved": "https://registry.npmmirror.com/@babel/traverse/-/traverse-7.23.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.9.tgz", "integrity": "sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==", "dependencies": { "@babel/code-frame": "^7.23.5", @@ -987,7 +991,7 @@ }, "node_modules/@babel/types": { "version": "7.23.9", - "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.23.9.tgz", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.9.tgz", "integrity": "sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==", "dependencies": { "@babel/helper-string-parser": "^7.23.4", @@ -1000,12 +1004,12 @@ }, "node_modules/@hapi/hoek": { "version": "9.3.0", - "resolved": "https://registry.npmmirror.com/@hapi/hoek/-/hoek-9.3.0.tgz", + "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", "integrity": "sha512-/c6rf4UJlmHlC9b5BaNvzAcFv7HZ2QHaV0D4/HNlBdvFnvQq8RI4kYdhyPCl7Xj+oWvTWQ8ujhqS53LIgAe6KQ==" }, "node_modules/@hapi/topo": { "version": "5.1.0", - "resolved": "https://registry.npmmirror.com/@hapi/topo/-/topo-5.1.0.tgz", + "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz", "integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==", "dependencies": { "@hapi/hoek": "^9.0.0" @@ -1013,7 +1017,7 @@ }, "node_modules/@isaacs/cliui": { "version": "8.0.2", - "resolved": "https://registry.npmmirror.com/@isaacs/cliui/-/cliui-8.0.2.tgz", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", "dependencies": { "string-width": "^5.1.2", @@ -1029,26 +1033,32 @@ }, "node_modules/@isaacs/cliui/node_modules/ansi-regex": { "version": "6.0.1", - "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.0.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, "node_modules/@isaacs/cliui/node_modules/strip-ansi": { "version": "7.1.0", - "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dependencies": { "ansi-regex": "^6.0.1" }, "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.3", - "resolved": "https://registry.npmmirror.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", "dependencies": { "@jridgewell/set-array": "^1.0.1", @@ -1061,7 +1071,7 @@ }, "node_modules/@jridgewell/resolve-uri": { "version": "3.1.2", - "resolved": "https://registry.npmmirror.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "engines": { "node": ">=6.0.0" @@ -1069,7 +1079,7 @@ }, "node_modules/@jridgewell/set-array": { "version": "1.1.2", - "resolved": "https://registry.npmmirror.com/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", "engines": { "node": ">=6.0.0" @@ -1077,12 +1087,12 @@ }, "node_modules/@jridgewell/sourcemap-codec": { "version": "1.4.15", - "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.22", - "resolved": "https://registry.npmmirror.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.22.tgz", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.22.tgz", "integrity": "sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw==", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", @@ -1090,35 +1100,44 @@ } }, "node_modules/@mongodb-js/devtools-connect": { - "version": "2.4.3", - "resolved": "https://registry.npmmirror.com/@mongodb-js/devtools-connect/-/devtools-connect-2.4.3.tgz", - "integrity": "sha512-JS288VVm/Mu8+kHL8ybKCpL2/AiA4CWhWun7FR3iRNH5NXbT9c6aovEc2pxjsCbmYUjzuTsRoIo9LTrNoCvNrQ==", + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/@mongodb-js/devtools-connect/-/devtools-connect-2.4.4.tgz", + "integrity": "sha512-pD1AjAaGJpPrX1P9E7v2y/Uwb5soyIvTGlslM89uuldGPeFc/obZ1D02m05pLihWX8HuVOiur5BYOvgw34P3rA==", "dependencies": { + "@mongodb-js/oidc-http-server-pages": "0.1.1", "lodash.merge": "^4.6.2", "mongodb-connection-string-url": "^3.0.0", + "socks": "^2.7.3", "system-ca": "^1.0.2" }, "optionalDependencies": { + "kerberos": "^2.1.0", + "mongodb-client-encryption": "^6.0.0", "os-dns-native": "^1.2.0", "resolve-mongodb-srv": "^1.1.1" }, "peerDependencies": { - "@mongodb-js/oidc-plugin": "^0.3.0", + "@mongodb-js/oidc-plugin": "^0.3.1", "mongodb": "^5.8.1 || ^6.0.0", "mongodb-log-writer": "^1.2.0" } }, "node_modules/@mongodb-js/mongodb-constants": { "version": "0.8.10", - "resolved": "https://registry.npmmirror.com/@mongodb-js/mongodb-constants/-/mongodb-constants-0.8.10.tgz", + "resolved": "https://registry.npmjs.org/@mongodb-js/mongodb-constants/-/mongodb-constants-0.8.10.tgz", "integrity": "sha512-tLXBNzLzk7KD0UsZaSpAg7bftgiDRVYFjc3zXT+828ENtg7TIvahkzJzoD7K6SwnFjPp8PZ/R36rpEL3zFq9yg==", "dependencies": { "semver": "^7.5.4" } }, + "node_modules/@mongodb-js/oidc-http-server-pages": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@mongodb-js/oidc-http-server-pages/-/oidc-http-server-pages-0.1.1.tgz", + "integrity": "sha512-OnUoy2n5B72ij73SW3Bu6leXez1bnjAdngMQ9jINsEqit1y6SXuwn/JqDHO4JNR+JASwQTMICEUjVeP4/LGo3w==" + }, "node_modules/@mongodb-js/oidc-plugin": { "version": "0.3.1", - "resolved": "https://registry.npmmirror.com/@mongodb-js/oidc-plugin/-/oidc-plugin-0.3.1.tgz", + "resolved": "https://registry.npmjs.org/@mongodb-js/oidc-plugin/-/oidc-plugin-0.3.1.tgz", "integrity": "sha512-oEM7/AVyjH8C63WM4Q0JAFVA/Q77ZzlFXJCWPn/rIbDk3a4uVLFC9L8OlH8D0bawdI1fpVii2tsDo6msDtoovQ==", "dependencies": { "abort-controller": "^3.0.0", @@ -1132,19 +1151,19 @@ }, "node_modules/@mongodb-js/saslprep": { "version": "1.1.4", - "resolved": "https://registry.npmmirror.com/@mongodb-js/saslprep/-/saslprep-1.1.4.tgz", + "resolved": "https://registry.npmjs.org/@mongodb-js/saslprep/-/saslprep-1.1.4.tgz", "integrity": "sha512-8zJ8N1x51xo9hwPh6AWnKdLGEC5N3lDa6kms1YHmFBoRhTpJR6HG8wWk0td1MVCu9cD4YBrvjZEtd5Obw0Fbnw==", "dependencies": { "sparse-bitfield": "^3.0.3" } }, "node_modules/@mongosh/arg-parser": { - "version": "2.1.4", - "resolved": "https://registry.npmmirror.com/@mongosh/arg-parser/-/arg-parser-2.1.4.tgz", - "integrity": "sha512-XcvDPn5l/pDncHbVvhBp4hPeuYIP5LKcPJZXLXLxukrISwUD6RaRVKUEZRhqEzVGieJ4WFKc4X5d8RqwebiilQ==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@mongosh/arg-parser/-/arg-parser-2.1.5.tgz", + "integrity": "sha512-E6IlJhxpxVdb0VWrgrVJeMjSHwEhoFCMGLE487/j0DXgWDm6odui48+qcE+5xvGPcqy1Ka4P9wC7msz4xTn7Rg==", "dependencies": { - "@mongosh/errors": "2.1.4", - "@mongosh/i18n": "2.1.4", + "@mongosh/errors": "2.1.5", + "@mongosh/i18n": "2.1.5", "mongodb-connection-string-url": "^3.0.0" }, "engines": { @@ -1152,9 +1171,9 @@ } }, "node_modules/@mongosh/async-rewriter2": { - "version": "2.1.4", - "resolved": "https://registry.npmmirror.com/@mongosh/async-rewriter2/-/async-rewriter2-2.1.4.tgz", - "integrity": "sha512-Edh3sPNwPsVrzYwIg5flx/LtLWYr3P1ZxTBmCy1ppZgym3c/QbTfclAcnKEj+4Q6PqSdXJ13lWXGCYRu+Gj9UA==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@mongosh/async-rewriter2/-/async-rewriter2-2.1.5.tgz", + "integrity": "sha512-gq5OX1STb9NkKO98k+edsdBkEySHlmZOdqJljvJMYEiCl3cw0wy/AUqPRBVAoqFPN9eTzOA3U9ps/fX27aPPtg==", "dependencies": { "@babel/core": "^7.22.8", "@babel/plugin-transform-destructuring": "^7.22.5", @@ -1171,12 +1190,12 @@ } }, "node_modules/@mongosh/autocomplete": { - "version": "2.1.4", - "resolved": "https://registry.npmmirror.com/@mongosh/autocomplete/-/autocomplete-2.1.4.tgz", - "integrity": "sha512-eu5EgAojjDx47OE17dN3a+DAWqEp+4e7wpbnfMq9xOZCpPKTFvfoQMnNOthyeYobKYQk6AykENNhVeabYIbcwA==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@mongosh/autocomplete/-/autocomplete-2.1.5.tgz", + "integrity": "sha512-qOg9PjPp5fIRdUGT08xJS+0IPmIi2lOYTW1HIrdo7y8U61aS/ZlhrZMd94/b8yO7FzUsAP3rVwwxEVtk87MFDA==", "dependencies": { "@mongodb-js/mongodb-constants": "^0.8.10", - "@mongosh/shell-api": "2.1.4", + "@mongosh/shell-api": "2.1.5", "semver": "^7.5.4" }, "engines": { @@ -1184,24 +1203,24 @@ } }, "node_modules/@mongosh/cli-repl": { - "version": "2.1.4", - "resolved": "https://registry.npmmirror.com/@mongosh/cli-repl/-/cli-repl-2.1.4.tgz", - "integrity": "sha512-vPdn+8VT4u36Voyb6f+w1khxqF/UKzc+yxF1lPRDBRco2qYv4EuSY7TIqpgzQjXKMwefK2qeXX5KyYR+mpg9gw==", - "dependencies": { - "@mongosh/arg-parser": "2.1.4", - "@mongosh/autocomplete": "2.1.4", - "@mongosh/editor": "2.1.4", - "@mongosh/errors": "2.1.4", - "@mongosh/history": "2.1.4", - "@mongosh/i18n": "2.1.4", - "@mongosh/js-multiline-to-singleline": "2.1.4", - "@mongosh/logging": "2.1.4", - "@mongosh/service-provider-core": "2.1.4", - "@mongosh/service-provider-server": "2.1.4", - "@mongosh/shell-api": "2.1.4", - "@mongosh/shell-evaluator": "2.1.4", - "@mongosh/snippet-manager": "2.1.4", - "@mongosh/types": "2.1.4", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@mongosh/cli-repl/-/cli-repl-2.1.5.tgz", + "integrity": "sha512-xN3W/CCm4GRTjMGWkSjOMqJHN5L8/JjeqUDM7SYNbz6Yb8PwRC9nG6lca/RtcjKbeUSyy4+LTEws/o77A/gV7A==", + "dependencies": { + "@mongosh/arg-parser": "2.1.5", + "@mongosh/autocomplete": "2.1.5", + "@mongosh/editor": "2.1.5", + "@mongosh/errors": "2.1.5", + "@mongosh/history": "2.1.5", + "@mongosh/i18n": "2.1.5", + "@mongosh/js-multiline-to-singleline": "2.1.5", + "@mongosh/logging": "2.1.5", + "@mongosh/service-provider-core": "2.1.5", + "@mongosh/service-provider-server": "2.1.5", + "@mongosh/shell-api": "2.1.5", + "@mongosh/shell-evaluator": "2.1.5", + "@mongosh/snippet-manager": "2.1.5", + "@mongosh/types": "2.1.5", "analytics-node": "^5.1.2", "ansi-escape-sequences": "^5.1.2", "askcharacter": "^1.0.0", @@ -1231,15 +1250,15 @@ } }, "node_modules/@mongosh/editor": { - "version": "2.1.4", - "resolved": "https://registry.npmmirror.com/@mongosh/editor/-/editor-2.1.4.tgz", - "integrity": "sha512-N/DnWaT/iWTNjsqYXv7qOEVEv6ZJg6syhF0KGEK3bRwLFtFivcw06wDLTUCJALB1KDPmSg6OrTWefZROQSNIFw==", - "dependencies": { - "@mongosh/js-multiline-to-singleline": "2.1.4", - "@mongosh/service-provider-core": "2.1.4", - "@mongosh/shell-api": "2.1.4", - "@mongosh/shell-evaluator": "2.1.4", - "@mongosh/types": "2.1.4", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@mongosh/editor/-/editor-2.1.5.tgz", + "integrity": "sha512-ORcMDyvKHMPBk/eQ0dVHeRpsBsRz7wFwLoJWe/G5J7AfCdNBOoEN3kUVvR4ZfisXMfwVCt/FcdmlfugGhBcHOw==", + "dependencies": { + "@mongosh/js-multiline-to-singleline": "2.1.5", + "@mongosh/service-provider-core": "2.1.5", + "@mongosh/shell-api": "2.1.5", + "@mongosh/shell-evaluator": "2.1.5", + "@mongosh/types": "2.1.5", "js-beautify": "^1.14.0" }, "engines": { @@ -1247,17 +1266,17 @@ } }, "node_modules/@mongosh/errors": { - "version": "2.1.4", - "resolved": "https://registry.npmmirror.com/@mongosh/errors/-/errors-2.1.4.tgz", - "integrity": "sha512-hcSRLu7/PJ98N0oSA2QCb6d+HPf5TRFsoAPvw/Rdlhb/KRHvTs5G5nVUuk8You9/FatxKA16zNFlTgKoVoCAkQ==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@mongosh/errors/-/errors-2.1.5.tgz", + "integrity": "sha512-ieewW766BnNZKBanlaKx+2B9r2wzDdBnnVxSsMbgsUz3qgztLp8YpZ6yM9t64tv55+JWlqEhFJdLQ1AymOXc1Q==", "engines": { "node": ">=14.15.1" } }, "node_modules/@mongosh/history": { - "version": "2.1.4", - "resolved": "https://registry.npmmirror.com/@mongosh/history/-/history-2.1.4.tgz", - "integrity": "sha512-I/0qCx1JYES3BwdXIdGpDga/MXCeFUfit8Ggr1sHWPWZMN6QQFLEC0piTSyyI8m1kjrIRJOcDmfZVAxdRguuCg==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@mongosh/history/-/history-2.1.5.tgz", + "integrity": "sha512-cwsoxy4m+JT3Ey2XXSUkjOOw8oEcasLdPSrpKw/y3Z0KERcSH6h1Z4bxYRljTxW7Du7HeACzGhjEX5+OQ+cGVA==", "dependencies": { "mongodb-connection-string-url": "^3.0.0", "mongodb-redact": "^0.2.2" @@ -1267,11 +1286,11 @@ } }, "node_modules/@mongosh/i18n": { - "version": "2.1.4", - "resolved": "https://registry.npmmirror.com/@mongosh/i18n/-/i18n-2.1.4.tgz", - "integrity": "sha512-srYF5Jr76GCXsiGOKBujP1kmnk0KZN9t3qugArAlG99D7g0n3YAgQJR9ncFQzmvOquZSykyrKP8Cp9dRdkREuw==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@mongosh/i18n/-/i18n-2.1.5.tgz", + "integrity": "sha512-V/NPDFeJv2Z5KeMTg1EjitauOol3QMFlphJp1NJr+oNGY5D0coDtw9Ofo8lCPhl6QsNYgPcavS0g8WmIrL+fTw==", "dependencies": { - "@mongosh/errors": "2.1.4", + "@mongosh/errors": "2.1.5", "mustache": "^4.0.0" }, "engines": { @@ -1279,9 +1298,9 @@ } }, "node_modules/@mongosh/js-multiline-to-singleline": { - "version": "2.1.4", - "resolved": "https://registry.npmmirror.com/@mongosh/js-multiline-to-singleline/-/js-multiline-to-singleline-2.1.4.tgz", - "integrity": "sha512-7qInqqxAxtTFU6XF+cJsNu/8z/IqinCS9zS3l9/tS/FqHmjfKibdhXby9HAAjjfDnI+RiRo2wULF/RS7X0w0Hw==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@mongosh/js-multiline-to-singleline/-/js-multiline-to-singleline-2.1.5.tgz", + "integrity": "sha512-xXiTM3bO3SHJkw7F6F+lgHSn77E1qxzQ5+RatrMNEJQfCefISCBMy1aRdmPGJxIg9x3NNOysAKka/jtrfNW/Fw==", "dependencies": { "@babel/core": "^7.16.12", "@babel/types": "^7.21.2" @@ -1291,14 +1310,14 @@ } }, "node_modules/@mongosh/logging": { - "version": "2.1.4", - "resolved": "https://registry.npmmirror.com/@mongosh/logging/-/logging-2.1.4.tgz", - "integrity": "sha512-qdppbS+3m6GXmfmz+gfSfFNB30TAoCRFVhXCMxzUv5pZy+MjFhySOPVuBY1vrY0sUEW1zGO3uusOPc67ymxh3A==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@mongosh/logging/-/logging-2.1.5.tgz", + "integrity": "sha512-Vob9Z4dcm8ZUyhmMUhHZOiZ0XE96KGWoTkelxA3aghMlU2MZSce9s4a2BOFKxJ+6jOTkf+X5cofwAJ9WK6xsAA==", "dependencies": { "@mongodb-js/devtools-connect": "^2.4.3", - "@mongosh/errors": "2.1.4", - "@mongosh/history": "2.1.4", - "@mongosh/types": "2.1.4", + "@mongosh/errors": "2.1.5", + "@mongosh/history": "2.1.5", + "@mongosh/types": "2.1.5", "mongodb-log-writer": "^1.4.0", "mongodb-redact": "^0.2.2" }, @@ -1307,12 +1326,12 @@ } }, "node_modules/@mongosh/service-provider-core": { - "version": "2.1.4", - "resolved": "https://registry.npmmirror.com/@mongosh/service-provider-core/-/service-provider-core-2.1.4.tgz", - "integrity": "sha512-3ZhCSeQO4aZK00sPDSAZB5yKlRqzCaLqLtuI8hfvpTJ9b9TMNSSkX8ycSy/EWbGF68LGhy5WPp8BTXj9vdh3fA==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@mongosh/service-provider-core/-/service-provider-core-2.1.5.tgz", + "integrity": "sha512-4ZNtaTdhXuZqZS0aMHFLOGIQMy327AeYhaDWyYC3qK5oS3fdPRY8Th4PZGwY+6BCZWuUnRX4gltxZnPdVIZkIw==", "dependencies": { "@aws-sdk/credential-providers": "^3.347.1", - "@mongosh/errors": "2.1.4", + "@mongosh/errors": "2.1.5", "bson": "^6.2.0", "mongodb": "^6.3.0", "mongodb-build-info": "^1.7.1" @@ -1325,20 +1344,20 @@ } }, "node_modules/@mongosh/service-provider-server": { - "version": "2.1.4", - "resolved": "https://registry.npmmirror.com/@mongosh/service-provider-server/-/service-provider-server-2.1.4.tgz", - "integrity": "sha512-9VxAzoO1a0aEoVT5yctqxdcMScWrWAOFk2H7C9Zs+p/cDaFK/agv9I/lgfTGL5RK1DXTRxmxYQ+Uw6iIpy+L7g==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@mongosh/service-provider-server/-/service-provider-server-2.1.5.tgz", + "integrity": "sha512-NHcep3YQBJl9+JsTuSWYJH14Wcnxkt5ZCunysdRwhZx9OZtJnci2quX4MuaJ7ycw4Nd6G2NmPcDOSEdptZQNpA==", "dependencies": { "@mongodb-js/devtools-connect": "^2.4.3", "@mongodb-js/oidc-plugin": "^0.3.1", - "@mongosh/errors": "2.1.4", - "@mongosh/service-provider-core": "2.1.4", - "@mongosh/types": "2.1.4", + "@mongosh/errors": "2.1.5", + "@mongosh/service-provider-core": "2.1.5", + "@mongosh/types": "2.1.5", "@types/sinon-chai": "^3.2.4", "aws4": "^1.11.0", "mongodb": "^6.3.0", "mongodb-connection-string-url": "^3.0.0", - "socks": "^2.7.1" + "socks": "^2.7.3" }, "engines": { "node": ">=14.15.1" @@ -1349,15 +1368,15 @@ } }, "node_modules/@mongosh/shell-api": { - "version": "2.1.4", - "resolved": "https://registry.npmmirror.com/@mongosh/shell-api/-/shell-api-2.1.4.tgz", - "integrity": "sha512-uw6MX+0+9UZRTBKAlk29pTCZ59RgJfz0TW+o4g4r37/MGTNOoCAA27qBl0e6WRlI6uN+1q+9OCtxbkofeaaRoA==", - "dependencies": { - "@mongosh/arg-parser": "2.1.4", - "@mongosh/errors": "2.1.4", - "@mongosh/history": "2.1.4", - "@mongosh/i18n": "2.1.4", - "@mongosh/service-provider-core": "2.1.4", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@mongosh/shell-api/-/shell-api-2.1.5.tgz", + "integrity": "sha512-Cm2ThXSldpjRAL0o2un2Qkj5wheLZwnybHR5s8L0gqMfFobr7Mmr4xwmeHA14nDj5XY6xkYV5TOHEcxQ4TkPtg==", + "dependencies": { + "@mongosh/arg-parser": "2.1.5", + "@mongosh/errors": "2.1.5", + "@mongosh/history": "2.1.5", + "@mongosh/i18n": "2.1.5", + "@mongosh/service-provider-core": "2.1.5", "mongodb-redact": "^0.2.2" }, "engines": { @@ -1365,26 +1384,26 @@ } }, "node_modules/@mongosh/shell-evaluator": { - "version": "2.1.4", - "resolved": "https://registry.npmmirror.com/@mongosh/shell-evaluator/-/shell-evaluator-2.1.4.tgz", - "integrity": "sha512-f8sGzbHlvHEVPz2ZTVxpVFlOi0h02IU7M2iY4K98OBQTxi9cXosFMpvDOBwirv/268ZZiWuHG75cJXUwjArujQ==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@mongosh/shell-evaluator/-/shell-evaluator-2.1.5.tgz", + "integrity": "sha512-5o9kbxP+JqKXgqqCbNzNJswdhpy2+ZenMBFWQlSy9jHU10B/xZN9Tl/tiYSRmAYY47p+qKozo5fxWfA5wGCqOg==", "dependencies": { - "@mongosh/async-rewriter2": "2.1.4", - "@mongosh/history": "2.1.4", - "@mongosh/shell-api": "2.1.4" + "@mongosh/async-rewriter2": "2.1.5", + "@mongosh/history": "2.1.5", + "@mongosh/shell-api": "2.1.5" }, "engines": { "node": ">=14.15.1" } }, "node_modules/@mongosh/snippet-manager": { - "version": "2.1.4", - "resolved": "https://registry.npmmirror.com/@mongosh/snippet-manager/-/snippet-manager-2.1.4.tgz", - "integrity": "sha512-gNOEu/FMeft0sqxKYxjeUq411vffJcwmF736DBnQp3Ox9+wd5C9GjoNz7UqRzQObhvP9BVcGgD34F3hzckfqXA==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@mongosh/snippet-manager/-/snippet-manager-2.1.5.tgz", + "integrity": "sha512-2UmraDUqyNIU2TwUAflH2VxhHQOwRwncplQJ9CqMOpA/JBzBguOUB41bLDx3BkhkjoSjazxWkFb9cgKkbGENmA==", "dependencies": { - "@mongosh/errors": "2.1.4", - "@mongosh/shell-api": "2.1.4", - "@mongosh/types": "2.1.4", + "@mongosh/errors": "2.1.5", + "@mongosh/shell-api": "2.1.5", + "@mongosh/types": "2.1.5", "bson": "^6.2.0", "cross-spawn": "^7.0.3", "escape-string-regexp": "^4.0.0", @@ -1397,9 +1416,9 @@ } }, "node_modules/@mongosh/types": { - "version": "2.1.4", - "resolved": "https://registry.npmmirror.com/@mongosh/types/-/types-2.1.4.tgz", - "integrity": "sha512-j572qb24rOebfWhU+6mK28lKctBdJQjDD/xwYWb1IAXFgJZjBpBqABoXzqFrvSnMTQ+Cl5E/oOsG2FcoZhZx4w==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@mongosh/types/-/types-2.1.5.tgz", + "integrity": "sha512-bw1CZARQQVCwAzwpiXnf3RpmctfMKguopFAid8Ok1ZxF39PiO1UW5vN4yqHAeZo+7Lji67mIuwMRS0qJa9Fk/A==", "dependencies": { "@mongodb-js/devtools-connect": "^2.4.3" }, @@ -1409,12 +1428,12 @@ }, "node_modules/@one-ini/wasm": { "version": "0.1.1", - "resolved": "https://registry.npmmirror.com/@one-ini/wasm/-/wasm-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/@one-ini/wasm/-/wasm-0.1.1.tgz", "integrity": "sha512-XuySG1E38YScSJoMlqovLru4KTUNSjgVTIjyh7qMX6aNN5HY5Ct5LhRJdxO79JtTzKfzV/bnWpz+zquYrISsvw==" }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", - "resolved": "https://registry.npmmirror.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", "optional": true, "engines": { @@ -1423,7 +1442,7 @@ }, "node_modules/@segment/loosely-validate-event": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/@segment/loosely-validate-event/-/loosely-validate-event-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/@segment/loosely-validate-event/-/loosely-validate-event-2.0.0.tgz", "integrity": "sha512-ZMCSfztDBqwotkl848ODgVcAmN4OItEWDCkshcKz0/W6gGSQayuuCtWV/MlodFivAZD793d6UgANd6wCXUfrIw==", "dependencies": { "component-type": "^1.2.1", @@ -1432,7 +1451,7 @@ }, "node_modules/@sideway/address": { "version": "4.1.5", - "resolved": "https://registry.npmmirror.com/@sideway/address/-/address-4.1.5.tgz", + "resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.5.tgz", "integrity": "sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==", "dependencies": { "@hapi/hoek": "^9.0.0" @@ -1440,17 +1459,17 @@ }, "node_modules/@sideway/formula": { "version": "3.0.1", - "resolved": "https://registry.npmmirror.com/@sideway/formula/-/formula-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz", "integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==" }, "node_modules/@sideway/pinpoint": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz", "integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==" }, "node_modules/@smithy/abort-controller": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/abort-controller/-/abort-controller-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/abort-controller/-/abort-controller-2.1.1.tgz", "integrity": "sha512-1+qdrUqLhaALYL0iOcN43EP6yAXXQ2wWZ6taf4S2pNGowmOc5gx+iMQv+E42JizNJjB0+gEadOXeV1Bf7JWL1Q==", "dependencies": { "@smithy/types": "^2.9.1", @@ -1462,7 +1481,7 @@ }, "node_modules/@smithy/config-resolver": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/config-resolver/-/config-resolver-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/config-resolver/-/config-resolver-2.1.1.tgz", "integrity": "sha512-lxfLDpZm+AWAHPFZps5JfDoO9Ux1764fOgvRUBpHIO8HWHcSN1dkgsago1qLRVgm1BZ8RCm8cgv99QvtaOWIhw==", "dependencies": { "@smithy/node-config-provider": "^2.2.1", @@ -1477,7 +1496,7 @@ }, "node_modules/@smithy/core": { "version": "1.3.2", - "resolved": "https://registry.npmmirror.com/@smithy/core/-/core-1.3.2.tgz", + "resolved": "https://registry.npmjs.org/@smithy/core/-/core-1.3.2.tgz", "integrity": "sha512-tYDmTp0f2TZVE18jAOH1PnmkngLQ+dOGUlMd1u67s87ieueNeyqhja6z/Z4MxhybEiXKOWFOmGjfTZWFxljwJw==", "dependencies": { "@smithy/middleware-endpoint": "^2.4.1", @@ -1495,7 +1514,7 @@ }, "node_modules/@smithy/credential-provider-imds": { "version": "2.2.1", - "resolved": "https://registry.npmmirror.com/@smithy/credential-provider-imds/-/credential-provider-imds-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/credential-provider-imds/-/credential-provider-imds-2.2.1.tgz", "integrity": "sha512-7XHjZUxmZYnONheVQL7j5zvZXga+EWNgwEAP6OPZTi7l8J4JTeNh9aIOfE5fKHZ/ee2IeNOh54ZrSna+Vc6TFA==", "dependencies": { "@smithy/node-config-provider": "^2.2.1", @@ -1510,7 +1529,7 @@ }, "node_modules/@smithy/eventstream-codec": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/eventstream-codec/-/eventstream-codec-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/eventstream-codec/-/eventstream-codec-2.1.1.tgz", "integrity": "sha512-E8KYBxBIuU4c+zrpR22VsVrOPoEDzk35bQR3E+xm4k6Pa6JqzkDOdMyf9Atac5GPNKHJBdVaQ4JtjdWX2rl/nw==", "dependencies": { "@aws-crypto/crc32": "3.0.0", @@ -1521,7 +1540,7 @@ }, "node_modules/@smithy/fetch-http-handler": { "version": "2.4.1", - "resolved": "https://registry.npmmirror.com/@smithy/fetch-http-handler/-/fetch-http-handler-2.4.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/fetch-http-handler/-/fetch-http-handler-2.4.1.tgz", "integrity": "sha512-VYGLinPsFqH68lxfRhjQaSkjXM7JysUOJDTNjHBuN/ykyRb2f1gyavN9+VhhPTWCy32L4yZ2fdhpCs/nStEicg==", "dependencies": { "@smithy/protocol-http": "^3.1.1", @@ -1533,7 +1552,7 @@ }, "node_modules/@smithy/hash-node": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/hash-node/-/hash-node-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/hash-node/-/hash-node-2.1.1.tgz", "integrity": "sha512-Qhoq0N8f2OtCnvUpCf+g1vSyhYQrZjhSwvJ9qvR8BUGOtTXiyv2x1OD2e6jVGmlpC4E4ax1USHoyGfV9JFsACg==", "dependencies": { "@smithy/types": "^2.9.1", @@ -1547,7 +1566,7 @@ }, "node_modules/@smithy/invalid-dependency": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/invalid-dependency/-/invalid-dependency-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/invalid-dependency/-/invalid-dependency-2.1.1.tgz", "integrity": "sha512-7WTgnKw+VPg8fxu2v9AlNOQ5yaz6RA54zOVB4f6vQuR0xFKd+RzlCpt0WidYTsye7F+FYDIaS/RnJW4pxjNInw==", "dependencies": { "@smithy/types": "^2.9.1", @@ -1556,7 +1575,7 @@ }, "node_modules/@smithy/is-array-buffer": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/is-array-buffer/-/is-array-buffer-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.1.1.tgz", "integrity": "sha512-xozSQrcUinPpNPNPds4S7z/FakDTh1MZWtRP/2vQtYB/u3HYrX2UXuZs+VhaKBd6Vc7g2XPr2ZtwGBNDN6fNKQ==", "dependencies": { "tslib": "^2.5.0" @@ -1567,7 +1586,7 @@ }, "node_modules/@smithy/middleware-content-length": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/middleware-content-length/-/middleware-content-length-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/middleware-content-length/-/middleware-content-length-2.1.1.tgz", "integrity": "sha512-rSr9ezUl9qMgiJR0UVtVOGEZElMdGFyl8FzWEF5iEKTlcWxGr2wTqGfDwtH3LAB7h+FPkxqv4ZU4cpuCN9Kf/g==", "dependencies": { "@smithy/protocol-http": "^3.1.1", @@ -1580,7 +1599,7 @@ }, "node_modules/@smithy/middleware-endpoint": { "version": "2.4.1", - "resolved": "https://registry.npmmirror.com/@smithy/middleware-endpoint/-/middleware-endpoint-2.4.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-2.4.1.tgz", "integrity": "sha512-XPZTb1E2Oav60Ven3n2PFx+rX9EDsU/jSTA8VDamt7FXks67ekjPY/XrmmPDQaFJOTUHJNKjd8+kZxVO5Ael4Q==", "dependencies": { "@smithy/middleware-serde": "^2.1.1", @@ -1597,7 +1616,7 @@ }, "node_modules/@smithy/middleware-retry": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/middleware-retry/-/middleware-retry-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-2.1.1.tgz", "integrity": "sha512-eMIHOBTXro6JZ+WWzZWd/8fS8ht5nS5KDQjzhNMHNRcG5FkNTqcKpYhw7TETMYzbLfhO5FYghHy1vqDWM4FLDA==", "dependencies": { "@smithy/node-config-provider": "^2.2.1", @@ -1616,7 +1635,7 @@ }, "node_modules/@smithy/middleware-serde": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/middleware-serde/-/middleware-serde-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-2.1.1.tgz", "integrity": "sha512-D8Gq0aQBeE1pxf3cjWVkRr2W54t+cdM2zx78tNrVhqrDykRA7asq8yVJij1u5NDtKzKqzBSPYh7iW0svUKg76g==", "dependencies": { "@smithy/types": "^2.9.1", @@ -1628,7 +1647,7 @@ }, "node_modules/@smithy/middleware-stack": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/middleware-stack/-/middleware-stack-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/middleware-stack/-/middleware-stack-2.1.1.tgz", "integrity": "sha512-KPJhRlhsl8CjgGXK/DoDcrFGfAqoqvuwlbxy+uOO4g2Azn1dhH+GVfC3RAp+6PoL5PWPb+vt6Z23FP+Mr6qeCw==", "dependencies": { "@smithy/types": "^2.9.1", @@ -1640,7 +1659,7 @@ }, "node_modules/@smithy/node-config-provider": { "version": "2.2.1", - "resolved": "https://registry.npmmirror.com/@smithy/node-config-provider/-/node-config-provider-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/node-config-provider/-/node-config-provider-2.2.1.tgz", "integrity": "sha512-epzK3x1xNxA9oJgHQ5nz+2j6DsJKdHfieb+YgJ7ATWxzNcB7Hc+Uya2TUck5MicOPhDV8HZImND7ZOecVr+OWg==", "dependencies": { "@smithy/property-provider": "^2.1.1", @@ -1654,7 +1673,7 @@ }, "node_modules/@smithy/node-http-handler": { "version": "2.3.1", - "resolved": "https://registry.npmmirror.com/@smithy/node-http-handler/-/node-http-handler-2.3.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/node-http-handler/-/node-http-handler-2.3.1.tgz", "integrity": "sha512-gLA8qK2nL9J0Rk/WEZSvgin4AppvuCYRYg61dcUo/uKxvMZsMInL5I5ZdJTogOvdfVug3N2dgI5ffcUfS4S9PA==", "dependencies": { "@smithy/abort-controller": "^2.1.1", @@ -1669,7 +1688,7 @@ }, "node_modules/@smithy/property-provider": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/property-provider/-/property-provider-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/property-provider/-/property-provider-2.1.1.tgz", "integrity": "sha512-FX7JhhD/o5HwSwg6GLK9zxrMUrGnb3PzNBrcthqHKBc3dH0UfgEAU24xnJ8F0uow5mj17UeBEOI6o3CF2k7Mhw==", "dependencies": { "@smithy/types": "^2.9.1", @@ -1681,7 +1700,7 @@ }, "node_modules/@smithy/protocol-http": { "version": "3.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/protocol-http/-/protocol-http-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/protocol-http/-/protocol-http-3.1.1.tgz", "integrity": "sha512-6ZRTSsaXuSL9++qEwH851hJjUA0OgXdQFCs+VDw4tGH256jQ3TjYY/i34N4vd24RV3nrjNsgd1yhb57uMoKbzQ==", "dependencies": { "@smithy/types": "^2.9.1", @@ -1693,7 +1712,7 @@ }, "node_modules/@smithy/querystring-builder": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/querystring-builder/-/querystring-builder-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/querystring-builder/-/querystring-builder-2.1.1.tgz", "integrity": "sha512-C/ko/CeEa8jdYE4gt6nHO5XDrlSJ3vdCG0ZAc6nD5ZIE7LBp0jCx4qoqp7eoutBu7VrGMXERSRoPqwi1WjCPbg==", "dependencies": { "@smithy/types": "^2.9.1", @@ -1706,7 +1725,7 @@ }, "node_modules/@smithy/querystring-parser": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/querystring-parser/-/querystring-parser-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/querystring-parser/-/querystring-parser-2.1.1.tgz", "integrity": "sha512-H4+6jKGVhG1W4CIxfBaSsbm98lOO88tpDWmZLgkJpt8Zkk/+uG0FmmqMuCAc3HNM2ZDV+JbErxr0l5BcuIf/XQ==", "dependencies": { "@smithy/types": "^2.9.1", @@ -1718,7 +1737,7 @@ }, "node_modules/@smithy/service-error-classification": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/service-error-classification/-/service-error-classification-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/service-error-classification/-/service-error-classification-2.1.1.tgz", "integrity": "sha512-txEdZxPUgM1PwGvDvHzqhXisrc5LlRWYCf2yyHfvITWioAKat7srQvpjMAvgzf0t6t7j8yHrryXU9xt7RZqFpw==", "dependencies": { "@smithy/types": "^2.9.1" @@ -1729,7 +1748,7 @@ }, "node_modules/@smithy/shared-ini-file-loader": { "version": "2.3.1", - "resolved": "https://registry.npmmirror.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.3.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.3.1.tgz", "integrity": "sha512-2E2kh24igmIznHLB6H05Na4OgIEilRu0oQpYXo3LCNRrawHAcfDKq9004zJs+sAMt2X5AbY87CUCJ7IpqpSgdw==", "dependencies": { "@smithy/types": "^2.9.1", @@ -1741,7 +1760,7 @@ }, "node_modules/@smithy/signature-v4": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/signature-v4/-/signature-v4-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/signature-v4/-/signature-v4-2.1.1.tgz", "integrity": "sha512-Hb7xub0NHuvvQD3YwDSdanBmYukoEkhqBjqoxo+bSdC0ryV9cTfgmNjuAQhTPYB6yeU7hTR+sPRiFMlxqv6kmg==", "dependencies": { "@smithy/eventstream-codec": "^2.1.1", @@ -1759,7 +1778,7 @@ }, "node_modules/@smithy/smithy-client": { "version": "2.3.1", - "resolved": "https://registry.npmmirror.com/@smithy/smithy-client/-/smithy-client-2.3.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-2.3.1.tgz", "integrity": "sha512-YsTdU8xVD64r2pLEwmltrNvZV6XIAC50LN6ivDopdt+YiF/jGH6PY9zUOu0CXD/d8GMB8gbhnpPsdrjAXHS9QA==", "dependencies": { "@smithy/middleware-endpoint": "^2.4.1", @@ -1775,7 +1794,7 @@ }, "node_modules/@smithy/types": { "version": "2.9.1", - "resolved": "https://registry.npmmirror.com/@smithy/types/-/types-2.9.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.9.1.tgz", "integrity": "sha512-vjXlKNXyprDYDuJ7UW5iobdmyDm6g8dDG+BFUncAg/3XJaN45Gy5RWWWUVgrzIK7S4R1KWgIX5LeJcfvSI24bw==", "dependencies": { "tslib": "^2.5.0" @@ -1786,7 +1805,7 @@ }, "node_modules/@smithy/url-parser": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/url-parser/-/url-parser-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/url-parser/-/url-parser-2.1.1.tgz", "integrity": "sha512-qC9Bv8f/vvFIEkHsiNrUKYNl8uKQnn4BdhXl7VzQRP774AwIjiSMMwkbT+L7Fk8W8rzYVifzJNYxv1HwvfBo3Q==", "dependencies": { "@smithy/querystring-parser": "^2.1.1", @@ -1796,7 +1815,7 @@ }, "node_modules/@smithy/util-base64": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/util-base64/-/util-base64-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/util-base64/-/util-base64-2.1.1.tgz", "integrity": "sha512-UfHVpY7qfF/MrgndI5PexSKVTxSZIdz9InghTFa49QOvuu9I52zLPLUHXvHpNuMb1iD2vmc6R+zbv/bdMipR/g==", "dependencies": { "@smithy/util-buffer-from": "^2.1.1", @@ -1808,7 +1827,7 @@ }, "node_modules/@smithy/util-body-length-browser": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/util-body-length-browser/-/util-body-length-browser-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-browser/-/util-body-length-browser-2.1.1.tgz", "integrity": "sha512-ekOGBLvs1VS2d1zM2ER4JEeBWAvIOUKeaFch29UjjJsxmZ/f0L3K3x0dEETgh3Q9bkZNHgT+rkdl/J/VUqSRag==", "dependencies": { "tslib": "^2.5.0" @@ -1816,7 +1835,7 @@ }, "node_modules/@smithy/util-body-length-node": { "version": "2.2.1", - "resolved": "https://registry.npmmirror.com/@smithy/util-body-length-node/-/util-body-length-node-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/util-body-length-node/-/util-body-length-node-2.2.1.tgz", "integrity": "sha512-/ggJG+ta3IDtpNVq4ktmEUtOkH1LW64RHB5B0hcr5ZaWBmo96UX2cIOVbjCqqDickTXqBWZ4ZO0APuaPrD7Abg==", "dependencies": { "tslib": "^2.5.0" @@ -1827,7 +1846,7 @@ }, "node_modules/@smithy/util-buffer-from": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/util-buffer-from/-/util-buffer-from-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.1.1.tgz", "integrity": "sha512-clhNjbyfqIv9Md2Mg6FffGVrJxw7bgK7s3Iax36xnfVj6cg0fUG7I4RH0XgXJF8bxi+saY5HR21g2UPKSxVCXg==", "dependencies": { "@smithy/is-array-buffer": "^2.1.1", @@ -1839,7 +1858,7 @@ }, "node_modules/@smithy/util-config-provider": { "version": "2.2.1", - "resolved": "https://registry.npmmirror.com/@smithy/util-config-provider/-/util-config-provider-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/util-config-provider/-/util-config-provider-2.2.1.tgz", "integrity": "sha512-50VL/tx9oYYcjJn/qKqNy7sCtpD0+s8XEBamIFo4mFFTclKMNp+rsnymD796uybjiIquB7VCB/DeafduL0y2kw==", "dependencies": { "tslib": "^2.5.0" @@ -1850,7 +1869,7 @@ }, "node_modules/@smithy/util-defaults-mode-browser": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.1.1.tgz", "integrity": "sha512-lqLz/9aWRO6mosnXkArtRuQqqZBhNpgI65YDpww4rVQBuUT7qzKbDLG5AmnQTCiU4rOquaZO/Kt0J7q9Uic7MA==", "dependencies": { "@smithy/property-provider": "^2.1.1", @@ -1865,7 +1884,7 @@ }, "node_modules/@smithy/util-defaults-mode-node": { "version": "2.2.0", - "resolved": "https://registry.npmmirror.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.2.0.tgz", "integrity": "sha512-iFJp/N4EtkanFpBUtSrrIbtOIBf69KNuve03ic1afhJ9/korDxdM0c6cCH4Ehj/smI9pDCfVv+bqT3xZjF2WaA==", "dependencies": { "@smithy/config-resolver": "^2.1.1", @@ -1882,7 +1901,7 @@ }, "node_modules/@smithy/util-endpoints": { "version": "1.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/util-endpoints/-/util-endpoints-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/util-endpoints/-/util-endpoints-1.1.1.tgz", "integrity": "sha512-sI4d9rjoaekSGEtq3xSb2nMjHMx8QXcz2cexnVyRWsy4yQ9z3kbDpX+7fN0jnbdOp0b3KSTZJZ2Yb92JWSanLw==", "dependencies": { "@smithy/node-config-provider": "^2.2.1", @@ -1895,7 +1914,7 @@ }, "node_modules/@smithy/util-hex-encoding": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/util-hex-encoding/-/util-hex-encoding-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/util-hex-encoding/-/util-hex-encoding-2.1.1.tgz", "integrity": "sha512-3UNdP2pkYUUBGEXzQI9ODTDK+Tcu1BlCyDBaRHwyxhA+8xLP8agEKQq4MGmpjqb4VQAjq9TwlCQX0kP6XDKYLg==", "dependencies": { "tslib": "^2.5.0" @@ -1906,7 +1925,7 @@ }, "node_modules/@smithy/util-middleware": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/util-middleware/-/util-middleware-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/util-middleware/-/util-middleware-2.1.1.tgz", "integrity": "sha512-mKNrk8oz5zqkNcbcgAAepeJbmfUW6ogrT2Z2gDbIUzVzNAHKJQTYmH9jcy0jbWb+m7ubrvXKb6uMjkSgAqqsFA==", "dependencies": { "@smithy/types": "^2.9.1", @@ -1918,7 +1937,7 @@ }, "node_modules/@smithy/util-retry": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/util-retry/-/util-retry-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/util-retry/-/util-retry-2.1.1.tgz", "integrity": "sha512-Mg+xxWPTeSPrthpC5WAamJ6PW4Kbo01Fm7lWM1jmGRvmrRdsd3192Gz2fBXAMURyXpaNxyZf6Hr/nQ4q70oVEA==", "dependencies": { "@smithy/service-error-classification": "^2.1.1", @@ -1931,7 +1950,7 @@ }, "node_modules/@smithy/util-stream": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/util-stream/-/util-stream-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/util-stream/-/util-stream-2.1.1.tgz", "integrity": "sha512-J7SMIpUYvU4DQN55KmBtvaMc7NM3CZ2iWICdcgaovtLzseVhAqFRYqloT3mh0esrFw+3VEK6nQFteFsTqZSECQ==", "dependencies": { "@smithy/fetch-http-handler": "^2.4.1", @@ -1949,7 +1968,7 @@ }, "node_modules/@smithy/util-uri-escape": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/util-uri-escape/-/util-uri-escape-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/util-uri-escape/-/util-uri-escape-2.1.1.tgz", "integrity": "sha512-saVzI1h6iRBUVSqtnlOnc9ssU09ypo7n+shdQ8hBTZno/9rZ3AuRYvoHInV57VF7Qn7B+pFJG7qTzFiHxWlWBw==", "dependencies": { "tslib": "^2.5.0" @@ -1960,7 +1979,7 @@ }, "node_modules/@smithy/util-utf8": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/@smithy/util-utf8/-/util-utf8-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@smithy/util-utf8/-/util-utf8-2.1.1.tgz", "integrity": "sha512-BqTpzYEcUMDwAKr7/mVRUtHDhs6ZoXDi9NypMvMfOr/+u1NW7JgqodPDECiiLboEm6bobcPcECxzjtQh865e9A==", "dependencies": { "@smithy/util-buffer-from": "^2.1.1", @@ -1972,7 +1991,7 @@ }, "node_modules/@types/babel__core": { "version": "7.20.5", - "resolved": "https://registry.npmmirror.com/@types/babel__core/-/babel__core-7.20.5.tgz", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", "dependencies": { "@babel/parser": "^7.20.7", @@ -1984,7 +2003,7 @@ }, "node_modules/@types/babel__generator": { "version": "7.6.8", - "resolved": "https://registry.npmmirror.com/@types/babel__generator/-/babel__generator-7.6.8.tgz", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", "dependencies": { "@babel/types": "^7.0.0" @@ -1992,7 +2011,7 @@ }, "node_modules/@types/babel__template": { "version": "7.4.4", - "resolved": "https://registry.npmmirror.com/@types/babel__template/-/babel__template-7.4.4.tgz", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", "dependencies": { "@babel/parser": "^7.1.0", @@ -2001,7 +2020,7 @@ }, "node_modules/@types/babel__traverse": { "version": "7.20.5", - "resolved": "https://registry.npmmirror.com/@types/babel__traverse/-/babel__traverse-7.20.5.tgz", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.5.tgz", "integrity": "sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==", "dependencies": { "@babel/types": "^7.20.7" @@ -2009,12 +2028,12 @@ }, "node_modules/@types/chai": { "version": "4.3.11", - "resolved": "https://registry.npmmirror.com/@types/chai/-/chai-4.3.11.tgz", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.11.tgz", "integrity": "sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==" }, "node_modules/@types/sinon": { "version": "17.0.3", - "resolved": "https://registry.npmmirror.com/@types/sinon/-/sinon-17.0.3.tgz", + "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-17.0.3.tgz", "integrity": "sha512-j3uovdn8ewky9kRBG19bOwaZbexJu/XjtkHyjvUgt4xfPFz18dcORIMqnYh66Fx3Powhcr85NT5+er3+oViapw==", "dependencies": { "@types/sinonjs__fake-timers": "*" @@ -2022,7 +2041,7 @@ }, "node_modules/@types/sinon-chai": { "version": "3.2.12", - "resolved": "https://registry.npmmirror.com/@types/sinon-chai/-/sinon-chai-3.2.12.tgz", + "resolved": "https://registry.npmjs.org/@types/sinon-chai/-/sinon-chai-3.2.12.tgz", "integrity": "sha512-9y0Gflk3b0+NhQZ/oxGtaAJDvRywCa5sIyaVnounqLvmf93yBF4EgIRspePtkMs3Tr844nCclYMlcCNmLCvjuQ==", "dependencies": { "@types/chai": "*", @@ -2031,17 +2050,17 @@ }, "node_modules/@types/sinonjs__fake-timers": { "version": "8.1.5", - "resolved": "https://registry.npmmirror.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.5.tgz", + "resolved": "https://registry.npmjs.org/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.5.tgz", "integrity": "sha512-mQkU2jY8jJEF7YHjHvsQO8+3ughTL1mcnn96igfhONmR+fUPSKIkefQYpSe8bsly2Ep7oQbn/6VG5/9/0qcArQ==" }, "node_modules/@types/webidl-conversions": { "version": "7.0.3", - "resolved": "https://registry.npmmirror.com/@types/webidl-conversions/-/webidl-conversions-7.0.3.tgz", + "resolved": "https://registry.npmjs.org/@types/webidl-conversions/-/webidl-conversions-7.0.3.tgz", "integrity": "sha512-CiJJvcRtIgzadHCYXw7dqEnMNRjhGZlYK05Mj9OyktqV8uVT8fD2BFOB7S1uwBE3Kj2Z+4UyPmFw/Ixgw/LAlA==" }, "node_modules/@types/whatwg-url": { "version": "11.0.4", - "resolved": "https://registry.npmmirror.com/@types/whatwg-url/-/whatwg-url-11.0.4.tgz", + "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-11.0.4.tgz", "integrity": "sha512-lXCmTWSHJvf0TRSO58nm978b8HJ/EdsSsEKLd3ODHFjo+3VGAyyTp4v50nWvwtzBxSMQrVOK7tcuN0zGPLICMw==", "dependencies": { "@types/webidl-conversions": "*" @@ -2049,7 +2068,7 @@ }, "node_modules/abbrev": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/abbrev/-/abbrev-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" @@ -2057,7 +2076,7 @@ }, "node_modules/abort-controller": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/abort-controller/-/abort-controller-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", "dependencies": { "event-target-shim": "^5.0.0" @@ -2068,7 +2087,7 @@ }, "node_modules/accepts": { "version": "1.3.8", - "resolved": "https://registry.npmmirror.com/accepts/-/accepts-1.3.8.tgz", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", "dependencies": { "mime-types": "~2.1.34", @@ -2080,7 +2099,7 @@ }, "node_modules/acorn": { "version": "8.11.3", - "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.11.3.tgz", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", "bin": { "acorn": "bin/acorn" @@ -2091,7 +2110,7 @@ }, "node_modules/acorn-class-fields": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/acorn-class-fields/-/acorn-class-fields-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/acorn-class-fields/-/acorn-class-fields-1.0.0.tgz", "integrity": "sha512-l+1FokF34AeCXGBHkrXFmml9nOIRI+2yBnBpO5MaVAaTIJ96irWLtcCxX+7hAp6USHFCe+iyyBB4ZhxV807wmA==", "dependencies": { "acorn-private-class-elements": "^1.0.0" @@ -2105,7 +2124,7 @@ }, "node_modules/acorn-numeric-separator": { "version": "0.3.6", - "resolved": "https://registry.npmmirror.com/acorn-numeric-separator/-/acorn-numeric-separator-0.3.6.tgz", + "resolved": "https://registry.npmjs.org/acorn-numeric-separator/-/acorn-numeric-separator-0.3.6.tgz", "integrity": "sha512-jUr5esgChu4k7VzesH/Nww3EysuyGJJcTEEiXqILUFKpO96PNyEXmK21M6nE0TSqGA1PeEg1MzgqJaoFsn9JMw==", "deprecated": "acorn>=7.4 supports numeric separators", "engines": { @@ -2117,7 +2136,7 @@ }, "node_modules/acorn-private-class-elements": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/acorn-private-class-elements/-/acorn-private-class-elements-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/acorn-private-class-elements/-/acorn-private-class-elements-1.0.0.tgz", "integrity": "sha512-zYNcZtxKgVCg1brS39BEou86mIao1EV7eeREG+6WMwKbuYTeivRRs6S2XdWnboRde6G9wKh2w+WBydEyJsJ6mg==", "engines": { "node": ">=4.8.2" @@ -2128,7 +2147,7 @@ }, "node_modules/acorn-private-methods": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/acorn-private-methods/-/acorn-private-methods-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/acorn-private-methods/-/acorn-private-methods-1.0.0.tgz", "integrity": "sha512-Jou2L3nfwfPpFdmmHObI3yUpVPM1bPohTUAZCyVDw5Efyn9LSS6E36neRLCRfIr8QjskAfdxRdABOrvP4c/gwQ==", "dependencies": { "acorn-private-class-elements": "^1.0.0" @@ -2142,7 +2161,7 @@ }, "node_modules/acorn-static-class-features": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/acorn-static-class-features/-/acorn-static-class-features-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/acorn-static-class-features/-/acorn-static-class-features-1.0.0.tgz", "integrity": "sha512-XZJECjbmMOKvMHiNzbiPXuXpLAJfN3dAKtfIYbk1eHiWdsutlek+gS7ND4B8yJ3oqvHo1NxfafnezVmq7NXK0A==", "dependencies": { "acorn-private-class-elements": "^1.0.0" @@ -2156,7 +2175,7 @@ }, "node_modules/analytics-node": { "version": "5.1.2", - "resolved": "https://registry.npmmirror.com/analytics-node/-/analytics-node-5.1.2.tgz", + "resolved": "https://registry.npmjs.org/analytics-node/-/analytics-node-5.1.2.tgz", "integrity": "sha512-WZ8gkXtLuqD2Q2xEOr/2/LJiR0AnhWHfXZhfPnMZpB7vEwCsh3HapYAUmA1cPj1abrhAqBX7POWuWo/1wUu/Fw==", "dependencies": { "@segment/loosely-validate-event": "^2.0.0", @@ -2174,7 +2193,7 @@ }, "node_modules/ansi-escape-sequences": { "version": "5.1.2", - "resolved": "https://registry.npmmirror.com/ansi-escape-sequences/-/ansi-escape-sequences-5.1.2.tgz", + "resolved": "https://registry.npmjs.org/ansi-escape-sequences/-/ansi-escape-sequences-5.1.2.tgz", "integrity": "sha512-JcpoVp1W1bl1Qn4cVuiXEhD6+dyXKSOgCn2zlzE8inYgCJCBy1aPnUhlz6I4DFum8D4ovb9Qi/iAjUcGvG2lqw==", "dependencies": { "array-back": "^4.0.0" @@ -2185,7 +2204,7 @@ }, "node_modules/ansi-regex": { "version": "5.0.1", - "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "engines": { "node": ">=8" @@ -2193,7 +2212,7 @@ }, "node_modules/ansi-styles": { "version": "3.2.1", - "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-3.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dependencies": { "color-convert": "^1.9.0" @@ -2204,12 +2223,12 @@ }, "node_modules/argparse": { "version": "2.0.1", - "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" }, "node_modules/array-back": { "version": "4.0.2", - "resolved": "https://registry.npmmirror.com/array-back/-/array-back-4.0.2.tgz", + "resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.2.tgz", "integrity": "sha512-NbdMezxqf94cnNfWLL7V/im0Ub+Anbb0IoZhvzie8+4HJ4nMQuzHuy49FkGYCJK2yAloZ3meiB6AVMClbrI1vg==", "engines": { "node": ">=8" @@ -2217,12 +2236,12 @@ }, "node_modules/array-flatten": { "version": "1.1.1", - "resolved": "https://registry.npmmirror.com/array-flatten/-/array-flatten-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" }, "node_modules/askcharacter": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/askcharacter/-/askcharacter-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/askcharacter/-/askcharacter-1.0.0.tgz", "integrity": "sha512-WsJcKyOh7iOWQSWcwPVE//yDUSXn3WvL+bgT9JYdEuiY/xeg1Vgwl5re72ZzufhXOwoiCrWWxW4CscRrxb3kZg==", "dependencies": { "hijack-stream": "^1.0.0" @@ -2230,7 +2249,7 @@ }, "node_modules/askpassword": { "version": "1.2.4", - "resolved": "https://registry.npmmirror.com/askpassword/-/askpassword-1.2.4.tgz", + "resolved": "https://registry.npmjs.org/askpassword/-/askpassword-1.2.4.tgz", "integrity": "sha512-HR27ScUv/j6vHSKU0AN+y3pGA3iqXzD09qqJl6JjVqSJRk7QiKPJt+W4tFhozMbiTsOh/QrIkeRi+Okd97VkRA==", "dependencies": { "handle-backspaces": "^1.0.0", @@ -2239,12 +2258,12 @@ }, "node_modules/aws4": { "version": "1.12.0", - "resolved": "https://registry.npmmirror.com/aws4/-/aws4-1.12.0.tgz", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz", "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==" }, "node_modules/axios": { "version": "0.21.4", - "resolved": "https://registry.npmmirror.com/axios/-/axios-0.21.4.tgz", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", "dependencies": { "follow-redirects": "^1.14.0" @@ -2252,7 +2271,7 @@ }, "node_modules/axios-retry": { "version": "3.2.0", - "resolved": "https://registry.npmmirror.com/axios-retry/-/axios-retry-3.2.0.tgz", + "resolved": "https://registry.npmjs.org/axios-retry/-/axios-retry-3.2.0.tgz", "integrity": "sha512-RK2cLMgIsAQBDhlIsJR5dOhODPigvel18XUv1dDXW+4k1FzebyfRk+C+orot6WPZOYFKSfhLwHPwVmTVOODQ5w==", "dependencies": { "is-retry-allowed": "^1.1.0" @@ -2260,18 +2279,32 @@ }, "node_modules/balanced-match": { "version": "1.0.2", - "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" }, "node_modules/base64-js": { "version": "1.5.1", - "resolved": "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], "optional": true }, "node_modules/big-integer": { "version": "1.6.52", - "resolved": "https://registry.npmmirror.com/big-integer/-/big-integer-1.6.52.tgz", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz", "integrity": "sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==", "engines": { "node": ">=0.6" @@ -2279,7 +2312,7 @@ }, "node_modules/bindings": { "version": "1.5.0", - "resolved": "https://registry.npmmirror.com/bindings/-/bindings-1.5.0.tgz", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", "optional": true, "dependencies": { @@ -2288,7 +2321,7 @@ }, "node_modules/bl": { "version": "4.1.0", - "resolved": "https://registry.npmmirror.com/bl/-/bl-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", "optional": true, "dependencies": { @@ -2299,7 +2332,7 @@ }, "node_modules/body-parser": { "version": "1.20.1", - "resolved": "https://registry.npmmirror.com/body-parser/-/body-parser-1.20.1.tgz", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", "dependencies": { "bytes": "3.1.2", @@ -2322,7 +2355,7 @@ }, "node_modules/body-parser/node_modules/debug": { "version": "2.6.9", - "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dependencies": { "ms": "2.0.0" @@ -2330,17 +2363,17 @@ }, "node_modules/body-parser/node_modules/ms": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "node_modules/bowser": { "version": "2.11.0", - "resolved": "https://registry.npmmirror.com/bowser/-/bowser-2.11.0.tgz", + "resolved": "https://registry.npmjs.org/bowser/-/bowser-2.11.0.tgz", "integrity": "sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==" }, "node_modules/bplist-parser": { "version": "0.2.0", - "resolved": "https://registry.npmmirror.com/bplist-parser/-/bplist-parser-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.2.0.tgz", "integrity": "sha512-z0M+byMThzQmD9NILRniCUXYsYpjwnlO8N5uCFaCqIOpqRsJCrQL9NK3JsD67CN5a08nF5oIL2bD6loTdHOuKw==", "dependencies": { "big-integer": "^1.6.44" @@ -2351,7 +2384,7 @@ }, "node_modules/brace-expansion": { "version": "2.0.1", - "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dependencies": { "balanced-match": "^1.0.0" @@ -2359,8 +2392,22 @@ }, "node_modules/browserslist": { "version": "4.23.0", - "resolved": "https://registry.npmmirror.com/browserslist/-/browserslist-4.23.0.tgz", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "dependencies": { "caniuse-lite": "^1.0.30001587", "electron-to-chromium": "^1.4.668", @@ -2376,7 +2423,7 @@ }, "node_modules/bson": { "version": "6.3.0", - "resolved": "https://registry.npmmirror.com/bson/-/bson-6.3.0.tgz", + "resolved": "https://registry.npmjs.org/bson/-/bson-6.3.0.tgz", "integrity": "sha512-balJfqwwTBddxfnidJZagCBPP/f48zj9Sdp3OJswREOgsJzHiQSaOIAtApSgDQFYgHqAvFkp53AFSqjMDZoTFw==", "engines": { "node": ">=16.20.1" @@ -2384,8 +2431,22 @@ }, "node_modules/buffer": { "version": "5.7.1", - "resolved": "https://registry.npmmirror.com/buffer/-/buffer-5.7.1.tgz", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], "optional": true, "dependencies": { "base64-js": "^1.3.1", @@ -2394,18 +2455,21 @@ }, "node_modules/bundle-name": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/bundle-name/-/bundle-name-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-3.0.0.tgz", "integrity": "sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==", "dependencies": { "run-applescript": "^5.0.0" }, "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/bytes": { "version": "3.1.2", - "resolved": "https://registry.npmmirror.com/bytes/-/bytes-3.1.2.tgz", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", "engines": { "node": ">= 0.8" @@ -2413,7 +2477,7 @@ }, "node_modules/call-bind": { "version": "1.0.7", - "resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.7.tgz", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", "dependencies": { "es-define-property": "^1.0.0", @@ -2424,16 +2488,33 @@ }, "engines": { "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/caniuse-lite": { - "version": "1.0.30001587", - "resolved": "https://registry.npmmirror.com/caniuse-lite/-/caniuse-lite-1.0.30001587.tgz", - "integrity": "sha512-HMFNotUmLXn71BQxg8cijvqxnIAofforZOwGsxyXJ0qugTdspUF4sPSJ2vhgprHCB996tIDzEq1ubumPDV8ULA==" + "version": "1.0.30001588", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001588.tgz", + "integrity": "sha512-+hVY9jE44uKLkH0SrUTqxjxqNTOWHsbnQDIKjwkZ3lNTzUUVdBLBGXtj/q5Mp5u98r3droaZAewQuEDzjQdZlQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ] }, "node_modules/chalk": { "version": "2.4.2", - "resolved": "https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dependencies": { "ansi-styles": "^3.2.1", @@ -2446,7 +2527,7 @@ }, "node_modules/chalk/node_modules/escape-string-regexp": { "version": "1.0.5", - "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "engines": { "node": ">=0.8.0" @@ -2454,7 +2535,7 @@ }, "node_modules/charenc": { "version": "0.0.2", - "resolved": "https://registry.npmmirror.com/charenc/-/charenc-0.0.2.tgz", + "resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz", "integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==", "engines": { "node": "*" @@ -2462,7 +2543,7 @@ }, "node_modules/chownr": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/chownr/-/chownr-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", "engines": { "node": ">=10" @@ -2470,7 +2551,7 @@ }, "node_modules/color-convert": { "version": "1.9.3", - "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dependencies": { "color-name": "1.1.3" @@ -2478,12 +2559,12 @@ }, "node_modules/color-name": { "version": "1.1.3", - "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" }, "node_modules/commander": { "version": "10.0.1", - "resolved": "https://registry.npmmirror.com/commander/-/commander-10.0.1.tgz", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", "engines": { "node": ">=14" @@ -2491,12 +2572,15 @@ }, "node_modules/component-type": { "version": "1.2.2", - "resolved": "https://registry.npmmirror.com/component-type/-/component-type-1.2.2.tgz", - "integrity": "sha512-99VUHREHiN5cLeHm3YLq312p6v+HUEcwtLCAtelvUDI6+SH5g5Cr85oNR2S1o6ywzL0ykMbuwLzM2ANocjEOIA==" + "resolved": "https://registry.npmjs.org/component-type/-/component-type-1.2.2.tgz", + "integrity": "sha512-99VUHREHiN5cLeHm3YLq312p6v+HUEcwtLCAtelvUDI6+SH5g5Cr85oNR2S1o6ywzL0ykMbuwLzM2ANocjEOIA==", + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, "node_modules/config-chain": { "version": "1.1.13", - "resolved": "https://registry.npmmirror.com/config-chain/-/config-chain-1.1.13.tgz", + "resolved": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.13.tgz", "integrity": "sha512-qj+f8APARXHrM0hraqXYb2/bOVSV4PvJQlNZ/DVj0QrmNM2q2euizkeuVckQ57J+W0mRH6Hvi+k50M4Jul2VRQ==", "dependencies": { "ini": "^1.3.4", @@ -2505,7 +2589,7 @@ }, "node_modules/content-disposition": { "version": "0.5.4", - "resolved": "https://registry.npmmirror.com/content-disposition/-/content-disposition-0.5.4.tgz", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", "dependencies": { "safe-buffer": "5.2.1" @@ -2516,7 +2600,7 @@ }, "node_modules/content-type": { "version": "1.0.5", - "resolved": "https://registry.npmmirror.com/content-type/-/content-type-1.0.5.tgz", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", "engines": { "node": ">= 0.6" @@ -2524,12 +2608,12 @@ }, "node_modules/convert-source-map": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/convert-source-map/-/convert-source-map-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==" }, "node_modules/cookie": { "version": "0.5.0", - "resolved": "https://registry.npmmirror.com/cookie/-/cookie-0.5.0.tgz", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", "engines": { "node": ">= 0.6" @@ -2537,12 +2621,12 @@ }, "node_modules/cookie-signature": { "version": "1.0.6", - "resolved": "https://registry.npmmirror.com/cookie-signature/-/cookie-signature-1.0.6.tgz", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" }, "node_modules/cross-spawn": { "version": "7.0.3", - "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.3.tgz", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "dependencies": { "path-key": "^3.1.0", @@ -2555,7 +2639,7 @@ }, "node_modules/crypt": { "version": "0.0.2", - "resolved": "https://registry.npmmirror.com/crypt/-/crypt-0.0.2.tgz", + "resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz", "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==", "engines": { "node": "*" @@ -2563,7 +2647,7 @@ }, "node_modules/debug": { "version": "4.3.4", - "resolved": "https://registry.npmmirror.com/debug/-/debug-4.3.4.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dependencies": { "ms": "2.1.2" @@ -2579,12 +2663,12 @@ }, "node_modules/debug/node_modules/ms": { "version": "2.1.2", - "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "node_modules/decompress-response": { "version": "6.0.0", - "resolved": "https://registry.npmmirror.com/decompress-response/-/decompress-response-6.0.0.tgz", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", "optional": true, "dependencies": { @@ -2592,11 +2676,14 @@ }, "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/deep-extend": { "version": "0.6.0", - "resolved": "https://registry.npmmirror.com/deep-extend/-/deep-extend-0.6.0.tgz", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", "optional": true, "engines": { @@ -2605,7 +2692,7 @@ }, "node_modules/default-browser": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/default-browser/-/default-browser-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-4.0.0.tgz", "integrity": "sha512-wX5pXO1+BrhMkSbROFsyxUm0i/cJEScyNhA4PPxc41ICuv05ZZB/MX28s8aZx6xjmatvebIapF6hLEKEcpneUA==", "dependencies": { "bundle-name": "^3.0.0", @@ -2615,11 +2702,14 @@ }, "engines": { "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/default-browser-id": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/default-browser-id/-/default-browser-id-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-3.0.0.tgz", "integrity": "sha512-OZ1y3y0SqSICtE8DE4S8YOE9UZOJ8wO16fKWVP5J1Qz42kV9jcnMVFrEE/noXb/ss3Q4pZIH79kxofzyNNtUNA==", "dependencies": { "bplist-parser": "^0.2.0", @@ -2627,11 +2717,14 @@ }, "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/define-data-property": { "version": "1.1.4", - "resolved": "https://registry.npmmirror.com/define-data-property/-/define-data-property-1.1.4.tgz", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", "dependencies": { "es-define-property": "^1.0.0", @@ -2640,19 +2733,25 @@ }, "engines": { "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/define-lazy-prop": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/depd": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/depd/-/depd-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", "engines": { "node": ">= 0.8" @@ -2660,7 +2759,7 @@ }, "node_modules/destroy": { "version": "1.2.0", - "resolved": "https://registry.npmmirror.com/destroy/-/destroy-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", "engines": { "node": ">= 0.8", @@ -2669,7 +2768,7 @@ }, "node_modules/detect-libc": { "version": "2.0.2", - "resolved": "https://registry.npmmirror.com/detect-libc/-/detect-libc-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz", "integrity": "sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==", "optional": true, "engines": { @@ -2678,12 +2777,12 @@ }, "node_modules/eastasianwidth": { "version": "0.2.0", - "resolved": "https://registry.npmmirror.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" }, "node_modules/editorconfig": { "version": "1.0.4", - "resolved": "https://registry.npmmirror.com/editorconfig/-/editorconfig-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/editorconfig/-/editorconfig-1.0.4.tgz", "integrity": "sha512-L9Qe08KWTlqYMVvMcTIvMAdl1cDUubzRNYL+WfA4bLDMHe4nemKkpmYzkznE1FwLKu0EEmy6obgQKzMJrg4x9Q==", "dependencies": { "@one-ini/wasm": "0.1.1", @@ -2700,43 +2799,50 @@ }, "node_modules/ee-first": { "version": "1.1.1", - "resolved": "https://registry.npmmirror.com/ee-first/-/ee-first-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, "node_modules/electron-to-chromium": { - "version": "1.4.672", - "resolved": "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.672.tgz", - "integrity": "sha512-YYCy+goe3UqZqa3MOQCI5Mx/6HdBLzXL/mkbGCEWL3sP3Z1BP9zqAzeD3YEmLZlespYGFtyM8tRp5i2vfaUGCA==" + "version": "1.4.679", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.679.tgz", + "integrity": "sha512-NhQMsz5k0d6m9z3qAxnsOR/ebal4NAGsrNVRwcDo4Kc/zQ7KdsTKZUxZoygHcVRb0QDW3waEDIcE3isZ79RP6g==" }, "node_modules/emoji-regex": { "version": "9.2.2", - "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-9.2.2.tgz", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" }, "node_modules/emphasize": { "version": "4.2.0", - "resolved": "https://registry.npmmirror.com/emphasize/-/emphasize-4.2.0.tgz", + "resolved": "https://registry.npmjs.org/emphasize/-/emphasize-4.2.0.tgz", "integrity": "sha512-yGKvcFUHlBsUPwlxTlzKLR8+zhpbitkFOMCUxN8fTJng9bdH3WNzUGkhdaGdjndSUgqmMPBN7umfwnUdLz5Axg==", "dependencies": { "chalk": "^4.0.0", "highlight.js": "~10.4.0", "lowlight": "~1.17.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, "node_modules/emphasize/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { "color-convert": "^2.0.1" }, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, "node_modules/emphasize/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { "ansi-styles": "^4.1.0", @@ -2744,11 +2850,14 @@ }, "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, "node_modules/emphasize/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dependencies": { "color-name": "~1.1.4" @@ -2759,12 +2868,12 @@ }, "node_modules/emphasize/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "node_modules/emphasize/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "engines": { "node": ">=8" @@ -2772,7 +2881,7 @@ }, "node_modules/emphasize/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dependencies": { "has-flag": "^4.0.0" @@ -2783,7 +2892,7 @@ }, "node_modules/encodeurl": { "version": "1.0.2", - "resolved": "https://registry.npmmirror.com/encodeurl/-/encodeurl-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", "engines": { "node": ">= 0.8" @@ -2791,7 +2900,7 @@ }, "node_modules/end-of-stream": { "version": "1.4.4", - "resolved": "https://registry.npmmirror.com/end-of-stream/-/end-of-stream-1.4.4.tgz", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", "optional": true, "dependencies": { @@ -2800,7 +2909,7 @@ }, "node_modules/es-define-property": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/es-define-property/-/es-define-property-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", "dependencies": { "get-intrinsic": "^1.2.4" @@ -2811,7 +2920,7 @@ }, "node_modules/es-errors": { "version": "1.3.0", - "resolved": "https://registry.npmmirror.com/es-errors/-/es-errors-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", "engines": { "node": ">= 0.4" @@ -2819,7 +2928,7 @@ }, "node_modules/escalade": { "version": "3.1.2", - "resolved": "https://registry.npmmirror.com/escalade/-/escalade-3.1.2.tgz", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", "engines": { "node": ">=6" @@ -2827,20 +2936,23 @@ }, "node_modules/escape-html": { "version": "1.0.3", - "resolved": "https://registry.npmmirror.com/escape-html/-/escape-html-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" }, "node_modules/escape-string-regexp": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/etag": { "version": "1.8.1", - "resolved": "https://registry.npmmirror.com/etag/-/etag-1.8.1.tgz", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", "engines": { "node": ">= 0.6" @@ -2848,7 +2960,7 @@ }, "node_modules/event-target-shim": { "version": "5.0.1", - "resolved": "https://registry.npmmirror.com/event-target-shim/-/event-target-shim-5.0.1.tgz", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", "engines": { "node": ">=6" @@ -2856,7 +2968,7 @@ }, "node_modules/execa": { "version": "7.2.0", - "resolved": "https://registry.npmmirror.com/execa/-/execa-7.2.0.tgz", + "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz", "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==", "dependencies": { "cross-spawn": "^7.0.3", @@ -2871,16 +2983,19 @@ }, "engines": { "node": "^14.18.0 || ^16.14.0 || >=18.0.0" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" } }, "node_modules/execa/node_modules/signal-exit": { "version": "3.0.7", - "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, "node_modules/expand-template": { "version": "2.0.3", - "resolved": "https://registry.npmmirror.com/expand-template/-/expand-template-2.0.3.tgz", + "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz", "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==", "optional": true, "engines": { @@ -2889,7 +3004,7 @@ }, "node_modules/express": { "version": "4.18.2", - "resolved": "https://registry.npmmirror.com/express/-/express-4.18.2.tgz", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", "dependencies": { "accepts": "~1.3.8", @@ -2930,7 +3045,7 @@ }, "node_modules/express/node_modules/debug": { "version": "2.6.9", - "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dependencies": { "ms": "2.0.0" @@ -2938,13 +3053,23 @@ }, "node_modules/express/node_modules/ms": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "node_modules/fast-xml-parser": { "version": "4.2.5", - "resolved": "https://registry.npmmirror.com/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", + "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz", "integrity": "sha512-B9/wizE4WngqQftFPmdaMYlXoJlJOYxGQOanC77fq9k8+Z0v5dDSVh+3glErdIROP//s/jgb7ZuxKfB8nVyo0g==", + "funding": [ + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + }, + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], "dependencies": { "strnum": "^1.0.5" }, @@ -2954,21 +3079,25 @@ }, "node_modules/fault": { "version": "1.0.4", - "resolved": "https://registry.npmmirror.com/fault/-/fault-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/fault/-/fault-1.0.4.tgz", "integrity": "sha512-CJ0HCB5tL5fYTEA7ToAq5+kTwd++Borf1/bifxd9iT70QcXr4MRrO3Llf8Ifs70q+SJcGHFtnIE/Nw6giCtECA==", "dependencies": { "format": "^0.2.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, "node_modules/file-uri-to-path": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", "optional": true }, "node_modules/finalhandler": { "version": "1.2.0", - "resolved": "https://registry.npmmirror.com/finalhandler/-/finalhandler-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", "dependencies": { "debug": "2.6.9", @@ -2985,7 +3114,7 @@ }, "node_modules/finalhandler/node_modules/debug": { "version": "2.6.9", - "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dependencies": { "ms": "2.0.0" @@ -2993,13 +3122,19 @@ }, "node_modules/finalhandler/node_modules/ms": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "node_modules/follow-redirects": { "version": "1.15.5", - "resolved": "https://registry.npmmirror.com/follow-redirects/-/follow-redirects-1.15.5.tgz", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz", "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], "engines": { "node": ">=4.0" }, @@ -3011,7 +3146,7 @@ }, "node_modules/foreground-child": { "version": "3.1.1", - "resolved": "https://registry.npmmirror.com/foreground-child/-/foreground-child-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", "dependencies": { "cross-spawn": "^7.0.0", @@ -3019,11 +3154,14 @@ }, "engines": { "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/format": { "version": "0.2.2", - "resolved": "https://registry.npmmirror.com/format/-/format-0.2.2.tgz", + "resolved": "https://registry.npmjs.org/format/-/format-0.2.2.tgz", "integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==", "engines": { "node": ">=0.4.x" @@ -3031,7 +3169,7 @@ }, "node_modules/forwarded": { "version": "0.2.0", - "resolved": "https://registry.npmmirror.com/forwarded/-/forwarded-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", "engines": { "node": ">= 0.6" @@ -3039,7 +3177,7 @@ }, "node_modules/fresh": { "version": "0.5.2", - "resolved": "https://registry.npmmirror.com/fresh/-/fresh-0.5.2.tgz", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", "engines": { "node": ">= 0.6" @@ -3047,13 +3185,13 @@ }, "node_modules/fs-constants": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/fs-constants/-/fs-constants-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", "optional": true }, "node_modules/fs-minipass": { "version": "2.1.0", - "resolved": "https://registry.npmmirror.com/fs-minipass/-/fs-minipass-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", "dependencies": { "minipass": "^3.0.0" @@ -3064,7 +3202,7 @@ }, "node_modules/fs-minipass/node_modules/minipass": { "version": "3.3.6", - "resolved": "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dependencies": { "yallist": "^4.0.0" @@ -3075,17 +3213,20 @@ }, "node_modules/fs-minipass/node_modules/yallist": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/function-bind": { "version": "1.1.2", - "resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/gensync": { "version": "1.0.0-beta.2", - "resolved": "https://registry.npmmirror.com/gensync/-/gensync-1.0.0-beta.2.tgz", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "engines": { "node": ">=6.9.0" @@ -3093,7 +3234,7 @@ }, "node_modules/get-console-process-list": { "version": "1.0.4", - "resolved": "https://registry.npmmirror.com/get-console-process-list/-/get-console-process-list-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/get-console-process-list/-/get-console-process-list-1.0.4.tgz", "integrity": "sha512-vn5MA+CCTMgRuF9fxvJYLC2fMCuBPKQ7RwhA9H2TvMvy33oDivjIqA4mh2NJlUDoZXPcu/1moN3VfyukxxKwpA==", "hasInstallScript": true, "optional": true, @@ -3107,7 +3248,7 @@ }, "node_modules/get-intrinsic": { "version": "1.2.4", - "resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", "dependencies": { "es-errors": "^1.3.0", @@ -3118,25 +3259,31 @@ }, "engines": { "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/get-stream": { "version": "6.0.1", - "resolved": "https://registry.npmmirror.com/get-stream/-/get-stream-6.0.1.tgz", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/github-from-package": { "version": "0.0.0", - "resolved": "https://registry.npmmirror.com/github-from-package/-/github-from-package-0.0.0.tgz", + "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==", "optional": true }, "node_modules/glob": { "version": "10.3.10", - "resolved": "https://registry.npmmirror.com/glob/-/glob-10.3.10.tgz", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", "dependencies": { "foreground-child": "^3.1.0", @@ -3150,11 +3297,14 @@ }, "engines": { "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/globals": { "version": "11.12.0", - "resolved": "https://registry.npmmirror.com/globals/-/globals-11.12.0.tgz", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "engines": { "node": ">=4" @@ -3162,20 +3312,23 @@ }, "node_modules/gopd": { "version": "1.0.1", - "resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", "dependencies": { "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/handle-backspaces": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/handle-backspaces/-/handle-backspaces-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/handle-backspaces/-/handle-backspaces-1.0.0.tgz", "integrity": "sha512-w11NXUn51gVN50nTW5MOuhKuko9xZonnHDe5LlapaOZvuyxDXVDn9b1ZtG0IJTABGbL/UGeSitqHgo9Bb7nDhQ==" }, "node_modules/has-flag": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "engines": { "node": ">=4" @@ -3183,31 +3336,40 @@ }, "node_modules/has-property-descriptors": { "version": "1.0.2", - "resolved": "https://registry.npmmirror.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "dependencies": { "es-define-property": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/has-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmmirror.com/has-proto/-/has-proto-1.0.1.tgz", - "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", "engines": { "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/has-symbols": { "version": "1.0.3", - "resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "engines": { "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/hasown": { "version": "2.0.1", - "resolved": "https://registry.npmmirror.com/hasown/-/hasown-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz", "integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==", "dependencies": { "function-bind": "^1.1.2" @@ -3218,7 +3380,7 @@ }, "node_modules/heap-js": { "version": "2.3.0", - "resolved": "https://registry.npmmirror.com/heap-js/-/heap-js-2.3.0.tgz", + "resolved": "https://registry.npmjs.org/heap-js/-/heap-js-2.3.0.tgz", "integrity": "sha512-E5303mzwQ+4j/n2J0rDvEPBN7GKjhis10oHiYOgjxsmxYgqG++hz9NyLLOXttzH8as/DyiBHYpUrJTZWYaMo8Q==", "engines": { "node": ">=10.0.0" @@ -3226,7 +3388,7 @@ }, "node_modules/highlight.js": { "version": "10.4.1", - "resolved": "https://registry.npmmirror.com/highlight.js/-/highlight.js-10.4.1.tgz", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.4.1.tgz", "integrity": "sha512-yR5lWvNz7c85OhVAEAeFhVCc/GV4C30Fjzc/rCP0aCWzc1UUOPUk55dK/qdwTZHBvMZo+eZ2jpk62ndX/xMFlg==", "engines": { "node": "*" @@ -3234,12 +3396,12 @@ }, "node_modules/hijack-stream": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/hijack-stream/-/hijack-stream-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/hijack-stream/-/hijack-stream-1.0.0.tgz", "integrity": "sha512-9riBbIorIgSvsLQHL/rKEK6vJBexhgSRZC/tkieuei7a1U+CHgrXJVqW+RPswgEyuPbxcGCpx0QXO3iJuKRrrw==" }, "node_modules/http-errors": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/http-errors/-/http-errors-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", "dependencies": { "depd": "2.0.0", @@ -3254,7 +3416,7 @@ }, "node_modules/human-signals": { "version": "4.3.1", - "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-4.3.1.tgz", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz", "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==", "engines": { "node": ">=14.18.0" @@ -3262,7 +3424,7 @@ }, "node_modules/iconv-lite": { "version": "0.4.24", - "resolved": "https://registry.npmmirror.com/iconv-lite/-/iconv-lite-0.4.24.tgz", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", "dependencies": { "safer-buffer": ">= 2.1.2 < 3" @@ -3273,23 +3435,37 @@ }, "node_modules/ieee754": { "version": "1.2.1", - "resolved": "https://registry.npmmirror.com/ieee754/-/ieee754-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], "optional": true }, "node_modules/inherits": { "version": "2.0.4", - "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, "node_modules/ini": { "version": "1.3.8", - "resolved": "https://registry.npmmirror.com/ini/-/ini-1.3.8.tgz", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" }, "node_modules/ip-address": { "version": "9.0.5", - "resolved": "https://registry.npmmirror.com/ip-address/-/ip-address-9.0.5.tgz", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", "dependencies": { "jsbn": "1.1.0", @@ -3301,7 +3477,7 @@ }, "node_modules/ipaddr.js": { "version": "1.9.1", - "resolved": "https://registry.npmmirror.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", "engines": { "node": ">= 0.10" @@ -3309,29 +3485,32 @@ }, "node_modules/ipv6-normalize": { "version": "1.0.1", - "resolved": "https://registry.npmmirror.com/ipv6-normalize/-/ipv6-normalize-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/ipv6-normalize/-/ipv6-normalize-1.0.1.tgz", "integrity": "sha512-Bm6H79i01DjgGTCWjUuCjJ6QDo1HB96PT/xCYuyJUP9WFbVDrLSbG4EZCvOCun2rNswZb0c3e4Jt/ws795esHA==", "optional": true }, "node_modules/is-buffer": { "version": "1.1.6", - "resolved": "https://registry.npmmirror.com/is-buffer/-/is-buffer-1.1.6.tgz", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" }, "node_modules/is-docker": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", "bin": { "is-docker": "cli.js" }, "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "engines": { "node": ">=8" @@ -3339,7 +3518,7 @@ }, "node_modules/is-inside-container": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/is-inside-container/-/is-inside-container-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", "dependencies": { "is-docker": "^3.0.0" @@ -3349,11 +3528,14 @@ }, "engines": { "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/is-recoverable-error": { "version": "1.0.3", - "resolved": "https://registry.npmmirror.com/is-recoverable-error/-/is-recoverable-error-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/is-recoverable-error/-/is-recoverable-error-1.0.3.tgz", "integrity": "sha512-T06goBQXH5WCzWtzuU+kYhT3Ui0d3wgk8n4GR/3n9UjgO6cuphhel+W02ps/Z2PYZB8C+l//XAJk9tR5Txo6/w==", "dependencies": { "acorn": "^8.8.1", @@ -3365,7 +3547,7 @@ }, "node_modules/is-retry-allowed": { "version": "1.2.0", - "resolved": "https://registry.npmmirror.com/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.2.0.tgz", "integrity": "sha512-RUbUeKwvm3XG2VYamhJL1xFktgjvPzL0Hq8C+6yrWIswDy3BIXGqCxhxkc30N9jqK311gVU137K8Ei55/zVJRg==", "engines": { "node": ">=0.10.0" @@ -3373,15 +3555,18 @@ }, "node_modules/is-stream": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/is-wsl": { "version": "2.2.0", - "resolved": "https://registry.npmmirror.com/is-wsl/-/is-wsl-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", "dependencies": { "is-docker": "^2.0.0" @@ -3392,23 +3577,26 @@ }, "node_modules/is-wsl/node_modules/is-docker": { "version": "2.2.1", - "resolved": "https://registry.npmmirror.com/is-docker/-/is-docker-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", "bin": { "is-docker": "cli.js" }, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/isexe": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" }, "node_modules/jackspeak": { "version": "2.3.6", - "resolved": "https://registry.npmmirror.com/jackspeak/-/jackspeak-2.3.6.tgz", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", "dependencies": { "@isaacs/cliui": "^8.0.2" @@ -3416,14 +3604,17 @@ "engines": { "node": ">=14" }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, "optionalDependencies": { "@pkgjs/parseargs": "^0.11.0" } }, "node_modules/joi": { - "version": "17.12.1", - "resolved": "https://registry.npmmirror.com/joi/-/joi-17.12.1.tgz", - "integrity": "sha512-vtxmq+Lsc5SlfqotnfVjlViWfOL9nt/avKNbKYizwf6gsCfq9NYY/ceYRMFD8XDdrjJ9abJyScWmhmIiy+XRtQ==", + "version": "17.12.2", + "resolved": "https://registry.npmjs.org/joi/-/joi-17.12.2.tgz", + "integrity": "sha512-RonXAIzCiHLc8ss3Ibuz45u28GOsWE1UpfDXLbN/9NKbL4tCJf8TWYVKsoYuuh+sAUt7fsSNpA+r2+TBA6Wjmw==", "dependencies": { "@hapi/hoek": "^9.3.0", "@hapi/topo": "^5.1.0", @@ -3434,18 +3625,21 @@ }, "node_modules/join-component": { "version": "1.1.0", - "resolved": "https://registry.npmmirror.com/join-component/-/join-component-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/join-component/-/join-component-1.1.0.tgz", "integrity": "sha512-bF7vcQxbODoGK1imE2P9GS9aw4zD0Sd+Hni68IMZLj7zRnquH7dXUmMw9hDI5S/Jzt7q+IyTXN0rSg2GI0IKhQ==" }, "node_modules/jose": { "version": "4.15.4", - "resolved": "https://registry.npmmirror.com/jose/-/jose-4.15.4.tgz", - "integrity": "sha512-W+oqK4H+r5sITxfxpSU+MMdr/YSWGvgZMQDIsNoBDGGy4i7GBPTtvFKibQzW06n3U3TqHjhvBJsirShsEJ6eeQ==" + "resolved": "https://registry.npmjs.org/jose/-/jose-4.15.4.tgz", + "integrity": "sha512-W+oqK4H+r5sITxfxpSU+MMdr/YSWGvgZMQDIsNoBDGGy4i7GBPTtvFKibQzW06n3U3TqHjhvBJsirShsEJ6eeQ==", + "funding": { + "url": "https://github.com/sponsors/panva" + } }, "node_modules/js-beautify": { - "version": "1.15.0", - "resolved": "https://registry.npmmirror.com/js-beautify/-/js-beautify-1.15.0.tgz", - "integrity": "sha512-U1f+LPtn13M0OS0ChNMpM7wA7J47ECqwIcvayrZu+o0FLLt9FckoT6XOO1grhBS2vZjSt79K+vkUuP0o+BIdsA==", + "version": "1.15.1", + "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.15.1.tgz", + "integrity": "sha512-ESjNzSlt/sWE8sciZH8kBF8BPlwXPwhR6pWKAw8bw4Bwj+iZcnKW6ONWUutJ7eObuBZQpiIb8S7OYspWrKt7rA==", "dependencies": { "config-chain": "^1.1.13", "editorconfig": "^1.0.4", @@ -3464,7 +3658,7 @@ }, "node_modules/js-cookie": { "version": "3.0.5", - "resolved": "https://registry.npmmirror.com/js-cookie/-/js-cookie-3.0.5.tgz", + "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz", "integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==", "engines": { "node": ">=14" @@ -3472,12 +3666,12 @@ }, "node_modules/js-tokens": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, "node_modules/js-yaml": { "version": "4.1.0", - "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dependencies": { "argparse": "^2.0.1" @@ -3488,12 +3682,12 @@ }, "node_modules/jsbn": { "version": "1.1.0", - "resolved": "https://registry.npmmirror.com/jsbn/-/jsbn-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==" }, "node_modules/jsesc": { "version": "2.5.2", - "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", "bin": { "jsesc": "bin/jsesc" @@ -3504,7 +3698,7 @@ }, "node_modules/json5": { "version": "2.2.3", - "resolved": "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "bin": { "json5": "lib/cli.js" @@ -3515,7 +3709,7 @@ }, "node_modules/kerberos": { "version": "2.1.0", - "resolved": "https://registry.npmmirror.com/kerberos/-/kerberos-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/kerberos/-/kerberos-2.1.0.tgz", "integrity": "sha512-HvOl6O6cyEN/8Z4CAocHe/sekJtvt5UrxUdCuu7bXDZ2Hnsy6OpsQbISW+lpm03vrbO2ir+1QQ5Sx/vMEhHnog==", "hasInstallScript": true, "optional": true, @@ -3530,37 +3724,41 @@ }, "node_modules/kerberos/node_modules/node-addon-api": { "version": "6.1.0", - "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-6.1.0.tgz", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz", "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==", "optional": true }, "node_modules/lodash": { "version": "4.17.21", - "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, "node_modules/lodash.isstring": { "version": "4.0.1", - "resolved": "https://registry.npmmirror.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==" }, "node_modules/lodash.merge": { "version": "4.6.2", - "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" }, "node_modules/lowlight": { "version": "1.17.0", - "resolved": "https://registry.npmmirror.com/lowlight/-/lowlight-1.17.0.tgz", + "resolved": "https://registry.npmjs.org/lowlight/-/lowlight-1.17.0.tgz", "integrity": "sha512-vmtBgYKD+QVNy7tIa7ulz5d//Il9R4MooOVh4nkOf9R9Cb/Dk5TXMSTieg/vDulkBkIWj59/BIlyFQxT9X1oAQ==", "dependencies": { "fault": "^1.0.0", "highlight.js": "~10.4.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" } }, "node_modules/lru-cache": { "version": "5.1.1", - "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-5.1.1.tgz", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dependencies": { "yallist": "^3.0.2" @@ -3568,7 +3766,7 @@ }, "node_modules/macos-export-certificate-and-key": { "version": "1.1.1", - "resolved": "https://registry.npmmirror.com/macos-export-certificate-and-key/-/macos-export-certificate-and-key-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/macos-export-certificate-and-key/-/macos-export-certificate-and-key-1.1.1.tgz", "integrity": "sha512-J2g0dJRLG3DghmdCkbJnif/zPmSylj6ql//xBYff5allzNlHPnWxRoyho9XznBYLbPJw4jZlKjMO69jtV8VC7Q==", "hasInstallScript": true, "optional": true, @@ -3582,7 +3780,7 @@ }, "node_modules/md5": { "version": "2.3.0", - "resolved": "https://registry.npmmirror.com/md5/-/md5-2.3.0.tgz", + "resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz", "integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==", "dependencies": { "charenc": "0.0.2", @@ -3592,7 +3790,7 @@ }, "node_modules/media-typer": { "version": "0.3.0", - "resolved": "https://registry.npmmirror.com/media-typer/-/media-typer-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", "engines": { "node": ">= 0.6" @@ -3600,22 +3798,22 @@ }, "node_modules/memory-pager": { "version": "1.5.0", - "resolved": "https://registry.npmmirror.com/memory-pager/-/memory-pager-1.5.0.tgz", + "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", "integrity": "sha512-ZS4Bp4r/Zoeq6+NLJpP+0Zzm0pR8whtGPf1XExKLJBAczGMnSi3It14OiNCStjQjM6NU1okjQGSxgEZN8eBYKg==" }, "node_modules/merge-descriptors": { "version": "1.0.1", - "resolved": "https://registry.npmmirror.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" }, "node_modules/merge-stream": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/merge-stream/-/merge-stream-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" }, "node_modules/methods": { "version": "1.1.2", - "resolved": "https://registry.npmmirror.com/methods/-/methods-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", "engines": { "node": ">= 0.6" @@ -3623,7 +3821,7 @@ }, "node_modules/mime": { "version": "1.6.0", - "resolved": "https://registry.npmmirror.com/mime/-/mime-1.6.0.tgz", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", "bin": { "mime": "cli.js" @@ -3634,7 +3832,7 @@ }, "node_modules/mime-db": { "version": "1.52.0", - "resolved": "https://registry.npmmirror.com/mime-db/-/mime-db-1.52.0.tgz", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", "engines": { "node": ">= 0.6" @@ -3642,7 +3840,7 @@ }, "node_modules/mime-types": { "version": "2.1.35", - "resolved": "https://registry.npmmirror.com/mime-types/-/mime-types-2.1.35.tgz", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "dependencies": { "mime-db": "1.52.0" @@ -3653,41 +3851,53 @@ }, "node_modules/mimic-fn": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-4.0.0.tgz", "integrity": "sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==", "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/mimic-response": { "version": "3.1.0", - "resolved": "https://registry.npmmirror.com/mimic-response/-/mimic-response-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", "optional": true, "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/minimatch": { "version": "9.0.1", - "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.1.tgz", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/minimist": { "version": "1.2.8", - "resolved": "https://registry.npmmirror.com/minimist/-/minimist-1.2.8.tgz", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "optional": true + "optional": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/minipass": { "version": "7.0.4", - "resolved": "https://registry.npmmirror.com/minipass/-/minipass-7.0.4.tgz", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", "engines": { "node": ">=16 || 14 >=14.17" @@ -3695,7 +3905,7 @@ }, "node_modules/minizlib": { "version": "2.1.2", - "resolved": "https://registry.npmmirror.com/minizlib/-/minizlib-2.1.2.tgz", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", "dependencies": { "minipass": "^3.0.0", @@ -3707,7 +3917,7 @@ }, "node_modules/minizlib/node_modules/minipass": { "version": "3.3.6", - "resolved": "https://registry.npmmirror.com/minipass/-/minipass-3.3.6.tgz", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dependencies": { "yallist": "^4.0.0" @@ -3718,12 +3928,12 @@ }, "node_modules/minizlib/node_modules/yallist": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/mkdirp": { "version": "1.0.4", - "resolved": "https://registry.npmmirror.com/mkdirp/-/mkdirp-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", "bin": { "mkdirp": "bin/cmd.js" @@ -3734,13 +3944,13 @@ }, "node_modules/mkdirp-classic": { "version": "0.5.3", - "resolved": "https://registry.npmmirror.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", + "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", "optional": true }, "node_modules/mongodb": { "version": "6.3.0", - "resolved": "https://registry.npmmirror.com/mongodb/-/mongodb-6.3.0.tgz", + "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.3.0.tgz", "integrity": "sha512-tt0KuGjGtLUhLoU263+xvQmPHEGTw5LbcNC73EoFRYgSHwZt5tsoJC110hDyO1kjQzpgNrpdcSza9PknWN4LrA==", "dependencies": { "@mongodb-js/saslprep": "^1.1.0", @@ -3785,7 +3995,7 @@ }, "node_modules/mongodb-build-info": { "version": "1.7.1", - "resolved": "https://registry.npmmirror.com/mongodb-build-info/-/mongodb-build-info-1.7.1.tgz", + "resolved": "https://registry.npmjs.org/mongodb-build-info/-/mongodb-build-info-1.7.1.tgz", "integrity": "sha512-he4lTotY5AkGSc4Js9Dtqvx4W7x5JSNa9xtvR08y1tUyhglHG1tV+NnuUTrysXA0hNHMMvOd/Hh4Ez9Po84p1g==", "dependencies": { "mongodb-connection-string-url": "^3.0.0" @@ -3793,7 +4003,7 @@ }, "node_modules/mongodb-client-encryption": { "version": "6.0.0", - "resolved": "https://registry.npmmirror.com/mongodb-client-encryption/-/mongodb-client-encryption-6.0.0.tgz", + "resolved": "https://registry.npmjs.org/mongodb-client-encryption/-/mongodb-client-encryption-6.0.0.tgz", "integrity": "sha512-GtqkqlSq19acX006/U1odA3l+gwhvABeoTUlvvgtvSs6qcN3qSHPnur3Z5N4oKOv6fZ7EtT8rIsWP2riI0+Eyg==", "hasInstallScript": true, "optional": true, @@ -3808,7 +4018,7 @@ }, "node_modules/mongodb-connection-string-url": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/mongodb-connection-string-url/-/mongodb-connection-string-url-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-3.0.0.tgz", "integrity": "sha512-t1Vf+m1I5hC2M5RJx/7AtxgABy1cZmIPQRMXw+gEIPn/cZNF3Oiy+l0UIypUwVB5trcWHq3crg2g3uAR9aAwsQ==", "dependencies": { "@types/whatwg-url": "^11.0.2", @@ -3817,7 +4027,7 @@ }, "node_modules/mongodb-crypt-library-version": { "version": "1.0.3", - "resolved": "https://registry.npmmirror.com/mongodb-crypt-library-version/-/mongodb-crypt-library-version-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/mongodb-crypt-library-version/-/mongodb-crypt-library-version-1.0.3.tgz", "integrity": "sha512-w+T89kF9fC7npcf7m/+OUeXasf5TSL0GlugOCxzdXQFykV5MdU2yvcuuDZz4MD1pJickvGxBcw41jGg2s4lJ0g==", "hasInstallScript": true, "optional": true, @@ -3831,7 +4041,7 @@ }, "node_modules/mongodb-log-writer": { "version": "1.4.0", - "resolved": "https://registry.npmmirror.com/mongodb-log-writer/-/mongodb-log-writer-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/mongodb-log-writer/-/mongodb-log-writer-1.4.0.tgz", "integrity": "sha512-hQrn8Xu58Z9uLmd2oncvu/b5KNxxKaW6MUrVRI/xObz/yzYNVWF3V4rgK9Ort72nOCmMD3PWOS+ZoZBtxgKibA==", "dependencies": { "bson": "^4.5.1 || ^5.0.0 || ^6.0.0", @@ -3840,7 +4050,7 @@ }, "node_modules/mongodb-redact": { "version": "0.2.2", - "resolved": "https://registry.npmmirror.com/mongodb-redact/-/mongodb-redact-0.2.2.tgz", + "resolved": "https://registry.npmjs.org/mongodb-redact/-/mongodb-redact-0.2.2.tgz", "integrity": "sha512-tmgDpSBymFtKggsLzpa0vDYaqh2wEXOswBZtJkXvbPKP0ThfPwoFYXtOukactU6WZsC4RYmpSPM4P6582FR/Xw==", "dependencies": { "lodash": "^4.17.15" @@ -3848,12 +4058,12 @@ }, "node_modules/ms": { "version": "2.1.3", - "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/mustache": { "version": "4.2.0", - "resolved": "https://registry.npmmirror.com/mustache/-/mustache-4.2.0.tgz", + "resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz", "integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==", "bin": { "mustache": "bin/mustache" @@ -3861,22 +4071,22 @@ }, "node_modules/napi-build-utils": { "version": "1.0.2", - "resolved": "https://registry.npmmirror.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz", "integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==", "optional": true }, "node_modules/negotiator": { "version": "0.6.3", - "resolved": "https://registry.npmmirror.com/negotiator/-/negotiator-0.6.3.tgz", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", "engines": { "node": ">= 0.6" } }, "node_modules/node-abi": { - "version": "3.54.0", - "resolved": "https://registry.npmmirror.com/node-abi/-/node-abi-3.54.0.tgz", - "integrity": "sha512-p7eGEiQil0YUV3ItH4/tBb781L5impVmmx2E9FRKF7d18XXzp4PGT2tdYMFY6wQqgxD0IwNZOiSJ0/K0fSi/OA==", + "version": "3.55.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.55.0.tgz", + "integrity": "sha512-uPEjtyh2tFEvWYt4Jw7McOD5FPcHkcxm/tHZc5PWaDB3JYq0rGFUbgaAK+CT5pYpQddBfsZVWI08OwoRfdfbcQ==", "optional": true, "dependencies": { "semver": "^7.3.5" @@ -3887,13 +4097,13 @@ }, "node_modules/node-addon-api": { "version": "4.3.0", - "resolved": "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-4.3.0.tgz", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-4.3.0.tgz", "integrity": "sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==", "optional": true }, "node_modules/node-fetch": { "version": "2.7.0", - "resolved": "https://registry.npmmirror.com/node-fetch/-/node-fetch-2.7.0.tgz", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", "dependencies": { "whatwg-url": "^5.0.0" @@ -3912,17 +4122,17 @@ }, "node_modules/node-fetch/node_modules/tr46": { "version": "0.0.3", - "resolved": "https://registry.npmmirror.com/tr46/-/tr46-0.0.3.tgz", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==" }, "node_modules/node-fetch/node_modules/webidl-conversions": { "version": "3.0.1", - "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==" }, "node_modules/node-fetch/node_modules/whatwg-url": { "version": "5.0.0", - "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", "dependencies": { "tr46": "~0.0.3", @@ -3931,7 +4141,7 @@ }, "node_modules/node-forge": { "version": "1.3.1", - "resolved": "https://registry.npmmirror.com/node-forge/-/node-forge-1.3.1.tgz", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", "optional": true, "engines": { @@ -3940,12 +4150,12 @@ }, "node_modules/node-releases": { "version": "2.0.14", - "resolved": "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.14.tgz", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==" }, "node_modules/nopt": { "version": "7.2.0", - "resolved": "https://registry.npmmirror.com/nopt/-/nopt-7.2.0.tgz", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.0.tgz", "integrity": "sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA==", "dependencies": { "abbrev": "^2.0.0" @@ -3959,26 +4169,32 @@ }, "node_modules/npm-run-path": { "version": "5.2.0", - "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-5.2.0.tgz", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.2.0.tgz", "integrity": "sha512-W4/tgAXFqFA0iL7fk0+uQ3g7wkL8xJmx3XdK0VGb4cHW//eZTtKGvFBBoRKVTpY7n6ze4NL9ly7rgXcHufqXKg==", "dependencies": { "path-key": "^4.0.0" }, "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/npm-run-path/node_modules/path-key": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/path-key/-/path-key-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==", "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/numeral": { "version": "2.0.6", - "resolved": "https://registry.npmmirror.com/numeral/-/numeral-2.0.6.tgz", + "resolved": "https://registry.npmjs.org/numeral/-/numeral-2.0.6.tgz", "integrity": "sha512-qaKRmtYPZ5qdw4jWJD6bxEf1FJEqllJrwxCLIm0sQU/A7v2/czigzOb+C2uSiFsa9lBUzeH7M1oK+Q+OLxL3kA==", "engines": { "node": "*" @@ -3986,7 +4202,7 @@ }, "node_modules/object-hash": { "version": "2.2.0", - "resolved": "https://registry.npmmirror.com/object-hash/-/object-hash-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz", "integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==", "engines": { "node": ">= 6" @@ -3994,12 +4210,15 @@ }, "node_modules/object-inspect": { "version": "1.13.1", - "resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.13.1.tgz", - "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==" + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", + "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/oidc-token-hash": { "version": "5.0.3", - "resolved": "https://registry.npmmirror.com/oidc-token-hash/-/oidc-token-hash-5.0.3.tgz", + "resolved": "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.0.3.tgz", "integrity": "sha512-IF4PcGgzAr6XXSff26Sk/+P4KZFJVuHAJZj3wgO3vX2bMdNVp/QXTP3P7CEm9V1IdG8lDLY3HhiqpsE/nOwpPw==", "engines": { "node": "^10.13.0 || >=12.0.0" @@ -4007,7 +4226,7 @@ }, "node_modules/on-finished": { "version": "2.4.1", - "resolved": "https://registry.npmmirror.com/on-finished/-/on-finished-2.4.1.tgz", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", "dependencies": { "ee-first": "1.1.1" @@ -4018,7 +4237,7 @@ }, "node_modules/once": { "version": "1.4.0", - "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "optional": true, "dependencies": { @@ -4027,18 +4246,21 @@ }, "node_modules/onetime": { "version": "6.0.0", - "resolved": "https://registry.npmmirror.com/onetime/-/onetime-6.0.0.tgz", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-6.0.0.tgz", "integrity": "sha512-1FlR+gjXK7X+AsAHso35MnyN5KqGwJRi/31ft6x0M194ht7S+rWAvd7PHss9xSKMzE0asv1pyIHaJYq+BbacAQ==", "dependencies": { "mimic-fn": "^4.0.0" }, "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/open": { "version": "9.1.0", - "resolved": "https://registry.npmmirror.com/open/-/open-9.1.0.tgz", + "resolved": "https://registry.npmjs.org/open/-/open-9.1.0.tgz", "integrity": "sha512-OS+QTnw1/4vrf+9hh1jc1jnYjzSG4ttTBB8UxOwAnInG3Uo4ssetzC1ihqaIHjLJnA5GGlRl6QlZXOTQhRBUvg==", "dependencies": { "default-browser": "^4.0.0", @@ -4048,22 +4270,28 @@ }, "engines": { "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/openid-client": { "version": "5.6.4", - "resolved": "https://registry.npmmirror.com/openid-client/-/openid-client-5.6.4.tgz", + "resolved": "https://registry.npmjs.org/openid-client/-/openid-client-5.6.4.tgz", "integrity": "sha512-T1h3B10BRPKfcObdBklX639tVz+xh34O7GjofqrqiAQdm7eHsQ00ih18x6wuJ/E6FxdtS2u3FmUGPDeEcMwzNA==", "dependencies": { "jose": "^4.15.4", "lru-cache": "^6.0.0", "object-hash": "^2.2.0", "oidc-token-hash": "^5.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/panva" } }, "node_modules/openid-client/node_modules/lru-cache": { "version": "6.0.0", - "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dependencies": { "yallist": "^4.0.0" @@ -4074,12 +4302,12 @@ }, "node_modules/openid-client/node_modules/yallist": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/os-dns-native": { "version": "1.2.1", - "resolved": "https://registry.npmmirror.com/os-dns-native/-/os-dns-native-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/os-dns-native/-/os-dns-native-1.2.1.tgz", "integrity": "sha512-LbU43lWBxnZhy72Ngr+Vga0og5Q2+Ob8lvSHJkP2uYBkvdmAnK4CvaVaBhC1hk9AQV3YxAZ9fZWaJTuIyPEi+Q==", "hasInstallScript": true, "optional": true, @@ -4092,7 +4320,7 @@ }, "node_modules/parseurl": { "version": "1.3.3", - "resolved": "https://registry.npmmirror.com/parseurl/-/parseurl-1.3.3.tgz", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", "engines": { "node": ">= 0.8" @@ -4100,7 +4328,7 @@ }, "node_modules/path-key": { "version": "3.1.1", - "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "engines": { "node": ">=8" @@ -4108,7 +4336,7 @@ }, "node_modules/path-scurry": { "version": "1.10.1", - "resolved": "https://registry.npmmirror.com/path-scurry/-/path-scurry-1.10.1.tgz", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", "dependencies": { "lru-cache": "^9.1.1 || ^10.0.0", @@ -4116,11 +4344,14 @@ }, "engines": { "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/path-scurry/node_modules/lru-cache": { "version": "10.2.0", - "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-10.2.0.tgz", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", "engines": { "node": "14 || >=16.14" @@ -4128,17 +4359,17 @@ }, "node_modules/path-to-regexp": { "version": "0.1.7", - "resolved": "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" }, "node_modules/picocolors": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" }, "node_modules/prebuild-install": { "version": "7.1.1", - "resolved": "https://registry.npmmirror.com/prebuild-install/-/prebuild-install-7.1.1.tgz", + "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.1.tgz", "integrity": "sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==", "optional": true, "dependencies": { @@ -4164,7 +4395,7 @@ }, "node_modules/pretty-repl": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/pretty-repl/-/pretty-repl-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/pretty-repl/-/pretty-repl-4.0.0.tgz", "integrity": "sha512-2WmwcEXvMDQ3UVb/emuYb0M7dVVU1NSm7L7lf9nwGxvzWovUbLaXWUve8VqOoAO34GQBQ2l+nYcXY0HGllNc5Q==", "dependencies": { "ansi-regex": "^5.0.1", @@ -4178,18 +4409,21 @@ }, "node_modules/pretty-repl/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { "color-convert": "^2.0.1" }, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, "node_modules/pretty-repl/node_modules/chalk": { "version": "4.1.2", - "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dependencies": { "ansi-styles": "^4.1.0", @@ -4197,11 +4431,14 @@ }, "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, "node_modules/pretty-repl/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dependencies": { "color-name": "~1.1.4" @@ -4212,12 +4449,12 @@ }, "node_modules/pretty-repl/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "node_modules/pretty-repl/node_modules/has-flag": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "engines": { "node": ">=8" @@ -4225,7 +4462,7 @@ }, "node_modules/pretty-repl/node_modules/supports-color": { "version": "7.2.0", - "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dependencies": { "has-flag": "^4.0.0" @@ -4236,12 +4473,12 @@ }, "node_modules/proto-list": { "version": "1.2.4", - "resolved": "https://registry.npmmirror.com/proto-list/-/proto-list-1.2.4.tgz", + "resolved": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz", "integrity": "sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==" }, "node_modules/proxy-addr": { "version": "2.0.7", - "resolved": "https://registry.npmmirror.com/proxy-addr/-/proxy-addr-2.0.7.tgz", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", "dependencies": { "forwarded": "0.2.0", @@ -4253,7 +4490,7 @@ }, "node_modules/pump": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/pump/-/pump-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "optional": true, "dependencies": { @@ -4263,7 +4500,7 @@ }, "node_modules/punycode": { "version": "2.3.1", - "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "engines": { "node": ">=6" @@ -4271,18 +4508,21 @@ }, "node_modules/qs": { "version": "6.11.0", - "resolved": "https://registry.npmmirror.com/qs/-/qs-6.11.0.tgz", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", "dependencies": { "side-channel": "^1.0.4" }, "engines": { "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/range-parser": { "version": "1.2.1", - "resolved": "https://registry.npmmirror.com/range-parser/-/range-parser-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", "engines": { "node": ">= 0.6" @@ -4290,7 +4530,7 @@ }, "node_modules/raw-body": { "version": "2.5.1", - "resolved": "https://registry.npmmirror.com/raw-body/-/raw-body-2.5.1.tgz", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", "dependencies": { "bytes": "3.1.2", @@ -4304,7 +4544,7 @@ }, "node_modules/rc": { "version": "1.2.8", - "resolved": "https://registry.npmmirror.com/rc/-/rc-1.2.8.tgz", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", "optional": true, "dependencies": { @@ -4319,7 +4559,7 @@ }, "node_modules/readable-stream": { "version": "3.6.2", - "resolved": "https://registry.npmmirror.com/readable-stream/-/readable-stream-3.6.2.tgz", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", "optional": true, "dependencies": { @@ -4333,12 +4573,12 @@ }, "node_modules/remove-trailing-slash": { "version": "0.1.1", - "resolved": "https://registry.npmmirror.com/remove-trailing-slash/-/remove-trailing-slash-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/remove-trailing-slash/-/remove-trailing-slash-0.1.1.tgz", "integrity": "sha512-o4S4Qh6L2jpnCy83ysZDau+VORNvnFw07CKSAymkd6ICNVEPisMyzlc00KlvvicsxKck94SEwhDnMNdICzO+tA==" }, "node_modules/resolve-mongodb-srv": { "version": "1.1.3", - "resolved": "https://registry.npmmirror.com/resolve-mongodb-srv/-/resolve-mongodb-srv-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/resolve-mongodb-srv/-/resolve-mongodb-srv-1.1.3.tgz", "integrity": "sha512-TrD4ebxN+1wfGhTl1uEKPSReCK13OscqpatIFKabCivrfQSDeVB4GYxpbm5F7yryyniuCxiEDxyyJO3a0UPQjw==", "optional": true, "dependencies": { @@ -4350,18 +4590,21 @@ }, "node_modules/run-applescript": { "version": "5.0.0", - "resolved": "https://registry.npmmirror.com/run-applescript/-/run-applescript-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-5.0.0.tgz", "integrity": "sha512-XcT5rBksx1QdIhlFOCtgZkB99ZEouFZ1E2Kc2LHqNW13U3/74YGdkQRmThTwxy4QIyookibDKYZOPqX//6BlAg==", "dependencies": { "execa": "^5.0.0" }, "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/run-applescript/node_modules/execa": { "version": "5.1.1", - "resolved": "https://registry.npmmirror.com/execa/-/execa-5.1.1.tgz", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dependencies": { "cross-spawn": "^7.0.3", @@ -4376,11 +4619,14 @@ }, "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" } }, "node_modules/run-applescript/node_modules/human-signals": { "version": "2.1.0", - "resolved": "https://registry.npmmirror.com/human-signals/-/human-signals-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "engines": { "node": ">=10.17.0" @@ -4388,15 +4634,18 @@ }, "node_modules/run-applescript/node_modules/is-stream": { "version": "2.0.1", - "resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/run-applescript/node_modules/mimic-fn": { "version": "2.1.0", - "resolved": "https://registry.npmmirror.com/mimic-fn/-/mimic-fn-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "engines": { "node": ">=6" @@ -4404,7 +4653,7 @@ }, "node_modules/run-applescript/node_modules/npm-run-path": { "version": "4.0.1", - "resolved": "https://registry.npmmirror.com/npm-run-path/-/npm-run-path-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "dependencies": { "path-key": "^3.0.0" @@ -4415,23 +4664,26 @@ }, "node_modules/run-applescript/node_modules/onetime": { "version": "5.1.2", - "resolved": "https://registry.npmmirror.com/onetime/-/onetime-5.1.2.tgz", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dependencies": { "mimic-fn": "^2.1.0" }, "engines": { "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/run-applescript/node_modules/signal-exit": { "version": "3.0.7", - "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-3.0.7.tgz", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" }, "node_modules/run-applescript/node_modules/strip-final-newline": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "engines": { "node": ">=6" @@ -4439,17 +4691,31 @@ }, "node_modules/safe-buffer": { "version": "5.2.1", - "resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }, "node_modules/safer-buffer": { "version": "2.1.2", - "resolved": "https://registry.npmmirror.com/safer-buffer/-/safer-buffer-2.1.2.tgz", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, "node_modules/semver": { "version": "7.6.0", - "resolved": "https://registry.npmmirror.com/semver/-/semver-7.6.0.tgz", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dependencies": { "lru-cache": "^6.0.0" @@ -4463,7 +4729,7 @@ }, "node_modules/semver/node_modules/lru-cache": { "version": "6.0.0", - "resolved": "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dependencies": { "yallist": "^4.0.0" @@ -4474,12 +4740,12 @@ }, "node_modules/semver/node_modules/yallist": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/send": { "version": "0.18.0", - "resolved": "https://registry.npmmirror.com/send/-/send-0.18.0.tgz", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", "dependencies": { "debug": "2.6.9", @@ -4502,7 +4768,7 @@ }, "node_modules/send/node_modules/debug": { "version": "2.6.9", - "resolved": "https://registry.npmmirror.com/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dependencies": { "ms": "2.0.0" @@ -4510,12 +4776,12 @@ }, "node_modules/send/node_modules/debug/node_modules/ms": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "node_modules/serve-static": { "version": "1.15.0", - "resolved": "https://registry.npmmirror.com/serve-static/-/serve-static-1.15.0.tgz", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", "dependencies": { "encodeurl": "~1.0.2", @@ -4529,7 +4795,7 @@ }, "node_modules/set-function-length": { "version": "1.2.1", - "resolved": "https://registry.npmmirror.com/set-function-length/-/set-function-length-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.1.tgz", "integrity": "sha512-j4t6ccc+VsKwYHso+kElc5neZpjtq9EnRICFZtWyBsLojhmeF/ZBd/elqm22WJh/BziDe/SBiOeAt0m2mfLD0g==", "dependencies": { "define-data-property": "^1.1.2", @@ -4545,12 +4811,12 @@ }, "node_modules/setprototypeof": { "version": "1.2.0", - "resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" }, "node_modules/shebang-command": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dependencies": { "shebang-regex": "^3.0.0" @@ -4561,7 +4827,7 @@ }, "node_modules/shebang-regex": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "engines": { "node": ">=8" @@ -4569,7 +4835,7 @@ }, "node_modules/side-channel": { "version": "1.0.5", - "resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.0.5.tgz", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.5.tgz", "integrity": "sha512-QcgiIWV4WV7qWExbN5llt6frQB/lBven9pqliLXfGPB+K9ZYXxDozp0wLkHS24kWCm+6YXH/f0HhnObZnZOBnQ==", "dependencies": { "call-bind": "^1.0.6", @@ -4579,26 +4845,60 @@ }, "engines": { "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/signal-exit": { "version": "4.1.0", - "resolved": "https://registry.npmmirror.com/signal-exit/-/signal-exit-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", "engines": { "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/simple-concat": { "version": "1.0.1", - "resolved": "https://registry.npmmirror.com/simple-concat/-/simple-concat-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], "optional": true }, "node_modules/simple-get": { "version": "4.0.1", - "resolved": "https://registry.npmmirror.com/simple-get/-/simple-get-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz", "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], "optional": true, "dependencies": { "decompress-response": "^6.0.0", @@ -4608,7 +4908,7 @@ }, "node_modules/smart-buffer": { "version": "4.2.0", - "resolved": "https://registry.npmmirror.com/smart-buffer/-/smart-buffer-4.2.0.tgz", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", "engines": { "node": ">= 6.0.0", @@ -4617,7 +4917,7 @@ }, "node_modules/socks": { "version": "2.7.3", - "resolved": "https://registry.npmmirror.com/socks/-/socks-2.7.3.tgz", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.3.tgz", "integrity": "sha512-vfuYK48HXCTFD03G/1/zkIls3Ebr2YNa4qU9gHDZdblHLiqhJrJGkY3+0Nx0JpN9qBhJbVObc1CNciT1bIZJxw==", "dependencies": { "ip-address": "^9.0.5", @@ -4630,7 +4930,7 @@ }, "node_modules/sparse-bitfield": { "version": "3.0.3", - "resolved": "https://registry.npmmirror.com/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==", "dependencies": { "memory-pager": "^1.0.2" @@ -4638,12 +4938,12 @@ }, "node_modules/sprintf-js": { "version": "1.1.3", - "resolved": "https://registry.npmmirror.com/sprintf-js/-/sprintf-js-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" }, "node_modules/statuses": { "version": "2.0.1", - "resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", "engines": { "node": ">= 0.8" @@ -4651,7 +4951,7 @@ }, "node_modules/string_decoder": { "version": "1.3.0", - "resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", "optional": true, "dependencies": { @@ -4660,7 +4960,7 @@ }, "node_modules/string-width": { "version": "5.1.2", - "resolved": "https://registry.npmmirror.com/string-width/-/string-width-5.1.2.tgz", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dependencies": { "eastasianwidth": "^0.2.0", @@ -4669,12 +4969,15 @@ }, "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/string-width-cjs": { "name": "string-width", "version": "4.2.3", - "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dependencies": { "emoji-regex": "^8.0.0", @@ -4687,31 +4990,37 @@ }, "node_modules/string-width-cjs/node_modules/emoji-regex": { "version": "8.0.0", - "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" }, "node_modules/string-width/node_modules/ansi-regex": { "version": "6.0.1", - "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.0.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, "node_modules/string-width/node_modules/strip-ansi": { "version": "7.1.0", - "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dependencies": { "ansi-regex": "^6.0.1" }, "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, "node_modules/strip-ansi": { "version": "6.0.1", - "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dependencies": { "ansi-regex": "^5.0.1" @@ -4723,7 +5032,7 @@ "node_modules/strip-ansi-cjs": { "name": "strip-ansi", "version": "6.0.1", - "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dependencies": { "ansi-regex": "^5.0.1" @@ -4734,15 +5043,18 @@ }, "node_modules/strip-final-newline": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/strip-final-newline/-/strip-final-newline-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-3.0.0.tgz", "integrity": "sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==", "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/strip-json-comments": { "version": "2.0.1", - "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", "optional": true, "engines": { @@ -4751,12 +5063,12 @@ }, "node_modules/strnum": { "version": "1.0.5", - "resolved": "https://registry.npmmirror.com/strnum/-/strnum-1.0.5.tgz", + "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz", "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==" }, "node_modules/supports-color": { "version": "5.5.0", - "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-5.5.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dependencies": { "has-flag": "^3.0.0" @@ -4767,7 +5079,7 @@ }, "node_modules/system-ca": { "version": "1.0.2", - "resolved": "https://registry.npmmirror.com/system-ca/-/system-ca-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/system-ca/-/system-ca-1.0.2.tgz", "integrity": "sha512-/6CCJOKB5Fpi0x7/DCbV7uiFPgwGCeJsAaSondXS2DjLBv7ER2worVGvQWJqPM0kgOKO6auaCcSWpJKnrDmXjw==", "optionalDependencies": { "macos-export-certificate-and-key": "^1.1.1", @@ -4776,7 +5088,7 @@ }, "node_modules/tar": { "version": "6.2.0", - "resolved": "https://registry.npmmirror.com/tar/-/tar-6.2.0.tgz", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz", "integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==", "dependencies": { "chownr": "^2.0.0", @@ -4792,7 +5104,7 @@ }, "node_modules/tar-fs": { "version": "2.1.1", - "resolved": "https://registry.npmmirror.com/tar-fs/-/tar-fs-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz", "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==", "optional": true, "dependencies": { @@ -4804,13 +5116,13 @@ }, "node_modules/tar-fs/node_modules/chownr": { "version": "1.1.4", - "resolved": "https://registry.npmmirror.com/chownr/-/chownr-1.1.4.tgz", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", "optional": true }, "node_modules/tar-stream": { "version": "2.2.0", - "resolved": "https://registry.npmmirror.com/tar-stream/-/tar-stream-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", "optional": true, "dependencies": { @@ -4826,7 +5138,7 @@ }, "node_modules/tar/node_modules/minipass": { "version": "5.0.0", - "resolved": "https://registry.npmmirror.com/minipass/-/minipass-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", "engines": { "node": ">=8" @@ -4834,25 +5146,28 @@ }, "node_modules/tar/node_modules/yallist": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/text-table": { "version": "0.2.0", - "resolved": "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" }, "node_modules/titleize": { "version": "3.0.0", - "resolved": "https://registry.npmmirror.com/titleize/-/titleize-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/titleize/-/titleize-3.0.0.tgz", "integrity": "sha512-KxVu8EYHDPBdUYdKZdKtU2aj2XfEx9AfjXxE/Aj0vT06w2icA09Vus1rh6eSu1y01akYg6BjIK/hxyLJINoMLQ==", "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/to-fast-properties": { "version": "2.0.0", - "resolved": "https://registry.npmmirror.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", "engines": { "node": ">=4" @@ -4860,7 +5175,7 @@ }, "node_modules/toidentifier": { "version": "1.0.1", - "resolved": "https://registry.npmmirror.com/toidentifier/-/toidentifier-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", "engines": { "node": ">=0.6" @@ -4868,7 +5183,7 @@ }, "node_modules/tr46": { "version": "4.1.1", - "resolved": "https://registry.npmmirror.com/tr46/-/tr46-4.1.1.tgz", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-4.1.1.tgz", "integrity": "sha512-2lv/66T7e5yNyhAAC4NaKe5nVavzuGJQVVtRYLyQ2OI8tsJ61PMLlelehb0wi2Hx6+hT/OJUWZcw8MjlSRnxvw==", "dependencies": { "punycode": "^2.3.0" @@ -4879,12 +5194,12 @@ }, "node_modules/tslib": { "version": "2.6.2", - "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.6.2.tgz", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/tunnel-agent": { "version": "0.6.0", - "resolved": "https://registry.npmmirror.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", "optional": true, "dependencies": { @@ -4896,7 +5211,7 @@ }, "node_modules/type-is": { "version": "1.6.18", - "resolved": "https://registry.npmmirror.com/type-is/-/type-is-1.6.18.tgz", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", "dependencies": { "media-typer": "0.3.0", @@ -4908,7 +5223,7 @@ }, "node_modules/unpipe": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/unpipe/-/unpipe-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", "engines": { "node": ">= 0.8" @@ -4916,7 +5231,7 @@ }, "node_modules/untildify": { "version": "4.0.0", - "resolved": "https://registry.npmmirror.com/untildify/-/untildify-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", "engines": { "node": ">=8" @@ -4924,8 +5239,22 @@ }, "node_modules/update-browserslist-db": { "version": "1.0.13", - "resolved": "https://registry.npmmirror.com/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "dependencies": { "escalade": "^3.1.1", "picocolors": "^1.0.0" @@ -4939,13 +5268,13 @@ }, "node_modules/util-deprecate": { "version": "1.0.2", - "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", "optional": true }, "node_modules/utils-merge": { "version": "1.0.1", - "resolved": "https://registry.npmmirror.com/utils-merge/-/utils-merge-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", "engines": { "node": ">= 0.4.0" @@ -4953,7 +5282,7 @@ }, "node_modules/uuid": { "version": "8.3.2", - "resolved": "https://registry.npmmirror.com/uuid/-/uuid-8.3.2.tgz", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "bin": { "uuid": "dist/bin/uuid" @@ -4961,7 +5290,7 @@ }, "node_modules/vary": { "version": "1.1.2", - "resolved": "https://registry.npmmirror.com/vary/-/vary-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", "engines": { "node": ">= 0.8" @@ -4969,7 +5298,7 @@ }, "node_modules/webidl-conversions": { "version": "7.0.0", - "resolved": "https://registry.npmmirror.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", "engines": { "node": ">=12" @@ -4977,7 +5306,7 @@ }, "node_modules/whatwg-url": { "version": "13.0.0", - "resolved": "https://registry.npmmirror.com/whatwg-url/-/whatwg-url-13.0.0.tgz", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-13.0.0.tgz", "integrity": "sha512-9WWbymnqj57+XEuqADHrCJ2eSXzn8WXIW/YSGaZtb2WKAInQ6CHfaUUcTyyver0p8BDg5StLQq8h1vtZuwmOig==", "dependencies": { "tr46": "^4.1.1", @@ -4989,7 +5318,7 @@ }, "node_modules/which": { "version": "2.0.2", - "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dependencies": { "isexe": "^2.0.0" @@ -5003,7 +5332,7 @@ }, "node_modules/win-export-certificate-and-key": { "version": "1.1.1", - "resolved": "https://registry.npmmirror.com/win-export-certificate-and-key/-/win-export-certificate-and-key-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/win-export-certificate-and-key/-/win-export-certificate-and-key-1.1.1.tgz", "integrity": "sha512-wvF1DKlbt/PLOSdnKzIqv0Ipj+87n2VYOJFbkqBoN7l3l244reT7Lf6+Dnu86bYVWoVpq3ZZG417OLNHFnkP6A==", "hasInstallScript": true, "optional": true, @@ -5018,7 +5347,7 @@ }, "node_modules/wrap-ansi": { "version": "8.1.0", - "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", "dependencies": { "ansi-styles": "^6.1.0", @@ -5027,12 +5356,15 @@ }, "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, "node_modules/wrap-ansi-cjs": { "name": "wrap-ansi", "version": "7.0.0", - "resolved": "https://registry.npmmirror.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dependencies": { "ansi-styles": "^4.0.0", @@ -5041,22 +5373,28 @@ }, "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { "version": "4.3.0", - "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { "color-convert": "^2.0.1" }, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, "node_modules/wrap-ansi-cjs/node_modules/color-convert": { "version": "2.0.1", - "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dependencies": { "color-name": "~1.1.4" @@ -5067,17 +5405,17 @@ }, "node_modules/wrap-ansi-cjs/node_modules/color-name": { "version": "1.1.4", - "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { "version": "8.0.0", - "resolved": "https://registry.npmmirror.com/emoji-regex/-/emoji-regex-8.0.0.tgz", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" }, "node_modules/wrap-ansi-cjs/node_modules/string-width": { "version": "4.2.3", - "resolved": "https://registry.npmmirror.com/string-width/-/string-width-4.2.3.tgz", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dependencies": { "emoji-regex": "^8.0.0", @@ -5090,45 +5428,54 @@ }, "node_modules/wrap-ansi/node_modules/ansi-regex": { "version": "6.0.1", - "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.0.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, "node_modules/wrap-ansi/node_modules/ansi-styles": { "version": "6.2.1", - "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, "node_modules/wrap-ansi/node_modules/strip-ansi": { "version": "7.1.0", - "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dependencies": { "ansi-regex": "^6.0.1" }, "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, "node_modules/wrappy": { "version": "1.0.2", - "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "optional": true }, "node_modules/yallist": { "version": "3.1.1", - "resolved": "https://registry.npmmirror.com/yallist/-/yallist-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" }, "node_modules/yargs-parser": { "version": "20.2.9", - "resolved": "https://registry.npmmirror.com/yargs-parser/-/yargs-parser-20.2.9.tgz", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "engines": { "node": ">=10" diff --git a/pkgs/development/tools/mongosh/source.json b/pkgs/development/tools/mongosh/source.json index b0a036978b99..2a3eab255310 100644 --- a/pkgs/development/tools/mongosh/source.json +++ b/pkgs/development/tools/mongosh/source.json @@ -1,6 +1,6 @@ { - "version": "2.1.4", - "integrity": "sha512-ETkdzNa3TJCZ5kFjmlt/YC+GxQGSLVe27slzRBMp3w1oNtHe/Zi6Q8u+AeqenXqty9aAMktv6zmI0njXLdk+MA==", - "filename": "mongosh-2.1.4.tgz", - "deps": "sha256-QHTes1v0zNpy+EfW7WoAONLJ4dNIw3mbHkp4Ogd0p/s=" + "version": "2.1.5", + "integrity": "sha512-+FYryX5zOiMSc26CscDADeXxC733YMGLpQcfYUC0r8w3q9PPW7MqMvJN1nFzmsiKsojuV/yyMP+ImIE1j3YX1g==", + "filename": "mongosh-2.1.5.tgz", + "deps": "sha256-1gRrdSuSrX7hVkAGuqQZ0Q/RANVy4wj2+ZS3NTEfQAo=" } No auto update branch exists There might already be an open PR for this update: - mongosh: 2.1.4 -> 2.1.5 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/290083" [result] Failed to update mongosh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.socksipy-branch, using log file: /var/log/nixpkgs-update/python311Packages.socksipy-branch/2024-02-21.log python311Packages.socksipy-branch 0 -> 1 attrpath: python311Packages.socksipy-branch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-SocksiPy-branch-1.01 Press Enter key to continue... Running update for: - python3.11-SocksiPy-branch-1.01: UPDATING ... - python3.11-SocksiPy-branch-1.01: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.socksipy-branch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dolt, using log file: /var/log/nixpkgs-update/dolt/2024-02-21.log dolt 1.32.6 -> 1.34.2 https://github.com/dolthub/dolt/releases attrpath: dolt Checking auto update branch... An auto update branch exists with message `dolt: 1.32.6 -> 1.34.1`. New version is 1.34.2. The auto update branch does not match or exceed the new version. [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = "sha256-RpwIPWzzAxXvDCf2CGnKo4NtsIe7QS4gVP1zeFgq+BQ=" [golangModuleVersion] Replaced vendorHash with sha256-W0krvjO1sqQmpq+2txyGwrCvtJ9RuxsUB/QEHxkU3x8= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/sql/dolt/default.nix b/pkgs/servers/sql/dolt/default.nix index 1f5205b27607..d449b1b95b65 100644 --- a/pkgs/servers/sql/dolt/default.nix +++ b/pkgs/servers/sql/dolt/default.nix @@ -2,18 +2,18 @@ buildGoModule rec { pname = "dolt"; - version = "1.32.6"; + version = "1.34.2"; src = fetchFromGitHub { owner = "dolthub"; repo = "dolt"; rev = "v${version}"; - sha256 = "sha256-ftotZwRxcBErKzh1dZYqScTW12/tCOOHFJuruB5FOMU="; + sha256 = "sha256-nyZKsSwxerYvT0aUBjLmMzh2ICQ4AjCRlA1P3fWThzw="; }; modRoot = "./go"; subPackages = [ "cmd/dolt" ]; - vendorHash = "sha256-RpwIPWzzAxXvDCf2CGnKo4NtsIe7QS4gVP1zeFgq+BQ="; + vendorHash = "sha256-W0krvjO1sqQmpq+2txyGwrCvtJ9RuxsUB/QEHxkU3x8="; proxyVendor = true; doCheck = false; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/di9400sza9y7f9py2yd6s48ldz8i03s7-dolt-1.34.2" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • dolt
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/dolthub/dolt/releases. meta.description for dolt is: Relational database with version control and CLI a-la Git meta.homepage for dolt is: https://github.com/dolthub/dolt ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/dolthub/dolt/releases/tag/v1.34.2) - [Compare changes on GitHub](https://github.com/dolthub/dolt/compare/v1.32.6...v1.34.2) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.34.2 with grep in /nix/store/di9400sza9y7f9py2yd6s48ldz8i03s7-dolt-1.34.2 - found 1.34.2 in filename of file in /nix/store/di9400sza9y7f9py2yd6s48ldz8i03s7-dolt-1.34.2 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath dolt ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/di9400sza9y7f9py2yd6s48ldz8i03s7-dolt-1.34.2 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A dolt https://github.com/r-ryantm/nixpkgs/archive/36b8ee8dc648fd22c617623f3a18f1ed373fcf87.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/36b8ee8dc648fd22c617623f3a18f1ed373fcf87#dolt ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/di9400sza9y7f9py2yd6s48ldz8i03s7-dolt-1.34.2 ls -la /nix/store/di9400sza9y7f9py2yd6s48ldz8i03s7-dolt-1.34.2/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • dolt
--- ###### Maintainer pings cc @danbst for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/287012 [result] Success updating dolt 1.32.6 -> 1.34.2 https://github.com/dolthub/dolt/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rocksdb_6_23, using log file: /var/log/nixpkgs-update/rocksdb_6_23/2024-02-21.log rocksdb_6_23 6.23.3 -> 8.10.2 https://github.com/facebook/rocksdb/releases attrpath: rocksdb_6_23 Checking auto update branch... No auto update branch exists Version in attr path rocksdb_6_23 not compatible with 8.10.2 [result] Failed to update rocksdb_6_23 6.23.3 -> 8.10.2 https://github.com/facebook/rocksdb/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO