[version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/76avssr75jh3a8aar3qyvydky53dn6fj-packages.json.drv building '/nix/store/76avssr75jh3a8aar3qyvydky53dn6fj-packages.json.drv'... Going to be running update for following packages: - python3.11-netdisco-3.0.0 Press Enter key to continue... Running update for: - python3.11-netdisco-3.0.0: UPDATING ... - python3.11-netdisco-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.netdisco 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dialect, using log file: /var/log/nixpkgs-update/dialect/2024-02-25.log dialect 0 -> 1 attrpath: dialect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/y6lvjs41ni9idhd15ca4p84nlc8mycan-packages.json.drv building '/nix/store/y6lvjs41ni9idhd15ca4p84nlc8mycan-packages.json.drv'... Going to be running update for following packages: - dialect-2.1.1 Press Enter key to continue... Running update for: - dialect-2.1.1: UPDATING ... - dialect-2.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/misc/dialect/default.nix b/pkgs/applications/misc/dialect/default.nix index 519f12490f18..aaa83b14d30a 100644 --- a/pkgs/applications/misc/dialect/default.nix +++ b/pkgs/applications/misc/dialect/default.nix @@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec { pname = "dialect"; - version = "2.1.1"; + version = "2.2.0"; format = "other"; @@ -28,7 +28,7 @@ python3.pkgs.buildPythonApplication rec { repo = pname; rev = version; fetchSubmodules = true; - hash = "sha256-ytZnolQTOj0dpv+ouN1N7sypr1LxSN/Uhp7qP0ZOTHE="; + hash = "sha256-+0qA+jFYrK3K3mJNvxTvnT/3q4c51H0KgEMjzvV34Zs="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - dialect: 2.1.1 -> 2.2.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/273475" [result] Failed to update dialect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-batch, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-batch/2024-02-25.log python312Packages.mypy-boto3-batch 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-batch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/x9a5i1flizfavrqs6k49f9dxc4dk98vh-packages.json.drv building '/nix/store/x9a5i1flizfavrqs6k49f9dxc4dk98vh-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-batch-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-batch-1.34.0: UPDATING ... - python3.12-mypy-boto3-batch-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-batch 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/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.epiworldR, using log file: /var/log/nixpkgs-update/rPackages.epiworldR/2024-02-25.log rPackages.epiworldR 0.0-3 -> 0.0-4 https://repology.org/project/r:epiworldr/versions attrpath: rPackages.epiworldR Checking auto update branch... No auto update branch exists Old version 0.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.epiworldR 0.0-3 -> 0.0-4 https://repology.org/project/r:epiworldr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.LDAandLDAS, using log file: /var/log/nixpkgs-update/rPackages.LDAandLDAS/2024-02-25.log rPackages.LDAandLDAS 1.1.1 -> 1.1.3 https://repology.org/project/r:ldaandldas/versions attrpath: rPackages.LDAandLDAS 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.LDAandLDAS 1.1.1 -> 1.1.3 https://repology.org/project/r:ldaandldas/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-braket, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-braket/2024-02-25.log python312Packages.mypy-boto3-braket 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-braket Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/6gcahpq5dhgccaanvigq8paigfwqw2yk-packages.json.drv building '/nix/store/6gcahpq5dhgccaanvigq8paigfwqw2yk-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-braket-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-braket-1.34.0: UPDATING ... - python3.12-mypy-boto3-braket-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-braket 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/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.tkinter, using log file: /var/log/nixpkgs-update/python312Packages.tkinter/2024-02-25.log python312Packages.tkinter 3.12.1 -> 3.12.2 https://repology.org/project/python:tkinter/versions attrpath: python312Packages.tkinter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ak1zyk01xrs6hx9r5ryhj45p1025l07z-packages.json.drv building '/nix/store/ak1zyk01xrs6hx9r5ryhj45p1025l07z-packages.json.drv'... Going to be running update for following packages: - python3.12-tkinter-3.12.2 Press Enter key to continue... Running update for: - python3.12-tkinter-3.12.2: UPDATING ... - python3.12-tkinter-3.12.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.tkinter 3.12.1 -> 3.12.2 https://repology.org/project/python:tkinter/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.utility-ht, using log file: /var/log/nixpkgs-update/haskellPackages.utility-ht/2024-02-25.log haskellPackages.utility-ht 0.0.17 -> 0.0.17.1 https://repology.org/project/haskell:utility-ht/versions attrpath: haskellPackages.utility-ht Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.utility-ht 0.0.17 -> 0.0.17.1 https://repology.org/project/haskell:utility-ht/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ICAMS, using log file: /var/log/nixpkgs-update/rPackages.ICAMS/2024-02-25.log rPackages.ICAMS 2.3.10 -> 2.3.12 https://repology.org/project/r:icams/versions attrpath: rPackages.ICAMS Checking auto update branch... No auto update branch exists Old version 2.3.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.ICAMS 2.3.10 -> 2.3.12 https://repology.org/project/r:icams/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.tclust, using log file: /var/log/nixpkgs-update/rPackages.tclust/2024-02-25.log rPackages.tclust 1.5-5 -> 1.5-6 https://repology.org/project/r:tclust/versions attrpath: rPackages.tclust Checking auto update branch... No auto update branch exists Old version 1.5-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.tclust 1.5-5 -> 1.5-6 https://repology.org/project/r:tclust/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aldente, using log file: /var/log/nixpkgs-update/aldente/2024-02-25.log aldente 1.24.1 -> 1.25.2 https://github.com/davidwernhart/aldente-charge-limiter/releases attrpath: aldente 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/os-specific/darwin/aldente/default.nix b/pkgs/os-specific/darwin/aldente/default.nix index e585d8877803..5c99b9328b35 100644 --- a/pkgs/os-specific/darwin/aldente/default.nix +++ b/pkgs/os-specific/darwin/aldente/default.nix @@ -6,11 +6,11 @@ stdenvNoCC.mkDerivation (finalAttrs: { pname = "aldente"; - version = "1.24.1"; + version = "1.25.2"; src = fetchurl { url = "https://github.com/davidwernhart/aldente-charge-limiter/releases/download/${finalAttrs.version}/AlDente.dmg"; - hash = "sha256-vOv52SrUki2f9vGzYy8dhVJVxna2ZvhtG6WbKjCv3gA="; + hash = "sha256-GKsBtOiK0UlGd7u+pr3OJzihUvUMkF5utsEzZsIi6d4="; }; dontBuild = true; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update aldente 1.24.1 -> 1.25.2 https://github.com/davidwernhart/aldente-charge-limiter/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.outliertree, using log file: /var/log/nixpkgs-update/rPackages.outliertree/2024-02-25.log rPackages.outliertree 1.8.2 -> 1.9.0 https://repology.org/project/r:outliertree/versions attrpath: rPackages.outliertree Checking auto update branch... No auto update branch exists Old version 1.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.outliertree 1.8.2 -> 1.9.0 https://repology.org/project/r:outliertree/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-pricing, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-pricing/2024-02-25.log python312Packages.mypy-boto3-pricing 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-pricing 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] this derivation will be built: /nix/store/nhf2w1jczgm22iksxhbva1gia0nv33sy-packages.json.drv building '/nix/store/nhf2w1jczgm22iksxhbva1gia0nv33sy-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-pricing-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-pricing-1.34.0: UPDATING ... - python3.12-mypy-boto3-pricing-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-pricing 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/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.newversion, using log file: /var/log/nixpkgs-update/python311Packages.newversion/2024-02-25.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] this derivation will be built: /nix/store/v44wpmk97s7b26q9y800ihwqrhi24dm3-packages.json.drv building '/nix/store/v44wpmk97s7b26q9y800ihwqrhi24dm3-packages.json.drv'... 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.jsonrpc-base, using log file: /var/log/nixpkgs-update/python311Packages.jsonrpc-base/2024-02-25.log python311Packages.jsonrpc-base 0 -> 1 attrpath: python311Packages.jsonrpc-base Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/d44m5k2nx9ww0488ljshl95bq181r42i-packages.json.drv building '/nix/store/d44m5k2nx9ww0488ljshl95bq181r42i-packages.json.drv'... Going to be running update for following packages: - python3.11-jsonrpc-base-2.2.0 Press Enter key to continue... Running update for: - python3.11-jsonrpc-base-2.2.0: UPDATING ... - python3.11-jsonrpc-base-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jsonrpc-base 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/b1wyzfsbaz7942nfbw0c06vjqwywq9id-packages.json.drv building '/nix/store/b1wyzfsbaz7942nfbw0c06vjqwywq9id-packages.json.drv'... 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.afsapi, using log file: /var/log/nixpkgs-update/python311Packages.afsapi/2024-02-25.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] this derivation will be built: /nix/store/kim3wqbkfnjky617h3bjx0ssh5yxjv87-packages.json.drv building '/nix/store/kim3wqbkfnjky617h3bjx0ssh5yxjv87-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/8vnc8cc8wzgh34gvbhgxjsfc7k1mgdrs-packages.json.drv building '/nix/store/8vnc8cc8wzgh34gvbhgxjsfc7k1mgdrs-packages.json.drv'... 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.azure-mgmt-synapse, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-synapse/2024-02-25.log python311Packages.azure-mgmt-synapse 0 -> 1 attrpath: python311Packages.azure-mgmt-synapse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/s9kb8nf65v974d0w1iscv0iwh0fl8jgb-packages.json.drv building '/nix/store/s9kb8nf65v974d0w1iscv0iwh0fl8jgb-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-synapse-2.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-synapse-2.0.0: UPDATING ... - python3.11-azure-mgmt-synapse-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-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 elixir_1_11, using log file: /var/log/nixpkgs-update/elixir_1_11/2024-02-25.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 mate.libmatemixer, using log file: /var/log/nixpkgs-update/mate.libmatemixer/2024-02-25.log mate.libmatemixer 0 -> 1 attrpath: mate.libmatemixer mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.libmatemixer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/3cd4pk5z02qr5i1frpcw2f60lzs8d6m5-packages.json.drv building '/nix/store/3cd4pk5z02qr5i1frpcw2f60lzs8d6m5-packages.json.drv'... 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 = '' An auto update branch exists with message `python311Packages.labelbox: 3.58.1 -> 3.63.0`. New version is 3.63.0. An auto update branch exists with an equal or greater version [result] Failed to update 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 ansel, using log file: /var/log/nixpkgs-update/ansel/2024-02-25.log ansel 0 -> 1 attrpath: ansel 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/1bliqfc1fjgwz2q9vxzv55sjipjp6rfm-packages.json.drv building '/nix/store/1bliqfc1fjgwz2q9vxzv55sjipjp6rfm-packages.json.drv'... Going to be running update for following packages: - ansel-unstable-2024-01-05 Press Enter key to continue... Running update for: - ansel-unstable-2024-01-05: UPDATING ... - ansel-unstable-2024-01-05: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/an/ansel/package.nix b/pkgs/by-name/an/ansel/package.nix index f4ee5d5ff048..82cafc40bd74 100644 --- a/pkgs/by-name/an/ansel/package.nix +++ b/pkgs/by-name/an/ansel/package.nix @@ -77,13 +77,13 @@ let in stdenv.mkDerivation { pname = "ansel"; - version = "unstable-2024-01-05"; + version = "unstable-2024-02-23"; src = fetchFromGitHub { owner = "aurelienpierreeng"; repo = "ansel"; - rev = "e2c4a0a60cd80f741dd3d3c6ab72be9ac11234fb"; - hash = "sha256-Kg020MHy9fn1drCk+66f25twqczvD/5evutDODqOjYM="; + rev = "61eb388760d130476415a51e19f94b199a1088fe"; + hash = "sha256-68EX5rnOlBHXZnMlXjQk+ZXFIwR5ZFc1Wyg8EzCKaUg="; fetchSubmodules = true; }; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/8b25azg1s42dlfzz1ibfzq7qip40rqrh-ansel-unstable-2024-02-23" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package 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 ansel is: A darktable fork minus the bloat plus some design vision meta.homepage for ansel is: https://ansel.photos/ ###### 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 unstable-2024-02-23 in filename of file in /nix/store/8b25azg1s42dlfzz1ibfzq7qip40rqrh-ansel-unstable-2024-02-23 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath ansel ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/8b25azg1s42dlfzz1ibfzq7qip40rqrh-ansel-unstable-2024-02-23 \ --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 ansel https://github.com/r-ryantm/nixpkgs/archive/97cb79a70e02d041921e7f4550bc3def103a72fc.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/97cb79a70e02d041921e7f4550bc3def103a72fc#ansel ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/8b25azg1s42dlfzz1ibfzq7qip40rqrh-ansel-unstable-2024-02-23 ls -la /nix/store/8b25azg1s42dlfzz1ibfzq7qip40rqrh-ansel-unstable-2024-02-23/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:
--- ###### Maintainer pings cc @eclairevoyant 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/291272 [result] Success updating ansel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.pluma, using log file: /var/log/nixpkgs-update/mate.pluma/2024-02-25.log mate.pluma 0 -> 1 attrpath: mate.pluma mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.pluma 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.parsimonious, using log file: /var/log/nixpkgs-update/python311Packages.parsimonious/2024-02-25.log python311Packages.parsimonious 0 -> 1 attrpath: python311Packages.parsimonious Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/cq3k7rakwz9wv22dib3hbrff8k5ycjx7-packages.json.drv building '/nix/store/cq3k7rakwz9wv22dib3hbrff8k5ycjx7-packages.json.drv'... Going to be running update for following packages: - python3.11-parsimonious-0.10.0 Press Enter key to continue... Running update for: - python3.11-parsimonious-0.10.0: UPDATING ... - python3.11-parsimonious-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.parsimonious 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tempest, using log file: /var/log/nixpkgs-update/python311Packages.tempest/2024-02-25.log python311Packages.tempest 0 -> 1 attrpath: python311Packages.tempest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/2pcd7zyah7v5wa8snb0bsbak96vzgmjb-packages.json.drv building '/nix/store/2pcd7zyah7v5wa8snb0bsbak96vzgmjb-packages.json.drv'... Going to be running update for following packages: - python3.11-tempest-37.0.0 Press Enter key to continue... Running update for: - python3.11-tempest-37.0.0: UPDATING ... - python3.11-tempest-37.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tempest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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/h1h90iyg15f2lllz8xzngwnz5rgvnfqz-packages.json.drv building '/nix/store/h1h90iyg15f2lllz8xzngwnz5rgvnfqz-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.jupyter-book, using log file: /var/log/nixpkgs-update/python311Packages.jupyter-book/2024-02-25.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] this derivation will be built: /nix/store/92cvfx12i5r4hvysmlwcwqn1q06adbv9-packages.json.drv building '/nix/store/92cvfx12i5r4hvysmlwcwqn1q06adbv9-packages.json.drv'... 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.agent-py, using log file: /var/log/nixpkgs-update/python311Packages.agent-py/2024-02-25.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] this derivation will be built: /nix/store/yzwa1x1ilmlqga8sag0aiacr4dvg29dj-packages.json.drv building '/nix/store/yzwa1x1ilmlqga8sag0aiacr4dvg29dj-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/g6xhvx2dm29pfl51li06bpb7a68q5nal-packages.json.drv building '/nix/store/g6xhvx2dm29pfl51li06bpb7a68q5nal-packages.json.drv'... 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 octavePackages.image-acquisition, using log file: /var/log/nixpkgs-update/octavePackages.image-acquisition/2024-02-25.log octavePackages.image-acquisition 0 -> 1 attrpath: octavePackages.image-acquisition Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/xvnz749l33c2qrx165wknz3hbyqsbphh-packages.json.drv building '/nix/store/xvnz749l33c2qrx165wknz3hbyqsbphh-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-image-acquisition-0.2.2 Press Enter key to continue... Running update for: - octave-8.4.0-image-acquisition-0.2.2: UPDATING ... - octave-8.4.0-image-acquisition-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.image-acquisition 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/0kbj7srfa52f43cr8zq1wawqvcjrm2xq-packages.json.drv building '/nix/store/0kbj7srfa52f43cr8zq1wawqvcjrm2xq-packages.json.drv'... 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-25.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] these 2 derivations will be built: /nix/store/0hhrdclahljjyhs3maqnclinpfvqr7z2-update-aspellDict-cs.drv /nix/store/cckjlpi5h913fmbfllma17n4llqyp38n-packages.json.drv building '/nix/store/0hhrdclahljjyhs3maqnclinpfvqr7z2-update-aspellDict-cs.drv'... building '/nix/store/cckjlpi5h913fmbfllma17n4llqyp38n-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/d85p4ll3xwf0bvyh80nwy821sx27q3lv-packages.json.drv building '/nix/store/d85p4ll3xwf0bvyh80nwy821sx27q3lv-packages.json.drv'... 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.energyflow, using log file: /var/log/nixpkgs-update/python311Packages.energyflow/2024-02-25.log python311Packages.energyflow 0 -> 1 attrpath: python311Packages.energyflow Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/a7qly5fvcwww5km6nqls4ay2q26axgy8-packages.json.drv building '/nix/store/a7qly5fvcwww5km6nqls4ay2q26axgy8-packages.json.drv'... Going to be running update for following packages: - python3.11-EnergyFlow-1.3.2 Press Enter key to continue... Running update for: - python3.11-EnergyFlow-1.3.2: UPDATING ... - python3.11-EnergyFlow-1.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.energyflow 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath streamlink, using log file: /var/log/nixpkgs-update/streamlink/2024-02-25.log streamlink 0 -> 1 attrpath: streamlink Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/d5apxazd22pj6pmnvlf452q90mb8bpbm-packages.json.drv building '/nix/store/d5apxazd22pj6pmnvlf452q90mb8bpbm-packages.json.drv'... Going to be running update for following packages: - streamlink-6.6.2 Press Enter key to continue... Running update for: - streamlink-6.6.2: UPDATING ... - streamlink-6.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update streamlink 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.prison, using log file: /var/log/nixpkgs-update/python311Packages.prison/2024-02-25.log python311Packages.prison 0 -> 1 attrpath: python311Packages.prison Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ic2gchm96hlsr23rbk5g84nvl3dmbvv5-packages.json.drv building '/nix/store/ic2gchm96hlsr23rbk5g84nvl3dmbvv5-packages.json.drv'... Going to be running update for following packages: - python3.11-prison-0.1.3 Press Enter key to continue... Running update for: - python3.11-prison-0.1.3: UPDATING ... - python3.11-prison-0.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.prison 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ocifs, using log file: /var/log/nixpkgs-update/python311Packages.ocifs/2024-02-25.log python311Packages.ocifs 0 -> 1 attrpath: python311Packages.ocifs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/9fm4bkiawqbam6542hspcybxdljc05xl-packages.json.drv building '/nix/store/9fm4bkiawqbam6542hspcybxdljc05xl-packages.json.drv'... Going to be running update for following packages: - python3.11-ocifs-1.3.1 Press Enter key to continue... Running update for: - python3.11-ocifs-1.3.1: UPDATING ... - python3.11-ocifs-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ocifs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.trfl, using log file: /var/log/nixpkgs-update/python311Packages.trfl/2024-02-25.log python311Packages.trfl 0 -> 1 attrpath: python311Packages.trfl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/sx94v959b9bb60bdzs7n2yzk875p511r-packages.json.drv building '/nix/store/sx94v959b9bb60bdzs7n2yzk875p511r-packages.json.drv'... Going to be running update for following packages: - python3.11-trfl-1.2.0 Press Enter key to continue... Running update for: - python3.11-trfl-1.2.0: UPDATING ... - python3.11-trfl-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.trfl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wcag-contrast-ratio, using log file: /var/log/nixpkgs-update/python311Packages.wcag-contrast-ratio/2024-02-25.log python311Packages.wcag-contrast-ratio 0 -> 1 attrpath: python311Packages.wcag-contrast-ratio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/hkanszbw8p8vkgw0a16rls23xqz0bzk6-packages.json.drv building '/nix/store/hkanszbw8p8vkgw0a16rls23xqz0bzk6-packages.json.drv'... Going to be running update for following packages: - python3.11-wcag-contrast-ratio-0.9 Press Enter key to continue... Running update for: - python3.11-wcag-contrast-ratio-0.9: UPDATING ... - python3.11-wcag-contrast-ratio-0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wcag-contrast-ratio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.snorkel, using log file: /var/log/nixpkgs-update/python311Packages.snorkel/2024-02-25.log python311Packages.snorkel 0 -> 1 attrpath: python311Packages.snorkel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/3p7wp8a9ni6wgfccvn26r4i5hxzk320c-packages.json.drv building '/nix/store/3p7wp8a9ni6wgfccvn26r4i5hxzk320c-packages.json.drv'... Going to be running update for following packages: - python3.11-snorkel-0.9.9 Press Enter key to continue... Running update for: - python3.11-snorkel-0.9.9: UPDATING ... - python3.11-snorkel-0.9.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.snorkel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.portend, using log file: /var/log/nixpkgs-update/python311Packages.portend/2024-02-25.log python311Packages.portend 0 -> 1 attrpath: python311Packages.portend Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/971692a71gwbzczc9siaczyclylc67fr-packages.json.drv building '/nix/store/971692a71gwbzczc9siaczyclylc67fr-packages.json.drv'... Going to be running update for following packages: - python3.11-portend-3.2.0 Press Enter key to continue... Running update for: - python3.11-portend-3.2.0: UPDATING ... - python3.11-portend-3.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.portend 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linkchecker, using log file: /var/log/nixpkgs-update/linkchecker/2024-02-25.log linkchecker 0 -> 1 attrpath: linkchecker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/nj3ajnzi8kds9awj3p8fh5pjx2xi2pbl-packages.json.drv building '/nix/store/nj3ajnzi8kds9awj3p8fh5pjx2xi2pbl-packages.json.drv'... Going to be running update for following packages: - linkchecker-10.2.1 Press Enter key to continue... Running update for: - linkchecker-10.2.1: UPDATING ... - linkchecker-10.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/networking/linkchecker/default.nix b/pkgs/tools/networking/linkchecker/default.nix index 018da51f7701..8e32c9c4f690 100644 --- a/pkgs/tools/networking/linkchecker/default.nix +++ b/pkgs/tools/networking/linkchecker/default.nix @@ -7,14 +7,14 @@ python3.pkgs.buildPythonApplication rec { pname = "linkchecker"; - version = "10.2.1"; + version = "10.4.0"; format = "pyproject"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-z7Qp74cai8GfsxB4n9dSCWQepp0/4PimFiRJQBaVSoo="; + hash = "sha256-2+zlVjkGFeozlJX/EZpGtmjxeB+1B8L3L68hfImKb2A="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - linkchecker: 10.2.1 -> 10.4.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289833" [result] Failed to update linkchecker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zephyr-python-api, using log file: /var/log/nixpkgs-update/python311Packages.zephyr-python-api/2024-02-25.log python311Packages.zephyr-python-api 0 -> 1 attrpath: python311Packages.zephyr-python-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] this derivation will be built: /nix/store/njcknx1bw2v8prrx29x2rbj7msfs484j-packages.json.drv building '/nix/store/njcknx1bw2v8prrx29x2rbj7msfs484j-packages.json.drv'... Going to be running update for following packages: - python3.11-zephyr-python-api-0.0.4 Press Enter key to continue... Running update for: - python3.11-zephyr-python-api-0.0.4: UPDATING ... - python3.11-zephyr-python-api-0.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zephyr-python-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 attract-mode, using log file: /var/log/nixpkgs-update/attract-mode/2024-02-25.log attract-mode 2.6.2 -> 2.7.0 https://github.com/mickelson/attract/releases attrpath: attract-mode 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/attract-mode/default.nix b/pkgs/applications/emulators/attract-mode/default.nix index 9173faf7fe5b..3fb608b647d1 100644 --- a/pkgs/applications/emulators/attract-mode/default.nix +++ b/pkgs/applications/emulators/attract-mode/default.nix @@ -4,13 +4,13 @@ stdenv.mkDerivation rec { pname = "attract-mode"; - version = "2.6.2"; + version = "2.7.0"; src = fetchFromGitHub { owner = "mickelson"; repo = "attract"; rev = "v${version}"; - sha256 = "sha256-gKxUU2y6Gtm5a/tXYw/fsaTBrriNh5vouPGICs3Ph3c="; + sha256 = "sha256-/ak3CBQOJvxFAYJZTypelLzQSPdXSTFIYuOSTCQzWTE="; }; nativeBuildInputs = [ 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 attract-mode nix build failed. Compiling obj/gameswflib/gameswf_stream.o... Compiling obj/gameswflib/gameswf_styles.o... Compiling obj/gameswflib/gameswf_tesselate.o... Compiling obj/gameswflib/gameswf_text.o... Compiling obj/gameswflib/gameswf_tools.o... Compiling obj/gameswflib/gameswf_types.o... Compiling obj/gameswflib/gameswf_value.o... Compiling obj/gameswflib/gameswf_video_impl.o... Compiling obj/gameswflib/gameswf_mutex.o... Compiling obj/gameswflib/gameswf_sound_handler_openal.o... Compiling obj/gameswflib/gameswf_freetype.o... Compiling obj/gameswflib/gameswf_render_handler_ogl.o... Archiving obj/libgameswf.a... mkdir -p obj/audiolib Compiling obj/audiolib/ALCheck.o... Compiling obj/audiolib/AudioDevice.o... Compiling obj/audiolib/Listener.o... Compiling obj/audiolib/SoundSource.o... Compiling obj/audiolib/SoundStream.o... Archiving obj/libaudio.a... Creating executable: attract g++ -o attract obj/fe_base.o obj/fe_file.o obj/fe_util.o obj/fe_util_sq.o obj/fe_cmdline.o obj/fe_info.o obj/fe_input.o obj/fe_romlist.o obj/fe_settings.o obj/scraper_base.o obj/scraper_xml.o obj/scraper_general.o obj/scraper_net.o obj/scraper_gamesdb.o obj/fe_config.o obj/fe_presentable.o obj/fe_present.o obj/sprite.o obj/fe_image.o obj/fe_sound.o obj/fe_shader.o obj/fe_overlay.o obj/fe_window.o obj/tp.o obj/fe_text.o obj/fe_listbox.o obj/fe_vm.o obj/fe_blend.o obj/zip.o obj/path_cache.o obj/image_loader.o obj/main.o obj/swf.o obj/media.o obj/libsquirrel.a obj/libsqstdlib.a obj/libgameswf.a obj/libaudio.a -std=c++11 -Wl,--export-dynamic -I/nix/store/0bkz0x8vsb92kcr3inkgs0ba2dqlla5a-freetype-2.13.2-dev/include/freetype2 -DDATA_PATH=\"/usr/local/share/attract/\" -O2 -DNDEBUG -Iextlibs/audio/include -D__STDC_CONSTANT_MACROS -I/nix/store/1yga04l9mrl5b9c1v1ml0cjmvv2qjrf0-ffmpeg-4.4.4-dev/include -I/nix/store/cs16dfmzrrdf88ghkh44vxwd6j17wjzn-fontconfig-2.15.0-dev/include -I/nix/store/0bkz0x8vsb92kcr3inkgs0ba2dqlla5a-freetype-2.13.2-dev/include/freetype2 -I/nix/store/9l57fx54a656mjv6shv31db4538j2cmy-libarchive-3.7.2-dev/include -I/nix/store/dsdfn1k9hnxzdwvzirx2smfinziqc8bz-openal-soft-1.23.1/include -I/nix/store/dsdfn1k9hnxzdwvzirx2smfinziqc8bz-openal-soft-1.23.1/include/AL -Iextlibs/squirrel/include -Iextlibs/sqrat/include -Iextlibs/nowide -Iextlibs/nvapi -Iextlibs/rapidjson/include -Iextlibs/gameswf -DUSE_FONTCONFIG -DUSE_LIBARCHIVE -DFE_VERSION_MAJOR=2 -DFE_VERSION_MINOR=7 -DFE_VERSION_POINT=0 -DFE_VERSION_D='"v2.7.0"' -DFE_VERSION_NUM=270 -lsfml-graphics -lsfml-window -lsfml-system -ljpeg -lz -lpthread -ldl -lpthread -lGL -lz -L/nix/store/w7xpby905qck0w5y8ygw19yirp27z9cn-ffmpeg-4.4.4-lib/lib -L/nix/store/qnwqnsl37hqkxsg9z88aspg1yaxmgj98-fontconfig-2.15.0-lib/lib -L/nix/store/nh0d25z7si5ap98bpgyrfrnqh9zszbkd-freetype-2.13.2/lib -L/nix/store/cf5mx61ch5h4gahjkxsdrig4h8cfhlwy-libarchive-3.7.2-lib/lib -L/nix/store/dsdfn1k9hnxzdwvzirx2smfinziqc8bz-openal-soft-1.23.1/lib -lfontconfig -lfreetype -larchive -lavformat -lavcodec -lavutil -lswscale -lswresample -lopenal -lexpat buildPhase completed in 1 minutes 57 seconds @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash install flags: -std=c++11 -Wl,--export-dynamic -I/nix/store/0bkz0x8vsb92kcr3inkgs0ba2dqlla5a-freetype-2.13.2-dev/include/freetype2 -DDATA_PATH=\"/usr/local/share/attract/\" -O2 -DNDEBUG -Iextlibs/audio/include -D__STDC_CONSTANT_MACROS -I/nix/store/1yga04l9mrl5b9c1v1ml0cjmvv2qjrf0-ffmpeg-4.4.4-dev/include -I/nix/store/cs16dfmzrrdf88ghkh44vxwd6j17wjzn-fontconfig-2.15.0-dev/include -I/nix/store/0bkz0x8vsb92kcr3inkgs0ba2dqlla5a-freetype-2.13.2-dev/include/freetype2 -I/nix/store/9l57fx54a656mjv6shv31db4538j2cmy-libarchive-3.7.2-dev/include -I/nix/store/dsdfn1k9hnxzdwvzirx2smfinziqc8bz-openal-soft-1.23.1/include -I/nix/store/dsdfn1k9hnxzdwvzirx2smfinziqc8bz-openal-soft-1.23.1/include/AL -Iextlibs/squirrel/include -Iextlibs/sqrat/include -Iextlibs/nowide -Iextlibs/nvapi -Iextlibs/rapidjson/include -Iextlibs/gameswf -DUSE_FONTCONFIG -DUSE_LIBARCHIVE mkdir -p -p /usr/local/share/attract/ mkdir: cannot create directory '/usr': Permission denied make: *** [Makefile:788: /usr/local/share/attract/] Error 1 [result] Failed to update attract-mode 2.6.2 -> 2.7.0 https://github.com/mickelson/attract/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.zipstream, using log file: /var/log/nixpkgs-update/python311Packages.zipstream/2024-02-25.log python311Packages.zipstream 0 -> 1 attrpath: python311Packages.zipstream Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/7c404przfdnv3i0h1hv3x5qn7p0fh7qy-packages.json.drv building '/nix/store/7c404przfdnv3i0h1hv3x5qn7p0fh7qy-packages.json.drv'... Going to be running update for following packages: - python3.11-zipstream-1.1.4 Press Enter key to continue... Running update for: - python3.11-zipstream-1.1.4: UPDATING ... - python3.11-zipstream-1.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zipstream 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ebaysdk, using log file: /var/log/nixpkgs-update/python311Packages.ebaysdk/2024-02-25.log python311Packages.ebaysdk 0 -> 1 attrpath: python311Packages.ebaysdk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/11az2gmfmjrxa0ns887d8zw6wr1d3220-packages.json.drv building '/nix/store/11az2gmfmjrxa0ns887d8zw6wr1d3220-packages.json.drv'... Going to be running update for following packages: - python3.11-ebaysdk-2.2.0 Press Enter key to continue... Running update for: - python3.11-ebaysdk-2.2.0: UPDATING ... - python3.11-ebaysdk-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ebaysdk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.radio-beam, using log file: /var/log/nixpkgs-update/python311Packages.radio-beam/2024-02-25.log python311Packages.radio-beam 0 -> 1 attrpath: python311Packages.radio-beam Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/j7byr2y4j9iqrpxdy99k2lxras06rq9p-packages.json.drv building '/nix/store/j7byr2y4j9iqrpxdy99k2lxras06rq9p-packages.json.drv'... Going to be running update for following packages: - python3.11-radio-beam-0.3.7 Press Enter key to continue... Running update for: - python3.11-radio-beam-0.3.7: UPDATING ... - python3.11-radio-beam-0.3.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.radio-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 silenthound, using log file: /var/log/nixpkgs-update/silenthound/2024-02-25.log silenthound 0 -> 1 attrpath: silenthound Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/lrqvf11yn1afrv6glj77w46y461v6y5g-packages.json.drv building '/nix/store/lrqvf11yn1afrv6glj77w46y461v6y5g-packages.json.drv'... Going to be running update for following packages: - silenthound-unstable-2022-09-02 Press Enter key to continue... Running update for: - silenthound-unstable-2022-09-02: UPDATING ... - silenthound-unstable-2022-09-02: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update silenthound 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.urwid-mitmproxy, using log file: /var/log/nixpkgs-update/python311Packages.urwid-mitmproxy/2024-02-25.log python311Packages.urwid-mitmproxy 0 -> 1 attrpath: python311Packages.urwid-mitmproxy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/0dnb1ihhzm311p4v3wdf0n3l7awabdhj-packages.json.drv building '/nix/store/0dnb1ihhzm311p4v3wdf0n3l7awabdhj-packages.json.drv'... Going to be running update for following packages: - python3.11-urwid-mitmproxy-2.1.2.1 Press Enter key to continue... Running update for: - python3.11-urwid-mitmproxy-2.1.2.1: UPDATING ... - python3.11-urwid-mitmproxy-2.1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.urwid-mitmproxy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cccolutils, using log file: /var/log/nixpkgs-update/python311Packages.cccolutils/2024-02-25.log python311Packages.cccolutils 0 -> 1 attrpath: python311Packages.cccolutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/wwb6dmi5vz6kxw9jzrffzrcxy48m5nqm-packages.json.drv building '/nix/store/wwb6dmi5vz6kxw9jzrffzrcxy48m5nqm-packages.json.drv'... Going to be running update for following packages: - python3.11-cccolutils-1.5 Press Enter key to continue... Running update for: - python3.11-cccolutils-1.5: UPDATING ... - python3.11-cccolutils-1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cccolutils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymetno, using log file: /var/log/nixpkgs-update/python311Packages.pymetno/2024-02-25.log python311Packages.pymetno 0 -> 1 attrpath: python311Packages.pymetno Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/rl9lph5slxrj9yf04c1ygxzzlpa12dd5-packages.json.drv building '/nix/store/rl9lph5slxrj9yf04c1ygxzzlpa12dd5-packages.json.drv'... Going to be running update for following packages: - python3.11-pymetno-0.12.0 Press Enter key to continue... Running update for: - python3.11-pymetno-0.12.0: UPDATING ... - python3.11-pymetno-0.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymetno 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyflume, using log file: /var/log/nixpkgs-update/python311Packages.pyflume/2024-02-25.log python311Packages.pyflume 0 -> 1 attrpath: python311Packages.pyflume Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/smdy6a5ih3dkrvri8pva9gy0l6l55f38-packages.json.drv building '/nix/store/smdy6a5ih3dkrvri8pva9gy0l6l55f38-packages.json.drv'... Going to be running update for following packages: - python3.11-pyflume-0.8.3 Press Enter key to continue... Running update for: - python3.11-pyflume-0.8.3: UPDATING ... - python3.11-pyflume-0.8.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyflume 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath oelint-adv, using log file: /var/log/nixpkgs-update/oelint-adv/2024-02-25.log oelint-adv 0 -> 1 attrpath: oelint-adv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/5bzkd8p3w03c3sgbk042r6zn5miwpdh2-packages.json.drv building '/nix/store/5bzkd8p3w03c3sgbk042r6zn5miwpdh2-packages.json.drv'... Going to be running update for following packages: - oelint-adv-4.3.1 Press Enter key to continue... Running update for: - oelint-adv-4.3.1: UPDATING ... - oelint-adv-4.3.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/oe/oelint-adv/package.nix b/pkgs/by-name/oe/oelint-adv/package.nix index 37365b48c4f3..2b1b6f5f3ad6 100644 --- a/pkgs/by-name/oe/oelint-adv/package.nix +++ b/pkgs/by-name/oe/oelint-adv/package.nix @@ -6,13 +6,13 @@ python3.pkgs.buildPythonApplication rec { pname = "oelint-adv"; - version = "4.3.1"; + version = "4.4.0"; format = "setuptools"; src = fetchPypi { inherit version; pname = "oelint_adv"; - hash = "sha256-N8QNX6JuHVDKBLwGNwBROH8f+tcLrc1Mk21CiiOVHkI="; + hash = "sha256-Sg7qn/yZUJEJdMmaGm27kyL+fKkUsZo25eExZPOem40="; }; propagatedBuildInputs = with python3.pkgs; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/smx49hzw4pfr8ic9pn2kghxr741gnpj0-oelint-adv-4.4.0" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package 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 oelint-adv is: Advanced bitbake-recipe linter meta.homepage for oelint-adv is: https://github.com/priv-kweihmann/oelint-adv meta.changelog for oelint-adv is: https://github.com/priv-kweihmann/oelint-adv/releases/tag/v4.4.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 4.4.0 with grep in /nix/store/smx49hzw4pfr8ic9pn2kghxr741gnpj0-oelint-adv-4.4.0 - found 4.4.0 in filename of file in /nix/store/smx49hzw4pfr8ic9pn2kghxr741gnpj0-oelint-adv-4.4.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath oelint-adv ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/smx49hzw4pfr8ic9pn2kghxr741gnpj0-oelint-adv-4.4.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 oelint-adv https://github.com/r-ryantm/nixpkgs/archive/d53ad6a7f0731f398bd5d1a3f011030c93700df5.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/d53ad6a7f0731f398bd5d1a3f011030c93700df5#oelint-adv ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/smx49hzw4pfr8ic9pn2kghxr741gnpj0-oelint-adv-4.4.0 ls -la /nix/store/smx49hzw4pfr8ic9pn2kghxr741gnpj0-oelint-adv-4.4.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:
--- ###### Maintainer pings cc @otavio 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/291274 [result] Success updating oelint-adv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sigil, using log file: /var/log/nixpkgs-update/sigil/2024-02-25.log sigil 2.0.1 -> 2.0.2 https://github.com/Sigil-Ebook/Sigil/releases attrpath: sigil 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/sigil/default.nix b/pkgs/applications/editors/sigil/default.nix index 022e9ec69720..357d643c2e36 100644 --- a/pkgs/applications/editors/sigil/default.nix +++ b/pkgs/applications/editors/sigil/default.nix @@ -5,13 +5,13 @@ mkDerivation rec { pname = "sigil"; - version = "2.0.1"; + version = "2.0.2"; src = fetchFromGitHub { repo = "Sigil"; owner = "Sigil-Ebook"; rev = version; - sha256 = "sha256-d54N6Kb+xLMxlRwqxqWXnFGQCvUmSy9z6j86aV+VioU="; + sha256 = "sha256-fWlN+3C3CgX59TSWefTN6WyTxnpPWvBQRExqDGCfjoQ="; }; pythonPath = with python3Packages; [ lxml ]; [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 sigil nix build failed. -- Looking for strerror - found -- Looking for strtoll -- Looking for strtoll - found -- Looking for strtoq -- Looking for strtoq - found -- Looking for _strtoi64 -- Looking for _strtoi64 - not found -- Check size of long long -- Check size of long long - done -- Check size of unsigned long long -- Check size of unsigned long long - done CMake Error at src/qt6sigil.cmake:27 (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.2) 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. Call Stack (most recent call first): src/CMakeLists.txt:685 (include)  -- Configuring incomplete, errors occurred! [result] Failed to update sigil 2.0.1 -> 2.0.2 https://github.com/Sigil-Ebook/Sigil/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 dosbox-staging, using log file: /var/log/nixpkgs-update/dosbox-staging/2024-02-25.log dosbox-staging 0.80.1 -> 0.81.0 https://github.com/dosbox-staging/dosbox-staging/releases attrpath: dosbox-staging 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 dosbox-staging 0.80.1 -> 0.81.0 https://github.com/dosbox-staging/dosbox-staging/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 jackett, using log file: /var/log/nixpkgs-update/jackett/2024-02-25.log jackett 0 -> 1 attrpath: jackett Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/siizxcj8ll41rgv1w7lpcqlnl0bg9s2w-packages.json.drv building '/nix/store/siizxcj8ll41rgv1w7lpcqlnl0bg9s2w-packages.json.drv'... Going to be running update for following packages: - jackett-0.21.1672 Press Enter key to continue... Running update for: - jackett-0.21.1672: UPDATING ... - jackett-0.21.1672: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/jackett/default.nix b/pkgs/servers/jackett/default.nix index 4bf19dfa0731..73e7b66fa7cf 100644 --- a/pkgs/servers/jackett/default.nix +++ b/pkgs/servers/jackett/default.nix @@ -9,13 +9,13 @@ buildDotnetModule rec { pname = "jackett"; - version = "0.21.1672"; + version = "0.21.1832"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "v${version}"; - hash = "sha512-afXP02lZwCjL0XqLzapVM/N2qlE7rxdbfPrTaulN8N227jOPRgq3g96rnXr42crMv1IhThUbEFxN0E1vcMDm5w=="; + hash = "sha512-09wkhXaoEq9zAijeEuo+8cpTlIr6MMa9OeBriS3WRAa79eEVdZtWVs+2NW2ZfmcSP0D18AA4HziSraRi/YBC9w=="; }; projectFile = "src/Jackett.Server/Jackett.Server.csproj"; An auto update branch exists with message `jackett: 0.21.1672 -> 0.21.1797`. New version is 0.21.1832. The auto update branch does not match or exceed the new version. [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/422wj9a9qy44xigfpisri6fm9lpsnxkn-jackett-0.21.1832" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package 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 jackett is: API Support for your favorite torrent trackers meta.homepage for jackett is: https://github.com/Jackett/Jackett/ meta.changelog for jackett is: https://github.com/Jackett/Jackett/releases/tag/v0.21.1832 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/Jackett/Jackett/releases/tag/v0.21.1832) - [Compare changes on GitHub](https://github.com/jackett/jackett/compare/v0.21.1672...v0.21.1832) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.21.1832 with grep in /nix/store/422wj9a9qy44xigfpisri6fm9lpsnxkn-jackett-0.21.1832 - found 0.21.1832 in filename of file in /nix/store/422wj9a9qy44xigfpisri6fm9lpsnxkn-jackett-0.21.1832 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath jackett ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/422wj9a9qy44xigfpisri6fm9lpsnxkn-jackett-0.21.1832 \ --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 jackett https://github.com/r-ryantm/nixpkgs/archive/1398683050e9dc451146eb2137656ef6e4e22625.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/1398683050e9dc451146eb2137656ef6e4e22625#jackett ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/422wj9a9qy44xigfpisri6fm9lpsnxkn-jackett-0.21.1832 ls -la /nix/store/422wj9a9qy44xigfpisri6fm9lpsnxkn-jackett-0.21.1832/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:
--- ###### Maintainer pings cc @edwtjo @nyanloutre @purcell 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/286764 [result] Success updating jackett 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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-25.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] this derivation will be built: /nix/store/5865fx2pp2gvkk5hcfy52lf8dknm4b2y-packages.json.drv building '/nix/store/5865fx2pp2gvkk5hcfy52lf8dknm4b2y-packages.json.drv'... 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-25.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/45gwd5d51bkw9a4lkx9ckyg6ajsvmz1n-source.drv building '/nix/store/45gwd5d51bkw9a4lkx9ckyg6ajsvmz1n-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/45gwd5d51bkw9a4lkx9ckyg6ajsvmz1n-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/45gwd5d51bkw9a4lkx9ckyg6ajsvmz1n-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-25.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] this derivation will be built: /nix/store/h2sv41jq698dc3qy1p5a2k28ls981yd3-packages.json.drv building '/nix/store/h2sv41jq698dc3qy1p5a2k28ls981yd3-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/2v50c30gbklk5sv312s3avxkg1x2ski7-packages.json.drv building '/nix/store/2v50c30gbklk5sv312s3avxkg1x2ski7-packages.json.drv'... 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-25.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.asn1ate, using log file: /var/log/nixpkgs-update/python311Packages.asn1ate/2024-02-25.log python311Packages.asn1ate 0 -> 1 attrpath: python311Packages.asn1ate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/lhcpdag4cj06m49cg5ffbrajp9ib3668-packages.json.drv building '/nix/store/lhcpdag4cj06m49cg5ffbrajp9ib3668-packages.json.drv'... Going to be running update for following packages: - python3.11-asn1ate-0.6 Press Enter key to continue... Running update for: - python3.11-asn1ate-0.6: UPDATING ... - python3.11-asn1ate-0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asn1ate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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.fastpbkdf2, using log file: /var/log/nixpkgs-update/python311Packages.fastpbkdf2/2024-02-25.log python311Packages.fastpbkdf2 0 -> 1 attrpath: python311Packages.fastpbkdf2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/82d0qh7mrwih8kbvnd7av44rywpzdiky-packages.json.drv building '/nix/store/82d0qh7mrwih8kbvnd7av44rywpzdiky-packages.json.drv'... Going to be running update for following packages: - python3.11-fastpbkdf2-0.2 Press Enter key to continue... Running update for: - python3.11-fastpbkdf2-0.2: UPDATING ... - python3.11-fastpbkdf2-0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fastpbkdf2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-velbus, using log file: /var/log/nixpkgs-update/python311Packages.python-velbus/2024-02-25.log python311Packages.python-velbus 0 -> 1 attrpath: python311Packages.python-velbus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/l2jipb8s2q3i4k7wixp18b9blsv7pv57-packages.json.drv building '/nix/store/l2jipb8s2q3i4k7wixp18b9blsv7pv57-packages.json.drv'... Going to be running update for following packages: - python3.11-python-velbus-2.1.14 Press Enter key to continue... Running update for: - python3.11-python-velbus-2.1.14: UPDATING ... - python3.11-python-velbus-2.1.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-velbus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ps_mem, using log file: /var/log/nixpkgs-update/ps_mem/2024-02-25.log ps_mem 0 -> 1 attrpath: ps_mem Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/fkchy0rbdsn34d8aj7q764agjhpv467k-packages.json.drv building '/nix/store/fkchy0rbdsn34d8aj7q764agjhpv467k-packages.json.drv'... Going to be running update for following packages: - ps_mem-3.13 Press Enter key to continue... Running update for: - ps_mem-3.13: UPDATING ... - ps_mem-3.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ps_mem 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath replibyte, using log file: /var/log/nixpkgs-update/replibyte/2024-02-25.log replibyte 0.9.7 -> 0.10.0 https://github.com/Qovery/replibyte/releases attrpath: replibyte 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 'replibyte.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/r7656nnkp1jnkl6rqnx9lxza6w78yrwv-replibyte-0.10.0-vendor.tar.gz.drv /nix/store/4258616ssrqyzcmr4wrqsnfn9c0xkk0r-replibyte-0.10.0.drv building '/nix/store/r7656nnkp1jnkl6rqnx9lxza6w78yrwv-replibyte-0.10.0-vendor.tar.gz.drv'... Running phase: unpackPhase unpacking source archive /nix/store/5f5x8dhsjjhd7zfqcx7w550nb3hfkarr-source source root is source Running phase: patchPhase applying patch /nix/store/0d4a0yhdx2xyli6fmw62zmavig00m695-15f122cc83fff03ae410be705779ab964fa7b375.patch patching file Cargo.lock Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 3 out of 3 hunks ignored -- saving rejects to file Cargo.lock.rej error: builder for '/nix/store/r7656nnkp1jnkl6rqnx9lxza6w78yrwv-replibyte-0.10.0-vendor.tar.gz.drv' failed with exit code 1; last 10 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/5f5x8dhsjjhd7zfqcx7w550nb3hfkarr-source > source root is source > Running phase: patchPhase > applying patch /nix/store/0d4a0yhdx2xyli6fmw62zmavig00m695-15f122cc83fff03ae410be705779ab964fa7b375.patch > patching file Cargo.lock > Reversed (or previously applied) patch detected! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 3 out of 3 hunks ignored -- saving rejects to file Cargo.lock.rej For full logs, run 'nix log /nix/store/r7656nnkp1jnkl6rqnx9lxza6w78yrwv-replibyte-0.10.0-vendor.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/4258616ssrqyzcmr4wrqsnfn9c0xkk0r-replibyte-0.10.0.drv' failed to build [result] Failed to update replibyte 0.9.7 -> 0.10.0 https://github.com/Qovery/replibyte/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.pysmf, using log file: /var/log/nixpkgs-update/python311Packages.pysmf/2024-02-25.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] this derivation will be built: /nix/store/6fhzcijk8saafdgyqs2120al65mp01s2-packages.json.drv building '/nix/store/6fhzcijk8saafdgyqs2120al65mp01s2-packages.json.drv'... 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.elevate, using log file: /var/log/nixpkgs-update/python311Packages.elevate/2024-02-25.log python311Packages.elevate 0 -> 1 attrpath: python311Packages.elevate 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/qh10s6pfnkss2s6wzg6ij3hapypy7kmb-packages.json.drv building '/nix/store/qh10s6pfnkss2s6wzg6ij3hapypy7kmb-packages.json.drv'... Going to be running update for following packages: - python3.11-elevate-0.1.3 Press Enter key to continue... Running update for: - python3.11-elevate-0.1.3: UPDATING ... - python3.11-elevate-0.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.elevate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/dk7z63smx4jppnv1w0qvzhyy059mrbv4-packages.json.drv building '/nix/store/dk7z63smx4jppnv1w0qvzhyy059mrbv4-packages.json.drv'... 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 nvme-cli, using log file: /var/log/nixpkgs-update/nvme-cli/2024-02-25.log nvme-cli 2.7.1 -> 2.8 https://github.com/linux-nvme/nvme-cli/releases attrpath: nvme-cli 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/os-specific/linux/nvme-cli/default.nix b/pkgs/os-specific/linux/nvme-cli/default.nix index b7e94d3938aa..69249683cdb2 100644 --- a/pkgs/os-specific/linux/nvme-cli/default.nix +++ b/pkgs/os-specific/linux/nvme-cli/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "nvme-cli"; - version = "2.7.1"; + version = "2.8"; src = fetchFromGitHub { owner = "linux-nvme"; repo = "nvme-cli"; rev = "v${version}"; - hash = "sha256-Gm+1tb/Nh+Yg2PgSUn/1hR4CZYnfTWRwcQU0A8UeQwI="; + hash = "sha256-hu8OTpSE0poBrZEGOa89ZGpnEWQuYOy2ROxESSJzGFI="; }; 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 nvme-cli nix build failed. unpacking source archive /nix/store/8rlhh6if7qbskf2pmc1mslcnic49dqba-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 mesonConfigurePhase flags: --prefix=/nix/store/nyi3by5628psi5szwrpww3h9nsk6b7c5-nvme-cli-2.8 --libdir=/nix/store/nyi3by5628psi5szwrpww3h9nsk6b7c5-nvme-cli-2.8/lib --libexecdir=/nix/store/nyi3by5628psi5szwrpww3h9nsk6b7c5-nvme-cli-2.8/libexec --bindir=/nix/store/nyi3by5628psi5szwrpww3h9nsk6b7c5-nvme-cli-2.8/bin --sbindir=/nix/store/nyi3by5628psi5szwrpww3h9nsk6b7c5-nvme-cli-2.8/sbin --includedir=/nix/store/nyi3by5628psi5szwrpww3h9nsk6b7c5-nvme-cli-2.8/include --mandir=/nix/store/nyi3by5628psi5szwrpww3h9nsk6b7c5-nvme-cli-2.8/share/man --infodir=/nix/store/nyi3by5628psi5szwrpww3h9nsk6b7c5-nvme-cli-2.8/share/info --localedir=/nix/store/nyi3by5628psi5szwrpww3h9nsk6b7c5-nvme-cli-2.8/share/locale -Dauto_features=enabled -Dwrap_mode=nodownload --buildtype=plain -Dversion-tag=2.8 The Meson build system Version: 1.3.2 Source dir: /build/source Build dir: /build/source/build Build type: native build Project name: nvme-cli Project version: 2.8 C compiler for the host machine: gcc (gcc 13.2.0 "gcc (GCC) 13.2.0") C linker for the host machine: gcc ld.bfd 2.40 Host machine cpu family: x86_64 Host machine cpu: x86_64 Found pkg-config: YES (/nix/store/492n7ylp2f9zn0k3vghv1snypgkzznc5-pkg-config-wrapper-0.29.2/bin/pkg-config) 0.29.2 Dependency libnvme found: NO found 1.7.1 but need: '>=1.8' Did not find CMake 'cmake' Found CMake: NO Run-time dependency libnvme found: NO (tried pkgconfig and cmake) Looking for a fallback subproject for the dependency libnvme meson.build:51:14: ERROR: Automatic wrap-based subproject downloading is disabled A full log can be found at /build/source/build/meson-logs/meson-log.txt [result] Failed to update nvme-cli 2.7.1 -> 2.8 https://github.com/linux-nvme/nvme-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.sure, using log file: /var/log/nixpkgs-update/python311Packages.sure/2024-02-25.log python311Packages.sure 0 -> 1 attrpath: python311Packages.sure Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/p2q81kl0ffwaki96m17ldzgnn6h99p5r-packages.json.drv building '/nix/store/p2q81kl0ffwaki96m17ldzgnn6h99p5r-packages.json.drv'... Going to be running update for following packages: - python3.11-sure-2.0.1 Press Enter key to continue... Running update for: - python3.11-sure-2.0.1: UPDATING ... - python3.11-sure-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sure 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bom, using log file: /var/log/nixpkgs-update/bom/2024-02-25.log bom 0.6.0 -> 1.0.1 https://repology.org/project/bom/versions attrpath: bom 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/w0wrmkqjd3fbpd5xd23yjwk0pawqarky-source.drv building '/nix/store/w0wrmkqjd3fbpd5xd23yjwk0pawqarky-source.drv'... exporting https://github.com/kubernetes-sigs/bom.git (rev v1.0.1) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/v1.0.1 remote: Enumerating objects: 194, done. remote: Counting objects: 100% (194/194), done. remote: Compressing objects: 100% (174/174), done. remote: Total 194 (delta 22), reused 108 (delta 8), pack-reused 0 Receiving objects: 100% (194/194), 3.98 MiB | 24.88 MiB/s, done. Resolving deltas: 100% (22/22), done. From https://github.com/kubernetes-sigs/bom * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/v1.0.1 from https://github.com/kubernetes-sigs/bom.git. error: builder for '/nix/store/w0wrmkqjd3fbpd5xd23yjwk0pawqarky-source.drv' failed with exit code 1; last 14 log lines: > exporting https://github.com/kubernetes-sigs/bom.git (rev v1.0.1) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source > Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ > fatal: couldn't find remote ref refs/tags/v1.0.1 > remote: Enumerating objects: 194, done. > remote: Counting objects: 100% (194/194), done. > remote: Compressing objects: 100% (174/174), done. > remote: Total 194 (delta 22), reused 108 (delta 8), pack-reused 0 > Receiving objects: 100% (194/194), 3.98 MiB | 24.88 MiB/s, done. > Resolving deltas: 100% (22/22), done. > From https://github.com/kubernetes-sigs/bom > * branch HEAD -> FETCH_HEAD > fatal: Not a valid object name > Unrecognized git object type: > Unable to checkout refs/tags/v1.0.1 from https://github.com/kubernetes-sigs/bom.git. For full logs, run 'nix log /nix/store/w0wrmkqjd3fbpd5xd23yjwk0pawqarky-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'bom.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/w0wrmkqjd3fbpd5xd23yjwk0pawqarky-source.drv /nix/store/z4swk802i7q3hbqzgqpb6pkvjwi4rll1-bom-1.0.1-go-modules.drv /nix/store/zwwyfvcmb5bjip8svixbvfhfskw8d8yw-bom-1.0.1.drv building '/nix/store/w0wrmkqjd3fbpd5xd23yjwk0pawqarky-source.drv'... exporting https://github.com/kubernetes-sigs/bom.git (rev v1.0.1) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/v1.0.1 remote: Enumerating objects: 194, done. remote: Counting objects: 100% (194/194), done. remote: Compressing objects: 100% (174/174), done. remote: Total 194 (delta 22), reused 108 (delta 8), pack-reused 0 Receiving objects: 100% (194/194), 3.98 MiB | 24.73 MiB/s, done. Resolving deltas: 100% (22/22), done. From https://github.com/kubernetes-sigs/bom * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/v1.0.1 from https://github.com/kubernetes-sigs/bom.git. error: builder for '/nix/store/w0wrmkqjd3fbpd5xd23yjwk0pawqarky-source.drv' failed with exit code 1; last 14 log lines: > exporting https://github.com/kubernetes-sigs/bom.git (rev v1.0.1) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source > Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ > fatal: couldn't find remote ref refs/tags/v1.0.1 > remote: Enumerating objects: 194, done. > remote: Counting objects: 100% (194/194), done. > remote: Compressing objects: 100% (174/174), done. > remote: Total 194 (delta 22), reused 108 (delta 8), pack-reused 0 > Receiving objects: 100% (194/194), 3.98 MiB | 24.73 MiB/s, done. > Resolving deltas: 100% (22/22), done. > From https://github.com/kubernetes-sigs/bom > * branch HEAD -> FETCH_HEAD > fatal: Not a valid object name > Unrecognized git object type: > Unable to checkout refs/tags/v1.0.1 from https://github.com/kubernetes-sigs/bom.git. For full logs, run 'nix log /nix/store/w0wrmkqjd3fbpd5xd23yjwk0pawqarky-source.drv'. error: 1 dependencies of derivation '/nix/store/zwwyfvcmb5bjip8svixbvfhfskw8d8yw-bom-1.0.1.drv' failed to build [result] Failed to update bom 0.6.0 -> 1.0.1 https://repology.org/project/bom/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath numberstation, using log file: /var/log/nixpkgs-update/numberstation/2024-02-25.log numberstation 0 -> 1 attrpath: numberstation Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/zbv1zvxgkrhw53c2spqqrarimy23zgcs-packages.json.drv building '/nix/store/zbv1zvxgkrhw53c2spqqrarimy23zgcs-packages.json.drv'... Going to be running update for following packages: - numberstation-1.3.0 Press Enter key to continue... Running update for: - numberstation-1.3.0: UPDATING ... - numberstation-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update numberstation 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sway-assign-cgroups, using log file: /var/log/nixpkgs-update/sway-assign-cgroups/2024-02-25.log sway-assign-cgroups 0 -> 1 attrpath: sway-assign-cgroups Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/3i5bf3fq8ygc6x54vphwwl25rdnllg4n-packages.json.drv building '/nix/store/3i5bf3fq8ygc6x54vphwwl25rdnllg4n-packages.json.drv'... Going to be running update for following packages: - sway-assign-cgroups-0.4.0 Press Enter key to continue... Running update for: - sway-assign-cgroups-0.4.0: UPDATING ... - sway-assign-cgroups-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sway-assign-cgroups 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.doorbirdpy, using log file: /var/log/nixpkgs-update/python311Packages.doorbirdpy/2024-02-25.log python311Packages.doorbirdpy 0 -> 1 attrpath: python311Packages.doorbirdpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/z78mqksksgk8zvbb25fplr0c3qkg6qd2-packages.json.drv building '/nix/store/z78mqksksgk8zvbb25fplr0c3qkg6qd2-packages.json.drv'... Going to be running update for following packages: - python3.11-doorbirdpy-2.2.2 Press Enter key to continue... Running update for: - python3.11-doorbirdpy-2.2.2: UPDATING ... - python3.11-doorbirdpy-2.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.doorbirdpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.omegaconf, using log file: /var/log/nixpkgs-update/python311Packages.omegaconf/2024-02-25.log python311Packages.omegaconf 0 -> 1 attrpath: python311Packages.omegaconf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/nmpix146nar18v7ima3jplfwg476g3mf-packages.json.drv building '/nix/store/nmpix146nar18v7ima3jplfwg476g3mf-packages.json.drv'... Going to be running update for following packages: - python3.11-omegaconf-2.3.0 Press Enter key to continue... Running update for: - python3.11-omegaconf-2.3.0: UPDATING ... - python3.11-omegaconf-2.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.omegaconf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.signals, using log file: /var/log/nixpkgs-update/kodiPackages.signals/2024-02-25.log kodiPackages.signals 0 -> 1 attrpath: kodiPackages.signals Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/yzc9jbjn4yj24pjw3gsbkfva79yn5f2a-packages.json.drv building '/nix/store/yzc9jbjn4yj24pjw3gsbkfva79yn5f2a-packages.json.drv'... Going to be running update for following packages: - kodi-signals-0.0.6+matrix.1 Press Enter key to continue... Running update for: - kodi-signals-0.0.6+matrix.1: UPDATING ... - kodi-signals-0.0.6+matrix.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kodiPackages.signals 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.podcats, using log file: /var/log/nixpkgs-update/python311Packages.podcats/2024-02-25.log python311Packages.podcats 0 -> 1 attrpath: python311Packages.podcats Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/40nj1dsv0wnlpsn0bly34h82chxl5b1k-packages.json.drv building '/nix/store/40nj1dsv0wnlpsn0bly34h82chxl5b1k-packages.json.drv'... Going to be running update for following packages: - python3.11-podcats-0.5.0 Press Enter key to continue... Running update for: - python3.11-podcats-0.5.0: UPDATING ... - python3.11-podcats-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.podcats 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.diffimg, using log file: /var/log/nixpkgs-update/python311Packages.diffimg/2024-02-25.log python311Packages.diffimg 0 -> 1 attrpath: python311Packages.diffimg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/228hsxbgxp8zjhph6va4f66b0x4qz58n-packages.json.drv building '/nix/store/228hsxbgxp8zjhph6va4f66b0x4qz58n-packages.json.drv'... Going to be running update for following packages: - python3.11-diffimg-0.3.0 Press Enter key to continue... Running update for: - python3.11-diffimg-0.3.0: UPDATING ... - python3.11-diffimg-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.diffimg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath go-musicfox, using log file: /var/log/nixpkgs-update/go-musicfox/2024-02-25.log go-musicfox 0 -> 1 attrpath: go-musicfox 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/raghank63cmsh2l24qm4cfrrzzy56m81-packages.json.drv building '/nix/store/raghank63cmsh2l24qm4cfrrzzy56m81-packages.json.drv'... Going to be running update for following packages: - go-musicfox-4.3.0 Press Enter key to continue... Running update for: - go-musicfox-4.3.0: UPDATING ... - go-musicfox-4.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/audio/go-musicfox/default.nix b/pkgs/applications/audio/go-musicfox/default.nix index 549ab0f692e7..3d67cb7d46e9 100644 --- a/pkgs/applications/audio/go-musicfox/default.nix +++ b/pkgs/applications/audio/go-musicfox/default.nix @@ -9,18 +9,18 @@ buildGoModule rec { pname = "go-musicfox"; - version = "4.3.0"; + version = "4.3.1"; src = fetchFromGitHub { owner = "go-musicfox"; repo = pname; rev = "v${version}"; - hash = "sha256-JDR3D3tILT0q9jqcZmbfQC3yn7cmaSL/GEpCguqCFXI="; + hash = "sha256-QZHuQAOnthSm7Kb82i3NUWTnKk+9OMHV5vzOU72inX0="; }; deleteVendor = true; - vendorHash = "sha256-ILO4v4ii1l9JokXG7R3vuN7i5hDi/hLHTFiClA2vdf0="; + vendorHash = "sha256-6DeoxpjVfykBI3fJAJpMZwJ4VTooIbxGpk5+SW198hU="; subPackages = [ "cmd/musicfox.go" ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/0b70ignsx2b36mgv9ci1y1h5ws3vlc9f-go-musicfox-4.3.1" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package 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 go-musicfox is: Terminal netease cloud music client written in Go meta.homepage for go-musicfox is: https://github.com/anhoder/go-musicfox ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/go-musicfox/go-musicfox/releases/tag/v4.3.1) - [Compare changes on GitHub](https://github.com/go-musicfox/go-musicfox/compare/v4.3.0...v4.3.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 4.3.1 with grep in /nix/store/0b70ignsx2b36mgv9ci1y1h5ws3vlc9f-go-musicfox-4.3.1 - found 4.3.1 in filename of file in /nix/store/0b70ignsx2b36mgv9ci1y1h5ws3vlc9f-go-musicfox-4.3.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath go-musicfox ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/0b70ignsx2b36mgv9ci1y1h5ws3vlc9f-go-musicfox-4.3.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 go-musicfox https://github.com/r-ryantm/nixpkgs/archive/e9d69a1021123d77262217a1e50aa6a596badc47.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/e9d69a1021123d77262217a1e50aa6a596badc47#go-musicfox ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/0b70ignsx2b36mgv9ci1y1h5ws3vlc9f-go-musicfox-4.3.1 ls -la /nix/store/0b70ignsx2b36mgv9ci1y1h5ws3vlc9f-go-musicfox-4.3.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)
1 package built:
--- ###### Maintainer pings cc @zendo @Ruixi-rebirth @Aleksanaa 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/291277 [result] Success updating go-musicfox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.switchboard-plug-datetime, using log file: /var/log/nixpkgs-update/pantheon.switchboard-plug-datetime/2024-02-25.log pantheon.switchboard-plug-datetime 0 -> 1 attrpath: pantheon.switchboard-plug-datetime 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/50dfg0d45nqbncw7rd1lm2cs3hrj7ni0-packages.json.drv building '/nix/store/50dfg0d45nqbncw7rd1lm2cs3hrj7ni0-packages.json.drv'... Going to be running update for following packages: - switchboard-plug-datetime-2.2.0 Press Enter key to continue... Running update for: - switchboard-plug-datetime-2.2.0: UPDATING ... - switchboard-plug-datetime-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.switchboard-plug-datetime 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.laszip, using log file: /var/log/nixpkgs-update/python311Packages.laszip/2024-02-25.log python311Packages.laszip 0 -> 1 attrpath: python311Packages.laszip 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/gkiz8rnmnpb8wqdhfcs1vg53jcq6v8ry-packages.json.drv building '/nix/store/gkiz8rnmnpb8wqdhfcs1vg53jcq6v8ry-packages.json.drv'... Going to be running update for following packages: - python3.11-laszip-python-0.2.3 Press Enter key to continue... Running update for: - python3.11-laszip-python-0.2.3: UPDATING ... - python3.11-laszip-python-0.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.laszip 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.downloader-cli, using log file: /var/log/nixpkgs-update/python311Packages.downloader-cli/2024-02-25.log python311Packages.downloader-cli 0 -> 1 attrpath: python311Packages.downloader-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] this derivation will be built: /nix/store/wvkahlj441km7v6wgmyihqsviwnjdjzl-packages.json.drv building '/nix/store/wvkahlj441km7v6wgmyihqsviwnjdjzl-packages.json.drv'... Going to be running update for following packages: - python3.11-downloader-cli-0.3.4 Press Enter key to continue... Running update for: - python3.11-downloader-cli-0.3.4: UPDATING ... - python3.11-downloader-cli-0.3.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.downloader-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.hole, using log file: /var/log/nixpkgs-update/python311Packages.hole/2024-02-25.log python311Packages.hole 0 -> 1 attrpath: python311Packages.hole Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/fgbw6s9qz7jw2yxhy33ldb7cm480x01l-packages.json.drv building '/nix/store/fgbw6s9qz7jw2yxhy33ldb7cm480x01l-packages.json.drv'... Going to be running update for following packages: - python3.11-hole-0.8.0 Press Enter key to continue... Running update for: - python3.11-hole-0.8.0: UPDATING ... - python3.11-hole-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hole 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath drogon, using log file: /var/log/nixpkgs-update/drogon/2024-02-25.log drogon 1.9.2 -> 1.9.3 https://github.com/drogonframework/drogon/releases attrpath: drogon Checking auto update branch... An auto update branch exists with message `drogon: 1.9.2 -> 1.9.3`. New version is 1.9.3. An auto update branch exists with an equal or greater version [result] Failed to update drogon 1.9.2 -> 1.9.3 https://github.com/drogonframework/drogon/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 fluidd, using log file: /var/log/nixpkgs-update/fluidd/2024-02-25.log fluidd 1.27.1 -> 1.28.1 https://github.com/cadriel/fluidd/releases attrpath: fluidd Checking auto update branch... An auto update branch exists with message `fluidd: 1.27.1 -> 1.28.1`. New version is 1.28.1. An auto update branch exists with an equal or greater version [result] Failed to update fluidd 1.27.1 -> 1.28.1 https://github.com/cadriel/fluidd/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.spacy-lookups-data, using log file: /var/log/nixpkgs-update/python311Packages.spacy-lookups-data/2024-02-25.log python311Packages.spacy-lookups-data 0 -> 1 attrpath: python311Packages.spacy-lookups-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] this derivation will be built: /nix/store/v809g0xk0dyr9dhhymjn2d5a7gxcl7li-packages.json.drv building '/nix/store/v809g0xk0dyr9dhhymjn2d5a7gxcl7li-packages.json.drv'... Going to be running update for following packages: - python3.11-spacy-lookups-data-1.0.5 Press Enter key to continue... Running update for: - python3.11-spacy-lookups-data-1.0.5: UPDATING ... - python3.11-spacy-lookups-data-1.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.spacy-lookups-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 material-black-colors, using log file: /var/log/nixpkgs-update/material-black-colors/2024-02-25.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 lxgw-wenkai, using log file: /var/log/nixpkgs-update/lxgw-wenkai/2024-02-25.log lxgw-wenkai 1.315 -> 1.320 https://github.com/lxgw/LxgwWenKai/releases attrpath: lxgw-wenkai Checking auto update branch... An auto update branch exists with message `lxgw-wenkai: 1.315 -> 1.320`. New version is 1.320. An auto update branch exists with an equal or greater version [result] Failed to update lxgw-wenkai 1.315 -> 1.320 https://github.com/lxgw/LxgwWenKai/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-25.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 godns, using log file: /var/log/nixpkgs-update/godns/2024-02-25.log godns 0 -> 1 attrpath: godns 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/73h1ksr1y3m9qprfm555hx94lvg307pd-packages.json.drv building '/nix/store/73h1ksr1y3m9qprfm555hx94lvg307pd-packages.json.drv'... Going to be running update for following packages: - godns-3.0.7 Press Enter key to continue... Running update for: - godns-3.0.7: UPDATING ... - godns-3.0.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/networking/godns/default.nix b/pkgs/tools/networking/godns/default.nix index a41d1993270b..0a371c5e3dfe 100644 --- a/pkgs/tools/networking/godns/default.nix +++ b/pkgs/tools/networking/godns/default.nix @@ -6,16 +6,16 @@ buildGoModule rec { pname = "godns"; - version = "3.0.7"; + version = "3.1.3"; src = fetchFromGitHub { owner = "TimothyYe"; repo = "godns"; rev = "refs/tags/v${version}"; - hash = "sha256-7zgvrEVt8xg54NijcqnXoZcXetzOu9h3Ucw7w03YagU="; + hash = "sha256-8KZcX88dCIILqhWRVKDRA2UGbGpedcA1YHv8e4mR+j8="; }; - vendorHash = "sha256-veDrGB6gjUa8G/UyKzEgH2ItGGEPlXDePahq2XP2nAo="; + vendorHash = "sha256-kSREFNIGH0MXiyKMp1LmrLkhKBhovvNRz46LTXT2XME="; # Some tests require internet access, broken in sandbox doCheck = false; 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 godns nix build failed. got build log for 'godns' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/dcndlh1sxyyrph0cpcnpmy72p4zya68c-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/godns internal/server/server.go:19:12: pattern out/*: no matching files found [result] Failed to update godns 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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] this derivation will be built: /nix/store/j3wvlpv2fhdr1yi831zdw6whf1yvrlnd-packages.json.drv building '/nix/store/j3wvlpv2fhdr1yi831zdw6whf1yvrlnd-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/r32yj2bpl99130gdwd3wjhd2l4zna3ay-packages.json.drv building '/nix/store/r32yj2bpl99130gdwd3wjhd2l4zna3ay-packages.json.drv'... 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..a21c03effb1c 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.13"; src = fetchPypi { inherit pname version; - hash = "sha256-x+RVVgQvJwV5j7DLYS7AnXb4OMJ4v+l0awUuonQIgzY="; + hash = "sha256-ivjsbWU0hF1/a86uF1/zWm4+ZaFEBQLnAPh3BgnVZC8="; }; 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/p6bp822wdfns2al6wgxvlibvm8586kpq-gay-1.2.13.tar.gz source root is gay-1.2.13 setting SOURCE_DATE_EPOCH to timestamp 1708495537 of file gay-1.2.13/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.13/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/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/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: 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.mwclient, using log file: /var/log/nixpkgs-update/python311Packages.mwclient/2024-02-25.log python311Packages.mwclient 0 -> 1 attrpath: python311Packages.mwclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/4czvkjp2pi9m09is1yjpsjdqwi3r9fp3-packages.json.drv building '/nix/store/4czvkjp2pi9m09is1yjpsjdqwi3r9fp3-packages.json.drv'... Going to be running update for following packages: - python3.11-mwclient-0.10.1 Press Enter key to continue... Running update for: - python3.11-mwclient-0.10.1: UPDATING ... - python3.11-mwclient-0.10.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mwclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nxt-python, using log file: /var/log/nixpkgs-update/python311Packages.nxt-python/2024-02-25.log python311Packages.nxt-python 0 -> 1 attrpath: python311Packages.nxt-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] this derivation will be built: /nix/store/wjjgqzyp3cmzbfyfrhd02283z3gbxpxc-packages.json.drv building '/nix/store/wjjgqzyp3cmzbfyfrhd02283z3gbxpxc-packages.json.drv'... Going to be running update for following packages: - python3.11-nxt-python-3.2.0 Press Enter key to continue... Running update for: - python3.11-nxt-python-3.2.0: UPDATING ... - python3.11-nxt-python-3.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/nxt-python/default.nix b/pkgs/development/python-modules/nxt-python/default.nix index fb953bce13dd..2f2e6dbfe8af 100644 --- a/pkgs/development/python-modules/nxt-python/default.nix +++ b/pkgs/development/python-modules/nxt-python/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "nxt-python"; - version = "3.2.0"; + version = "3.3.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "schodet"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-PWeR8xteLMxlOHcJJCtTI0o8QNzwGJVkUACmvf4tXWY="; + hash = "sha256-v65KEP5DuJsZAifd1Rh46x9lSAgBZgyo+e8PKSDKnhw="; }; 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 python311Packages.nxt-python nix build failed. 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/miasb7p4bjzw7lv7cz040czvm7v90b5s-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 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/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/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/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.nxt-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 gita, using log file: /var/log/nixpkgs-update/gita/2024-02-25.log gita 0 -> 1 attrpath: gita Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/4hz8s0397rpkdh4zs7i0k28vjsrd6562-packages.json.drv building '/nix/store/4hz8s0397rpkdh4zs7i0k28vjsrd6562-packages.json.drv'... Going to be running update for following packages: - gita-0.16.6.1 Press Enter key to continue... Running update for: - gita-0.16.6.1: UPDATING ... - gita-0.16.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gita 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.queuelib, using log file: /var/log/nixpkgs-update/python311Packages.queuelib/2024-02-25.log python311Packages.queuelib 0 -> 1 attrpath: python311Packages.queuelib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ssmjwvbicjria6j6bbijxsfkip4a5m55-packages.json.drv building '/nix/store/ssmjwvbicjria6j6bbijxsfkip4a5m55-packages.json.drv'... Going to be running update for following packages: - python3.11-queuelib-1.6.2 Press Enter key to continue... Running update for: - python3.11-queuelib-1.6.2: UPDATING ... - python3.11-queuelib-1.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.queuelib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath backintime, using log file: /var/log/nixpkgs-update/backintime/2024-02-25.log backintime 1.3.3 -> 1.4.3 https://github.com/bit-team/backintime/releases attrpath: backintime 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/sync/backintime/common.nix b/pkgs/applications/networking/sync/backintime/common.nix index 059716277032..b297de87608b 100644 --- a/pkgs/applications/networking/sync/backintime/common.nix +++ b/pkgs/applications/networking/sync/backintime/common.nix @@ -7,13 +7,13 @@ let apps = lib.makeBinPath [ openssh python' cron rsync sshfs-fuse encfs ]; in stdenv.mkDerivation rec { pname = "backintime-common"; - version = "1.3.3"; + version = "1.4.3"; src = fetchFromGitHub { owner = "bit-team"; repo = "backintime"; rev = "v${version}"; - sha256 = "sha256-cKmzq155/dCl5wZA2SE3XjfCocHxTh4Wa2IdfzSfQHg="; + sha256 = "sha256-2q2Q4rnxXwVnfH1YEBwY35B2ctG9+qpOIAHqPOjjArg="; }; nativeBuildInputs = [ makeWrapper gettext ]; [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 backintime Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . backintime Standard output: error: build log of 'backintime' is not available [result] Failed to update backintime 1.3.3 -> 1.4.3 https://github.com/bit-team/backintime/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.vmprof, using log file: /var/log/nixpkgs-update/python311Packages.vmprof/2024-02-25.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] this derivation will be built: /nix/store/sdk5dpz2x5v3hv0ialv17r12xbi72pbs-packages.json.drv building '/nix/store/sdk5dpz2x5v3hv0ialv17r12xbi72pbs-packages.json.drv'... 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 cie-middleware-linux, using log file: /var/log/nixpkgs-update/cie-middleware-linux/2024-02-25.log cie-middleware-linux 1.5.0 -> 1.5.1 https://github.com/M0rf30/cie-middleware-linux/releases attrpath: cie-middleware-linux 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 cie-middleware-linux 1.5.0 -> 1.5.1 https://github.com/M0rf30/cie-middleware-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.pplpy, using log file: /var/log/nixpkgs-update/python311Packages.pplpy/2024-02-25.log python311Packages.pplpy 0 -> 1 attrpath: python311Packages.pplpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/7k49151hhxfpyyad1ycldafhcj4cya7c-packages.json.drv building '/nix/store/7k49151hhxfpyyad1ycldafhcj4cya7c-packages.json.drv'... Going to be running update for following packages: - python3.11-pplpy-0.8.9 Press Enter key to continue... Running update for: - python3.11-pplpy-0.8.9: UPDATING ... - python3.11-pplpy-0.8.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pplpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/qfgdzjhr35wdq9ylwz3j7y58x29gv59x-packages.json.drv building '/nix/store/qfgdzjhr35wdq9ylwz3j7y58x29gv59x-packages.json.drv'... Going to be running update for following packages: - python3.11-aemet-opendata-0.5.1 Press Enter key to continue... Running update for: - python3.11-aemet-opendata-0.5.1: UPDATING ... - python3.11-aemet-opendata-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [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 python311Packages.opentelemetry-instrumentation-wsgi, using log file: /var/log/nixpkgs-update/python311Packages.opentelemetry-instrumentation-wsgi/2024-02-25.log python311Packages.opentelemetry-instrumentation-wsgi 0 -> 1 attrpath: python311Packages.opentelemetry-instrumentation-wsgi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/w8adqg9j4661fma0gimh2y4mkfzmhhvb-packages.json.drv building '/nix/store/w8adqg9j4661fma0gimh2y4mkfzmhhvb-packages.json.drv'... Going to be running update for following packages: - python3.11-opentelemetry-instrumentation-wsgi-0.43b0 Press Enter key to continue... Running update for: - python3.11-opentelemetry-instrumentation-wsgi-0.43b0: UPDATING ... - python3.11-opentelemetry-instrumentation-wsgi-0.43b0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opentelemetry-instrumentation-wsgi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.inkbird-ble, using log file: /var/log/nixpkgs-update/python311Packages.inkbird-ble/2024-02-25.log python311Packages.inkbird-ble 0 -> 1 attrpath: python311Packages.inkbird-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] this derivation will be built: /nix/store/l02v0849xrczp7ywq8ybwfxnmsf45hl6-packages.json.drv building '/nix/store/l02v0849xrczp7ywq8ybwfxnmsf45hl6-packages.json.drv'... Going to be running update for following packages: - python3.11-inkbird-ble-0.5.6 Press Enter key to continue... Running update for: - python3.11-inkbird-ble-0.5.6: UPDATING ... - python3.11-inkbird-ble-0.5.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.inkbird-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.langchain-core, using log file: /var/log/nixpkgs-update/python311Packages.langchain-core/2024-02-25.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/yss2j0mxyacm02m3s0vq4m9f0vb9g1cw-packages.json.drv building '/nix/store/yss2j0mxyacm02m3s0vq4m9f0vb9g1cw-packages.json.drv'... Going to be running update for following packages: - python3.11-langchain-core-0.1.26 Press Enter key to continue... Running update for: - python3.11-langchain-core-0.1.26: UPDATING ... - python3.11-langchain-core-0.1.26: DONE. Packages updated! The diff was empty after rewrites. [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.plotnine, using log file: /var/log/nixpkgs-update/python311Packages.plotnine/2024-02-25.log python311Packages.plotnine 0 -> 1 attrpath: python311Packages.plotnine Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/rqr0m7lw65svnxr3klz3jk5gwgxj0knc-packages.json.drv building '/nix/store/rqr0m7lw65svnxr3klz3jk5gwgxj0knc-packages.json.drv'... Going to be running update for following packages: - python3.11-plotnine-0.13.0 Press Enter key to continue... Running update for: - python3.11-plotnine-0.13.0: UPDATING ... - python3.11-plotnine-0.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.plotnine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hacking, using log file: /var/log/nixpkgs-update/python311Packages.hacking/2024-02-25.log python311Packages.hacking 0 -> 1 attrpath: python311Packages.hacking Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ka04sgc8p8m55sjds0v8zm0wxb4pnbf9-packages.json.drv building '/nix/store/ka04sgc8p8m55sjds0v8zm0wxb4pnbf9-packages.json.drv'... Going to be running update for following packages: - python3.11-hacking-6.0.1 Press Enter key to continue... Running update for: - python3.11-hacking-6.0.1: UPDATING ... - python3.11-hacking-6.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/hacking/default.nix b/pkgs/development/python-modules/hacking/default.nix index 5a01f5246f85..cd121822e651 100644 --- a/pkgs/development/python-modules/hacking/default.nix +++ b/pkgs/development/python-modules/hacking/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "hacking"; - version = "6.0.1"; + version = "6.1.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-YdeEb8G58m7CFnjpkHQmkJX5ZNe72M1kbrbIxML4jcE="; + hash = "sha256-3lBqMSQDThi046acld5JjDRgvLxJwWQ9MXjRW8barBQ="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 35 > 25 [result] Failed to update python311Packages.hacking 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sqlite-utils, using log file: /var/log/nixpkgs-update/python311Packages.sqlite-utils/2024-02-25.log python311Packages.sqlite-utils 0 -> 1 attrpath: python311Packages.sqlite-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/ssxzxs4h7pvzfhgc0mhzhdqir6d71fvc-packages.json.drv building '/nix/store/ssxzxs4h7pvzfhgc0mhzhdqir6d71fvc-packages.json.drv'... Going to be running update for following packages: - python3.11-sqlite-utils-3.36 Press Enter key to continue... Running update for: - python3.11-sqlite-utils-3.36: UPDATING ... - python3.11-sqlite-utils-3.36: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sqlite-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 cc2538-bsl, using log file: /var/log/nixpkgs-update/cc2538-bsl/2024-02-25.log cc2538-bsl 0 -> 1 attrpath: cc2538-bsl 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/pwacf75kqkhalajmslsykwppqhya024j-packages.json.drv building '/nix/store/pwacf75kqkhalajmslsykwppqhya024j-packages.json.drv'... Going to be running update for following packages: - python3.11-cc2538-bsl-2.1-unstable-2023-10-03 Press Enter key to continue... Running update for: - python3.11-cc2538-bsl-2.1-unstable-2023-10-03: UPDATING ... - python3.11-cc2538-bsl-2.1-unstable-2023-10-03: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cc2538-bsl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.feedgenerator, using log file: /var/log/nixpkgs-update/python311Packages.feedgenerator/2024-02-25.log python311Packages.feedgenerator 0 -> 1 attrpath: python311Packages.feedgenerator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/jh49dvlfb3z7kp6ddcv262m3kp913jj8-packages.json.drv building '/nix/store/jh49dvlfb3z7kp6ddcv262m3kp913jj8-packages.json.drv'... Going to be running update for following packages: - python3.11-feedgenerator-2.1.0 Press Enter key to continue... Running update for: - python3.11-feedgenerator-2.1.0: UPDATING ... - python3.11-feedgenerator-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.feedgenerator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yoyo-migrations, using log file: /var/log/nixpkgs-update/python311Packages.yoyo-migrations/2024-02-25.log python311Packages.yoyo-migrations 0 -> 1 attrpath: python311Packages.yoyo-migrations Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/zgjiwax14fjba5wzmc27778is6lxjl1j-packages.json.drv building '/nix/store/zgjiwax14fjba5wzmc27778is6lxjl1j-packages.json.drv'... Going to be running update for following packages: - python3.11-yoyo-migrations-8.2.0 Press Enter key to continue... Running update for: - python3.11-yoyo-migrations-8.2.0: UPDATING ... - python3.11-yoyo-migrations-8.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yoyo-migrations 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zpool-iostat-viz, using log file: /var/log/nixpkgs-update/zpool-iostat-viz/2024-02-25.log zpool-iostat-viz 0 -> 1 attrpath: zpool-iostat-viz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/l3a0cbjkh0858miyiniswychzl4y600g-packages.json.drv building '/nix/store/l3a0cbjkh0858miyiniswychzl4y600g-packages.json.drv'... Going to be running update for following packages: - zpool-iostat-viz-unstable-2021-11-13 Press Enter key to continue... Running update for: - zpool-iostat-viz-unstable-2021-11-13: UPDATING ... - zpool-iostat-viz-unstable-2021-11-13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update zpool-iostat-viz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.managesieve, using log file: /var/log/nixpkgs-update/python311Packages.managesieve/2024-02-25.log python311Packages.managesieve 0 -> 1 attrpath: python311Packages.managesieve Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/8c5vf3w4w9j051dzxvpy6hkdvcyfdipi-packages.json.drv building '/nix/store/8c5vf3w4w9j051dzxvpy6hkdvcyfdipi-packages.json.drv'... Going to be running update for following packages: - python3.11-managesieve-0.7.1 Press Enter key to continue... Running update for: - python3.11-managesieve-0.7.1: UPDATING ... - python3.11-managesieve-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.managesieve 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.coveralls, using log file: /var/log/nixpkgs-update/python311Packages.coveralls/2024-02-25.log python311Packages.coveralls 0 -> 1 attrpath: python311Packages.coveralls Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/9nvbfbnj0wvbpnlbv1l93kdimh8gcwr3-packages.json.drv building '/nix/store/9nvbfbnj0wvbpnlbv1l93kdimh8gcwr3-packages.json.drv'... Going to be running update for following packages: - python3.11-coveralls-3.3.1 Press Enter key to continue... Running update for: - python3.11-coveralls-3.3.1: UPDATING ... - python3.11-coveralls-3.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.coveralls 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rustic-rs, using log file: /var/log/nixpkgs-update/rustic-rs/2024-02-25.log rustic-rs 0 -> 1 attrpath: rustic-rs 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/i9j6nbjk5m2s56hrhdlsc9rhx1py9dzb-packages.json.drv building '/nix/store/i9j6nbjk5m2s56hrhdlsc9rhx1py9dzb-packages.json.drv'... Going to be running update for following packages: - rustic-rs-0.7.0 Press Enter key to continue... Running update for: - rustic-rs-0.7.0: UPDATING ... - rustic-rs-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rustic-rs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.smbus2, using log file: /var/log/nixpkgs-update/python311Packages.smbus2/2024-02-25.log python311Packages.smbus2 0 -> 1 attrpath: python311Packages.smbus2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/z70v3rwsdrsxvppg4lani6wjix0dj5lv-packages.json.drv building '/nix/store/z70v3rwsdrsxvppg4lani6wjix0dj5lv-packages.json.drv'... Going to be running update for following packages: - python3.11-smbus2-0.4.3 Press Enter key to continue... Running update for: - python3.11-smbus2-0.4.3: UPDATING ... - python3.11-smbus2-0.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.smbus2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.drf-yasg, using log file: /var/log/nixpkgs-update/python311Packages.drf-yasg/2024-02-25.log python311Packages.drf-yasg 0 -> 1 attrpath: python311Packages.drf-yasg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/lcjkgxpb6zf5c517xiv3069yhicba2h8-packages.json.drv building '/nix/store/lcjkgxpb6zf5c517xiv3069yhicba2h8-packages.json.drv'... Going to be running update for following packages: - python3.11-drf-yasg-1.21.7 Press Enter key to continue... Running update for: - python3.11-drf-yasg-1.21.7: UPDATING ... - python3.11-drf-yasg-1.21.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.drf-yasg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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] this derivation will be built: /nix/store/kp4jf4k3ss9zm6gds28bigbw37gyn3iq-packages.json.drv building '/nix/store/kp4jf4k3ss9zm6gds28bigbw37gyn3iq-packages.json.drv'... 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 opensnitch-ui, using log file: /var/log/nixpkgs-update/opensnitch-ui/2024-02-25.log opensnitch-ui 0 -> 1 attrpath: opensnitch-ui Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/9d16zchgkmsb6l513cfw65f71yh3lksc-packages.json.drv building '/nix/store/9d16zchgkmsb6l513cfw65f71yh3lksc-packages.json.drv'... Going to be running update for following packages: - opensnitch-ui-1.6.5.1 Press Enter key to continue... Running update for: - opensnitch-ui-1.6.5.1: UPDATING ... - opensnitch-ui-1.6.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update opensnitch-ui 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.nutanix, using log file: /var/log/nixpkgs-update/terraform-providers.nutanix/2024-02-25.log terraform-providers.nutanix 0 -> 1 attrpath: terraform-providers.nutanix Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.nutanix 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bizkaibus, using log file: /var/log/nixpkgs-update/python311Packages.bizkaibus/2024-02-25.log python311Packages.bizkaibus 0 -> 1 attrpath: python311Packages.bizkaibus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/mbj5kg4r7xv3qf695phhmfzwrhhgg981-packages.json.drv building '/nix/store/mbj5kg4r7xv3qf695phhmfzwrhhgg981-packages.json.drv'... Going to be running update for following packages: - python3.11-bizkaibus-0.1.4 Press Enter key to continue... Running update for: - python3.11-bizkaibus-0.1.4: UPDATING ... - python3.11-bizkaibus-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bizkaibus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tmb, using log file: /var/log/nixpkgs-update/python311Packages.tmb/2024-02-25.log python311Packages.tmb 0 -> 1 attrpath: python311Packages.tmb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/glyn7z29vbn8jfbjv4f0ivxyr34lznlh-packages.json.drv building '/nix/store/glyn7z29vbn8jfbjv4f0ivxyr34lznlh-packages.json.drv'... Going to be running update for following packages: - python3.11-tmb-0.1.5 Press Enter key to continue... Running update for: - python3.11-tmb-0.1.5: UPDATING ... - python3.11-tmb-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tmb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyasn1, using log file: /var/log/nixpkgs-update/python311Packages.pyasn1/2024-02-25.log python311Packages.pyasn1 0 -> 1 attrpath: python311Packages.pyasn1 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/z845i9yg946zd2v3zdb43zg31pgjljsq-packages.json.drv building '/nix/store/z845i9yg946zd2v3zdb43zg31pgjljsq-packages.json.drv'... Going to be running update for following packages: - python3.11-pyasn1-0.5.1 Press Enter key to continue... Running update for: - python3.11-pyasn1-0.5.1: UPDATING ... - python3.11-pyasn1-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyasn1 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-hash, using log file: /var/log/nixpkgs-update/python311Packages.eth-hash/2024-02-25.log python311Packages.eth-hash 0 -> 1 attrpath: python311Packages.eth-hash Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/jn7j5z4dh5b536pb3my9fjrlzlnxdl6m-packages.json.drv building '/nix/store/jn7j5z4dh5b536pb3my9fjrlzlnxdl6m-packages.json.drv'... Going to be running update for following packages: - python3.11-eth-hash-0.5.2 Press Enter key to continue... Running update for: - python3.11-eth-hash-0.5.2: UPDATING ... - python3.11-eth-hash-0.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.eth-hash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.argocd, using log file: /var/log/nixpkgs-update/terraform-providers.argocd/2024-02-25.log terraform-providers.argocd 0 -> 1 attrpath: terraform-providers.argocd Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.argocd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.derpconf, using log file: /var/log/nixpkgs-update/python311Packages.derpconf/2024-02-25.log python311Packages.derpconf 0 -> 1 attrpath: python311Packages.derpconf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/3m0rpip3lbrz7iscyyk486apg05n627w-packages.json.drv building '/nix/store/3m0rpip3lbrz7iscyyk486apg05n627w-packages.json.drv'... Going to be running update for following packages: - python3.11-derpconf-0.8.4 Press Enter key to continue... Running update for: - python3.11-derpconf-0.8.4: UPDATING ... - python3.11-derpconf-0.8.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.derpconf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nessclient, using log file: /var/log/nixpkgs-update/python311Packages.nessclient/2024-02-25.log python311Packages.nessclient 0 -> 1 attrpath: python311Packages.nessclient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/j0p5j944l72xpsv8sx9l0z2fzr5xh9fh-packages.json.drv building '/nix/store/j0p5j944l72xpsv8sx9l0z2fzr5xh9fh-packages.json.drv'... Going to be running update for following packages: - python3.11-nessclient-1.0.0 Press Enter key to continue... Running update for: - python3.11-nessclient-1.0.0: UPDATING ... - python3.11-nessclient-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nessclient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath go-ethereum, using log file: /var/log/nixpkgs-update/go-ethereum/2024-02-25.log go-ethereum 1.13.5 -> 1.13.13 https://github.com/ethereum/go-ethereum/releases attrpath: go-ethereum 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-dOvpOCMxxmcAaticSLVlro1L4crAVJWyvgx/JZZ7buE=" [golangModuleVersion] Replaced vendorHash with sha256-LWNFuF66KudxrpWBBXjMbrWP5CwEuPE2h3kGfILIII0= 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 go-ethereum nix build failed. got build log for 'go-ethereum' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/8p92icj2cv1y8c2cayabzqv29gnk6r36-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 go-ethereum 1.13.5 -> 1.13.13 https://github.com/ethereum/go-ethereum/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.colorama, using log file: /var/log/nixpkgs-update/python311Packages.colorama/2024-02-25.log python311Packages.colorama 0 -> 1 attrpath: python311Packages.colorama Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/08x6cmcdqmn6a5c6d73xn784hiwli8ll-packages.json.drv building '/nix/store/08x6cmcdqmn6a5c6d73xn784hiwli8ll-packages.json.drv'... Going to be running update for following packages: - python3.11-colorama-0.4.6 Press Enter key to continue... Running update for: - python3.11-colorama-0.4.6: UPDATING ... - python3.11-colorama-0.4.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.colorama 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gorilla-cli, using log file: /var/log/nixpkgs-update/gorilla-cli/2024-02-25.log gorilla-cli 0 -> 1 attrpath: gorilla-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] this derivation will be built: /nix/store/bi564grv4pkzfzn04g6ii69mnh2pw77h-packages.json.drv building '/nix/store/bi564grv4pkzfzn04g6ii69mnh2pw77h-packages.json.drv'... Going to be running update for following packages: - gorilla-cli-0.0.9 Press Enter key to continue... Running update for: - gorilla-cli-0.0.9: UPDATING ... - gorilla-cli-0.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gorilla-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.beautifultable, using log file: /var/log/nixpkgs-update/python311Packages.beautifultable/2024-02-25.log python311Packages.beautifultable 0 -> 1 attrpath: python311Packages.beautifultable Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/5nww85qxjskcnknqrswjbfnsy6iigl04-packages.json.drv building '/nix/store/5nww85qxjskcnknqrswjbfnsy6iigl04-packages.json.drv'... Going to be running update for following packages: - python3.11-beautifultable-1.1.0 Press Enter key to continue... Running update for: - python3.11-beautifultable-1.1.0: UPDATING ... - python3.11-beautifultable-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.beautifultable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-jose, using log file: /var/log/nixpkgs-update/python311Packages.python-jose/2024-02-25.log python311Packages.python-jose 0 -> 1 attrpath: python311Packages.python-jose Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/yzpzlf7636bmpf64pmpb5q4harvzyirn-packages.json.drv building '/nix/store/yzpzlf7636bmpf64pmpb5q4harvzyirn-packages.json.drv'... Going to be running update for following packages: - python3.11-python-jose-3.3.0 Press Enter key to continue... Running update for: - python3.11-python-jose-3.3.0: UPDATING ... - python3.11-python-jose-3.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-jose 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-opendata-transport, using log file: /var/log/nixpkgs-update/python311Packages.python-opendata-transport/2024-02-25.log python311Packages.python-opendata-transport 0 -> 1 attrpath: python311Packages.python-opendata-transport Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/gb4ap109kscvwllpagrp6lmkprm2nxjx-packages.json.drv building '/nix/store/gb4ap109kscvwllpagrp6lmkprm2nxjx-packages.json.drv'... Going to be running update for following packages: - python3.11-python-opendata-transport-0.4.0 Press Enter key to continue... Running update for: - python3.11-python-opendata-transport-0.4.0: UPDATING ... - python3.11-python-opendata-transport-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-opendata-transport 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymbolic, using log file: /var/log/nixpkgs-update/python311Packages.pymbolic/2024-02-25.log python311Packages.pymbolic 0 -> 1 attrpath: python311Packages.pymbolic 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/8q9dmid5szlzl25m639i00yyvbvipm2k-packages.json.drv building '/nix/store/8q9dmid5szlzl25m639i00yyvbvipm2k-packages.json.drv'... Going to be running update for following packages: - python3.11-pymbolic-2022.2 Press Enter key to continue... Running update for: - python3.11-pymbolic-2022.2: UPDATING ... - python3.11-pymbolic-2022.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymbolic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyduotecno, using log file: /var/log/nixpkgs-update/python311Packages.pyduotecno/2024-02-25.log python311Packages.pyduotecno 0 -> 1 attrpath: python311Packages.pyduotecno Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/3jp1883yrh0k98dy089px9fxp7ng6h0p-packages.json.drv building '/nix/store/3jp1883yrh0k98dy089px9fxp7ng6h0p-packages.json.drv'... Going to be running update for following packages: - python3.11-pyduotecno-2024.1.2 Press Enter key to continue... Running update for: - python3.11-pyduotecno-2024.1.2: UPDATING ... - python3.11-pyduotecno-2024.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyduotecno 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-crc32c, using log file: /var/log/nixpkgs-update/python311Packages.google-crc32c/2024-02-25.log python311Packages.google-crc32c 0 -> 1 attrpath: python311Packages.google-crc32c Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/wyv1h67ry1hh04yg8fnp6jq88j4zqdsa-packages.json.drv building '/nix/store/wyv1h67ry1hh04yg8fnp6jq88j4zqdsa-packages.json.drv'... Going to be running update for following packages: - python3.11-google-crc32c-1.5.0 Press Enter key to continue... Running update for: - python3.11-google-crc32c-1.5.0: UPDATING ... - python3.11-google-crc32c-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.google-crc32c 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fnvhash, using log file: /var/log/nixpkgs-update/python311Packages.fnvhash/2024-02-25.log python311Packages.fnvhash 0 -> 1 attrpath: python311Packages.fnvhash Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/zij3bbpmy6snlmgy8jk6drsm7gbrhmhq-packages.json.drv building '/nix/store/zij3bbpmy6snlmgy8jk6drsm7gbrhmhq-packages.json.drv'... Going to be running update for following packages: - python3.11-fnvhash-0.1.0 Press Enter key to continue... Running update for: - python3.11-fnvhash-0.1.0: UPDATING ... - python3.11-fnvhash-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fnvhash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-test, using log file: /var/log/nixpkgs-update/python311Packages.jaraco-test/2024-02-25.log python311Packages.jaraco-test 0 -> 1 attrpath: python311Packages.jaraco-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] this derivation will be built: /nix/store/hpx6pl01ypkjysx94ndpxv8hfcyqvnp6-packages.json.drv building '/nix/store/hpx6pl01ypkjysx94ndpxv8hfcyqvnp6-packages.json.drv'... Going to be running update for following packages: - python3.11-jaraco-test-5.3.0 Press Enter key to continue... Running update for: - python3.11-jaraco-test-5.3.0: UPDATING ... - python3.11-jaraco-test-5.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jaraco-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.objax, using log file: /var/log/nixpkgs-update/python311Packages.objax/2024-02-25.log python311Packages.objax 0 -> 1 attrpath: python311Packages.objax Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/qksdsq3l8mcb1dkpx17g62ih6d1xfzmw-packages.json.drv building '/nix/store/qksdsq3l8mcb1dkpx17g62ih6d1xfzmw-packages.json.drv'... Going to be running update for following packages: - python3.11-objax-1.8.0 Press Enter key to continue... Running update for: - python3.11-objax-1.8.0: UPDATING ... - python3.11-objax-1.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.objax 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dbmonster, using log file: /var/log/nixpkgs-update/dbmonster/2024-02-25.log dbmonster 0 -> 1 attrpath: dbmonster Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/4cbpsgl7kz0qdc126a3arfyz9sxxpqg8-packages.json.drv building '/nix/store/4cbpsgl7kz0qdc126a3arfyz9sxxpqg8-packages.json.drv'... Going to be running update for following packages: - dbmonster-unstable-2022-09-17 Press Enter key to continue... Running update for: - dbmonster-unstable-2022-09-17: UPDATING ... - dbmonster-unstable-2022-09-17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dbmonster 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pylode, using log file: /var/log/nixpkgs-update/pylode/2024-02-25.log pylode 0 -> 1 attrpath: pylode Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/lxs8iv6xllv9q5a7pjipb39hv7692j97-packages.json.drv building '/nix/store/lxs8iv6xllv9q5a7pjipb39hv7692j97-packages.json.drv'... Going to be running update for following packages: - pylode-2.13.3 Press Enter key to continue... Running update for: - pylode-2.13.3: UPDATING ... - pylode-2.13.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/misc/pylode/default.nix b/pkgs/misc/pylode/default.nix index 7212da7b867f..1ae102bbca6d 100644 --- a/pkgs/misc/pylode/default.nix +++ b/pkgs/misc/pylode/default.nix @@ -5,7 +5,7 @@ python3.pkgs.buildPythonApplication rec { pname = "pylode"; - version = "2.13.3"; + version = "3.1.1"; format = "setuptools"; disabled = python3.pythonOlder "3.6"; @@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec { owner = "RDFLib"; repo = pname; rev = "refs/tags/${version}"; - sha256 = "sha256-AtqkxnpEL+580S/iKCaRcsQO6LLYhkJxyNx6fi3atbE="; + sha256 = "sha256-AaXlD4JXrZxthTsEaJ/Fev418UYxywR60tw7MLUxkT0="; }; 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 pylode nix build failed. Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/70knml8zngsisnb9myba5fxrg5kyfby1-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_utils.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'requirements.txt') substituteStream(): WARNING: pattern rdflib==6.0.0 doesn't match anything in file 'requirements.txt' @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 5, in from pylode import __version__ File "/build/source/pylode/__init__.py", line 1, in from .utils import * File "/build/source/pylode/utils.py", line 10, in from dominate.tags import ( ModuleNotFoundError: No module named 'dominate' /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update pylode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sway, using log file: /var/log/nixpkgs-update/sway/2024-02-25.log sway 1.8.1 -> 1.9 https://repology.org/project/sway/versions attrpath: sway Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - sway: 1.8.1 -> 1.9.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/287805" [result] Failed to update sway 1.8.1 -> 1.9 https://repology.org/project/sway/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ueberzugpp, using log file: /var/log/nixpkgs-update/ueberzugpp/2024-02-25.log ueberzugpp 2.9.2 -> 2.9.3 https://repology.org/project/ueberzugpp/versions attrpath: ueberzugpp Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - ueberzugpp: 2.9.2 -> 2.9.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291254" [result] Failed to update ueberzugpp 2.9.2 -> 2.9.3 https://repology.org/project/ueberzugpp/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.listen, using log file: /var/log/nixpkgs-update/rubyPackages.listen/2024-02-25.log rubyPackages.listen 3.8.0 -> 3.9.0 https://repology.org/project/ruby:listen/versions attrpath: rubyPackages.listen 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.listen 3.8.0 -> 3.9.0 https://repology.org/project/ruby:listen/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libremines, using log file: /var/log/nixpkgs-update/libremines/2024-02-25.log libremines 1.10.0 -> 2.0.0 https://repology.org/project/libremines/versions attrpath: libremines 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/games/libremines/default.nix b/pkgs/games/libremines/default.nix index fb7f6ae96873..fddc2ba92001 100644 --- a/pkgs/games/libremines/default.nix +++ b/pkgs/games/libremines/default.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation rec { pname = "libremines"; - version = "1.10.0"; + version = "2.0.0"; src = fetchFromGitHub { owner = "Bollos00"; repo = pname; rev = "v${version}"; - hash = "sha256-aqWzTvvRoke+Rakb6dNpDoD7haKHEKW3XARGLrH2WiY="; + hash = "sha256-LejDXjli+AEVGp23y+ez/NyJY/8w7uHcOij6RsDwIH4="; }; nativeBuildInputs = [ cmake wrapQtAppsHook ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/pbh2i9aiz3fqdha0nhph6ag3iwj085yr-libremines-2.0.0" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • libremines
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/libremines/versions. meta.description for libremines is: Qt based Minesweeper game meta.homepage for libremines is: https://bollos00.github.io/LibreMines ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/Bollos00/LibreMines/releases/tag/v2.0.0) - [Compare changes on GitHub](https://github.com/Bollos00/libremines/compare/v1.10.0...v2.0.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.0.0 with grep in /nix/store/pbh2i9aiz3fqdha0nhph6ag3iwj085yr-libremines-2.0.0 - found 2.0.0 in filename of file in /nix/store/pbh2i9aiz3fqdha0nhph6ag3iwj085yr-libremines-2.0.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath libremines ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/pbh2i9aiz3fqdha0nhph6ag3iwj085yr-libremines-2.0.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 libremines https://github.com/r-ryantm/nixpkgs/archive/c7e95762f69fddd95f66d36dea468405df7c2adb.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/c7e95762f69fddd95f66d36dea468405df7c2adb#libremines ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/pbh2i9aiz3fqdha0nhph6ag3iwj085yr-libremines-2.0.0 ls -la /nix/store/pbh2i9aiz3fqdha0nhph6ag3iwj085yr-libremines-2.0.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:
  • libremines
--- ###### Maintainer pings cc @Aleksanaa 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/291285 [result] Success updating libremines 1.10.0 -> 2.0.0 https://repology.org/project/libremines/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kturtle, using log file: /var/log/nixpkgs-update/libsForQt5.kturtle/2024-02-25.log libsForQt5.kturtle 23.08.5 -> 24.02.0 https://repology.org/project/kturtle/versions attrpath: libsForQt5.kturtle 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, kdoctools, ki18n, kio, knewstuff }: mkDerivation { pname = "kturtle"; meta = with lib; { homepage = "https://invent.kde.org/education/kturtle"; description = "An educational programming environment for learning how to program"; maintainers = with maintainers; [ freezeboy ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; nativeBuildInputs = [ extra-cmake-modules ]; buildInputs = [ kdoctools ki18n kio knewstuff ]; } [result] Failed to update libsForQt5.kturtle 23.08.5 -> 24.02.0 https://repology.org/project/kturtle/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.katomic, using log file: /var/log/nixpkgs-update/libsForQt5.katomic/2024-02-25.log libsForQt5.katomic 23.08.5 -> 24.02.0 https://repology.org/project/katomic/versions attrpath: libsForQt5.katomic 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, kdoctools, ki18n, kio, libkdegames, knewstuff }: mkDerivation { pname = "katomic"; meta = with lib; { homepage = "https://kde.org/applications/en/games/org.kde.katomic"; description = "Fun educational game built around molecular geometry"; maintainers = with maintainers; [ freezeboy ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; nativeBuildInputs = [ extra-cmake-modules ]; buildInputs = [ knewstuff libkdegames kdoctools ki18n kio ]; } [result] Failed to update libsForQt5.katomic 23.08.5 -> 24.02.0 https://repology.org/project/katomic/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.calendarsupport, using log file: /var/log/nixpkgs-update/libsForQt5.calendarsupport/2024-02-25.log libsForQt5.calendarsupport 23.08.5 -> 24.02.0 https://repology.org/project/calendarsupport/versions attrpath: libsForQt5.calendarsupport Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.calendarsupport 23.08.5 -> 24.02.0 https://repology.org/project/calendarsupport/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kdebugsettings, using log file: /var/log/nixpkgs-update/libsForQt5.kdebugsettings/2024-02-25.log libsForQt5.kdebugsettings 23.08.5 -> 24.02.0 https://repology.org/project/kdebugsettings/versions attrpath: libsForQt5.kdebugsettings 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, kdoctools, gettext, kcoreaddons, kconfig, kdbusaddons, kwidgetsaddons, kitemviews, kcompletion, kxmlgui, python3 }: mkDerivation { pname = "kdebugsettings"; meta = { homepage = "https://apps.kde.org/kdebugsettings/"; description = "KDE debug settings"; license = with lib.licenses; [ gpl2 ]; maintainers = [ ]; }; nativeBuildInputs = [ extra-cmake-modules kdoctools ]; buildInputs = [ gettext kcoreaddons kconfig kdbusaddons kwidgetsaddons kitemviews kcompletion kxmlgui python3 ]; propagatedUserEnvPkgs = [ ]; } [result] Failed to update libsForQt5.kdebugsettings 23.08.5 -> 24.02.0 https://repology.org/project/kdebugsettings/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cantor, using log file: /var/log/nixpkgs-update/cantor/2024-02-25.log cantor 23.08.5 -> 24.02.0 https://repology.org/project/cantor/versions attrpath: cantor Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: { lib , mkDerivation , cmake , extra-cmake-modules , makeWrapper , shared-mime-info , qtbase , qtsvg , qttools , qtwebengine , qtxmlpatterns , poppler , karchive , kcompletion , kconfig , kcoreaddons , kcrash , kdoctools , ki18n , kiconthemes , kio , knewstuff , kparts , kpty , ktexteditor , ktextwidgets , kxmlgui , syntax-highlighting , libspectre # Backends. Set to null if you want to omit from the build , withAnalitza ? true, analitza , wtihJulia ? true, julia , withQalculate ? true, libqalculate , withLua ? true, luajit , withPython ? true, python3 , withR ? true, R , withSage ? true, sage, sage-with-env ? sage.with-env }: mkDerivation { pname = "cantor"; nativeBuildInputs = [ cmake extra-cmake-modules makeWrapper shared-mime-info qttools ]; buildInputs = [ qtbase qtsvg qtwebengine qtxmlpatterns poppler karchive kcompletion kconfig kcoreaddons kcrash kdoctools ki18n kiconthemes kio knewstuff kparts kpty ktexteditor ktextwidgets kxmlgui syntax-highlighting libspectre ] # backends ++ lib.optional withAnalitza analitza ++ lib.optional wtihJulia julia ++ lib.optional withQalculate libqalculate ++ lib.optional withLua luajit ++ lib.optional withPython python3 ++ lib.optional withR R ++ lib.optional withSage sage-with-env ; qtWrapperArgs = [ "--prefix PATH : ${placeholder "out"}/bin" ] ++ lib.optional withSage "--prefix PATH : ${sage-with-env}/bin"; meta = with lib; { description = "Front end to powerful mathematics and statistics packages"; homepage = "https://cantor.kde.org/"; license = with licenses; [ bsd3 cc0 gpl2Only gpl2Plus gpl3Only ]; maintainers = with maintainers; [ hqurve ]; }; } [result] Failed to update cantor 23.08.5 -> 24.02.0 https://repology.org/project/cantor/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kgpg, using log file: /var/log/nixpkgs-update/libsForQt5.kgpg/2024-02-25.log libsForQt5.kgpg 23.08.5 -> 24.02.0 https://repology.org/project/kgpg/versions attrpath: libsForQt5.kgpg 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, kdoctools, ki18n, makeWrapper, akonadi-contacts, gnupg, karchive, kcodecs, kcontacts, kcoreaddons, kcrash, kdbusaddons, kiconthemes, kjobwidgets, kio, knotifications, kservice, ktextwidgets, kxmlgui, kwidgetsaddons, kwindowsystem, qgpgme, }: mkDerivation { pname = "kgpg"; nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ]; buildInputs = [ akonadi-contacts gnupg karchive kcodecs kcontacts kcoreaddons kcrash kdbusaddons ki18n kiconthemes kjobwidgets kio knotifications kservice ktextwidgets kxmlgui kwidgetsaddons kwindowsystem qgpgme ]; postFixup = '' wrapProgram "$out/bin/kgpg" --prefix PATH : "${lib.makeBinPath [ gnupg ]}" ''; meta = { homepage = "https://apps.kde.org/kgpg/"; description = "A KDE based interface for GnuPG, a powerful encryption utility"; license = [ lib.licenses.gpl2 ]; maintainers = [ lib.maintainers.ttuegel ]; }; } [result] Failed to update libsForQt5.kgpg 23.08.5 -> 24.02.0 https://repology.org/project/kgpg/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.akonadiconsole, using log file: /var/log/nixpkgs-update/libsForQt5.akonadiconsole/2024-02-25.log libsForQt5.akonadiconsole 23.08.5 -> 24.02.0 https://repology.org/project/akonadiconsole/versions attrpath: libsForQt5.akonadiconsole Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.akonadiconsole 23.08.5 -> 24.02.0 https://repology.org/project/akonadiconsole/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kmail-account-wizard, using log file: /var/log/nixpkgs-update/libsForQt5.kmail-account-wizard/2024-02-25.log libsForQt5.kmail-account-wizard 23.08.5 -> 24.02.0 https://repology.org/project/kmail-account-wizard/versions attrpath: libsForQt5.kmail-account-wizard Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.kmail-account-wizard 23.08.5 -> 24.02.0 https://repology.org/project/kmail-account-wizard/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ktouch, using log file: /var/log/nixpkgs-update/libsForQt5.ktouch/2024-02-25.log libsForQt5.ktouch 23.08.5 -> 24.02.0 https://repology.org/project/ktouch/versions attrpath: libsForQt5.ktouch 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, kdoctools , kconfig, kconfigwidgets, kcoreaddons, kdeclarative, ki18n , kitemviews, kcmutils, kio, knewstuff, ktexteditor, kwidgetsaddons , kwindowsystem, kxmlgui, qtscript, qtdeclarative, kqtquickcharts , qtx11extras, qtgraphicaleffects, qtxmlpatterns, qtquickcontrols2 , xorg }: mkDerivation { pname = "ktouch"; meta = { homepage = "https://apps.kde.org/ktouch/"; license = lib.licenses.gpl2; maintainers = [ lib.maintainers.schmittlauch ]; description = "A touch typing tutor from the KDE software collection"; }; nativeBuildInputs = [ extra-cmake-modules kdoctools qtdeclarative ]; buildInputs = [ kconfig kconfigwidgets kcoreaddons kdeclarative ki18n kitemviews kcmutils kio knewstuff ktexteditor kwidgetsaddons kwindowsystem kxmlgui qtscript qtdeclarative kqtquickcharts qtx11extras qtgraphicaleffects qtxmlpatterns qtquickcontrols2 xorg.libxkbfile xorg.libxcb ]; enableParallelBuilding = true; } [result] Failed to update libsForQt5.ktouch 23.08.5 -> 24.02.0 https://repology.org/project/ktouch/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kclock, using log file: /var/log/nixpkgs-update/libsForQt5.kclock/2024-02-25.log libsForQt5.kclock 23.08.5 -> 24.02.0 https://repology.org/project/kclock/versions attrpath: libsForQt5.kclock Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: { lib , mkDerivation , cmake , extra-cmake-modules , kconfig , kcoreaddons , kdbusaddons , ki18n , kirigami-addons , kirigami2 , knotifications , plasma-framework , qtmultimedia , qtquickcontrols2 }: mkDerivation rec { pname = "kclock"; nativeBuildInputs = [ cmake extra-cmake-modules ]; buildInputs = [ kconfig kcoreaddons kdbusaddons ki18n kirigami-addons kirigami2 knotifications plasma-framework qtmultimedia qtquickcontrols2 ]; meta = with lib; { description = "Clock app for plasma mobile"; homepage = "https://invent.kde.org/plasma-mobile/kclock"; license = licenses.gpl2Plus; maintainers = with maintainers; [ samueldr ]; }; } [result] Failed to update libsForQt5.kclock 23.08.5 -> 24.02.0 https://repology.org/project/kclock/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.k3b, using log file: /var/log/nixpkgs-update/libsForQt5.k3b/2024-02-25.log libsForQt5.k3b 23.08.5 -> 24.02.0 https://repology.org/project/k3b/versions attrpath: libsForQt5.k3b 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, kdoctools, makeWrapper, shared-mime-info , libkcddb, karchive, kcmutils, kfilemetadata, knewstuff, knotifyconfig, solid, kxmlgui , flac, lame, libmad, libmpcdec, libvorbis , libsamplerate, libsndfile, taglib , cdparanoia, cdrdao, cdrtools, dvdplusrwtools, libburn, libdvdcss, libdvdread, vcdimager , ffmpeg, libmusicbrainz3, normalize, sox, transcode, kinit }: mkDerivation { pname = "k3b"; meta = with lib; { homepage = "https://apps.kde.org/k3b/"; description = "Disk burning application"; license = with licenses; [ gpl2Plus ]; maintainers = with maintainers; [ sander ]; platforms = platforms.linux; }; nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ]; buildInputs = [ # kde libkcddb karchive kcmutils kfilemetadata knewstuff knotifyconfig solid kxmlgui # formats flac lame libmad libmpcdec libvorbis # sound utilities libsamplerate libsndfile taglib # cd/dvd cdparanoia libdvdcss libdvdread # others ffmpeg libmusicbrainz3 shared-mime-info ]; propagatedUserEnvPkgs = [ (lib.getBin kinit) ]; postFixup = let binPath = lib.makeBinPath [ cdrdao cdrtools dvdplusrwtools libburn normalize sox transcode vcdimager flac ]; libraryPath = lib.makeLibraryPath [ cdparanoia ]; in '' wrapProgram "$out/bin/k3b" \ --prefix PATH : "${binPath}" \ --prefix LD_LIBRARY_PATH : ${libraryPath} ''; } [result] Failed to update libsForQt5.k3b 23.08.5 -> 24.02.0 https://repology.org/project/k3b/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.knavalbattle, using log file: /var/log/nixpkgs-update/libsForQt5.knavalbattle/2024-02-25.log libsForQt5.knavalbattle 23.08.5 -> 24.02.0 https://repology.org/project/knavalbattle/versions attrpath: libsForQt5.knavalbattle 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, kdoctools, ki18n, kio, libkdegames, kdnssd }: mkDerivation { pname = "knavalbattle"; meta = with lib; { homepage = "https://kde.org/applications/en/games/org.kde.knavalbattle"; description = "Naval Battle is a ship sinking game"; maintainers = with maintainers; [ freezeboy ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; nativeBuildInputs = [ extra-cmake-modules ]; buildInputs = [ libkdegames kdoctools ki18n kio kdnssd ]; } [result] Failed to update libsForQt5.knavalbattle 23.08.5 -> 24.02.0 https://repology.org/project/knavalbattle/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ksanecore, using log file: /var/log/nixpkgs-update/libsForQt5.ksanecore/2024-02-25.log libsForQt5.ksanecore 23.08.5 -> 24.02.0 https://repology.org/project/ksanecore/versions attrpath: libsForQt5.ksanecore Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.ksanecore 23.08.5 -> 24.02.0 https://repology.org/project/ksanecore/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.skanpage, using log file: /var/log/nixpkgs-update/libsForQt5.skanpage/2024-02-25.log libsForQt5.skanpage 23.08.5 -> 24.02.0 https://repology.org/project/skanpage/versions attrpath: libsForQt5.skanpage Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: { lib , mkDerivation , extra-cmake-modules , kirigami2 , ktextwidgets , libksane , qtquickcontrols2 , kpurpose , kquickimageedit }: mkDerivation { pname = "skanpage"; nativeBuildInputs = [ extra-cmake-modules ]; buildInputs = [ kirigami2 ktextwidgets libksane qtquickcontrols2 kpurpose kquickimageedit ]; meta = with lib; { description = "KDE utility to scan images and multi-page documents"; homepage = "https://apps.kde.org/skanpage"; license = licenses.gpl2Plus; platforms = platforms.linux; }; } [result] Failed to update libsForQt5.skanpage 23.08.5 -> 24.02.0 https://repology.org/project/skanpage/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.grantleetheme, using log file: /var/log/nixpkgs-update/libsForQt5.grantleetheme/2024-02-25.log libsForQt5.grantleetheme 23.08.5 -> 24.02.0 https://repology.org/project/grantleetheme/versions attrpath: libsForQt5.grantleetheme Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.grantleetheme 23.08.5 -> 24.02.0 https://repology.org/project/grantleetheme/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ffmpegthumbs, using log file: /var/log/nixpkgs-update/libsForQt5.ffmpegthumbs/2024-02-25.log libsForQt5.ffmpegthumbs 23.08.5 -> 24.02.0 https://repology.org/project/ffmpegthumbs/versions attrpath: libsForQt5.ffmpegthumbs Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.ffmpegthumbs 23.08.5 -> 24.02.0 https://repology.org/project/ffmpegthumbs/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kcachegrind, using log file: /var/log/nixpkgs-update/libsForQt5.kcachegrind/2024-02-25.log libsForQt5.kcachegrind 23.08.5 -> 24.02.0 https://repology.org/project/kcachegrind/versions attrpath: libsForQt5.kcachegrind 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, kdoctools, karchive, ki18n, kio, perl, python3, php, qttools, kdbusaddons }: mkDerivation { pname = "kcachegrind"; meta = { homepage = "https://apps.kde.org/kcachegrind/"; description = "Profiler frontend"; license = with lib.licenses; [ gpl2 ]; maintainers = with lib.maintainers; [ orivej ]; }; nativeBuildInputs = [ extra-cmake-modules kdoctools ]; buildInputs = [ karchive ki18n kio perl python3 php qttools kdbusaddons ]; } [result] Failed to update libsForQt5.kcachegrind 23.08.5 -> 24.02.0 https://repology.org/project/kcachegrind/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kmplot, using log file: /var/log/nixpkgs-update/libsForQt5.kmplot/2024-02-25.log libsForQt5.kmplot 23.08.5 -> 24.02.0 https://repology.org/project/kmplot/versions attrpath: libsForQt5.kmplot 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, kdoctools , kcrash, kguiaddons, ki18n, kparts, kwidgetsaddons, kdbusaddons }: mkDerivation { pname = "kmplot"; meta = { homepage = "https://apps.kde.org/kmplot/"; description = "Mathematical function plotter"; license = with lib.licenses; [ gpl2Plus fdl12Plus ]; maintainers = [ lib.maintainers.orivej ]; }; nativeBuildInputs = [ extra-cmake-modules kdoctools ]; buildInputs = [ kcrash kguiaddons ki18n kparts kwidgetsaddons kdbusaddons ]; } [result] Failed to update libsForQt5.kmplot 23.08.5 -> 24.02.0 https://repology.org/project/kmplot/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.konsole, using log file: /var/log/nixpkgs-update/libsForQt5.konsole/2024-02-25.log libsForQt5.konsole 23.08.5 -> 24.02.0 https://repology.org/project/konsole/versions attrpath: libsForQt5.konsole Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: { mkDerivation, lib, nixosTests, extra-cmake-modules, kdoctools, kbookmarks, kcompletion, kconfig, kconfigwidgets, kcoreaddons, kguiaddons, ki18n, kiconthemes, kinit, kio, knotifications, knotifyconfig, kparts, kpty, kservice, ktextwidgets, kwidgetsaddons, kwindowsystem, kxmlgui, qtscript, knewstuff, qtmultimedia }: mkDerivation { pname = "konsole"; meta = { homepage = "https://apps.kde.org/konsole/"; description = "KDE terminal emulator"; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ]; maintainers = with lib.maintainers; [ ttuegel ]; mainProgram = "konsole"; }; nativeBuildInputs = [ extra-cmake-modules kdoctools ]; buildInputs = [ kbookmarks kcompletion kconfig kconfigwidgets kcoreaddons kguiaddons ki18n kiconthemes kinit kio knotifications knotifyconfig kparts kpty kservice ktextwidgets kwidgetsaddons kwindowsystem kxmlgui qtscript knewstuff qtmultimedia ]; passthru.tests.test = nixosTests.terminal-emulators.konsole; propagatedUserEnvPkgs = [ (lib.getBin kinit) ]; } [result] Failed to update libsForQt5.konsole 23.08.5 -> 24.02.0 https://repology.org/project/konsole/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kdepim-addons, using log file: /var/log/nixpkgs-update/libsForQt5.kdepim-addons/2024-02-25.log libsForQt5.kdepim-addons 23.08.5 -> 24.02.0 https://repology.org/project/kdepim-addons/versions attrpath: libsForQt5.kdepim-addons Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.kdepim-addons 23.08.5 -> 24.02.0 https://repology.org/project/kdepim-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 libsForQt5.messagelib, using log file: /var/log/nixpkgs-update/libsForQt5.messagelib/2024-02-25.log libsForQt5.messagelib 23.08.5 -> 24.02.0 https://repology.org/project/messagelib/versions attrpath: libsForQt5.messagelib Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.messagelib 23.08.5 -> 24.02.0 https://repology.org/project/messagelib/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kpkpass, using log file: /var/log/nixpkgs-update/libsForQt5.kpkpass/2024-02-25.log libsForQt5.kpkpass 23.08.5 -> 24.02.0 https://repology.org/project/kpkpass/versions attrpath: libsForQt5.kpkpass Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.kpkpass 23.08.5 -> 24.02.0 https://repology.org/project/kpkpass/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.yakuake, using log file: /var/log/nixpkgs-update/libsForQt5.yakuake/2024-02-25.log libsForQt5.yakuake 23.08.5 -> 24.02.0 https://repology.org/project/yakuake/versions attrpath: libsForQt5.yakuake Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: { mkDerivation, lib, kdoctools, extra-cmake-modules, karchive, kcrash, kdbusaddons, ki18n, kiconthemes, knewstuff, knotifications, knotifyconfig, konsole, kparts, kwayland, kwindowsystem, qtx11extras }: mkDerivation { pname = "yakuake"; buildInputs = [ karchive kcrash kdbusaddons ki18n kiconthemes knewstuff knotifications knotifyconfig kparts kwayland kwindowsystem qtx11extras ]; propagatedBuildInputs = [ karchive kcrash kdbusaddons ki18n kiconthemes knewstuff knotifications knotifyconfig kparts kwindowsystem ]; propagatedUserEnvPkgs = [ konsole ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ]; outputs = [ "out" "dev" ]; meta = { homepage = "https://yakuake.kde.org"; description = "Quad-style terminal emulator for KDE"; maintainers = with lib.maintainers; [ fridh ]; license = lib.licenses.gpl2; }; } [result] Failed to update libsForQt5.yakuake 23.08.5 -> 24.02.0 https://repology.org/project/yakuake/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.granatier, using log file: /var/log/nixpkgs-update/libsForQt5.granatier/2024-02-25.log libsForQt5.granatier 23.08.5 -> 24.02.0 https://repology.org/project/granatier/versions attrpath: libsForQt5.granatier Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: { mkDerivation, lib , libkdegames, extra-cmake-modules , kdeclarative, knewstuff }: mkDerivation { pname = "granatier"; meta = with lib; { homepage = "https://kde.org/applications/en/games/org.kde.granatier"; description = "Clone of the classic Bomberman game"; maintainers = with maintainers; [ freezeboy ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; nativeBuildInputs = [ extra-cmake-modules ]; buildInputs = [ kdeclarative knewstuff libkdegames ]; } [result] Failed to update libsForQt5.granatier 23.08.5 -> 24.02.0 https://repology.org/project/granatier/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.libkdepim, using log file: /var/log/nixpkgs-update/libsForQt5.libkdepim/2024-02-25.log libsForQt5.libkdepim 23.08.5 -> 24.02.0 https://repology.org/project/libkdepim/versions attrpath: libsForQt5.libkdepim Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.libkdepim 23.08.5 -> 24.02.0 https://repology.org/project/libkdepim/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.libkexiv2, using log file: /var/log/nixpkgs-update/libsForQt5.libkexiv2/2024-02-25.log libsForQt5.libkexiv2 23.08.5 -> 24.02.0 https://repology.org/project/libkexiv2/versions attrpath: libsForQt5.libkexiv2 Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.libkexiv2 23.08.5 -> 24.02.0 https://repology.org/project/libkexiv2/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kmines, using log file: /var/log/nixpkgs-update/libsForQt5.kmines/2024-02-25.log libsForQt5.kmines 23.08.5 -> 24.02.0 https://repology.org/project/kmines/versions attrpath: libsForQt5.kmines 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, libkdegames, kconfig, kcrash, kdoctools, ki18n, kio }: mkDerivation { pname = "kmines"; meta = with lib; { homepage = "https://kde.org/applications/en/games/org.kde.kmines"; description = "A classic Minesweeper game"; maintainers = with maintainers; [ freezeboy ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; nativeBuildInputs = [ extra-cmake-modules ]; buildInputs = [ libkdegames kconfig kcrash kio kdoctools ki18n ]; } [result] Failed to update libsForQt5.kmines 23.08.5 -> 24.02.0 https://repology.org/project/kmines/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.analitza, using log file: /var/log/nixpkgs-update/libsForQt5.analitza/2024-02-25.log libsForQt5.analitza 23.08.5 -> 24.02.0 https://repology.org/project/analitza/versions attrpath: libsForQt5.analitza Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: { lib , mkDerivation , cmake , extra-cmake-modules , qtbase , qtsvg , eigen , kdoctools , qttools }: mkDerivation { pname = "analitza"; nativeBuildInputs = [ cmake eigen extra-cmake-modules kdoctools qttools ]; buildInputs = [ qtbase qtsvg ]; meta = with lib; { description = "Front end to powerful mathematics and statistics packages"; homepage = "https://cantor.kde.org/"; license = with licenses; [ gpl2Only lgpl2Only fdl12Only ]; maintainers = with maintainers; [ hqurve ]; }; } [result] Failed to update libsForQt5.analitza 23.08.5 -> 24.02.0 https://repology.org/project/analitza/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kpimtextedit, using log file: /var/log/nixpkgs-update/libsForQt5.kpimtextedit/2024-02-25.log libsForQt5.kpimtextedit 23.08.5 -> 24.02.0 https://repology.org/project/kpimtextedit/versions attrpath: libsForQt5.kpimtextedit Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.kpimtextedit 23.08.5 -> 24.02.0 https://repology.org/project/kpimtextedit/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kalzium, using log file: /var/log/nixpkgs-update/libsForQt5.kalzium/2024-02-25.log libsForQt5.kalzium 23.08.5 -> 24.02.0 https://repology.org/project/kalzium/versions attrpath: libsForQt5.kalzium 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, kdoctools, ki18n, kio, openbabel, qtscript, kparts, kplotting, kunitconversion }: mkDerivation { pname = "kalzium"; meta = with lib; { homepage = "https://edu.kde.org/kalzium/"; description = "Program that shows you the Periodic Table of Elements"; maintainers = with maintainers; [ freezeboy ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; nativeBuildInputs = [ extra-cmake-modules ]; buildInputs = [ qtscript #avogadro kdoctools ki18n kio openbabel kparts kplotting kunitconversion ]; } [result] Failed to update libsForQt5.kalzium 23.08.5 -> 24.02.0 https://repology.org/project/kalzium/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.dragon, using log file: /var/log/nixpkgs-update/libsForQt5.dragon/2024-02-25.log libsForQt5.dragon 23.08.5 -> 24.02.0 https://repology.org/project/dragon-player/versions attrpath: libsForQt5.dragon 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, kdoctools, baloo, baloo-widgets, kactivities, kbookmarks, kcmutils, kcompletion, kconfig, kcoreaddons, kdbusaddons, kfilemetadata, ki18n, kiconthemes, kinit, kio, knewstuff, knotifications, kparts, ktexteditor, kwindowsystem, phonon, solid, phonon-backend-gstreamer }: mkDerivation { pname = "dragon"; meta = { homepage = "https://apps.kde.org/dragonplayer/"; license = with lib.licenses; [ gpl2Plus fdl12Plus ]; description = "A simple media player for KDE"; maintainers = [ lib.maintainers.jonathanreeve ]; }; nativeBuildInputs = [ extra-cmake-modules kdoctools ]; propagatedBuildInputs = [ baloo baloo-widgets kactivities kbookmarks kcmutils kcompletion kconfig kcoreaddons kdbusaddons kfilemetadata ki18n kiconthemes kinit kio knewstuff knotifications kparts ktexteditor kwindowsystem phonon solid phonon-backend-gstreamer ]; outputs = [ "out" "dev" ]; } [result] Failed to update libsForQt5.dragon 23.08.5 -> 24.02.0 https://repology.org/project/dragon-player/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.keditbookmarks, using log file: /var/log/nixpkgs-update/libsForQt5.keditbookmarks/2024-02-25.log libsForQt5.keditbookmarks 23.08.5 -> 24.02.0 https://repology.org/project/keditbookmarks/versions attrpath: libsForQt5.keditbookmarks Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.keditbookmarks 23.08.5 -> 24.02.0 https://repology.org/project/keditbookmarks/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.incidenceeditor, using log file: /var/log/nixpkgs-update/libsForQt5.incidenceeditor/2024-02-25.log libsForQt5.incidenceeditor 23.08.5 -> 24.02.0 https://repology.org/project/incidenceeditor/versions attrpath: libsForQt5.incidenceeditor Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.incidenceeditor 23.08.5 -> 24.02.0 https://repology.org/project/incidenceeditor/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ktorrent, using log file: /var/log/nixpkgs-update/libsForQt5.ktorrent/2024-02-25.log libsForQt5.ktorrent 23.08.5 -> 24.02.0 https://repology.org/project/ktorrent/versions attrpath: libsForQt5.ktorrent 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, kdoctools, karchive, kcmutils, kcrash, kdnssd, ki18n, knotifications, knotifyconfig, kplotting, kross, libgcrypt, libktorrent, taglib }: mkDerivation { pname = "ktorrent"; meta = with lib; { description = "KDE integrated BtTorrent client"; homepage = "https://apps.kde.org/ktorrent/"; license = licenses.gpl2Plus; maintainers = with maintainers; [ eelco ]; }; nativeBuildInputs = [ extra-cmake-modules kdoctools ]; buildInputs = [ karchive kcmutils kcrash kdnssd ki18n knotifications knotifyconfig kplotting kross libgcrypt libktorrent taglib ]; } [result] Failed to update libsForQt5.ktorrent 23.08.5 -> 24.02.0 https://repology.org/project/ktorrent/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kdeconnect-kde, using log file: /var/log/nixpkgs-update/libsForQt5.kdeconnect-kde/2024-02-25.log libsForQt5.kdeconnect-kde 23.08.5 -> 24.02.0 https://repology.org/project/kdeconnect/versions attrpath: libsForQt5.kdeconnect-kde Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: { mkDerivation , extra-cmake-modules , kcmutils , kconfigwidgets , kdbusaddons , kdoctools , ki18n , kiconthemes , kio , kirigami2 , kirigami-addons , knotifications , kpeople , kpeoplevcard , kwayland , lib , libXtst , libfakekey , makeWrapper , modemmanager-qt , pulseaudio-qt , qca-qt5 , qqc2-desktop-style , qtgraphicaleffects , qtmultimedia , qtquickcontrols2 , qtx11extras , breeze-icons , sshfs , wayland , wayland-protocols , wayland-scanner , plasma-wayland-protocols }: mkDerivation { pname = "kdeconnect-kde"; buildInputs = [ kcmutils kconfigwidgets kdbusaddons ki18n kiconthemes kio kirigami2 kirigami-addons knotifications kpeople kpeoplevcard kwayland libXtst libfakekey modemmanager-qt pulseaudio-qt qca-qt5 qqc2-desktop-style qtgraphicaleffects qtmultimedia qtquickcontrols2 qtx11extras wayland wayland-protocols wayland-scanner plasma-wayland-protocols # otherwise buttons are blank on non-kde breeze-icons ]; nativeBuildInputs = [ extra-cmake-modules kdoctools makeWrapper ]; qtWrapperArgs = [ "--prefix PATH : ${lib.makeBinPath [ sshfs ]}" ]; meta = with lib; { description = "KDE Connect provides several features to integrate your phone and your computer"; homepage = "https://community.kde.org/KDEConnect"; license = with licenses; [ gpl2 ]; maintainers = with maintainers; [ fridh ]; mainProgram = "kdeconnect-app"; }; } [result] Failed to update libsForQt5.kdeconnect-kde 23.08.5 -> 24.02.0 https://repology.org/project/kdeconnect/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.libkmahjongg, using log file: /var/log/nixpkgs-update/libsForQt5.libkmahjongg/2024-02-25.log libsForQt5.libkmahjongg 23.08.5 -> 24.02.0 https://repology.org/project/libkmahjongg/versions attrpath: libsForQt5.libkmahjongg Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.libkmahjongg 23.08.5 -> 24.02.0 https://repology.org/project/libkmahjongg/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kmime, using log file: /var/log/nixpkgs-update/libsForQt5.kmime/2024-02-25.log libsForQt5.kmime 23.08.5 -> 24.02.0 https://repology.org/project/kmime/versions attrpath: libsForQt5.kmime Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.kmime 23.08.5 -> 24.02.0 https://repology.org/project/kmime/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kapman, using log file: /var/log/nixpkgs-update/libsForQt5.kapman/2024-02-25.log libsForQt5.kapman 23.08.5 -> 24.02.0 https://repology.org/project/kapman/versions attrpath: libsForQt5.kapman 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, kdoctools, ki18n, kio, libkdegames }: mkDerivation { pname = "kapman"; meta = with lib; { homepage = "https://kde.org/applications/en/games/org.kde.kapman"; description = "Clone of the well known game Pac-Man"; maintainers = with maintainers; [ freezeboy ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; nativeBuildInputs = [ extra-cmake-modules ]; buildInputs = [ libkdegames kdoctools ki18n kio ]; } [result] Failed to update libsForQt5.kapman 23.08.5 -> 24.02.0 https://repology.org/project/kapman/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kalgebra, using log file: /var/log/nixpkgs-update/libsForQt5.kalgebra/2024-02-25.log libsForQt5.kalgebra 23.08.5 -> 24.02.0 https://repology.org/project/kalgebra/versions attrpath: libsForQt5.kalgebra 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 , kdoctools , analitza , ki18n , kinit , kirigami2 , kconfigwidgets , kwidgetsaddons , kio , kxmlgui , qtwebengine , plasma-framework }: mkDerivation { pname = "kalgebra"; outputs = [ "out" "dev" ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ]; buildInputs = [ ki18n analitza kinit kirigami2 kconfigwidgets kwidgetsaddons kio kxmlgui qtwebengine plasma-framework ]; meta = { homepage = "https://apps.kde.org/kalgebra/"; description = "A 2D and 3D Graph Calculator"; license = with lib.licenses; [ gpl2Plus ]; maintainers = with lib.maintainers; [ ninjafb ]; }; } [result] Failed to update libsForQt5.kalgebra 23.08.5 -> 24.02.0 https://repology.org/project/kalgebra/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.libgravatar, using log file: /var/log/nixpkgs-update/libsForQt5.libgravatar/2024-02-25.log libsForQt5.libgravatar 23.08.5 -> 24.02.0 https://repology.org/project/libgravatar/versions attrpath: libsForQt5.libgravatar Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.libgravatar 23.08.5 -> 24.02.0 https://repology.org/project/libgravatar/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kdiamond, using log file: /var/log/nixpkgs-update/libsForQt5.kdiamond/2024-02-25.log libsForQt5.kdiamond 23.08.5 -> 24.02.0 https://repology.org/project/kdiamond/versions attrpath: libsForQt5.kdiamond 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, kdoctools, ki18n, kio, libkdegames, kconfig, knotifyconfig }: mkDerivation { pname = "kdiamond"; meta = with lib; { homepage = "https://kde.org/applications/en/games/org.kde.kdiamond"; description = "A single player puzzle game"; maintainers = with maintainers; [ freezeboy ]; license = licenses.gpl2Plus; platforms = platforms.linux; }; nativeBuildInputs = [ extra-cmake-modules ]; buildInputs = [ libkdegames knotifyconfig kconfig kdoctools ki18n kio ]; } [result] Failed to update libsForQt5.kdiamond 23.08.5 -> 24.02.0 https://repology.org/project/kdiamond/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kontact, using log file: /var/log/nixpkgs-update/libsForQt5.kontact/2024-02-25.log libsForQt5.kontact 23.08.5 -> 24.02.0 https://repology.org/project/kontact/versions attrpath: libsForQt5.kontact Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: { mkDerivation, lib, kdepimTeam, extra-cmake-modules, kdoctools, qtwebengine, kcmutils, kcrash, kdbusaddons, kparts, kwindowsystem, akonadi, grantleetheme, kontactinterface, kpimtextedit, mailcommon, libkdepim, pimcommon, akregator, kaddressbook, kmail, knotes, korganizer, zanshin }: mkDerivation { pname = "kontact"; meta = { homepage = "https://apps.kde.org/kontact/"; description = "Personal information manager"; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ]; maintainers = kdepimTeam; }; nativeBuildInputs = [ extra-cmake-modules kdoctools ]; buildInputs = [ qtwebengine kcmutils kcrash kdbusaddons kparts kwindowsystem akonadi grantleetheme kontactinterface kpimtextedit mailcommon libkdepim pimcommon akregator kaddressbook kmail knotes korganizer zanshin ]; } [result] Failed to update libsForQt5.kontact 23.08.5 -> 24.02.0 https://repology.org/project/kontact/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kaddressbook, using log file: /var/log/nixpkgs-update/libsForQt5.kaddressbook/2024-02-25.log libsForQt5.kaddressbook 23.08.5 -> 24.02.0 https://repology.org/project/kaddressbook/versions attrpath: libsForQt5.kaddressbook Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: { mkDerivation, lib, kdepimTeam, extra-cmake-modules, kdoctools, akonadi, akonadi-search, grantlee, grantleetheme, kcmutils, kcompletion, kcrash, kdbusaddons, ki18n, kontactinterface, kparts, kpimtextedit, kuserfeedback, kxmlgui, libkdepim, libkleo, mailcommon, pimcommon, prison, qgpgme, qtbase, }: mkDerivation { pname = "kaddressbook"; meta = { homepage = "https://apps.kde.org/kaddressbook/"; description = "KDE contact manager"; license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ]; maintainers = kdepimTeam; }; nativeBuildInputs = [ extra-cmake-modules kdoctools ]; buildInputs = [ akonadi akonadi-search grantlee grantleetheme kcmutils kcompletion kcrash kdbusaddons ki18n kontactinterface kparts kpimtextedit kuserfeedback kxmlgui libkdepim libkleo mailcommon pimcommon prison qgpgme qtbase ]; postInstall = '' # added as an include directory by cmake files and fails to compile if it's missing mkdir -p "$out/include/KF5" ''; } [result] Failed to update libsForQt5.kaddressbook 23.08.5 -> 24.02.0 https://repology.org/project/kaddressbook/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ktnef, using log file: /var/log/nixpkgs-update/libsForQt5.ktnef/2024-02-25.log libsForQt5.ktnef 23.08.5 -> 24.02.0 https://repology.org/project/ktnef/versions attrpath: libsForQt5.ktnef Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.ktnef 23.08.5 -> 24.02.0 https://repology.org/project/ktnef/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kio-extras, using log file: /var/log/nixpkgs-update/libsForQt5.kio-extras/2024-02-25.log libsForQt5.kio-extras 23.08.5 -> 24.02.0 https://repology.org/project/kio-extras/versions attrpath: libsForQt5.kio-extras Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: /* # New packages READ THIS FIRST This module is for official packages in the KDE Gear. All available packages are listed in `./srcs.nix`, although some 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. A simple example package that still shows most of the available features is in `./gwenview.nix`. # Updates 1. Update the URL in `./fetch.sh`. 2. Run `./maintainers/scripts/fetch-kde-qt.sh pkgs/applications/kde` 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. */ { lib, libsForQt5, fetchurl, }: let mirror = "mirror://kde"; srcs = import ./srcs.nix { inherit fetchurl mirror; }; mkDerivation = args: let inherit (args) pname; inherit (srcs.${pname}) src version; mkDerivation = libsForQt5.callPackage ({ mkDerivation }: mkDerivation) {}; in mkDerivation (args // { inherit pname version src; outputs = args.outputs or [ "out" ]; meta = let meta = args.meta or {}; in meta // { homepage = meta.homepage or "http://www.kde.org"; platforms = meta.platforms or lib.platforms.linux; }; }); packages = self: with self; let callPackage = self.newScope { inherit mkDerivation; # Team of maintainers assigned to the KDE PIM suite kdepimTeam = with lib.maintainers; [ ttuegel vandenoever nyanloutre ]; }; in { akonadi = callPackage ./akonadi {}; akonadi-calendar = callPackage ./akonadi-calendar.nix {}; akonadi-calendar-tools = callPackage ./akonadi-calendar-tools.nix {}; akonadi-contacts = callPackage ./akonadi-contacts.nix {}; akonadi-import-wizard = callPackage ./akonadi-import-wizard.nix {}; akonadi-mime = callPackage ./akonadi-mime.nix {}; akonadi-notes = callPackage ./akonadi-notes.nix {}; akonadi-search = callPackage ./akonadi-search.nix {}; akonadiconsole = callPackage ./akonadiconsole.nix {}; akregator = callPackage ./akregator.nix {}; analitza = callPackage ./analitza.nix {}; arianna = callPackage ./arianna.nix {}; ark = callPackage ./ark {}; baloo-widgets = callPackage ./baloo-widgets.nix {}; bomber = callPackage ./bomber.nix {}; bovo = callPackage ./bovo.nix {}; calendarsupport = callPackage ./calendarsupport.nix {}; colord-kde = callPackage ./colord-kde.nix {}; cantor = callPackage ./cantor.nix {}; dolphin = callPackage ./dolphin.nix {}; dolphin-plugins = callPackage ./dolphin-plugins.nix {}; dragon = callPackage ./dragon.nix {}; elisa = callPackage ./elisa.nix {}; eventviews = callPackage ./eventviews.nix {}; falkon = callPackage ./falkon.nix {}; ffmpegthumbs = callPackage ./ffmpegthumbs.nix { }; filelight = callPackage ./filelight.nix {}; ghostwriter = callPackage ./ghostwriter.nix {}; granatier = callPackage ./granatier.nix {}; grantleetheme = callPackage ./grantleetheme {}; gwenview = callPackage ./gwenview.nix {}; incidenceeditor = callPackage ./incidenceeditor.nix {}; itinerary = callPackage ./itinerary.nix {}; juk = callPackage ./juk.nix {}; k3b = callPackage ./k3b.nix {}; kaccounts-integration = callPackage ./kaccounts-integration.nix {}; kaccounts-providers = callPackage ./kaccounts-providers.nix {}; kaddressbook = callPackage ./kaddressbook.nix {}; kalarm = callPackage ./kalarm.nix {}; kalgebra = callPackage ./kalgebra.nix {}; merkuro = callPackage ./merkuro.nix {}; kalzium = callPackage ./kalzium.nix {}; kamoso = callPackage ./kamoso.nix {}; kapman = callPackage ./kapman.nix {}; kapptemplate = callPackage ./kapptemplate.nix { }; kate = callPackage ./kate.nix {}; katomic = callPackage ./katomic.nix {}; kblackbox = callPackage ./kblackbox.nix {}; kblocks = callPackage ./kblocks.nix {}; kbounce = callPackage ./kbounce.nix {}; kbreakout = callPackage ./kbreakout.nix {}; kcachegrind = callPackage ./kcachegrind.nix {}; kcalc = callPackage ./kcalc.nix {}; kcalutils = callPackage ./kcalutils.nix {}; kcharselect = callPackage ./kcharselect.nix {}; kcolorchooser = callPackage ./kcolorchooser.nix {}; kde-inotify-survey = callPackage ./kde-inotify-survey.nix {}; kdebugsettings = callPackage ./kdebugsettings.nix {}; kdeconnect-kde = callPackage ./kdeconnect-kde.nix {}; kdegraphics-mobipocket = callPackage ./kdegraphics-mobipocket.nix {}; kdegraphics-thumbnailers = callPackage ./kdegraphics-thumbnailers {}; kdenetwork-filesharing = callPackage ./kdenetwork-filesharing.nix {}; kdenlive = callPackage ./kdenlive {}; kdepim-addons = callPackage ./kdepim-addons.nix {}; kdepim-runtime = callPackage ./kdepim-runtime {}; kdev-php = callPackage ./kdevelop/kdev-php.nix {}; kdev-python = callPackage ./kdevelop/kdev-python.nix {}; kdevelop = callPackage ./kdevelop/wrapper.nix {}; kdevelop-pg-qt = callPackage ./kdevelop/kdevelop-pg-qt.nix {}; kdevelop-unwrapped = callPackage ./kdevelop/kdevelop.nix {}; kdf = callPackage ./kdf.nix {}; kdialog = callPackage ./kdialog.nix {}; kdiamond = callPackage ./kdiamond.nix {}; keditbookmarks = callPackage ./keditbookmarks.nix {}; kfind = callPackage ./kfind.nix {}; kgeography = callPackage ./kgeography.nix {}; kget = callPackage ./kget.nix {}; kgpg = callPackage ./kgpg.nix {}; khelpcenter = callPackage ./khelpcenter.nix {}; kidentitymanagement = callPackage ./kidentitymanagement.nix {}; kig = callPackage ./kig.nix {}; kigo = callPackage ./kigo.nix {}; killbots = callPackage ./killbots.nix {}; kimap = callPackage ./kimap.nix {}; kio-admin = callPackage ./kio-admin.nix {}; kio-extras = callPackage ./kio-extras.nix {}; kio-gdrive = callPackage ./kio-gdrive.nix {}; kipi-plugins = callPackage ./kipi-plugins.nix {}; kirigami-gallery = callPackage ./kirigami-gallery.nix {}; kitinerary = callPackage ./kitinerary.nix {}; kldap = callPackage ./kldap.nix {}; kleopatra = callPackage ./kleopatra.nix {}; klettres = callPackage ./klettres.nix {}; klines = callPackage ./klines.nix {}; kmag = callPackage ./kmag.nix {}; kmahjongg = callPackage ./kmahjongg.nix {}; kmail = callPackage ./kmail.nix {}; kmail-account-wizard = callPackage ./kmail-account-wizard.nix {}; kmailtransport = callPackage ./kmailtransport.nix {}; kmbox = callPackage ./kmbox.nix {}; kmime = callPackage ./kmime.nix {}; kmines = callPackage ./kmines.nix {}; kmix = callPackage ./kmix.nix {}; kmousetool = callPackage ./kmousetool.nix {}; kmplot = callPackage ./kmplot.nix {}; knavalbattle = callPackage ./knavalbattle.nix {}; knetwalk = callPackage ./knetwalk.nix {}; knights = callPackage ./knights.nix {}; knotes = callPackage ./knotes.nix {}; kolf = callPackage ./kolf.nix {}; kollision = callPackage ./kollision.nix {}; kolourpaint = callPackage ./kolourpaint.nix {}; kompare = callPackage ./kompare.nix {}; konqueror = callPackage ./konqueror.nix {}; konquest = callPackage ./konquest.nix {}; konsole = callPackage ./konsole.nix {}; kontact = callPackage ./kontact.nix {}; konversation = callPackage ./konversation.nix {}; kontactinterface = callPackage ./kontactinterface.nix {}; kopeninghours = callPackage ./kopeninghours.nix {}; korganizer = callPackage ./korganizer.nix {}; kosmindoormap = callPackage ./kosmindoormap.nix {}; kpat = callPackage ./kpat.nix {}; kpimtextedit = callPackage ./kpimtextedit.nix {}; kpkpass = callPackage ./kpkpass.nix {}; kpmcore = callPackage ./kpmcore {}; kpublictransport = callPackage ./kpublictransport.nix {}; kqtquickcharts = callPackage ./kqtquickcharts.nix {}; krdc = callPackage ./krdc.nix {}; kreversi = callPackage ./kreversi.nix {}; krfb = callPackage ./krfb.nix {}; kruler = callPackage ./kruler.nix {}; ksanecore = callPackage ./ksanecore.nix {}; kshisen = callPackage ./kshisen.nix {}; ksmtp = callPackage ./ksmtp {}; kspaceduel = callPackage ./kspaceduel.nix {}; ksquares = callPackage ./ksquares.nix {}; ksudoku = callPackage ./ksudoku.nix {}; ksystemlog = callPackage ./ksystemlog.nix {}; kteatime = callPackage ./kteatime.nix {}; ktimer = callPackage ./ktimer.nix {}; ktnef = callPackage ./ktnef.nix {}; ktorrent = callPackage ./ktorrent.nix {}; ktouch = callPackage ./ktouch.nix {}; kturtle = callPackage ./kturtle.nix {}; kwalletmanager = callPackage ./kwalletmanager.nix {}; kwave = callPackage ./kwave.nix {}; libgravatar = callPackage ./libgravatar.nix {}; libkcddb = callPackage ./libkcddb.nix {}; libkdcraw = callPackage ./libkdcraw.nix {}; libkdegames = callPackage ./libkdegames.nix {}; libkdepim = callPackage ./libkdepim.nix {}; libkexiv2 = callPackage ./libkexiv2.nix {}; libkgapi = callPackage ./libkgapi.nix {}; libkipi = callPackage ./libkipi.nix {}; libkleo = callPackage ./libkleo.nix {}; libkmahjongg = callPackage ./libkmahjongg.nix {}; libkomparediff2 = callPackage ./libkomparediff2.nix {}; libksane = callPackage ./libksane.nix {}; libksieve = callPackage ./libksieve.nix {}; libktorrent = callPackage ./libktorrent.nix {}; mailcommon = callPackage ./mailcommon.nix {}; mailimporter = callPackage ./mailimporter.nix {}; marble = callPackage ./marble.nix {}; mbox-importer = callPackage ./mbox-importer.nix {}; messagelib = callPackage ./messagelib.nix {}; minuet = callPackage ./minuet.nix {}; okular = callPackage ./okular.nix {}; palapeli = callPackage ./palapeli.nix {}; partitionmanager = callPackage ./partitionmanager {}; picmi = callPackage ./picmi.nix {}; pim-data-exporter = callPackage ./pim-data-exporter.nix {}; pim-sieve-editor = callPackage ./pim-sieve-editor.nix {}; pimcommon = callPackage ./pimcommon.nix {}; print-manager = callPackage ./print-manager.nix {}; rocs = callPackage ./rocs.nix {}; skanlite = callPackage ./skanlite.nix {}; skanpage = callPackage ./skanpage.nix {}; spectacle = callPackage ./spectacle.nix {}; umbrello = callPackage ./umbrello.nix {}; yakuake = callPackage ./yakuake.nix {}; zanshin = callPackage ./zanshin.nix {}; # Plasma Mobile Gear alligator = callPackage ./alligator.nix {}; angelfish = callPackage ./angelfish.nix { inherit srcs; }; audiotube = callPackage ./audiotube.nix {}; calindori = callPackage ./calindori.nix {}; kalk = callPackage ./kalk.nix {}; kasts = callPackage ./kasts.nix {}; kclock = callPackage ./kclock.nix {}; keysmith = callPackage ./keysmith.nix {}; koko = callPackage ./koko.nix {}; kongress = callPackage ./kongress.nix {}; krecorder = callPackage ./krecorder.nix {}; ktrip = callPackage ./ktrip.nix {}; kweather = callPackage ./kweather.nix {}; neochat = callPackage ./neochat.nix {}; plasmatube = callPackage ./plasmatube {}; qmlkonsole = callPackage ./qmlkonsole.nix {}; telly-skout = callPackage ./telly-skout.nix {}; tokodon = callPackage ./tokodon.nix {}; }; in lib.makeScope libsForQt5.newScope packages [result] Failed to update libsForQt5.kio-extras 23.08.5 -> 24.02.0 https://repology.org/project/kio-extras/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dvclive, using log file: /var/log/nixpkgs-update/python311Packages.dvclive/2024-02-25.log python311Packages.dvclive 0 -> 1 attrpath: python311Packages.dvclive Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/g7n69n9m6i12m4s77a3nhhgv1wdwsg7q-packages.json.drv building '/nix/store/g7n69n9m6i12m4s77a3nhhgv1wdwsg7q-packages.json.drv'... Going to be running update for following packages: - python3.11-dvclive-3.41.1 Press Enter key to continue... Running update for: - python3.11-dvclive-3.41.1: UPDATING ... - python3.11-dvclive-3.41.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dvclive/default.nix b/pkgs/development/python-modules/dvclive/default.nix index f657ab37083c..678e7e5e69bf 100644 --- a/pkgs/development/python-modules/dvclive/default.nix +++ b/pkgs/development/python-modules/dvclive/default.nix @@ -32,7 +32,7 @@ buildPythonPackage rec { pname = "dvclive"; - version = "3.41.1"; + version = "3.44.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -41,7 +41,7 @@ buildPythonPackage rec { owner = "iterative"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-PbgazRK3+CoJISh1ZXGjxDfbKHY/XqSvVrkpycvPi7c="; + hash = "sha256-B5SH6Id3ZbiE/0g6RBYvES4Ao+uOHWMKB56J3Rn9p6s="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.dvclive: 3.41.1 -> 3.42.0`. New version is 3.44.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.dvclive nix build failed. adding 'dvclive/report.py' adding 'dvclive/serialize.py' adding 'dvclive/studio.py' adding 'dvclive/utils.py' adding 'dvclive/vscode.py' adding 'dvclive/xgb.py' adding 'dvclive/plots/__init__.py' adding 'dvclive/plots/base.py' adding 'dvclive/plots/custom.py' adding 'dvclive/plots/image.py' adding 'dvclive/plots/metric.py' adding 'dvclive/plots/sklearn.py' adding 'dvclive/plots/utils.py' adding 'dvclive-3.44.0.dist-info/LICENSE' adding 'dvclive-3.44.0.dist-info/METADATA' adding 'dvclive-3.44.0.dist-info/WHEEL' adding 'dvclive-3.44.0.dist-info/top_level.txt' adding 'dvclive-3.44.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built dvclive-3.44.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 dvclive-3.44.0-py3-none-any.whl - dvc>=3.47.0 not satisfied by version 3.43.1 - dvc-studio-client<1,>=0.20 not satisfied by version 0.18.0 - scmrepo<4,>=3 not satisfied by version 2.1.1 - pynvml not installed [result] Failed to update python311Packages.dvclive 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath unicode-paracode, using log file: /var/log/nixpkgs-update/unicode-paracode/2024-02-25.log unicode-paracode 0 -> 1 attrpath: unicode-paracode 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/mxhbz1yzna9pvwmblrz9lyax6zkhzzrl-packages.json.drv building '/nix/store/mxhbz1yzna9pvwmblrz9lyax6zkhzzrl-packages.json.drv'... Going to be running update for following packages: - unicode-2.9 Press Enter key to continue... Running update for: - unicode-2.9: UPDATING ... - unicode-2.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update unicode-paracode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath celluloid, using log file: /var/log/nixpkgs-update/celluloid/2024-02-25.log celluloid 0 -> 1 attrpath: celluloid Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/n9c3nv9ihlp06hncdsbha0qckp1lp37j-packages.json.drv building '/nix/store/n9c3nv9ihlp06hncdsbha0qckp1lp37j-packages.json.drv'... Going to be running update for following packages: - celluloid-0.26 Press Enter key to continue... Running update for: - celluloid-0.26: UPDATING ... - celluloid-0.26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update celluloid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymitv, using log file: /var/log/nixpkgs-update/python311Packages.pymitv/2024-02-25.log python311Packages.pymitv 0 -> 1 attrpath: python311Packages.pymitv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ilxv0fmi0hjn4vixchx2ha2qmj70jnv1-packages.json.drv building '/nix/store/ilxv0fmi0hjn4vixchx2ha2qmj70jnv1-packages.json.drv'... Going to be running update for following packages: - python3.11-pymitv-1.5.0 Press Enter key to continue... Running update for: - python3.11-pymitv-1.5.0: UPDATING ... - python3.11-pymitv-1.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymitv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.async-lru, using log file: /var/log/nixpkgs-update/python311Packages.async-lru/2024-02-25.log python311Packages.async-lru 0 -> 1 attrpath: python311Packages.async-lru Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/0a5528cf6bk0aw1qnnk7h65kycvmhib1-packages.json.drv building '/nix/store/0a5528cf6bk0aw1qnnk7h65kycvmhib1-packages.json.drv'... Going to be running update for following packages: - python3.11-async-lru-2.0.4 Press Enter key to continue... Running update for: - python3.11-async-lru-2.0.4: UPDATING ... - python3.11-async-lru-2.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.async-lru 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.stravalib, using log file: /var/log/nixpkgs-update/python311Packages.stravalib/2024-02-25.log python311Packages.stravalib 0 -> 1 attrpath: python311Packages.stravalib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/0a7sh5qy1vpkmyy4ny78hyhg3iscvsm4-packages.json.drv building '/nix/store/0a7sh5qy1vpkmyy4ny78hyhg3iscvsm4-packages.json.drv'... Going to be running update for following packages: - python3.11-stravalib-1.6 Press Enter key to continue... Running update for: - python3.11-stravalib-1.6: UPDATING ... - python3.11-stravalib-1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.stravalib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.quantulum3, using log file: /var/log/nixpkgs-update/python311Packages.quantulum3/2024-02-25.log python311Packages.quantulum3 0 -> 1 attrpath: python311Packages.quantulum3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/28aa5mcmfyd7qh7igvnxk50r26amg8gd-packages.json.drv building '/nix/store/28aa5mcmfyd7qh7igvnxk50r26amg8gd-packages.json.drv'... Going to be running update for following packages: - python3.11-quantulum3-0.9.0 Press Enter key to continue... Running update for: - python3.11-quantulum3-0.9.0: UPDATING ... - python3.11-quantulum3-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.quantulum3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.venusian, using log file: /var/log/nixpkgs-update/python311Packages.venusian/2024-02-25.log python311Packages.venusian 0 -> 1 attrpath: python311Packages.venusian Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/r0pc8w5icn8nyva5cf9j2sczbdb18dg7-packages.json.drv building '/nix/store/r0pc8w5icn8nyva5cf9j2sczbdb18dg7-packages.json.drv'... Going to be running update for following packages: - python3.11-venusian-3.1.0 Press Enter key to continue... Running update for: - python3.11-venusian-3.1.0: UPDATING ... - python3.11-venusian-3.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.venusian 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.toonapi, using log file: /var/log/nixpkgs-update/python311Packages.toonapi/2024-02-25.log python311Packages.toonapi 0 -> 1 attrpath: python311Packages.toonapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/gsk5xsa1663c8g4cbvzb36dqsnrx6p8z-packages.json.drv building '/nix/store/gsk5xsa1663c8g4cbvzb36dqsnrx6p8z-packages.json.drv'... Going to be running update for following packages: - python3.11-toonapi-0.3.0 Press Enter key to continue... Running update for: - python3.11-toonapi-0.3.0: UPDATING ... - python3.11-toonapi-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.toonapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath routersploit, using log file: /var/log/nixpkgs-update/routersploit/2024-02-25.log routersploit 0 -> 1 attrpath: routersploit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/x48jdsv3nzkl5rn6g7q65893s2v9prnw-packages.json.drv building '/nix/store/x48jdsv3nzkl5rn6g7q65893s2v9prnw-packages.json.drv'... Going to be running update for following packages: - routersploit-unstable-2021-02-06 Press Enter key to continue... Running update for: - routersploit-unstable-2021-02-06: UPDATING ... - routersploit-unstable-2021-02-06: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update routersploit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-common, using log file: /var/log/nixpkgs-update/python311Packages.flask-common/2024-02-25.log python311Packages.flask-common 0 -> 1 attrpath: python311Packages.flask-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] this derivation will be built: /nix/store/6b363960w2h728crqrh4d07xy8id68ci-packages.json.drv building '/nix/store/6b363960w2h728crqrh4d07xy8id68ci-packages.json.drv'... Going to be running update for following packages: - python3.11-Flask-Common-0.3.0 Press Enter key to continue... Running update for: - python3.11-Flask-Common-0.3.0: UPDATING ... - python3.11-Flask-Common-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-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 aspellDicts.hi, using log file: /var/log/nixpkgs-update/aspellDicts.hi/2024-02-25.log aspellDicts.hi 0 -> 1 attrpath: aspellDicts.hi 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] these 2 derivations will be built: /nix/store/lgl4s3bp2w17nlllbjd9kghjpddrnwdx-update-aspellDict-hi.drv /nix/store/xlaadp8v3xyzgr0hv4mlkdxnrm9xdymr-packages.json.drv building '/nix/store/lgl4s3bp2w17nlllbjd9kghjpddrnwdx-update-aspellDict-hi.drv'... building '/nix/store/xlaadp8v3xyzgr0hv4mlkdxnrm9xdymr-packages.json.drv'... Going to be running update for following packages: - aspell-dict-hi-0.02-0 Press Enter key to continue... Running update for: - aspell-dict-hi-0.02-0: UPDATING ... - aspell-dict-hi-0.02-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.hi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.libqtxdg, using log file: /var/log/nixpkgs-update/lxqt.libqtxdg/2024-02-25.log lxqt.libqtxdg 0 -> 1 attrpath: lxqt.libqtxdg Packages for lxqt are currently skipped. [result] Failed to update lxqt.libqtxdg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hddfancontrol, using log file: /var/log/nixpkgs-update/hddfancontrol/2024-02-25.log hddfancontrol 0 -> 1 attrpath: hddfancontrol Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/g0qvcri613013r7kixvz5hc5vvlmgijb-packages.json.drv building '/nix/store/g0qvcri613013r7kixvz5hc5vvlmgijb-packages.json.drv'... Going to be running update for following packages: - python3.11-hddfancontrol-1.5.1 Press Enter key to continue... Running update for: - python3.11-hddfancontrol-1.5.1: UPDATING ... - python3.11-hddfancontrol-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hddfancontrol 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.g2pkk, using log file: /var/log/nixpkgs-update/python311Packages.g2pkk/2024-02-25.log python311Packages.g2pkk 0 -> 1 attrpath: python311Packages.g2pkk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/wzmb1rfq2fb027vd6ykqfmirky0h7875-packages.json.drv building '/nix/store/wzmb1rfq2fb027vd6ykqfmirky0h7875-packages.json.drv'... Going to be running update for following packages: - python3.11-g2pkk-0.1.2 Press Enter key to continue... Running update for: - python3.11-g2pkk-0.1.2: UPDATING ... - python3.11-g2pkk-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.g2pkk 0 -> 1 [options] github_user: r-ryantm, pull_request: 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-timer-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.keyrings-alt, using log file: /var/log/nixpkgs-update/python311Packages.keyrings-alt/2024-02-25.log python311Packages.keyrings-alt 0 -> 1 attrpath: python311Packages.keyrings-alt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/4fmn8xnmqpkd22sv81q9wv0azlcdm6ln-packages.json.drv building '/nix/store/4fmn8xnmqpkd22sv81q9wv0azlcdm6ln-packages.json.drv'... Going to be running update for following packages: - python3.11-keyrings-alt-5.0.0 Press Enter key to continue... Running update for: - python3.11-keyrings-alt-5.0.0: UPDATING ... - python3.11-keyrings-alt-5.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.keyrings-alt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/rhapd0vhs17yh2a3iiadczzipps10yxj-packages.json.drv building '/nix/store/rhapd0vhs17yh2a3iiadczzipps10yxj-packages.json.drv'... 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 @volth asked to not update xfce [result] Failed to update xfce.thunar-volman 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dcnnt, using log file: /var/log/nixpkgs-update/dcnnt/2024-02-25.log dcnnt 0 -> 1 attrpath: dcnnt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/04ybipsrcvjndp1wmmpdyh5xgj4hz3pn-packages.json.drv building '/nix/store/04ybipsrcvjndp1wmmpdyh5xgj4hz3pn-packages.json.drv'... Going to be running update for following packages: - dcnnt-0.9.2 Press Enter key to continue... Running update for: - dcnnt-0.9.2: UPDATING ... - dcnnt-0.9.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/dcnnt/default.nix b/pkgs/servers/dcnnt/default.nix index 6c55a28ae178..2279c9f116b1 100644 --- a/pkgs/servers/dcnnt/default.nix +++ b/pkgs/servers/dcnnt/default.nix @@ -2,11 +2,11 @@ buildPythonApplication rec { pname = "dcnnt"; - version = "0.9.2"; + version = "0.10.0"; src = fetchPypi { inherit pname version; - sha256 = "sha256-mPZlQllIU4fkGtmnhK7ovc8CrAxUcgF0KgO7/fQBrkk="; + sha256 = "sha256-73ZLgb5YcXlAOjbKLVv8oqgS6pstBdJxa7LFUgIHpUE="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/dacs9n7p02m770kl13n0cdkd3hr1w39q-dcnnt-0.10.0" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • dcnnt
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 dcnnt is: UI-less tool to connect Android phone with desktop meta.homepage for dcnnt is: https://github.com/cyanomiko/dcnnt-py ###### 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.0 with grep in /nix/store/dacs9n7p02m770kl13n0cdkd3hr1w39q-dcnnt-0.10.0 - found 0.10.0 in filename of file in /nix/store/dacs9n7p02m770kl13n0cdkd3hr1w39q-dcnnt-0.10.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath dcnnt ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/dacs9n7p02m770kl13n0cdkd3hr1w39q-dcnnt-0.10.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 dcnnt https://github.com/r-ryantm/nixpkgs/archive/cfb2a3f730d5bd9f5118c85bba84eca005d69bd0.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/cfb2a3f730d5bd9f5118c85bba84eca005d69bd0#dcnnt ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/dacs9n7p02m770kl13n0cdkd3hr1w39q-dcnnt-0.10.0 ls -la /nix/store/dacs9n7p02m770kl13n0cdkd3hr1w39q-dcnnt-0.10.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:
  • dcnnt
--- ###### Maintainer pings cc @ArnoutKroeze 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/291292 [result] Success updating dcnnt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/yw0s7mn90yfpk5xfwsdh9lc9srqaaial-packages.json.drv building '/nix/store/yw0s7mn90yfpk5xfwsdh9lc9srqaaial-packages.json.drv'... 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.sqlalchemy_1_4, using log file: /var/log/nixpkgs-update/python311Packages.sqlalchemy_1_4/2024-02-25.log python311Packages.sqlalchemy_1_4 0 -> 1 attrpath: python311Packages.sqlalchemy_1_4 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/07sqfxdjzchgyadps2i4xhz2yws5fz5b-packages.json.drv building '/nix/store/07sqfxdjzchgyadps2i4xhz2yws5fz5b-packages.json.drv'... Going to be running update for following packages: - python3.11-sqlalchemy-1.4.51 Press Enter key to continue... Running update for: - python3.11-sqlalchemy-1.4.51: UPDATING ... - python3.11-sqlalchemy-1.4.51: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sqlalchemy_1_4 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dipy, using log file: /var/log/nixpkgs-update/python311Packages.dipy/2024-02-25.log python311Packages.dipy 0 -> 1 attrpath: python311Packages.dipy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/k0g0kz2flibxk5djvlv9qpnkwn4jykxf-packages.json.drv building '/nix/store/k0g0kz2flibxk5djvlv9qpnkwn4jykxf-packages.json.drv'... Going to be running update for following packages: - python3.11-dipy-1.7.0 Press Enter key to continue... Running update for: - python3.11-dipy-1.7.0: UPDATING ... - python3.11-dipy-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dipy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/7bv2qn8k61qaljfb8n5qpz75zj9a9dgb-packages.json.drv building '/nix/store/7bv2qn8k61qaljfb8n5qpz75zj9a9dgb-packages.json.drv'... 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.imagesize, using log file: /var/log/nixpkgs-update/python311Packages.imagesize/2024-02-25.log python311Packages.imagesize 0 -> 1 attrpath: python311Packages.imagesize Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/kdwrhvsqh219mmkwr4hss593514jshvi-packages.json.drv building '/nix/store/kdwrhvsqh219mmkwr4hss593514jshvi-packages.json.drv'... Going to be running update for following packages: - python3.11-imagesize-1.4.1 Press Enter key to continue... Running update for: - python3.11-imagesize-1.4.1: UPDATING ... - python3.11-imagesize-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.imagesize 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.et-xmlfile, using log file: /var/log/nixpkgs-update/python311Packages.et-xmlfile/2024-02-25.log python311Packages.et-xmlfile 0 -> 1 attrpath: python311Packages.et-xmlfile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/lpwln5piy4d86kw123hic09iw1s16apy-packages.json.drv building '/nix/store/lpwln5piy4d86kw123hic09iw1s16apy-packages.json.drv'... Going to be running update for following packages: - python3.11-et-xmlfile-1.1 Press Enter key to continue... Running update for: - python3.11-et-xmlfile-1.1: UPDATING ... - python3.11-et-xmlfile-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.et-xmlfile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.callee, using log file: /var/log/nixpkgs-update/python311Packages.callee/2024-02-25.log python311Packages.callee 0 -> 1 attrpath: python311Packages.callee Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/6w4vsd16i7vsiy47gnkk86k575jnmd5x-packages.json.drv building '/nix/store/6w4vsd16i7vsiy47gnkk86k575jnmd5x-packages.json.drv'... Going to be running update for following packages: - python3.11-callee-0.3.1 Press Enter key to continue... Running update for: - python3.11-callee-0.3.1: UPDATING ... - python3.11-callee-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.callee 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.envs, using log file: /var/log/nixpkgs-update/python311Packages.envs/2024-02-25.log python311Packages.envs 0 -> 1 attrpath: python311Packages.envs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/sl2cy7gqrb1wfn8cp8kfy87872jr0lyh-packages.json.drv building '/nix/store/sl2cy7gqrb1wfn8cp8kfy87872jr0lyh-packages.json.drv'... Going to be running update for following packages: - python3.11-envs-1.4 Press Enter key to continue... Running update for: - python3.11-envs-1.4: UPDATING ... - python3.11-envs-1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.envs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fordpass, using log file: /var/log/nixpkgs-update/python311Packages.fordpass/2024-02-25.log python311Packages.fordpass 0 -> 1 attrpath: python311Packages.fordpass Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/dkdyk4kmfn0lma77d4bs9zxibnh0sm97-packages.json.drv building '/nix/store/dkdyk4kmfn0lma77d4bs9zxibnh0sm97-packages.json.drv'... Going to be running update for following packages: - python3.11-fordpass-0.0.4 Press Enter key to continue... Running update for: - python3.11-fordpass-0.0.4: UPDATING ... - python3.11-fordpass-0.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fordpass 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-common, using log file: /var/log/nixpkgs-update/python311Packages.snakemake-interface-common/2024-02-25.log python311Packages.snakemake-interface-common 0 -> 1 attrpath: python311Packages.snakemake-interface-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] this derivation will be built: /nix/store/cij3sf90x7ccbq7qrxmyv28n40mvbaja-packages.json.drv building '/nix/store/cij3sf90x7ccbq7qrxmyv28n40mvbaja-packages.json.drv'... Going to be running update for following packages: - python3.11-snakemake-interface-common-1.17.0 Press Enter key to continue... Running update for: - python3.11-snakemake-interface-common-1.17.0: UPDATING ... - python3.11-snakemake-interface-common-1.17.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/snakemake-interface-common/default.nix b/pkgs/development/python-modules/snakemake-interface-common/default.nix index 740fd99013df..6ac47e4afede 100644 --- a/pkgs/development/python-modules/snakemake-interface-common/default.nix +++ b/pkgs/development/python-modules/snakemake-interface-common/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "snakemake-interface-common"; - version = "1.17.0"; + version = "1.17.1"; format = "pyproject"; src = fetchFromGitHub { owner = "snakemake"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-1dvanwYCQE5usgXPhYCZfUpj4MyaLImQ5RskQvS6nJs="; + hash = "sha256-23PGKSBX7KMt0Q7sWiLIPfCkxr2HtBas7flYeNHABWM="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.17.0" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , poetry-core , argparse-dataclass , configargparse }: buildPythonPackage rec { pname = "snakemake-interface-common"; version = "1.17.1"; format = "pyproject"; src = fetchFromGitHub { owner = "snakemake"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-23PGKSBX7KMt0Q7sWiLIPfCkxr2HtBas7flYeNHABWM="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ argparse-dataclass configargparse ]; pythonImportsCheck = [ "snakemake_interface_common" ]; meta = with lib; { description = "Common functions and classes for Snakemake and its plugins"; homepage = "https://github.com/snakemake/snakemake-interface-common"; license = licenses.mit; maintainers = with maintainers; [ veprbl ]; }; } [result] Failed to update python311Packages.snakemake-interface-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 python311Packages.msg-parser, using log file: /var/log/nixpkgs-update/python311Packages.msg-parser/2024-02-25.log python311Packages.msg-parser 0 -> 1 attrpath: python311Packages.msg-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] this derivation will be built: /nix/store/iz9slph5vsn375zggkglyw4slxkw3zwa-packages.json.drv building '/nix/store/iz9slph5vsn375zggkglyw4slxkw3zwa-packages.json.drv'... Going to be running update for following packages: - python3.11-msg-parser-1.2.0 Press Enter key to continue... Running update for: - python3.11-msg-parser-1.2.0: UPDATING ... - python3.11-msg-parser-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.msg-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.svglib, using log file: /var/log/nixpkgs-update/python311Packages.svglib/2024-02-25.log python311Packages.svglib 0 -> 1 attrpath: python311Packages.svglib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/x856vzk71xczwrg577ax6ss4jv96zq6w-packages.json.drv building '/nix/store/x856vzk71xczwrg577ax6ss4jv96zq6w-packages.json.drv'... Going to be running update for following packages: - python3.11-svglib-1.5.1 Press Enter key to continue... Running update for: - python3.11-svglib-1.5.1: UPDATING ... - python3.11-svglib-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.svglib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymeteoclimatic, using log file: /var/log/nixpkgs-update/python311Packages.pymeteoclimatic/2024-02-25.log python311Packages.pymeteoclimatic 0 -> 1 attrpath: python311Packages.pymeteoclimatic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/arkabq8sm06xp1j8wwhlxbnvjzbb9jc1-packages.json.drv building '/nix/store/arkabq8sm06xp1j8wwhlxbnvjzbb9jc1-packages.json.drv'... Going to be running update for following packages: - python3.11-pymeteoclimatic-0.1.0 Press Enter key to continue... Running update for: - python3.11-pymeteoclimatic-0.1.0: UPDATING ... - python3.11-pymeteoclimatic-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymeteoclimatic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.banal, using log file: /var/log/nixpkgs-update/python311Packages.banal/2024-02-25.log python311Packages.banal 0 -> 1 attrpath: python311Packages.banal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/5pv31wrjkjys0bq037xsxr2s5s4axch1-packages.json.drv building '/nix/store/5pv31wrjkjys0bq037xsxr2s5s4axch1-packages.json.drv'... Going to be running update for following packages: - python3.11-banal-1.0.6 Press Enter key to continue... Running update for: - python3.11-banal-1.0.6: UPDATING ... - python3.11-banal-1.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.banal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath greybird, using log file: /var/log/nixpkgs-update/greybird/2024-02-25.log greybird 0 -> 1 attrpath: greybird Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/6ql015rss6fb9m5jy7gs9kbigf57rgh3-packages.json.drv building '/nix/store/6ql015rss6fb9m5jy7gs9kbigf57rgh3-packages.json.drv'... Going to be running update for following packages: - greybird-3.23.3 Press Enter key to continue... Running update for: - greybird-3.23.3: UPDATING ... - greybird-3.23.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update greybird 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pwncat, using log file: /var/log/nixpkgs-update/pwncat/2024-02-25.log pwncat 0 -> 1 attrpath: pwncat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/lk1spvav7snipj958nbnx41fh30r965b-packages.json.drv building '/nix/store/lk1spvav7snipj958nbnx41fh30r965b-packages.json.drv'... Going to be running update for following packages: - pwncat-0.1.2 Press Enter key to continue... Running update for: - pwncat-0.1.2: UPDATING ... - pwncat-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pwncat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-iothubprovisioningservices, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-iothubprovisioningservices/2024-02-25.log python311Packages.azure-mgmt-iothubprovisioningservices 0 -> 1 attrpath: python311Packages.azure-mgmt-iothubprovisioningservices Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/p4qfn43q3ibh6n60fzdcmbn753871xrp-packages.json.drv building '/nix/store/p4qfn43q3ibh6n60fzdcmbn753871xrp-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-iothubprovisioningservices-1.1.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-iothubprovisioningservices-1.1.0: UPDATING ... - python3.11-azure-mgmt-iothubprovisioningservices-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-iothubprovisioningservices 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.weconnect-mqtt, using log file: /var/log/nixpkgs-update/python311Packages.weconnect-mqtt/2024-02-25.log python311Packages.weconnect-mqtt 0 -> 1 attrpath: python311Packages.weconnect-mqtt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/f37gd034bfxk4fswpn9820i2w6cbk2pn-packages.json.drv building '/nix/store/f37gd034bfxk4fswpn9820i2w6cbk2pn-packages.json.drv'... Going to be running update for following packages: - python3.11-weconnect-mqtt-0.48.3 Press Enter key to continue... Running update for: - python3.11-weconnect-mqtt-0.48.3: UPDATING ... - python3.11-weconnect-mqtt-0.48.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.weconnect-mqtt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.grandalf, using log file: /var/log/nixpkgs-update/python311Packages.grandalf/2024-02-25.log python311Packages.grandalf 0 -> 1 attrpath: python311Packages.grandalf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/b36wlwmpk4mj7a75g9jfwn4p2saxy77g-packages.json.drv building '/nix/store/b36wlwmpk4mj7a75g9jfwn4p2saxy77g-packages.json.drv'... Going to be running update for following packages: - python3.11-grandalf-0.7 Press Enter key to continue... Running update for: - python3.11-grandalf-0.7: UPDATING ... - python3.11-grandalf-0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.grandalf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libtelnet, using log file: /var/log/nixpkgs-update/libtelnet/2024-02-25.log libtelnet 0.21+45f2d5c -> 0.23 https://github.com/seanmiddleditch/libtelnet/releases attrpath: libtelnet 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/libtelnet/default.nix b/pkgs/development/libraries/libtelnet/default.nix index eebaee394ee0..e891a1e400db 100644 --- a/pkgs/development/libraries/libtelnet/default.nix +++ b/pkgs/development/libraries/libtelnet/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation { pname = "libtelnet"; - version = "0.21+45f2d5c"; + version = "0.23"; src = fetchFromGitHub { owner = "seanmiddleditch"; repo = "libtelnet"; rev = "45f2d5cfcf383312280e61c85b107285fed260cf"; - sha256 = "1lp6gdbndsp2w8mhy88c2jknxj2klvnggvq04ln7qjg8407ifpda"; + sha256 = "sha256-ql0XDyDoSXwsJQDv9+ymU8hupxQMIQ8r4uLqZld75tI="; }; nativeBuildInputs = [ pkg-config autoreconfHook ]; Source url did not change. [result] Failed to update libtelnet 0.21+45f2d5c -> 0.23 https://github.com/seanmiddleditch/libtelnet/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 sonota, using log file: /var/log/nixpkgs-update/sonota/2024-02-25.log sonota 0 -> 1 attrpath: sonota 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/cwsxjj96445yx6ad4d5nv9f4nmqi57zl-packages.json.drv building '/nix/store/cwsxjj96445yx6ad4d5nv9f4nmqi57zl-packages.json.drv'... Going to be running update for following packages: - sonota-unstable-2018-10-07 Press Enter key to continue... Running update for: - sonota-unstable-2018-10-07: UPDATING ... - sonota-unstable-2018-10-07: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sonota 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yaswfp, using log file: /var/log/nixpkgs-update/python311Packages.yaswfp/2024-02-25.log python311Packages.yaswfp 0 -> 1 attrpath: python311Packages.yaswfp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/9nivkym023a04gkn9kmfiyl0pfg7xvax-packages.json.drv building '/nix/store/9nivkym023a04gkn9kmfiyl0pfg7xvax-packages.json.drv'... Going to be running update for following packages: - python3.11-yaswfp-unstable-20210331 Press Enter key to continue... Running update for: - python3.11-yaswfp-unstable-20210331: UPDATING ... - python3.11-yaswfp-unstable-20210331: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yaswfp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/ah6rjb13r7amp21zwb76a1ghzg6436yv-packages.json.drv building '/nix/store/ah6rjb13r7amp21zwb76a1ghzg6436yv-packages.json.drv'... 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 gpp, using log file: /var/log/nixpkgs-update/gpp/2024-02-25.log gpp 2.25 -> 2.28 https://github.com/logological/gpp/releases attrpath: gpp 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/tools/gpp/default.nix b/pkgs/development/tools/gpp/default.nix index 9e49b0c0284f..261aa7867bff 100644 --- a/pkgs/development/tools/gpp/default.nix +++ b/pkgs/development/tools/gpp/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation { pname = "gpp"; - version = "2.25"; + version = "2.28"; src = fetchFromGitHub { owner = "logological"; repo = "gpp"; rev = "96c5dd8905384ea188f380f51d24cbd7fd58f642"; - sha256 = "0bvhnx3yfhbfiqqhhz6k2a596ls5rval7ykbp3jl5b6062xj861b"; + sha256 = "sha256-KxgkuzDArELluGv6Q9XORVOTihLTfAgxjm5B50e3cC8="; }; nativeBuildInputs = [ autoreconfHook ]; Source url did not change. [result] Failed to update gpp 2.25 -> 2.28 https://github.com/logological/gpp/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 mpvScripts.quality-menu, using log file: /var/log/nixpkgs-update/mpvScripts.quality-menu/2024-02-25.log mpvScripts.quality-menu 0 -> 1 attrpath: mpvScripts.quality-menu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/lx9340x43yyv7p2zzc9kxm0jd12hx5aw-packages.json.drv building '/nix/store/lx9340x43yyv7p2zzc9kxm0jd12hx5aw-packages.json.drv'... Going to be running update for following packages: - mpv-quality-menu-4.1.1 Press Enter key to continue... Running update for: - mpv-quality-menu-4.1.1: UPDATING ... - mpv-quality-menu-4.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mpvScripts.quality-menu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath drawterm, using log file: /var/log/nixpkgs-update/drawterm/2024-02-25.log drawterm 0 -> 1 attrpath: drawterm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/qazrdy3widbzw7lfv4rfirpgg3d7x376-packages.json.drv building '/nix/store/qazrdy3widbzw7lfv4rfirpgg3d7x376-packages.json.drv'... Going to be running update for following packages: - drawterm-unstable-2024-02-18 Press Enter key to continue... Running update for: - drawterm-unstable-2024-02-18: UPDATING ... - drawterm-unstable-2024-02-18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update drawterm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.hitori, using log file: /var/log/nixpkgs-update/gnome.hitori/2024-02-25.log gnome.hitori 0 -> 1 attrpath: gnome.hitori Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.hitori 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pylru, using log file: /var/log/nixpkgs-update/python311Packages.pylru/2024-02-25.log python311Packages.pylru 0 -> 1 attrpath: python311Packages.pylru Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/2wa3716nhlychfwm5w95d368jfklj1wb-packages.json.drv building '/nix/store/2wa3716nhlychfwm5w95d368jfklj1wb-packages.json.drv'... Going to be running update for following packages: - python3.11-pylru-1.2.1 Press Enter key to continue... Running update for: - python3.11-pylru-1.2.1: UPDATING ... - python3.11-pylru-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylru 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnumeric, using log file: /var/log/nixpkgs-update/gnumeric/2024-02-25.log gnumeric 0 -> 1 attrpath: gnumeric Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/lcd6ayhziadla49fzxccmklz5jlzqhmf-packages.json.drv building '/nix/store/lcd6ayhziadla49fzxccmklz5jlzqhmf-packages.json.drv'... Going to be running update for following packages: - gnumeric-1.12.56 Press Enter key to continue... Running update for: - gnumeric-1.12.56: UPDATING ... - gnumeric-1.12.56: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/office/gnumeric/default.nix b/pkgs/applications/office/gnumeric/default.nix index d0331a742472..7e351afadf53 100644 --- a/pkgs/applications/office/gnumeric/default.nix +++ b/pkgs/applications/office/gnumeric/default.nix @@ -7,11 +7,11 @@ let inherit (python3Packages) python pygobject3; in stdenv.mkDerivation rec { pname = "gnumeric"; - version = "1.12.56"; + version = "1.12.57"; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; - sha256 = "UaOPNaxbD3He+oueIL8uCFY3mPHLMzeamhdyb7Hj4bI="; + sha256 = "r/ULG2I0DCT8z0U9X60+f7c/S8SzT340tsPS2a9qHk8="; }; configureFlags = [ "--disable-component" ]; 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 gnumeric nix build failed. 207 | #define gnm_quad_scalbn GNM_SUFFIX(go_quad_scalbn) | ^~~~~~~~~~~~~~ ./numbers.h:108:23: note: in definition of macro 'GNM_SUFFIX' 108 | #define GNM_SUFFIX(x) x | ^ sf-gamma.c:818:9: note: in expansion of macro 'gnm_quad_scalbn' 818 | gnm_quad_scalbn (mant, mant, -e); | ^~~~~~~~~~~~~~~ cc1: some warnings being treated as errors CC libspreadsheet_la-sheet-object-cell-comment.lo make[3]: *** [Makefile:2926: libspreadsheet_la-sf-bessel.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... sheet-control-gui.c: In function 'resize_pane_finish': sheet-control-gui.c:1434:2: warning: #warning GTK3: replace this? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;] 1434 | #warning GTK3: replace this? | ^~~~~~~ sheet-control-gui.c: In function 'cb_resize_pane_motion': sheet-control-gui.c:1489:2: warning: #warning GTK3: what replaces p->in_drag? []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;] 1489 | #warning GTK3: what replaces p->in_drag? | ^~~~~~~ cc1: some warnings being treated as errors make[3]: *** [Makefile:2933: libspreadsheet_la-sf-dpq.lo] Error 1 cc1: some warnings being treated as errors make[3]: *** [Makefile:2940: libspreadsheet_la-sf-gamma.lo] Error 1 make[3]: Leaving directory '/build/gnumeric-1.12.57/src' make[2]: *** [Makefile:1660: all] Error 2 make[2]: Leaving directory '/build/gnumeric-1.12.57/src' make[1]: *** [Makefile:669: all-recursive] Error 1 make[1]: Leaving directory '/build/gnumeric-1.12.57' make: *** [Makefile:528: all] Error 2 [result] Failed to update gnumeric 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.external, using log file: /var/log/nixpkgs-update/terraform-providers.external/2024-02-25.log terraform-providers.external 0 -> 1 attrpath: terraform-providers.external Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.external 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.langchain/2024-02-25.log python311Packages.langchain 0 -> 1 attrpath: python311Packages.langchain Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/r2wh44xxi1gbrqm3648py6fd66y4p5pz-packages.json.drv building '/nix/store/r2wh44xxi1gbrqm3648py6fd66y4p5pz-packages.json.drv'... Going to be running update for following packages: - python3.11-langchain-0.1.9 Press Enter key to continue... Running update for: - python3.11-langchain-0.1.9: UPDATING ... - python3.11-langchain-0.1.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.langchain 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.patiencediff, using log file: /var/log/nixpkgs-update/python311Packages.patiencediff/2024-02-25.log python311Packages.patiencediff 0 -> 1 attrpath: python311Packages.patiencediff Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/r1mpp1cikdhjjpg4wx8lk3ay6z6d7hy7-packages.json.drv building '/nix/store/r1mpp1cikdhjjpg4wx8lk3ay6z6d7hy7-packages.json.drv'... Going to be running update for following packages: - python3.11-patiencediff-0.2.14 Press Enter key to continue... Running update for: - python3.11-patiencediff-0.2.14: UPDATING ... - python3.11-patiencediff-0.2.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.patiencediff 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.discordpy, using log file: /var/log/nixpkgs-update/python311Packages.discordpy/2024-02-25.log python311Packages.discordpy 0 -> 1 attrpath: python311Packages.discordpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/mpl8nafgwyasi2biaqkk04z2xk27yfd5-packages.json.drv building '/nix/store/mpl8nafgwyasi2biaqkk04z2xk27yfd5-packages.json.drv'... Going to be running update for following packages: - python3.11-discord.py-2.3.2 Press Enter key to continue... Running update for: - python3.11-discord.py-2.3.2: UPDATING ... - python3.11-discord.py-2.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.discordpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.irc, using log file: /var/log/nixpkgs-update/python311Packages.irc/2024-02-25.log python311Packages.irc 0 -> 1 attrpath: python311Packages.irc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/9n07vhzbyzjyrnab2s2fxjchxwf562qn-packages.json.drv building '/nix/store/9n07vhzbyzjyrnab2s2fxjchxwf562qn-packages.json.drv'... Going to be running update for following packages: - python3.11-irc-20.3.1 Press Enter key to continue... Running update for: - python3.11-irc-20.3.1: UPDATING ... - python3.11-irc-20.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.irc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydata-google-auth, using log file: /var/log/nixpkgs-update/python311Packages.pydata-google-auth/2024-02-25.log python311Packages.pydata-google-auth 0 -> 1 attrpath: python311Packages.pydata-google-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] this derivation will be built: /nix/store/iarkkvaddh2wdb0fjh76zyfs8qr9r13y-packages.json.drv building '/nix/store/iarkkvaddh2wdb0fjh76zyfs8qr9r13y-packages.json.drv'... Going to be running update for following packages: - python3.11-pydata-google-auth-1.8.2 Press Enter key to continue... Running update for: - python3.11-pydata-google-auth-1.8.2: UPDATING ... - python3.11-pydata-google-auth-1.8.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydata-google-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.jaxopt, using log file: /var/log/nixpkgs-update/python311Packages.jaxopt/2024-02-25.log python311Packages.jaxopt 0 -> 1 attrpath: python311Packages.jaxopt 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/3q7ph3z1bnqfjv52wy491n62nspz35bk-packages.json.drv building '/nix/store/3q7ph3z1bnqfjv52wy491n62nspz35bk-packages.json.drv'... Going to be running update for following packages: - python3.11-jaxopt-0.8.3 Press Enter key to continue... Running update for: - python3.11-jaxopt-0.8.3: UPDATING ... - python3.11-jaxopt-0.8.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jaxopt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-anymail, using log file: /var/log/nixpkgs-update/python311Packages.django-anymail/2024-02-25.log python311Packages.django-anymail 0 -> 1 attrpath: python311Packages.django-anymail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/sg8p4rlq23rzips22srsyagpy58plxz9-packages.json.drv building '/nix/store/sg8p4rlq23rzips22srsyagpy58plxz9-packages.json.drv'... Going to be running update for following packages: - python3.11-django-anymail-10.2 Press Enter key to continue... Running update for: - python3.11-django-anymail-10.2: UPDATING ... - python3.11-django-anymail-10.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-anymail 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsigcxx, using log file: /var/log/nixpkgs-update/libsigcxx/2024-02-25.log libsigcxx 0 -> 1 attrpath: libsigcxx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/bp464wq5c5d025cma67w1df6lracg3x1-packages.json.drv building '/nix/store/bp464wq5c5d025cma67w1df6lracg3x1-packages.json.drv'... Going to be running update for following packages: - libsigc++-2.12.1 Press Enter key to continue... Running update for: - libsigc++-2.12.1: UPDATING ... - libsigc++-2.12.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libsigcxx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opt-einsum, using log file: /var/log/nixpkgs-update/python311Packages.opt-einsum/2024-02-25.log python311Packages.opt-einsum 0 -> 1 attrpath: python311Packages.opt-einsum 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/wcrbj0rkbmwcxz418671z5yk2zhi84np-packages.json.drv building '/nix/store/wcrbj0rkbmwcxz418671z5yk2zhi84np-packages.json.drv'... Going to be running update for following packages: - python3.11-opt-einsum-3.3.0 Press Enter key to continue... Running update for: - python3.11-opt-einsum-3.3.0: UPDATING ... - python3.11-opt-einsum-3.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opt-einsum 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/lqzan19f7305y3hcxrz7az0lrq6sr6hn-packages.json.drv building '/nix/store/lqzan19f7305y3hcxrz7az0lrq6sr6hn-packages.json.drv'... 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 python311Packages.py-ecc, using log file: /var/log/nixpkgs-update/python311Packages.py-ecc/2024-02-25.log python311Packages.py-ecc 0 -> 1 attrpath: python311Packages.py-ecc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/czl30dl4nhx3d2g5d3s6iaw8l8wpcc8r-packages.json.drv building '/nix/store/czl30dl4nhx3d2g5d3s6iaw8l8wpcc8r-packages.json.drv'... Going to be running update for following packages: - python3.11-py-ecc-7.0.0 Press Enter key to continue... Running update for: - python3.11-py-ecc-7.0.0: UPDATING ... - python3.11-py-ecc-7.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-ecc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gradio-client, using log file: /var/log/nixpkgs-update/python311Packages.gradio-client/2024-02-25.log python311Packages.gradio-client 0 -> 1 attrpath: python311Packages.gradio-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] Failed with exit code 1 this derivation will be built: /nix/store/55ibfli0l24gxvcy9x2scwgiq8srj2pw-packages.json.drv building '/nix/store/55ibfli0l24gxvcy9x2scwgiq8srj2pw-packages.json.drv'... Going to be running update for following packages: - python3.11-gradio-client-0.7.3 Press Enter key to continue... Running update for: - python3.11-gradio-client-0.7.3: UPDATING ... - python3.11-gradio-client-0.7.3: ERROR --- SHOWING ERROR LOG FOR python3.11-gradio-client-0.7.3 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 300, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/gradio-app/gradio/tarball/gradio@4.19.2']' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 596, in main() File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in main results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 619, in result_iterator yield _result_or_cancel(fs.pop()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 317, in _result_or_cancel return fut.result(timeout) ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 456, in result return self.__get_result() ^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result raise self._exception File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/9bg24apijxigv9sgdng8416him1xhcp3-update-python-libraries", line 319, in _get_latest_version_github subprocess.check_output( File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['nix-prefetch-url', '--type', 'sha256', '--unpack', 'https://api.github.com/repos/gradio-app/gradio/tarball/refs/tags/gradio@4.19.2']' returned non-zero exit status 1. --- SHOWING ERROR LOG FOR python3.11-gradio-client-0.7.3 ---------------------- The update script for python3.11-gradio-client-0.7.3 failed with exit code 1 [result] Failed to update python311Packages.gradio-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 thinkpad-scripts, using log file: /var/log/nixpkgs-update/thinkpad-scripts/2024-02-25.log thinkpad-scripts 0 -> 1 attrpath: thinkpad-scripts Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/42dnr5701yii4bs0jjvij1sw7bjfplxr-packages.json.drv building '/nix/store/42dnr5701yii4bs0jjvij1sw7bjfplxr-packages.json.drv'... Going to be running update for following packages: - python3.11-thinkpad-scripts-4.12.0 Press Enter key to continue... Running update for: - python3.11-thinkpad-scripts-4.12.0: UPDATING ... - python3.11-thinkpad-scripts-4.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update thinkpad-scripts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/z32y4075m5fjgpvn6f7sk40n7a45cr8z-packages.json.drv building '/nix/store/z32y4075m5fjgpvn6f7sk40n7a45cr8z-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/64fsc4an4f96pm14p8pwsw41zl3vzyss-packages.json.drv building '/nix/store/64fsc4an4f96pm14p8pwsw41zl3vzyss-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-pubsub-2.19.6 Press Enter key to continue... Running update for: - python3.11-google-cloud-pubsub-2.19.6: UPDATING ... - python3.11-google-cloud-pubsub-2.19.6: 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-25.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] this derivation will be built: /nix/store/87v91bbwc6xrn9cl71i7nd43wclkd3ni-packages.json.drv building '/nix/store/87v91bbwc6xrn9cl71i7nd43wclkd3ni-packages.json.drv'... 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-25.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/mz0mgvvimg3w8yy4cvqyv1rhwsv6dv83-source.drv building '/nix/store/mz0mgvvimg3w8yy4cvqyv1rhwsv6dv83-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/mz0mgvvimg3w8yy4cvqyv1rhwsv6dv83-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/mz0mgvvimg3w8yy4cvqyv1rhwsv6dv83-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/mz0mgvvimg3w8yy4cvqyv1rhwsv6dv83-source.drv /nix/store/wvgs3p2fwmz0099h7xb29q4vg7cc68zi-lfc-0.6.0.drv this path will be fetched (312.56 MiB download, 466.71 MiB unpacked): /nix/store/gdbflymqkhkrlh9rvrxjnf06gv03yk5z-openjdk-headless-17.0.7+7 copying path '/nix/store/gdbflymqkhkrlh9rvrxjnf06gv03yk5z-openjdk-headless-17.0.7+7' from 'https://cache.nixos.org'... building '/nix/store/mz0mgvvimg3w8yy4cvqyv1rhwsv6dv83-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/mz0mgvvimg3w8yy4cvqyv1rhwsv6dv83-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/mz0mgvvimg3w8yy4cvqyv1rhwsv6dv83-source.drv'. error: 1 dependencies of derivation '/nix/store/wvgs3p2fwmz0099h7xb29q4vg7cc68zi-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-25.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-25.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] this derivation will be built: /nix/store/0bi4773d96g9qjjyiahif0xwb3xy0h7y-packages.json.drv building '/nix/store/0bi4773d96g9qjjyiahif0xwb3xy0h7y-packages.json.drv'... 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/4vrg892w2pn3nlcxfwh8j824kd9jmmps-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 rbspy, using log file: /var/log/nixpkgs-update/rbspy/2024-02-25.log rbspy 0 -> 1 attrpath: rbspy 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/j8n9kh8qgyvhv37rgbdig8f3fbdy5h8g-packages.json.drv building '/nix/store/j8n9kh8qgyvhv37rgbdig8f3fbdy5h8g-packages.json.drv'... Going to be running update for following packages: - rbspy-0.19.0 Press Enter key to continue... Running update for: - rbspy-0.19.0: UPDATING ... - rbspy-0.19.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rbspy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dnfile, using log file: /var/log/nixpkgs-update/python311Packages.dnfile/2024-02-25.log python311Packages.dnfile 0 -> 1 attrpath: python311Packages.dnfile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/z93d5fc7ri8mjqzs3nvhrw26jngbhb1i-packages.json.drv building '/nix/store/z93d5fc7ri8mjqzs3nvhrw26jngbhb1i-packages.json.drv'... Going to be running update for following packages: - python3.11-dnfile-0.14.1 Press Enter key to continue... Running update for: - python3.11-dnfile-0.14.1: UPDATING ... - python3.11-dnfile-0.14.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dnfile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath unsilence, using log file: /var/log/nixpkgs-update/unsilence/2024-02-25.log unsilence 0 -> 1 attrpath: unsilence Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/9r4kq9zls1686gr2d90sabiy2sih4qvb-packages.json.drv building '/nix/store/9r4kq9zls1686gr2d90sabiy2sih4qvb-packages.json.drv'... Going to be running update for following packages: - python3.11-unsilence-1.0.9 Press Enter key to continue... Running update for: - python3.11-unsilence-1.0.9: UPDATING ... - python3.11-unsilence-1.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update unsilence 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath calamares, using log file: /var/log/nixpkgs-update/calamares/2024-02-25.log calamares 3.2.62 -> 3.3.3 https://github.com/calamares/calamares/releases attrpath: calamares Checking auto update branch... An auto update branch exists with message `calamares: 3.2.62 -> 3.3.2`. New version is 3.3.3. The auto update branch does not match or exceed the new version. [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/calamares/default.nix b/pkgs/tools/misc/calamares/default.nix index 6b9b50144708..87f81724eaa5 100644 --- a/pkgs/tools/misc/calamares/default.nix +++ b/pkgs/tools/misc/calamares/default.nix @@ -7,12 +7,12 @@ mkDerivation rec { pname = "calamares"; - version = "3.2.62"; + version = "3.3.3"; # release including submodule src = fetchurl { url = "https://github.com/calamares/calamares/releases/download/v${version}/${pname}-${version}.tar.gz"; - sha256 = "sha256-oPvOwqQ4aTdT/BdCIDVhGa1624orGcMXUYqhywJdbdA="; + sha256 = "sha256-XCp2Qc2y9eF2Z0BqfTtzUkf6860KzHl1lZE7kiHZbQM="; }; patches = lib.optionals nixos-extensions [ [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/sca5vzklnfh739y4r7cdl04lwcc60pz2-calamares-3.3.3" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
  • calamares-nixos
1 package built:
  • calamares
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/calamares/calamares/releases. meta.description for calamares is: Distribution-independent installer framework meta.homepage for calamares is: https://calamares.io/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/calamares/calamares/releases/tag/v3.3.3) - [Compare changes on GitHub](https://github.com/calamares/calamares/compare/v3.2.62...v3.3.3) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.3.3 with grep in /nix/store/sca5vzklnfh739y4r7cdl04lwcc60pz2-calamares-3.3.3 - found 3.3.3 in filename of file in /nix/store/sca5vzklnfh739y4r7cdl04lwcc60pz2-calamares-3.3.3 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath calamares calamares-nixos ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/sca5vzklnfh739y4r7cdl04lwcc60pz2-calamares-3.3.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 calamares https://github.com/r-ryantm/nixpkgs/archive/838e9f15ecded6292cc881fd6348dab1a5f0d007.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/838e9f15ecded6292cc881fd6348dab1a5f0d007#calamares ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/sca5vzklnfh739y4r7cdl04lwcc60pz2-calamares-3.3.3 ls -la /nix/store/sca5vzklnfh739y4r7cdl04lwcc60pz2-calamares-3.3.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 failed to build:
  • calamares-nixos
1 package built:
  • calamares
--- ###### Maintainer pings cc @manveru @vlinkz 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/277862 [result] Success updating calamares 3.2.62 -> 3.3.3 https://github.com/calamares/calamares/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.meshio, using log file: /var/log/nixpkgs-update/python311Packages.meshio/2024-02-25.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] this derivation will be built: /nix/store/mh5p85fkajzvahapq7a55qmsr5987rfn-packages.json.drv building '/nix/store/mh5p85fkajzvahapq7a55qmsr5987rfn-packages.json.drv'... 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 easyabc, using log file: /var/log/nixpkgs-update/easyabc/2024-02-25.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] this derivation will be built: /nix/store/7dl1vkvyzkjh7h10xhjffa6b3dxhx2q1-packages.json.drv building '/nix/store/7dl1vkvyzkjh7h10xhjffa6b3dxhx2q1-packages.json.drv'... 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 python311Packages.mypy-boto3-dynamodb, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-dynamodb/2024-02-25.log python311Packages.mypy-boto3-dynamodb 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-dynamodb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/5l51w7pxlm81jsdvaxivlmsdb9vjyy6p-packages.json.drv building '/nix/store/5l51w7pxlm81jsdvaxivlmsdb9vjyy6p-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-dynamodb-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-dynamodb-1.34.0: UPDATING ... - python3.11-mypy-boto3-dynamodb-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-dynamodb 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/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.multigraphr, using log file: /var/log/nixpkgs-update/rPackages.multigraphr/2024-02-25.log rPackages.multigraphr 0.1.0 -> 0.2.0 https://repology.org/project/r:multigraphr/versions attrpath: rPackages.multigraphr 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.multigraphr 0.1.0 -> 0.2.0 https://repology.org/project/r:multigraphr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.amen, using log file: /var/log/nixpkgs-update/rPackages.amen/2024-02-25.log rPackages.amen 1.4.4 -> 1.4.5 https://repology.org/project/r:amen/versions attrpath: rPackages.amen Checking auto update branch... No auto update branch exists Old version 1.4.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.amen 1.4.4 -> 1.4.5 https://repology.org/project/r:amen/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.HiCDOC, using log file: /var/log/nixpkgs-update/rPackages.HiCDOC/2024-02-25.log rPackages.HiCDOC 1.4.0 -> 1.4.1 https://repology.org/project/r:hicdoc/versions attrpath: rPackages.HiCDOC Checking auto update branch... No auto update branch exists Old version 1.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.HiCDOC 1.4.0 -> 1.4.1 https://repology.org/project/r:hicdoc/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.pandoc-server, using log file: /var/log/nixpkgs-update/haskellPackages.pandoc-server/2024-02-25.log haskellPackages.pandoc-server 0.1.0.4 -> 0.1.0.5 https://repology.org/project/haskell:pandoc-server/versions attrpath: haskellPackages.pandoc-server Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.pandoc-server 0.1.0.4 -> 0.1.0.5 https://repology.org/project/haskell:pandoc-server/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.snpAIMeR, using log file: /var/log/nixpkgs-update/rPackages.snpAIMeR/2024-02-25.log rPackages.snpAIMeR 2.1.0 -> 2.1.1 https://repology.org/project/r:snpaimer/versions attrpath: rPackages.snpAIMeR 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.snpAIMeR 2.1.0 -> 2.1.1 https://repology.org/project/r:snpaimer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath _1password-gui, using log file: /var/log/nixpkgs-update/_1password-gui/2024-02-25.log _1password-gui 8.10.24 -> 8.10.26 https://repology.org/project/1password/versions attrpath: _1password-gui Checking auto update branch... No auto update branch exists Old version 8.10.24" not present in master derivation file with contents: { stdenv , callPackage , channel ? "stable" , fetchurl , lib # This is only relevant for Linux, so we need to pass it through , polkitPolicyOwners ? [ ] }: let pname = "1password"; version = if channel == "stable" then "8.10.26" else "8.10.28-1.BETA"; sources = { stable = { x86_64-linux = { url = "https://downloads.1password.com/linux/tar/stable/x86_64/1password-${version}.x64.tar.gz"; hash = "sha256-w2Msl8eSQGX6euRcNJY4rET2yJpLWyfWzqvf0veFDU0="; }; aarch64-linux = { url = "https://downloads.1password.com/linux/tar/stable/aarch64/1password-${version}.arm64.tar.gz"; hash = "sha256-3Hq202h2BOUnk1XiAgeW2Tc2BBq3ZCN0EXTh8u3OQ6o="; }; x86_64-darwin = { url = "https://downloads.1password.com/mac/1Password-${version}-x86_64.zip"; hash = "sha256-PXlmJfcMiTHdUoXfnk2Za86xUHozQF8cpKMJ75SmCjg="; }; aarch64-darwin = { url = "https://downloads.1password.com/mac/1Password-${version}-aarch64.zip"; hash = "sha256-Wd5rsln8itagb/F5ZaDenBiBjJc8SlRxtlWD+JCDrVY="; }; }; beta = { x86_64-linux = { url = "https://downloads.1password.com/linux/tar/beta/x86_64/1password-${version}.x64.tar.gz"; hash = "sha256-2XwSBJHvv0YYMQUHw2baiMJm5FizmxbaKoQaCIRc5UY="; }; aarch64-linux = { url = "https://downloads.1password.com/linux/tar/beta/aarch64/1password-${version}.arm64.tar.gz"; hash = "sha256-pxEGRpzMaxxJ+W2lSDZ7jNKHLQ22pgOKqD/Bt6ot2lk="; }; x86_64-darwin = { url = "https://downloads.1password.com/mac/1Password-${version}-x86_64.zip"; hash = "sha256-WoitPHQ6yW5jmCGL976am73TTGbcqBfCvYnDKUORAVU="; }; aarch64-darwin = { url = "https://downloads.1password.com/mac/1Password-${version}-aarch64.zip"; hash = "sha256-YE0TvbA7jXpISywC/AWFBfV09jjgY+DLHhRUYbxpaXE="; }; }; }; src = fetchurl { inherit (sources.${channel}.${stdenv.system}) url hash; }; meta = with lib; { description = "Multi-platform password manager"; homepage = "https://1password.com/"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; maintainers = with maintainers; [ timstott savannidgerinel amaxine sebtm ]; platforms = builtins.attrNames sources.${channel}; mainProgram = "1password"; }; in if stdenv.isDarwin then callPackage ./darwin.nix { inherit pname version src meta; } else callPackage ./linux.nix { inherit pname version src meta polkitPolicyOwners; } [result] Failed to update _1password-gui 8.10.24 -> 8.10.26 https://repology.org/project/1password/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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 master 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 ] # Adding this unconditionally makes x86_64-darwin pick up an older toolchain, as # we explicitly call Mesa with 11.0 stdenv, but buildPackages is still 10.something, # and Mesa can't build with that. # FIXME: figure this out, or figure out how to get rid of Mesa on Darwin, # whichever is easier. ++ lib.optional (!stdenv.isDarwin) 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 python311Packages.pyside6, using log file: /var/log/nixpkgs-update/python311Packages.pyside6/2024-02-25.log python311Packages.pyside6 6.6.0 -> 6.6.2 https://repology.org/project/pyside6/versions attrpath: python311Packages.pyside6 Checking auto update branch... No auto update branch exists Old version 6.6.0" not present in master derivation file with contents: { lib , stdenv , cmake , ninja , python , moveBuildTree , shiboken6 }: stdenv.mkDerivation rec { pname = "pyside6"; inherit (shiboken6) version src; sourceRoot = "pyside-setup-everywhere-src-${lib.removeSuffix ".0" version}/sources/${pname}"; # FIXME: cmake/Macros/PySideModules.cmake supposes that all Qt frameworks on macOS # reside in the same directory as QtCore.framework, which is not true for Nix. postPatch = lib.optionalString stdenv.isLinux '' # Don't ignore optional Qt modules substituteInPlace cmake/PySideHelpers.cmake \ --replace \ 'string(FIND "''${_module_dir}" "''${_core_abs_dir}" found_basepath)' \ 'set (found_basepath 0)' ''; nativeBuildInputs = [ cmake ninja python ] ++ lib.optionals stdenv.isDarwin [ moveBuildTree ]; buildInputs = with python.pkgs.qt6; [ # required qtbase python.pkgs.ninja python.pkgs.packaging python.pkgs.setuptools ] ++ lib.optionals stdenv.isLinux [ # optional qt3d qtcharts qtconnectivity qtdatavis3d qtdeclarative qthttpserver qtmultimedia qtnetworkauth qtquick3d qtremoteobjects qtscxml qtsensors qtspeech qtsvg qttools qtwebchannel qtwebengine qtwebsockets ]; propagatedBuildInputs = [ shiboken6 ]; cmakeFlags = [ "-DBUILD_TESTS=OFF" ]; dontWrapQtApps = true; postInstall = '' cd ../../.. ${python.pythonOnBuildForHost.interpreter} setup.py egg_info --build-type=pyside6 cp -r PySide6.egg-info $out/${python.sitePackages}/ ''; meta = with lib; { description = "Python bindings for Qt"; license = with licenses; [ lgpl3Only gpl2Only gpl3Only ]; homepage = "https://wiki.qt.io/Qt_for_Python"; maintainers = with maintainers; [ gebner Enzime ]; platforms = platforms.all; }; } [result] Failed to update python311Packages.pyside6 6.6.0 -> 6.6.2 https://repology.org/project/pyside6/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zigpy-cli, using log file: /var/log/nixpkgs-update/zigpy-cli/2024-02-25.log zigpy-cli 0 -> 1 attrpath: zigpy-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] this derivation will be built: /nix/store/w8c4f4ligwhaz34lxphz8f5aa88n373a-packages.json.drv building '/nix/store/w8c4f4ligwhaz34lxphz8f5aa88n373a-packages.json.drv'... Going to be running update for following packages: - python3.11-zigpy-cli-1.0.4 Press Enter key to continue... Running update for: - python3.11-zigpy-cli-1.0.4: UPDATING ... - python3.11-zigpy-cli-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update zigpy-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.jaraco-net, using log file: /var/log/nixpkgs-update/python311Packages.jaraco-net/2024-02-25.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] this derivation will be built: /nix/store/1nag1xjq92nqgmgh5fwknrv3gylcx37h-packages.json.drv building '/nix/store/1nag1xjq92nqgmgh5fwknrv3gylcx37h-packages.json.drv'... 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 haskellPackages.hslua-typing, using log file: /var/log/nixpkgs-update/haskellPackages.hslua-typing/2024-02-25.log haskellPackages.hslua-typing 0.1.0 -> 0.1.1 https://repology.org/project/haskell:hslua-typing/versions attrpath: haskellPackages.hslua-typing Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hslua-typing 0.1.0 -> 0.1.1 https://repology.org/project/haskell:hslua-typing/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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 rPackages.MLMusingR, using log file: /var/log/nixpkgs-update/rPackages.MLMusingR/2024-02-25.log rPackages.MLMusingR 0.3.0 -> 0.3.2 https://repology.org/project/r:mlmusingr/versions attrpath: rPackages.MLMusingR Checking auto update branch... No auto update branch exists Old version 0.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.MLMusingR 0.3.0 -> 0.3.2 https://repology.org/project/r:mlmusingr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.fgeo_tool, using log file: /var/log/nixpkgs-update/rPackages.fgeo_tool/2024-02-25.log rPackages.fgeo_tool 1.2.8 -> 1.2.9 https://repology.org/project/r:fgeo.tool/versions attrpath: rPackages.fgeo_tool 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.fgeo_tool 1.2.8 -> 1.2.9 https://repology.org/project/r:fgeo.tool/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.Rdta, using log file: /var/log/nixpkgs-update/rPackages.Rdta/2024-02-25.log rPackages.Rdta 1.0.0 -> 1.0.1 https://repology.org/project/r:rdta/versions attrpath: rPackages.Rdta 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.Rdta 1.0.0 -> 1.0.1 https://repology.org/project/r:rdta/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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-25.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 systemd-lock-handler, using log file: /var/log/nixpkgs-update/systemd-lock-handler/2024-02-25.log systemd-lock-handler 0 -> 1 attrpath: systemd-lock-handler 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/vir98l87h3ryk609cw2gsfvs68d8gysw-packages.json.drv building '/nix/store/vir98l87h3ryk609cw2gsfvs68d8gysw-packages.json.drv'... Going to be running update for following packages: - systemd-lock-handler-2.4.2 Press Enter key to continue... Running update for: - systemd-lock-handler-2.4.2: UPDATING ... - systemd-lock-handler-2.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update systemd-lock-handler 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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-25.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/w5m8gk2nymbybqx37qqf97y2myxjci9j-nss-cacert-3.98/etc/ssl/certs/ca-bundle.crt optional modules: gdbm zlib @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash "/nix/store/smp570dizy3mmmz0ikh6cjj6cb51rf2a-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 kicad, using log file: /var/log/nixpkgs-update/kicad/2024-02-25.log kicad 0 -> 1 attrpath: kicad 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/r5sp4frys2ijr309y62k9xmaz75zdyq7-packages.json.drv building '/nix/store/r5sp4frys2ijr309y62k9xmaz75zdyq7-packages.json.drv'... Going to be running update for following packages: - kicad-7.0.10 Press Enter key to continue... Running update for: - kicad-7.0.10: UPDATING ... - kicad-7.0.10: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/science/electronics/kicad/versions.nix b/pkgs/applications/science/electronics/kicad/versions.nix index 11837638e1ab..c6bb7e219522 100644 --- a/pkgs/applications/science/electronics/kicad/versions.nix +++ b/pkgs/applications/science/electronics/kicad/versions.nix @@ -3,23 +3,23 @@ { "kicad" = { kicadVersion = { - version = "7.0.10"; + version = "8.0.0"; src = { - rev = "7daac78752749fc919e932be6156914aa83c926f"; - sha256 = "0z459yi0s02mwdgbr3xxw43gn9yjhvfkjnsxmns5mksgzsr5nmhh"; + rev = "ef34436d7d4bb488a9559d7fae32dc956d37c669"; + sha256 = "060j6f7k4p2bbx2z8iy482w9qgzf0wqxzrsv1kv19pmsi5cx1zp3"; }; }; libVersion = { - version = "7.0.10"; + version = "8.0.0"; libSources = { - symbols.rev = "eedf6c9ddac2816023e817d4dc91032f9d7390b9"; - symbols.sha256 = "0nlgmxf9z1vf4g350dfkxql1dawgmw275wqxkgszsfxmhdfpmi9v"; - templates.rev = "9ce98cc45f3778e05c404edebf0f98de5c247ffe"; - templates.sha256 = "0mykfwwik7472i4r0isc5szj3dnmvd0538p0vlmzh4rcgj3pj3vm"; - footprints.rev = "7061fc9847ecc1b838e60dc6826db534028494f6"; - footprints.sha256 = "1az6fzh1lma71mj12bc4bblnmzjayrxhkb8w9rjvlhvvgv33cdmy"; - packages3d.rev = "d7345b34daaa23acf0d4506ed937fb424b5b18cd"; - packages3d.sha256 = "0xzyi4mgyifwc6dppdzh6jq294mkj0a71cwkqw2ymz1kfbksw626"; + symbols.rev = "e228d4e8b295364e90e36c57f4023d8285ba88cd"; + symbols.sha256 = "049h2a7yn6ks8sybppixa872dbvyd0rwf9r6nixvdg6d13fl6rwf"; + templates.rev = "2e00c233b67e35323f90d04c190bf70237a252f2"; + templates.sha256 = "0m9bggz3cm27kqpjjwxy19mqzk0c69bywcjkqcni7kafr21c6k4z"; + footprints.rev = "6e5329a6d4aaa81290e23af3eba88f505c2f61b0"; + footprints.sha256 = "0ypjlbmzmcl3pha3q2361va70c988b1drxy8320gm66jkzfc21a1"; + packages3d.rev = "d1e521228d9f5888836b1a6a35fb05fb925456fa"; + packages3d.sha256 = "0lcy1av7ixg1f7arflk50jllpc1749sfvf3h62hkxsz97wkr97xj"; }; }; }; No auto update branch exists There might already be an open PR for this update: - kicad: 7.0.10 -> 8.0.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291134" - [23.11] kicad: 7.0.9 -> 7.0.10 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291164" [result] Failed to update kicad 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/h8fylanspm4vdzhrfrfghvbdrxg97lf7-packages.json.drv building '/nix/store/h8fylanspm4vdzhrfrfghvbdrxg97lf7-packages.json.drv'... 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 dnsproxy, using log file: /var/log/nixpkgs-update/dnsproxy/2024-02-25.log dnsproxy 0.54.0 -> 0.65.0 https://github.com/AdguardTeam/dnsproxy/releases attrpath: dnsproxy Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - dnsproxy: 0.54.0 -> 0.64.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/287998" [result] Failed to update dnsproxy 0.54.0 -> 0.65.0 https://github.com/AdguardTeam/dnsproxy/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 keymapper, using log file: /var/log/nixpkgs-update/keymapper/2024-02-25.log keymapper 3.0.0 -> 3.5.3 https://github.com/houmain/keymapper/releases attrpath: keymapper Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - keymapper: 3.0.0 -> 3.5.3, add darwin platform URL "https://api.github.com/repos/NixOS/nixpkgs/issues/288608" [result] Failed to update keymapper 3.0.0 -> 3.5.3 https://github.com/houmain/keymapper/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.pbkdf2, using log file: /var/log/nixpkgs-update/python311Packages.pbkdf2/2024-02-25.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] this derivation will be built: /nix/store/ig7dh2lb6vpqlk7q0y2ismf5fk08xqja-packages.json.drv building '/nix/store/ig7dh2lb6vpqlk7q0y2ismf5fk08xqja-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/4b2lwhvzvcm36v7sfhbacyqnq47imi7m-packages.json.drv building '/nix/store/4b2lwhvzvcm36v7sfhbacyqnq47imi7m-packages.json.drv'... 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.jupyterlab-lsp, using log file: /var/log/nixpkgs-update/python311Packages.jupyterlab-lsp/2024-02-25.log python311Packages.jupyterlab-lsp 0 -> 1 attrpath: python311Packages.jupyterlab-lsp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/n7fr8qxr007fcalzf6b5csb94rlm4wly-packages.json.drv building '/nix/store/n7fr8qxr007fcalzf6b5csb94rlm4wly-packages.json.drv'... Going to be running update for following packages: - python3.11-jupyterlab-lsp-5.0.3 Press Enter key to continue... Running update for: - python3.11-jupyterlab-lsp-5.0.3: UPDATING ... - python3.11-jupyterlab-lsp-5.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jupyterlab-lsp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.plyer, using log file: /var/log/nixpkgs-update/python311Packages.plyer/2024-02-25.log python311Packages.plyer 0 -> 1 attrpath: python311Packages.plyer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/spmvpgvrz8a2rpf36aj394210an3vqfy-packages.json.drv building '/nix/store/spmvpgvrz8a2rpf36aj394210an3vqfy-packages.json.drv'... Going to be running update for following packages: - python3.11-plyer-2.1.0 Press Enter key to continue... Running update for: - python3.11-plyer-2.1.0: UPDATING ... - python3.11-plyer-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.plyer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath i-dot-ming, using log file: /var/log/nixpkgs-update/i-dot-ming/2024-02-25.log i-dot-ming 0 -> 1 attrpath: i-dot-ming 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] these 2 derivations will be built: /nix/store/ynrffdm9wwwsj53rxb701jcnyy1hp82y-updater.drv /nix/store/f3yqcvpsf51c0idvkzlzq4c65gid3yfz-packages.json.drv building '/nix/store/ynrffdm9wwwsj53rxb701jcnyy1hp82y-updater.drv'... building '/nix/store/f3yqcvpsf51c0idvkzlzq4c65gid3yfz-packages.json.drv'... Going to be running update for following packages: - i.ming-8.00 Press Enter key to continue... Running update for: - i.ming-8.00: UPDATING ... - i.ming-8.00: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update i-dot-ming 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-toml, using log file: /var/log/nixpkgs-update/python311Packages.types-toml/2024-02-25.log python311Packages.types-toml 0 -> 1 attrpath: python311Packages.types-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/2w2xif7a0a3ia90cqmwc98vpx3sl4dsq-packages.json.drv building '/nix/store/2w2xif7a0a3ia90cqmwc98vpx3sl4dsq-packages.json.drv'... Going to be running update for following packages: - python3.11-types-toml-0.10.8.7 Press Enter key to continue... Running update for: - python3.11-types-toml-0.10.8.7: UPDATING ... - python3.11-types-toml-0.10.8.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-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 gnome-doc-utils, using log file: /var/log/nixpkgs-update/gnome-doc-utils/2024-02-25.log gnome-doc-utils 0 -> 1 attrpath: gnome-doc-utils 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/l92yb3yfyi1356dfjq4xk099wkwdq1hd-packages.json.drv building '/nix/store/l92yb3yfyi1356dfjq4xk099wkwdq1hd-packages.json.drv'... Going to be running update for following packages: - gnome-doc-utils-0.20.10 Press Enter key to continue... Running update for: - gnome-doc-utils-0.20.10: UPDATING ... - gnome-doc-utils-0.20.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gnome-doc-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 python311Packages.durus, using log file: /var/log/nixpkgs-update/python311Packages.durus/2024-02-25.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] this derivation will be built: /nix/store/8c8fh7dlnsd5ks1p8mva3x5habzcfqn0-packages.json.drv building '/nix/store/8c8fh7dlnsd5ks1p8mva3x5habzcfqn0-packages.json.drv'... 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 python311Packages.typecode, using log file: /var/log/nixpkgs-update/python311Packages.typecode/2024-02-25.log python311Packages.typecode 0 -> 1 attrpath: python311Packages.typecode Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/0vg2mwgm06fwhnarrakwm4yxaakmbpic-packages.json.drv building '/nix/store/0vg2mwgm06fwhnarrakwm4yxaakmbpic-packages.json.drv'... Going to be running update for following packages: - python3.11-typecode-30.0.1 Press Enter key to continue... Running update for: - python3.11-typecode-30.0.1: UPDATING ... - python3.11-typecode-30.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.typecode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gemstash, using log file: /var/log/nixpkgs-update/gemstash/2024-02-25.log gemstash 0 -> 1 attrpath: gemstash 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 gemstash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath isso, using log file: /var/log/nixpkgs-update/isso/2024-02-25.log isso 0 -> 1 attrpath: isso 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/wy159i28b758ini7zljrils2zybjlmii-packages.json.drv building '/nix/store/wy159i28b758ini7zljrils2zybjlmii-packages.json.drv'... Going to be running update for following packages: - isso-0.13.0 Press Enter key to continue... Running update for: - isso-0.13.0: UPDATING ... - isso-0.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update isso 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gh2md, using log file: /var/log/nixpkgs-update/gh2md/2024-02-25.log gh2md 0 -> 1 attrpath: gh2md Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ssc7kxwgdgdwzy357brkw9szss8swsln-packages.json.drv building '/nix/store/ssc7kxwgdgdwzy357brkw9szss8swsln-packages.json.drv'... Going to be running update for following packages: - gh2md-2.3.1 Press Enter key to continue... Running update for: - gh2md-2.3.1: UPDATING ... - gh2md-2.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gh2md 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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-25.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/9zp89pzszrbmzqiaizf1rvdywhf5fhzr-source.drv building '/nix/store/9zp89pzszrbmzqiaizf1rvdywhf5fhzr-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/9zp89pzszrbmzqiaizf1rvdywhf5fhzr-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/9zp89pzszrbmzqiaizf1rvdywhf5fhzr-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/9zp89pzszrbmzqiaizf1rvdywhf5fhzr-source.drv /nix/store/vi7ahs1xgf7r53yy5k1xcnkj50b9hmk1-eclair-0.9.0.drv this path will be fetched (371.43 MiB download, 517.20 MiB unpacked): /nix/store/zr2vgsnd3fyddq21j5bnw23klvizi1yg-openjdk-11.0.19+7 copying path '/nix/store/zr2vgsnd3fyddq21j5bnw23klvizi1yg-openjdk-11.0.19+7' from 'https://cache.nixos.org'... building '/nix/store/9zp89pzszrbmzqiaizf1rvdywhf5fhzr-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/9zp89pzszrbmzqiaizf1rvdywhf5fhzr-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/9zp89pzszrbmzqiaizf1rvdywhf5fhzr-source.drv'. error: 1 dependencies of derivation '/nix/store/vi7ahs1xgf7r53yy5k1xcnkj50b9hmk1-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 tortoisehg, using log file: /var/log/nixpkgs-update/tortoisehg/2024-02-25.log tortoisehg 0 -> 1 attrpath: tortoisehg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/s374ql8a5i46m94irp98cv6fc0sf54r0-packages.json.drv building '/nix/store/s374ql8a5i46m94irp98cv6fc0sf54r0-packages.json.drv'... Going to be running update for following packages: - tortoisehg-6.2.2 Press Enter key to continue... Running update for: - tortoisehg-6.2.2: UPDATING ... - tortoisehg-6.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tortoisehg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.here-transit, using log file: /var/log/nixpkgs-update/python311Packages.here-transit/2024-02-25.log python311Packages.here-transit 0 -> 1 attrpath: python311Packages.here-transit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/hnd0xzkhxpadz5glj7djyp4217yxa36h-packages.json.drv building '/nix/store/hnd0xzkhxpadz5glj7djyp4217yxa36h-packages.json.drv'... Going to be running update for following packages: - python3.11-here-transit-1.2.0 Press Enter key to continue... Running update for: - python3.11-here-transit-1.2.0: UPDATING ... - python3.11-here-transit-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.here-transit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.betterproto, using log file: /var/log/nixpkgs-update/python311Packages.betterproto/2024-02-25.log python311Packages.betterproto 0 -> 1 attrpath: python311Packages.betterproto Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/lr3crpmcr7hhnwh4ails1k9ra1i42dab-packages.json.drv building '/nix/store/lr3crpmcr7hhnwh4ails1k9ra1i42dab-packages.json.drv'... Going to be running update for following packages: - python3.11-betterproto-2.0.0b6 Press Enter key to continue... Running update for: - python3.11-betterproto-2.0.0b6: UPDATING ... - python3.11-betterproto-2.0.0b6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.betterproto 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath emscriptenPackages.libxml2, using log file: /var/log/nixpkgs-update/emscriptenPackages.libxml2/2024-02-25.log emscriptenPackages.libxml2 0 -> 1 attrpath: emscriptenPackages.libxml2 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/zdyzf6k15andj4skv3h8yfx9n45gql70-packages.json.drv building '/nix/store/zdyzf6k15andj4skv3h8yfx9n45gql70-packages.json.drv'... Going to be running update for following packages: - emscripten-libxml2-2.12.5 Press Enter key to continue... Running update for: - emscripten-libxml2-2.12.5: UPDATING ... - emscripten-libxml2-2.12.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update emscriptenPackages.libxml2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-themes2, using log file: /var/log/nixpkgs-update/python311Packages.flask-themes2/2024-02-25.log python311Packages.flask-themes2 0 -> 1 attrpath: python311Packages.flask-themes2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/byfv05x9s84qksy7mr5l7r88gj35rfxh-packages.json.drv building '/nix/store/byfv05x9s84qksy7mr5l7r88gj35rfxh-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-themes2-1.0.1 Press Enter key to continue... Running update for: - python3.11-flask-themes2-1.0.1: UPDATING ... - python3.11-flask-themes2-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-themes2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.testing-common-database, using log file: /var/log/nixpkgs-update/python311Packages.testing-common-database/2024-02-25.log python311Packages.testing-common-database 0 -> 1 attrpath: python311Packages.testing-common-database Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/bpj3kkxfw6iqalbx0ra2j3ycj5rsrdy2-packages.json.drv building '/nix/store/bpj3kkxfw6iqalbx0ra2j3ycj5rsrdy2-packages.json.drv'... Going to be running update for following packages: - python3.11-testing.common.database-2.0.3 Press Enter key to continue... Running update for: - python3.11-testing.common.database-2.0.3: UPDATING ... - python3.11-testing.common.database-2.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.testing-common-database 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.confight, using log file: /var/log/nixpkgs-update/python311Packages.confight/2024-02-25.log python311Packages.confight 0 -> 1 attrpath: python311Packages.confight Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/whhsn6fjncbqqx4gmywff5s6grr6jb2i-packages.json.drv building '/nix/store/whhsn6fjncbqqx4gmywff5s6grr6jb2i-packages.json.drv'... Going to be running update for following packages: - python3.11-confight-2.0 Press Enter key to continue... Running update for: - python3.11-confight-2.0: UPDATING ... - python3.11-confight-2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.confight 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.railroad-diagrams, using log file: /var/log/nixpkgs-update/python311Packages.railroad-diagrams/2024-02-25.log python311Packages.railroad-diagrams 0 -> 1 attrpath: python311Packages.railroad-diagrams Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/d6l9593588xn834aiaz75jydnimwpccc-packages.json.drv building '/nix/store/d6l9593588xn834aiaz75jydnimwpccc-packages.json.drv'... Going to be running update for following packages: - python3.11-railroad-diagrams-3.0.1 Press Enter key to continue... Running update for: - python3.11-railroad-diagrams-3.0.1: UPDATING ... - python3.11-railroad-diagrams-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.railroad-diagrams 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.unpaddedbase64, using log file: /var/log/nixpkgs-update/python311Packages.unpaddedbase64/2024-02-25.log python311Packages.unpaddedbase64 0 -> 1 attrpath: python311Packages.unpaddedbase64 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/95rnnyw01z9fsl2ziamjndg2xn951h8q-packages.json.drv building '/nix/store/95rnnyw01z9fsl2ziamjndg2xn951h8q-packages.json.drv'... Going to be running update for following packages: - python3.11-unpaddedbase64-2.1.0 Press Enter key to continue... Running update for: - python3.11-unpaddedbase64-2.1.0: UPDATING ... - python3.11-unpaddedbase64-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.unpaddedbase64 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hawkauthlib, using log file: /var/log/nixpkgs-update/python311Packages.hawkauthlib/2024-02-25.log python311Packages.hawkauthlib 0 -> 1 attrpath: python311Packages.hawkauthlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/y9ph40jl9djlxw7cy7im90s3y9pacdrv-packages.json.drv building '/nix/store/y9ph40jl9djlxw7cy7im90s3y9pacdrv-packages.json.drv'... Going to be running update for following packages: - python3.11-hawkauthlib-0.1.1 Press Enter key to continue... Running update for: - python3.11-hawkauthlib-0.1.1: UPDATING ... - python3.11-hawkauthlib-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hawkauthlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libiio, using log file: /var/log/nixpkgs-update/libiio/2024-02-25.log libiio 0.24 -> 0.25 https://github.com/analogdevicesinc/libiio/releases attrpath: libiio 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/libiio/default.nix b/pkgs/development/libraries/libiio/default.nix index 8adc01512040..8ea75dd09772 100644 --- a/pkgs/development/libraries/libiio/default.nix +++ b/pkgs/development/libraries/libiio/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { pname = "libiio"; - version = "0.24"; + version = "0.25"; outputs = [ "out" "lib" "dev" ] ++ lib.optional pythonSupport "python"; @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { owner = "analogdevicesinc"; repo = "libiio"; rev = "v${version}"; - sha256 = "sha256-c5HsxCdp1cv5BGTQ/8dc8J893zk9ntbfAudLpqoQ1ow="; + sha256 = "sha256-s+5zuw3nAxnE8LVreCdrLGVrEUzzXmfIfPXW5iH6auM="; }; # Revert after https://github.com/NixOS/nixpkgs/issues/125008 is [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 libiio nix build failed. got build log for 'libiio' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/kfhc9ixkcrsz048avd7ic74f5ai1kpw0-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/zkm7y6jyrcs4pp6h7ksqm0hdiaxn8xrf-cmake-fix-libxml2-find-package.patch patching file CMakeLists.txt Hunk #1 FAILED at 378. 1 out of 1 hunk FAILED -- saving rejects to file CMakeLists.txt.rej [result] Failed to update libiio 0.24 -> 0.25 https://github.com/analogdevicesinc/libiio/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.ifaddr, using log file: /var/log/nixpkgs-update/python311Packages.ifaddr/2024-02-25.log python311Packages.ifaddr 0 -> 1 attrpath: python311Packages.ifaddr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/g7x2kbfidph054pb74yrnsym28m18by7-packages.json.drv building '/nix/store/g7x2kbfidph054pb74yrnsym28m18by7-packages.json.drv'... Going to be running update for following packages: - python3.11-ifaddr-0.2.0 Press Enter key to continue... Running update for: - python3.11-ifaddr-0.2.0: UPDATING ... - python3.11-ifaddr-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ifaddr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.imagecorruptions, using log file: /var/log/nixpkgs-update/python311Packages.imagecorruptions/2024-02-25.log python311Packages.imagecorruptions 0 -> 1 attrpath: python311Packages.imagecorruptions Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/qjqwskiw1gviqsd8ji5252bif8ahz6fy-packages.json.drv building '/nix/store/qjqwskiw1gviqsd8ji5252bif8ahz6fy-packages.json.drv'... Going to be running update for following packages: - python3.11-imagecorruptions-1.1.2 Press Enter key to continue... Running update for: - python3.11-imagecorruptions-1.1.2: UPDATING ... - python3.11-imagecorruptions-1.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.imagecorruptions 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-gitlab, using log file: /var/log/nixpkgs-update/python311Packages.python-gitlab/2024-02-25.log python311Packages.python-gitlab 0 -> 1 attrpath: python311Packages.python-gitlab Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/5c151gkidq6lb3b01fqznl3ji5g2hz1y-packages.json.drv building '/nix/store/5c151gkidq6lb3b01fqznl3ji5g2hz1y-packages.json.drv'... Going to be running update for following packages: - python3.11-python-gitlab-4.4.0 Press Enter key to continue... Running update for: - python3.11-python-gitlab-4.4.0: UPDATING ... - python3.11-python-gitlab-4.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-gitlab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioconsole, using log file: /var/log/nixpkgs-update/python311Packages.aioconsole/2024-02-25.log python311Packages.aioconsole 0 -> 1 attrpath: python311Packages.aioconsole Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/z5c1akf783zlr8fjh6q81rhqjqfiphh3-packages.json.drv building '/nix/store/z5c1akf783zlr8fjh6q81rhqjqfiphh3-packages.json.drv'... Going to be running update for following packages: - python3.11-aioconsole-0.7.0 Press Enter key to continue... Running update for: - python3.11-aioconsole-0.7.0: UPDATING ... - python3.11-aioconsole-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioconsole 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.aws, using log file: /var/log/nixpkgs-update/terraform-providers.aws/2024-02-25.log terraform-providers.aws 0 -> 1 attrpath: terraform-providers.aws Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.aws 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pcsc-tools, using log file: /var/log/nixpkgs-update/pcsc-tools/2024-02-25.log pcsc-tools 0 -> 1 attrpath: pcsc-tools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/w5m83v43gclyki8l52yvr1yvhw06affd-packages.json.drv building '/nix/store/w5m83v43gclyki8l52yvr1yvhw06affd-packages.json.drv'... Going to be running update for following packages: - pcsc-tools-1.7.1 Press Enter key to continue... Running update for: - pcsc-tools-1.7.1: UPDATING ... - pcsc-tools-1.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pcsc-tools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-delete-merged-branches, using log file: /var/log/nixpkgs-update/git-delete-merged-branches/2024-02-25.log git-delete-merged-branches 0 -> 1 attrpath: git-delete-merged-branches Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/s9i4gshdj81rq29dj831736si67s5pdy-packages.json.drv building '/nix/store/s9i4gshdj81rq29dj831736si67s5pdy-packages.json.drv'... Going to be running update for following packages: - git-delete-merged-branches-7.4.0 Press Enter key to continue... Running update for: - git-delete-merged-branches-7.4.0: UPDATING ... - git-delete-merged-branches-7.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update git-delete-merged-branches 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.steamodd, using log file: /var/log/nixpkgs-update/python311Packages.steamodd/2024-02-25.log python311Packages.steamodd 0 -> 1 attrpath: python311Packages.steamodd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/kh5spk5d3s89g5yiam5hw1sbvghq2j10-packages.json.drv building '/nix/store/kh5spk5d3s89g5yiam5hw1sbvghq2j10-packages.json.drv'... Going to be running update for following packages: - python3.11-steamodd-5.0 Press Enter key to continue... Running update for: - python3.11-steamodd-5.0: UPDATING ... - python3.11-steamodd-5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.steamodd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/i77qvrnhckjm22xaih1d5484r2p0sipx-packages.json.drv building '/nix/store/i77qvrnhckjm22xaih1d5484r2p0sipx-packages.json.drv'... 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 phpactor, using log file: /var/log/nixpkgs-update/phpactor/2024-02-25.log phpactor 2023.08.06-1 -> 2023.12.03.0 https://github.com/phpactor/phpactor/releases attrpath: phpactor 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 phpactor 2023.08.06-1 -> 2023.12.03.0 https://github.com/phpactor/phpactor/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.responses, using log file: /var/log/nixpkgs-update/python311Packages.responses/2024-02-25.log python311Packages.responses 0 -> 1 attrpath: python311Packages.responses Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/vhn4im37bcd4b5ynp8nysggq1c28d87j-packages.json.drv building '/nix/store/vhn4im37bcd4b5ynp8nysggq1c28d87j-packages.json.drv'... Going to be running update for following packages: - python3.11-responses-0.24.1 Press Enter key to continue... Running update for: - python3.11-responses-0.24.1: UPDATING ... - python3.11-responses-0.24.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/responses/default.nix b/pkgs/development/python-modules/responses/default.nix index 37294dba1e21..4d238e452029 100644 --- a/pkgs/development/python-modules/responses/default.nix +++ b/pkgs/development/python-modules/responses/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "responses"; - version = "0.24.1"; + version = "0.25.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "getsentry"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-fvfEHJioyjQoEvIgZZKt9/AKtzTgo0APGUK7lDrbahs="; + hash = "sha256-FHtuZ6NUmCveAJOXEajfTLRMR8W1Jz/pjFKdE6PHW2g="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 2546 > 25 [result] Failed to update python311Packages.responses 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-yate, using log file: /var/log/nixpkgs-update/python311Packages.python-yate/2024-02-25.log python311Packages.python-yate 0 -> 1 attrpath: python311Packages.python-yate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/jxqi5b4lzf6zhg4jjgjgb6nhx9bnizwv-packages.json.drv building '/nix/store/jxqi5b4lzf6zhg4jjgjgb6nhx9bnizwv-packages.json.drv'... Going to be running update for following packages: - python3.11-python-yate-0.4.1 Press Enter key to continue... Running update for: - python3.11-python-yate-0.4.1: UPDATING ... - python3.11-python-yate-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-yate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pdf2docx, using log file: /var/log/nixpkgs-update/python311Packages.pdf2docx/2024-02-25.log python311Packages.pdf2docx 0 -> 1 attrpath: python311Packages.pdf2docx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/l1qawnizxb06g3kz1swwgjq20gjc4cf4-packages.json.drv building '/nix/store/l1qawnizxb06g3kz1swwgjq20gjc4cf4-packages.json.drv'... Going to be running update for following packages: - python3.11-pdf2docx-0.5.7 Press Enter key to continue... Running update for: - python3.11-pdf2docx-0.5.7: UPDATING ... - python3.11-pdf2docx-0.5.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pdf2docx/default.nix b/pkgs/development/python-modules/pdf2docx/default.nix index 0b460879e726..a17113fc8b1a 100644 --- a/pkgs/development/python-modules/pdf2docx/default.nix +++ b/pkgs/development/python-modules/pdf2docx/default.nix @@ -16,7 +16,7 @@ , python-docx }: let - version = "0.5.7"; + version = "0.5.8"; in buildPythonPackage { pname = "pdf2docx"; @@ -27,7 +27,7 @@ buildPythonPackage { owner = "dothinking"; repo = "pdf2docx"; rev = "refs/tags/v${version}"; - hash = "sha256-GDftANn+ioaNR28VfRFDuFgdKoy7D4xiy0ezvWJ3zy0="; + hash = "sha256-tMITDm2NkxWS+H/hhd2LlaPbyuI86ZKaALqqHJqb8V0="; }; 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.pdf2docx nix build failed. adding 'pdf2docx/table/TableBlock.py' adding 'pdf2docx/table/TableStructure.py' adding 'pdf2docx/table/TablesConstructor.py' adding 'pdf2docx/table/__init__.py' adding 'pdf2docx/text/Char.py' adding 'pdf2docx/text/Line.py' adding 'pdf2docx/text/Lines.py' adding 'pdf2docx/text/Spans.py' adding 'pdf2docx/text/TextBlock.py' adding 'pdf2docx/text/TextSpan.py' adding 'pdf2docx/text/__init__.py' adding 'pdf2docx-0.5.8.dist-info/LICENSE' adding 'pdf2docx-0.5.8.dist-info/METADATA' adding 'pdf2docx-0.5.8.dist-info/WHEEL' adding 'pdf2docx-0.5.8.dist-info/entry_points.txt' adding 'pdf2docx-0.5.8.dist-info/top_level.txt' adding 'pdf2docx-0.5.8.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel /build/source/dist /build/source Unpacking to: unpacked/pdf2docx-0.5.8...OK Repacking wheel as ./pdf2docx-0.5.8-py3-none-any.whl...OK /build/source Finished executing setuptoolsBuildPhase @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase Executing pypaInstallPhase Successfully installed pdf2docx-0.5.8-py3-none-any.whl convert: unable to open image '/nix/store/yfgg1z17b9vhwxsw77a4vqjnsa3zibsx-python3.11-pdf2docx-0.5.8/lib/python3.11/site-packages/pdf2docx/gui/icon.ico': No such file or directory @ error/blob.c/OpenBlob/3571. convert: no images defined `/nix/store/yfgg1z17b9vhwxsw77a4vqjnsa3zibsx-python3.11-pdf2docx-0.5.8/lib/python3.11/site-packages/pdf2docx/gui/icon.xbm' @ error/convert.c/ConvertImageCommand/3362. /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.pdf2docx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.googletrans, using log file: /var/log/nixpkgs-update/python311Packages.googletrans/2024-02-25.log python311Packages.googletrans 0 -> 1 attrpath: python311Packages.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] this derivation will be built: /nix/store/nn4m7pikz28zahiq7qwdbs0sffrk5yzx-packages.json.drv building '/nix/store/nn4m7pikz28zahiq7qwdbs0sffrk5yzx-packages.json.drv'... Going to be running update for following packages: - python3.11-googletrans-2.4.0 Press Enter key to continue... Running update for: - python3.11-googletrans-2.4.0: UPDATING ... - python3.11-googletrans-2.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.googletrans 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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 these 2 derivations will be built: /nix/store/ad561dfx71pjj9hvdvlhxwhzb9bpkix6-update.sh.drv /nix/store/33lcriv6x9w6a7w1rwrksvw6py6aapp5-packages.json.drv building '/nix/store/ad561dfx71pjj9hvdvlhxwhzb9bpkix6-update.sh.drv'... building '/nix/store/33lcriv6x9w6a7w1rwrksvw6py6aapp5-packages.json.drv'... 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.pefile, using log file: /var/log/nixpkgs-update/python311Packages.pefile/2024-02-25.log python311Packages.pefile 0 -> 1 attrpath: python311Packages.pefile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/syjjszg6zhdavx3rjv93ih6z9cf684rg-packages.json.drv building '/nix/store/syjjszg6zhdavx3rjv93ih6z9cf684rg-packages.json.drv'... Going to be running update for following packages: - python3.11-pefile-2023.2.7 Press Enter key to continue... Running update for: - python3.11-pefile-2023.2.7: UPDATING ... - python3.11-pefile-2023.2.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pefile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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 python311Packages.nbdime, using log file: /var/log/nixpkgs-update/python311Packages.nbdime/2024-02-25.log python311Packages.nbdime 0 -> 1 attrpath: python311Packages.nbdime Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ggz0k8fpzcvlc354fy2ir2wspd3jlgg4-packages.json.drv building '/nix/store/ggz0k8fpzcvlc354fy2ir2wspd3jlgg4-packages.json.drv'... Going to be running update for following packages: - python3.11-nbdime-4.0.1 Press Enter key to continue... Running update for: - python3.11-nbdime-4.0.1: UPDATING ... - python3.11-nbdime-4.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nbdime 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/0xph5x5vz0zrx6z4rg9187a4016wsnpp-packages.json.drv building '/nix/store/0xph5x5vz0zrx6z4rg9187a4016wsnpp-packages.json.drv'... 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 python311Packages.distorm3, using log file: /var/log/nixpkgs-update/python311Packages.distorm3/2024-02-25.log python311Packages.distorm3 0 -> 1 attrpath: python311Packages.distorm3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/sbmc73l8lw6ix3r0x119v02w66rjhziy-packages.json.drv building '/nix/store/sbmc73l8lw6ix3r0x119v02w66rjhziy-packages.json.drv'... Going to be running update for following packages: - python3.11-distorm3-3.5.2 Press Enter key to continue... Running update for: - python3.11-distorm3-3.5.2: UPDATING ... - python3.11-distorm3-3.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.distorm3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.luftdaten, using log file: /var/log/nixpkgs-update/python311Packages.luftdaten/2024-02-25.log python311Packages.luftdaten 0 -> 1 attrpath: python311Packages.luftdaten Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/3ssm2y3z0yc4g6z4m359m391gggvy0qy-packages.json.drv building '/nix/store/3ssm2y3z0yc4g6z4m359m391gggvy0qy-packages.json.drv'... Going to be running update for following packages: - python3.11-luftdaten-0.7.4 Press Enter key to continue... Running update for: - python3.11-luftdaten-0.7.4: UPDATING ... - python3.11-luftdaten-0.7.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.luftdaten 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cinny, using log file: /var/log/nixpkgs-update/cinny/2024-02-25.log cinny 3.1.0 -> 3.2.0 https://github.com/cinnyapp/cinny/releases attrpath: cinny Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - cinny: 3.1.0 -> 3.2.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/267754" [result] Failed to update cinny 3.1.0 -> 3.2.0 https://github.com/cinnyapp/cinny/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.af, using log file: /var/log/nixpkgs-update/aspellDicts.af/2024-02-25.log aspellDicts.af 0 -> 1 attrpath: aspellDicts.af 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] these 2 derivations will be built: /nix/store/xdhryiycjqjzsqdny4njwfj9kiknnfl8-update-aspellDict-af.drv /nix/store/b9l948sb103m84irbrxn6d7a4ipx58ac-packages.json.drv building '/nix/store/xdhryiycjqjzsqdny4njwfj9kiknnfl8-update-aspellDict-af.drv'... building '/nix/store/b9l948sb103m84irbrxn6d7a4ipx58ac-packages.json.drv'... Going to be running update for following packages: - aspell-dict-af-0.50-0 Press Enter key to continue... Running update for: - aspell-dict-af-0.50-0: UPDATING ... - aspell-dict-af-0.50-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.af 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xvfbwrapper, using log file: /var/log/nixpkgs-update/python311Packages.xvfbwrapper/2024-02-25.log python311Packages.xvfbwrapper 0 -> 1 attrpath: python311Packages.xvfbwrapper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/4mqhsmlvqlnwzsarxih87jjhiidalnnd-packages.json.drv building '/nix/store/4mqhsmlvqlnwzsarxih87jjhiidalnnd-packages.json.drv'... Going to be running update for following packages: - python3.11-xvfbwrapper-0.2.9 Press Enter key to continue... Running update for: - python3.11-xvfbwrapper-0.2.9: UPDATING ... - python3.11-xvfbwrapper-0.2.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xvfbwrapper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath log4shell-detector, using log file: /var/log/nixpkgs-update/log4shell-detector/2024-02-25.log log4shell-detector 0 -> 1 attrpath: log4shell-detector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/w80xqqh6zi807kixdbzmjb1g0f8i0dbf-packages.json.drv building '/nix/store/w80xqqh6zi807kixdbzmjb1g0f8i0dbf-packages.json.drv'... Going to be running update for following packages: - log4shell-detector-unstable-2021-12-16 Press Enter key to continue... Running update for: - log4shell-detector-unstable-2021-12-16: UPDATING ... - log4shell-detector-unstable-2021-12-16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update log4shell-detector 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spice-up, using log file: /var/log/nixpkgs-update/spice-up/2024-02-25.log spice-up 0 -> 1 attrpath: spice-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/p72vv0aa7nncn58kp5400pvpch4kmjqp-packages.json.drv building '/nix/store/p72vv0aa7nncn58kp5400pvpch4kmjqp-packages.json.drv'... Going to be running update for following packages: - spice-up-1.9.1 Press Enter key to continue... Running update for: - spice-up-1.9.1: UPDATING ... - spice-up-1.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update spice-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 source-han-serif-vf-otf, using log file: /var/log/nixpkgs-update/source-han-serif-vf-otf/2024-02-25.log source-han-serif-vf-otf 2.002 -> 2.002R https://github.com/adobe-fonts/source-han-serif/releases attrpath: source-han-serif-vf-otf 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 source-han-serif-vf-otf 2.002 -> 2.002R https://github.com/adobe-fonts/source-han-serif/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.rfc7464, using log file: /var/log/nixpkgs-update/python311Packages.rfc7464/2024-02-25.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] this derivation will be built: /nix/store/l6sb3czhsqsw11n4xyffbfi4xkcbbg3f-packages.json.drv building '/nix/store/l6sb3czhsqsw11n4xyffbfi4xkcbbg3f-packages.json.drv'... 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 php81Extensions.meminfo, using log file: /var/log/nixpkgs-update/php81Extensions.meminfo/2024-02-25.log php81Extensions.meminfo 0 -> 1 attrpath: php81Extensions.meminfo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/0pk3xm3zgcxfm457j85fx6xjvs6x3p9p-packages.json.drv building '/nix/store/0pk3xm3zgcxfm457j85fx6xjvs6x3p9p-packages.json.drv'... Going to be running update for following packages: - php-meminfo-unstable-2022-03-25 Press Enter key to continue... Running update for: - php-meminfo-unstable-2022-03-25: UPDATING ... - php-meminfo-unstable-2022-03-25: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/php-packages/meminfo/default.nix b/pkgs/development/php-packages/meminfo/default.nix index d170243be20c..96e5e4e48492 100644 --- a/pkgs/development/php-packages/meminfo/default.nix +++ b/pkgs/development/php-packages/meminfo/default.nix @@ -1,7 +1,7 @@ { buildPecl, lib, fetchFromGitHub }: buildPecl rec { - version = "unstable-2022-03-25"; + version = "1.1.1"; pname = "meminfo"; src = fetchFromGitHub { An auto update branch exists with message `php81Extensions.meminfo: unstable-2022-03-25 -> 1.1.1`. New version is 1.1.1. An auto update branch exists with an equal or greater version [result] Failed to update php81Extensions.meminfo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tcxparser, using log file: /var/log/nixpkgs-update/python311Packages.tcxparser/2024-02-25.log python311Packages.tcxparser 0 -> 1 attrpath: python311Packages.tcxparser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/4pfjf174dipaw3s5ppg50d12vw7dnlpr-packages.json.drv building '/nix/store/4pfjf174dipaw3s5ppg50d12vw7dnlpr-packages.json.drv'... Going to be running update for following packages: - python3.11-tcxparser-2.3.0 Press Enter key to continue... Running update for: - python3.11-tcxparser-2.3.0: UPDATING ... - python3.11-tcxparser-2.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tcxparser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mommy, using log file: /var/log/nixpkgs-update/mommy/2024-02-25.log mommy 1.3.0 -> 1.4.0 https://github.com/FWDekker/mommy/releases attrpath: mommy Checking auto update branch... An auto update branch exists with message `mommy: 1.3.0 -> 1.4.0`. New version is 1.4.0. An auto update branch exists with an equal or greater version [result] Failed to update mommy 1.3.0 -> 1.4.0 https://github.com/FWDekker/mommy/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 zbus-xmlgen, using log file: /var/log/nixpkgs-update/zbus-xmlgen/2024-02-25.log zbus-xmlgen 3.1.1 -> 4.0.1 https://repology.org/project/zbus-xmlgen/versions attrpath: zbus-xmlgen Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - zbus-xmlgen: 3.1.1 -> 4.0.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289947" [result] Failed to update zbus-xmlgen 3.1.1 -> 4.0.1 https://repology.org/project/zbus-xmlgen/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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 rPackages.autoFC, using log file: /var/log/nixpkgs-update/rPackages.autoFC/2024-02-25.log rPackages.autoFC 0.1.2 -> 0.2.0.1001 https://repology.org/project/r:autofc/versions attrpath: rPackages.autoFC 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.autoFC 0.1.2 -> 0.2.0.1001 https://repology.org/project/r:autofc/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.rumidas, using log file: /var/log/nixpkgs-update/rPackages.rumidas/2024-02-25.log rPackages.rumidas 0.1.1 -> 0.1.2 https://repology.org/project/r:rumidas/versions attrpath: rPackages.rumidas 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.rumidas 0.1.1 -> 0.1.2 https://repology.org/project/r:rumidas/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.readNSx, using log file: /var/log/nixpkgs-update/rPackages.readNSx/2024-02-25.log rPackages.readNSx 0.0.2 -> 0.0.4 https://repology.org/project/r:readnsx/versions attrpath: rPackages.readNSx 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.readNSx 0.0.2 -> 0.0.4 https://repology.org/project/r:readnsx/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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-25.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-25.log pcsx2 1.7.5497 -> 1.7.5577 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.5577 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 intel-media-driver, using log file: /var/log/nixpkgs-update/intel-media-driver/2024-02-25.log intel-media-driver 23.3.5 -> 24.1.3 https://repology.org/project/intel-media-driver/versions attrpath: intel-media-driver 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 intel-media-driver 23.3.5 -> 24.1.3 https://repology.org/project/intel-media-driver/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.full, using log file: /var/log/nixpkgs-update/libsForQt5.full/2024-02-25.log libsForQt5.full 5.15.12 -> 6.6.2 https://repology.org/project/qt/versions attrpath: libsForQt5.full Checking auto update branch... No auto update branch exists Old version 5.15.12" not present in master derivation file with contents: { lib, stdenv, stdenvNoCC, lndir, runtimeShell, shellcheck-minimal }: let inherit (lib) optionalAttrs warn ; in rec { /* Run the shell command `buildCommand` to produce a store path named `name`. The attributes in `env` are added to the environment prior to running the command. Environment variables set by `stdenv.mkDerivation` take precedence. By default `runCommand` runs in a stdenv with no compiler environment. `runCommandCC` uses the default stdenv, `pkgs.stdenv`. Example: ```nix runCommand "name" {envVariable = true;} ''echo hello > $out''; ``` ```nix runCommandCC "name" {} ''gcc -o myfile myfile.c; cp myfile $out''; ``` The `*Local` variants force a derivation to be built locally, it is not substituted. This is intended for very cheap commands (<1s execution time). It saves on the network roundrip and can speed up a build. It is the same as adding the special fields ```nix { preferLocalBuild = true; allowSubstitutes = false; } ``` to a derivation’s attributes. */ runCommand = name: env: runCommandWith { stdenv = stdenvNoCC; runLocal = false; inherit name; derivationArgs = env; }; runCommandLocal = name: env: runCommandWith { stdenv = stdenvNoCC; runLocal = true; inherit name; derivationArgs = env; }; runCommandCC = name: env: runCommandWith { stdenv = stdenv; runLocal = false; inherit name; derivationArgs = env; }; # `runCommandCCLocal` left out on purpose. # We shouldn’t force the user to have a cc in scope. /* Generalized version of the `runCommand`-variants which does customized behavior via a single attribute set passed as the first argument instead of having a lot of variants like `runCommand*`. Additionally it allows changing the used `stdenv` freely and has a more explicit approach to changing the arguments passed to `stdenv.mkDerivation`. */ runCommandWith = let # prevent infinite recursion for the default stdenv value defaultStdenv = stdenv; in { # which stdenv to use, defaults to a stdenv with a C compiler, pkgs.stdenv stdenv ? defaultStdenv # whether to build this derivation locally instead of substituting , runLocal ? false # extra arguments to pass to stdenv.mkDerivation , derivationArgs ? { } # name of the resulting derivation , name # TODO(@Artturin): enable strictDeps always }: buildCommand: stdenv.mkDerivation ({ enableParallelBuilding = true; inherit buildCommand name; passAsFile = [ "buildCommand" ] ++ (derivationArgs.passAsFile or [ ]); } // lib.optionalAttrs (! derivationArgs?meta) { pos = let args = builtins.attrNames derivationArgs; in if builtins.length args > 0 then builtins.unsafeGetAttrPos (builtins.head args) derivationArgs else null; } // (lib.optionalAttrs runLocal { preferLocalBuild = true; allowSubstitutes = false; }) // builtins.removeAttrs derivationArgs [ "passAsFile" ]); /* Writes a text file to the nix store. The contents of text is added to the file in the store. Example: # Writes my-file to /nix/store/ writeTextFile { name = "my-file"; text = '' Contents of File ''; } See also the `writeText` helper function below. # Writes executable my-file to /nix/store//bin/my-file writeTextFile { name = "my-file"; text = '' Contents of File ''; executable = true; destination = "/bin/my-file"; } */ writeTextFile = { name # the name of the derivation , text , executable ? false # run chmod +x ? , destination ? "" # relative path appended to $out eg "/bin/foo" , checkPhase ? "" # syntax checks, e.g. for scripts , meta ? { } , allowSubstitutes ? false , preferLocalBuild ? true , derivationArgs ? { } # Extra arguments to pass to `stdenv.mkDerivation` }: let matches = builtins.match "/bin/([^/]+)" destination; in runCommand name ({ inherit text executable checkPhase allowSubstitutes preferLocalBuild; passAsFile = [ "text" ] ++ derivationArgs.passAsFile or [ ]; meta = lib.optionalAttrs (executable && matches != null) { mainProgram = lib.head matches; } // meta // derivationArgs.meta or {}; } // removeAttrs derivationArgs [ "passAsFile" "meta" ]) '' target=$out${lib.escapeShellArg destination} mkdir -p "$(dirname "$target")" if [ -e "$textPath" ]; then mv "$textPath" "$target" else echo -n "$text" > "$target" fi if [ -n "$executable" ]; then chmod +x "$target" fi eval "$checkPhase" ''; # See doc/build-helpers/trivial-build-helpers.chapter.md # or https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-text-writing writeText = name: text: writeTextFile { inherit name text; }; # See doc/build-helpers/trivial-build-helpers.chapter.md # or https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-text-writing writeTextDir = path: text: writeTextFile { inherit text; name = builtins.baseNameOf path; destination = "/${path}"; }; # See doc/build-helpers/trivial-build-helpers.chapter.md # or https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-text-writing writeScript = name: text: writeTextFile { inherit name text; executable = true; }; # See doc/build-helpers/trivial-build-helpers.chapter.md # or https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-text-writing writeScriptBin = name: text: writeTextFile { inherit name text; executable = true; destination = "/bin/${name}"; }; # See doc/build-helpers/trivial-build-helpers.chapter.md # or https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-text-writing writeShellScript = name: text: writeTextFile { inherit name; executable = true; text = '' #!${runtimeShell} ${text} ''; checkPhase = '' ${stdenv.shellDryRun} "$target" ''; }; # See doc/build-helpers/trivial-build-helpers.chapter.md # or https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-text-writing writeShellScriptBin = name: text: writeTextFile { inherit name; executable = true; destination = "/bin/${name}"; text = '' #!${runtimeShell} ${text} ''; checkPhase = '' ${stdenv.shellDryRun} "$target" ''; meta.mainProgram = name; }; # See doc/build-helpers/trivial-build-helpers.chapter.md # or https://nixos.org/manual/nixpkgs/unstable/#trivial-builder-text-writing writeShellApplication = { /* The name of the script to write. Type: String */ name, /* The shell script's text, not including a shebang. Type: String */ text, /* Inputs to add to the shell script's `$PATH` at runtime. Type: [String|Derivation] */ runtimeInputs ? [ ], /* Extra environment variables to set at runtime. Type: AttrSet */ runtimeEnv ? null, /* `stdenv.mkDerivation`'s `meta` argument. Type: AttrSet */ meta ? { }, /* The `checkPhase` to run. Defaults to `shellcheck` on supported platforms and `bash -n`. The script path will be given as `$target` in the `checkPhase`. Type: String */ checkPhase ? null, /* Checks to exclude when running `shellcheck`, e.g. `[ "SC2016" ]`. See for a list of checks. Type: [String] */ excludeShellChecks ? [ ], /* Bash options to activate with `set -o` at the start of the script. Defaults to `[ "errexit" "nounset" "pipefail" ]`. Type: [String] */ bashOptions ? [ "errexit" "nounset" "pipefail" ], /* Extra arguments to pass to `stdenv.mkDerivation`. :::{.caution} Certain derivation attributes are used internally, overriding those could cause problems. ::: Type: AttrSet */ derivationArgs ? { }, }: writeTextFile { inherit name meta derivationArgs; executable = true; destination = "/bin/${name}"; allowSubstitutes = true; preferLocalBuild = false; text = '' #!${runtimeShell} ${lib.concatMapStringsSep "\n" (option: "set -o ${option}") bashOptions} '' + lib.optionalString (runtimeEnv != null) (lib.concatStrings (lib.mapAttrsToList (name: value: '' ${lib.toShellVar name value} export ${name} '') runtimeEnv)) + lib.optionalString (runtimeInputs != [ ]) '' export PATH="${lib.makeBinPath runtimeInputs}:$PATH" '' + '' ${text} ''; checkPhase = # GHC (=> shellcheck) isn't supported on some platforms (such as risc-v) # but we still want to use writeShellApplication on those platforms let shellcheckSupported = lib.meta.availableOn stdenv.buildPlatform shellcheck-minimal.compiler; excludeOption = lib.optionalString (excludeShellChecks != [ ]) "--exclude '${lib.concatStringsSep "," excludeShellChecks}'"; shellcheckCommand = lib.optionalString shellcheckSupported '' # use shellcheck which does not include docs # pandoc takes long to build and documentation isn't needed for just running the cli ${lib.getExe shellcheck-minimal} ${excludeOption} "$target" ''; in if checkPhase == null then '' runHook preCheck ${stdenv.shellDryRun} "$target" ${shellcheckCommand} runHook postCheck '' else checkPhase; }; # Create a C binary writeCBin = pname: code: runCommandCC pname { inherit pname code; executable = true; passAsFile = [ "code" ]; # Pointless to do this on a remote machine. preferLocalBuild = true; allowSubstitutes = false; meta = { mainProgram = pname; }; } '' n=$out/bin/${pname} mkdir -p "$(dirname "$n")" mv "$codePath" code.c $CC -x c code.c -o "$n" ''; /* concat a list of files to the nix store. The contents of files are added to the file in the store. Example: # Writes my-file to /nix/store/ concatTextFile { name = "my-file"; files = [ drv1 "${drv2}/path/to/file" ]; } See also the `concatText` helper function below. # Writes executable my-file to /nix/store//bin/my-file concatTextFile { name = "my-file"; files = [ drv1 "${drv2}/path/to/file" ]; executable = true; destination = "/bin/my-file"; } */ concatTextFile = { name # the name of the derivation , files , executable ? false # run chmod +x ? , destination ? "" # relative path appended to $out eg "/bin/foo" , checkPhase ? "" # syntax checks, e.g. for scripts , meta ? { } }: runCommandLocal name { inherit files executable checkPhase meta destination; } '' file=$out$destination mkdir -p "$(dirname "$file")" cat $files > "$file" if [ -n "$executable" ]; then chmod +x "$file" fi eval "$checkPhase" ''; /* Writes a text file to nix store with no optional parameters available. Example: # Writes contents of files to /nix/store/ concatText "my-file" [ file1 file2 ] */ concatText = name: files: concatTextFile { inherit name files; }; /* Writes a text file to nix store with and mark it as executable. Example: # Writes contents of files to /nix/store/ concatScript "my-file" [ file1 file2 ] */ concatScript = name: files: concatTextFile { inherit name files; executable = true; }; /* Create a forest of symlinks to the files in `paths`. This creates a single derivation that replicates the directory structure of all the input paths. BEWARE: it may not "work right" when the passed paths contain symlinks to directories. Example: # adds symlinks of hello to current build. symlinkJoin { name = "myhello"; paths = [ pkgs.hello ]; } # adds symlinks of hello and stack to current build and prints "links added" symlinkJoin { name = "myexample"; paths = [ pkgs.hello pkgs.stack ]; postBuild = "echo links added"; } This creates a derivation with a directory structure like the following: /nix/store/sglsr5g079a5235hy29da3mq3hv8sjmm-myexample |-- bin | |-- hello -> /nix/store/qy93dp4a3rqyn2mz63fbxjg228hffwyw-hello-2.10/bin/hello | `-- stack -> /nix/store/6lzdpxshx78281vy056lbk553ijsdr44-stack-2.1.3.1/bin/stack `-- share |-- bash-completion | `-- completions | `-- stack -> /nix/store/6lzdpxshx78281vy056lbk553ijsdr44-stack-2.1.3.1/share/bash-completion/completions/stack |-- fish | `-- vendor_completions.d | `-- stack.fish -> /nix/store/6lzdpxshx78281vy056lbk553ijsdr44-stack-2.1.3.1/share/fish/vendor_completions.d/stack.fish ... symlinkJoin and linkFarm are similar functions, but they output derivations with different structure. symlinkJoin is used to create a derivation with a familiar directory structure (top-level bin/, share/, etc), but with all actual files being symlinks to the files in the input derivations. symlinkJoin is used many places in nixpkgs to create a single derivation that appears to contain binaries, libraries, documentation, etc from multiple input derivations. linkFarm is instead used to create a simple derivation with symlinks to other derivations. A derivation created with linkFarm is often used in CI as a easy way to build multiple derivations at once. */ symlinkJoin = args_@{ name , paths , preferLocalBuild ? true , allowSubstitutes ? false , postBuild ? "" , ... }: let args = removeAttrs args_ [ "name" "postBuild" ] // { inherit preferLocalBuild allowSubstitutes; passAsFile = [ "paths" ]; }; # pass the defaults in runCommand name args '' mkdir -p $out for i in $(cat $pathsPath); do ${lndir}/bin/lndir -silent $i $out done ${postBuild} ''; /* Quickly create a set of symlinks to derivations. This creates a simple derivation with symlinks to all inputs. entries can be a list of attribute sets like [ { name = "name" ; path = "/nix/store/..."; } ] or an attribute set name -> path like: { name = "/nix/store/..."; other = "/nix/store/..."; } Example: # Symlinks hello and stack paths in store to current $out/hello-test and # $out/foobar. linkFarm "myexample" [ { name = "hello-test"; path = pkgs.hello; } { name = "foobar"; path = pkgs.stack; } ] This creates a derivation with a directory structure like the following: /nix/store/qc5728m4sa344mbks99r3q05mymwm4rw-myexample |-- foobar -> /nix/store/6lzdpxshx78281vy056lbk553ijsdr44-stack-2.1.3.1 `-- hello-test -> /nix/store/qy93dp4a3rqyn2mz63fbxjg228hffwyw-hello-2.10 See the note on symlinkJoin for the difference between linkFarm and symlinkJoin. */ linkFarm = name: entries: let entries' = if (lib.isAttrs entries) then entries # We do this foldl to have last-wins semantics in case of repeated entries else if (lib.isList entries) then lib.foldl (a: b: a // { "${b.name}" = b.path; }) { } entries else throw "linkFarm entries must be either attrs or a list!"; linkCommands = lib.mapAttrsToList (name: path: '' mkdir -p "$(dirname ${lib.escapeShellArg "${name}"})" ln -s ${lib.escapeShellArg "${path}"} ${lib.escapeShellArg "${name}"} '') entries'; in runCommand name { preferLocalBuild = true; allowSubstitutes = false; passthru.entries = entries'; } '' mkdir -p $out cd $out ${lib.concatStrings linkCommands} ''; /* Easily create a linkFarm from a set of derivations. This calls linkFarm with a list of entries created from the list of input derivations. It turns each input derivation into an attribute set like { name = drv.name ; path = drv }, and passes this to linkFarm. Example: # Symlinks the hello, gcc, and ghc derivations in $out linkFarmFromDrvs "myexample" [ pkgs.hello pkgs.gcc pkgs.ghc ] This creates a derivation with a directory structure like the following: /nix/store/m3s6wkjy9c3wy830201bqsb91nk2yj8c-myexample |-- gcc-wrapper-9.2.0 -> /nix/store/fqhjxf9ii4w4gqcsx59fyw2vvj91486a-gcc-wrapper-9.2.0 |-- ghc-8.6.5 -> /nix/store/gnf3s07bglhbbk4y6m76sbh42siym0s6-ghc-8.6.5 `-- hello-2.10 -> /nix/store/k0ll91c4npk4lg8lqhx00glg2m735g74-hello-2.10 */ linkFarmFromDrvs = name: drvs: let mkEntryFromDrv = drv: { name = drv.name; path = drv; }; in linkFarm name (map mkEntryFromDrv drvs); /* Produce a derivation that links to the target derivation's `/bin`, and *only* `/bin`. This is useful when your favourite package doesn't have a separate bin output and other contents of the package's output (e.g. setup hooks) cause trouble when used in your environment. */ onlyBin = drv: runCommand "${drv.name}-only-bin" { } '' mkdir -p $out ln -s ${lib.getBin drv}/bin $out/bin ''; # docs in doc/builders/special/makesetuphook.section.md makeSetupHook = { name ? lib.warn "calling makeSetupHook without passing a name is deprecated." "hook" , deps ? [ ] # hooks go in nativeBuildInput so these will be nativeBuildInput , propagatedBuildInputs ? [ ] # these will be buildInputs , depsTargetTargetPropagated ? [ ] , meta ? { } , passthru ? { } , substitutions ? { } }: script: runCommand name (substitutions // { # TODO(@Artturin:) substitutions should be inside the env attrset # but users are likely passing non-substitution arguments through substitutions # turn off __structuredAttrs to unbreak substituteAll __structuredAttrs = false; inherit meta; inherit depsTargetTargetPropagated; propagatedBuildInputs = # remove list conditionals before 23.11 lib.warnIf (!lib.isList deps) "'deps' argument to makeSetupHook must be a list. content of deps: ${toString deps}" (lib.warnIf (deps != [ ]) "'deps' argument to makeSetupHook is deprecated and will be removed in release 23.11., Please use propagatedBuildInputs instead. content of deps: ${toString deps}" propagatedBuildInputs ++ (if lib.isList deps then deps else [ deps ])); strictDeps = true; # TODO 2023-01, no backport: simplify to inherit passthru; passthru = passthru // optionalAttrs (substitutions?passthru) (warn "makeSetupHook (name = ${lib.strings.escapeNixString name}): `substitutions.passthru` is deprecated. Please set `passthru` directly." substitutions.passthru); }) ('' mkdir -p $out/nix-support cp ${script} $out/nix-support/setup-hook recordPropagatedDependencies '' + lib.optionalString (substitutions != { }) '' substituteAll ${script} $out/nix-support/setup-hook ''); # Write the references (i.e. the runtime dependencies in the Nix store) of `path` to a file. writeReferencesToFile = path: runCommand "runtime-deps" { exportReferencesGraph = [ "graph" path ]; } '' touch $out while read path; do echo $path >> $out read dummy read nrRefs for ((i = 0; i < nrRefs; i++)); do read ref; done done < graph ''; /* Write the set of references to a file, that is, their immediate dependencies. This produces the equivalent of `nix-store -q --references`. */ writeDirectReferencesToFile = path: runCommand "runtime-references" { exportReferencesGraph = [ "graph" path ]; inherit path; } '' touch ./references while read p; do read dummy read nrRefs if [[ $p == $path ]]; then for ((i = 0; i < nrRefs; i++)); do read ref; echo $ref >>./references done else for ((i = 0; i < nrRefs; i++)); do read ref; done fi done < graph sort ./references >$out ''; /* Extract a string's references to derivations and paths (its context) and write them to a text file, removing the input string itself from the dependency graph. This is useful when you want to make a derivation depend on the string's references, but not its contents (to avoid unnecessary rebuilds, for example). Note that this only works as intended on Nix >= 2.3. */ writeStringReferencesToFile = string: /* The basic operation this performs is to copy the string context from `string` to a second string and wrap that string in a derivation. However, that alone is not enough, since nothing in the string refers to the output paths of the derivations/paths in its context, meaning they'll be considered build-time dependencies and removed from the wrapper derivation's closure. Putting the necessary output paths in the new string is however not very straightforward - the attrset returned by `getContext` contains only references to derivations' .drv-paths, not their output paths. In order to "convert" them, we try to extract the corresponding paths from the original string using regex. */ let # Taken from https://github.com/NixOS/nix/blob/130284b8508dad3c70e8160b15f3d62042fc730a/src/libutil/hash.cc#L84 nixHashChars = "0123456789abcdfghijklmnpqrsvwxyz"; context = builtins.getContext string; derivations = lib.filterAttrs (n: v: v ? outputs) context; # Objects copied from outside of the store, such as paths and # `builtins.fetch*`ed ones sources = lib.attrNames (lib.filterAttrs (n: v: v ? path) context); packages = lib.mapAttrs' (name: value: { inherit value; name = lib.head (builtins.match "${builtins.storeDir}/[${nixHashChars}]+-(.*)\.drv" name); }) derivations; # The syntax of output paths differs between outputs named `out` # and other, explicitly named ones. For explicitly named ones, # the output name is suffixed as `-name`, but `out` outputs # aren't suffixed at all, and thus aren't easily distinguished # from named output paths. Therefore, we find all the named ones # first so we can use them to remove false matches when looking # for `out` outputs (see the definition of `outputPaths`). namedOutputPaths = lib.flatten (lib.mapAttrsToList (name: value: (map (output: lib.filter lib.isList (builtins.split "(${builtins.storeDir}/[${nixHashChars}]+-${name}-${output})" string)) (lib.remove "out" value.outputs))) packages); # Only `out` outputs outputPaths = lib.flatten (lib.mapAttrsToList (name: value: if lib.elem "out" value.outputs then lib.filter (x: lib.isList x && # If the matched path is in `namedOutputPaths`, # it's a partial match of an output path where # the output name isn't `out` lib.all (o: !lib.hasPrefix (lib.head x) o) namedOutputPaths) (builtins.split "(${builtins.storeDir}/[${nixHashChars}]+-${name})" string) else [ ]) packages); allPaths = lib.concatStringsSep "\n" (lib.unique (sources ++ namedOutputPaths ++ outputPaths)); allPathsWithContext = builtins.appendContext allPaths context; in if builtins ? getContext then writeText "string-references" allPathsWithContext else writeDirectReferencesToFile (writeText "string-file" string); /* Print an error message if the file with the specified name and hash doesn't exist in the Nix store. This function should only be used by non-redistributable software with an unfree license that we need to require the user to download manually. It produces packages that cannot be built automatically. Example: requireFile { name = "my-file"; url = "http://example.com/download/"; sha256 = "ffffffffffffffffffffffffffffffffffffffffffffffffffff"; } */ requireFile = { name ? null , sha256 ? null , sha1 ? null , hash ? null , url ? null , message ? null , hashMode ? "flat" }: assert (message != null) || (url != null); assert (sha256 != null) || (sha1 != null) || (hash != null); assert (name != null) || (url != null); let msg = if message != null then message else '' Unfortunately, we cannot download file ${name_} automatically. Please go to ${url} to download it yourself, and add it to the Nix store using either nix-store --add-fixed ${hashAlgo} ${name_} or nix-prefetch-url --type ${hashAlgo} file:///path/to/${name_} ''; hashAlgo = if hash != null then (builtins.head (lib.strings.splitString "-" hash)) else if sha256 != null then "sha256" else "sha1"; hashAlgo_ = if hash != null then "" else hashAlgo; hash_ = if hash != null then hash else if sha256 != null then sha256 else sha1; name_ = if name == null then baseNameOf (toString url) else name; in stdenvNoCC.mkDerivation { name = name_; outputHashMode = hashMode; outputHashAlgo = hashAlgo_; outputHash = hash_; preferLocalBuild = true; allowSubstitutes = false; builder = writeScript "restrict-message" '' source ${stdenvNoCC}/setup cat <<_EOF_ *** ${msg} *** _EOF_ exit 1 ''; }; /* Copy a path to the Nix store. Nix automatically copies files to the store before stringifying paths. If you need the store path of a file, ${copyPathToStore } can be shortened to ${}. */ copyPathToStore = builtins.filterSource (p: t: true); /* Copy a list of paths to the Nix store. */ copyPathsToStore = builtins.map copyPathToStore; /* Applies a list of patches to a source directory. Example: # Patching nixpkgs: applyPatches { src = pkgs.path; patches = [ (pkgs.fetchpatch { url = "https://github.com/NixOS/nixpkgs/commit/1f770d20550a413e508e081ddc08464e9d08ba3d.patch"; sha256 = "1nlzx171y3r3jbk0qhvnl711kmdk57jlq4na8f8bs8wz2pbffymr"; }) ]; } */ applyPatches = { src , name ? (if builtins.typeOf src == "path" then builtins.baseNameOf src else if builtins.isAttrs src && builtins.hasAttr "name" src then src.name else throw "applyPatches: please supply a `name` argument because a default name can only be computed when the `src` is a path or is an attribute set with a `name` attribute." ) + "-patched" , patches ? [ ] , postPatch ? "" , ... }@args: if patches == [ ] && postPatch == "" then src # nothing to do, so use original src to avoid additional drv else stdenvNoCC.mkDerivation { inherit name src patches postPatch; preferLocalBuild = true; allowSubstitutes = false; phases = "unpackPhase patchPhase installPhase"; installPhase = "cp -R ./ $out"; } # Carry `meta` information from the underlying `src` if present. // (optionalAttrs (src?meta) { inherit (src) meta; }) // (removeAttrs args [ "src" "name" "patches" "postPatch" ]); /* An immutable file in the store with a length of 0 bytes. */ emptyFile = runCommand "empty-file" { outputHashAlgo = "sha256"; outputHashMode = "recursive"; outputHash = "0ip26j2h11n1kgkz36rl4akv694yz65hr72q4kv4b3lxcbi65b3p"; preferLocalBuild = true; } "touch $out"; /* An immutable empty directory in the store. */ emptyDirectory = runCommand "empty-directory" { outputHashAlgo = "sha256"; outputHashMode = "recursive"; outputHash = "0sjjj9z1dhilhpc8pq4154czrb79z9cm044jvn75kxcjv6v5l2m5"; preferLocalBuild = true; } "mkdir $out"; } [result] Failed to update libsForQt5.full 5.15.12 -> 6.6.2 https://repology.org/project/qt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opensensemap-api, using log file: /var/log/nixpkgs-update/python311Packages.opensensemap-api/2024-02-25.log python311Packages.opensensemap-api 0 -> 1 attrpath: python311Packages.opensensemap-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] this derivation will be built: /nix/store/jb5zxsl4r9vmsbd6fnv5msilbi07185x-packages.json.drv building '/nix/store/jb5zxsl4r9vmsbd6fnv5msilbi07185x-packages.json.drv'... Going to be running update for following packages: - python3.11-opensensemap-api-0.3.2 Press Enter key to continue... Running update for: - python3.11-opensensemap-api-0.3.2: UPDATING ... - python3.11-opensensemap-api-0.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opensensemap-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 terraform-providers.tfe, using log file: /var/log/nixpkgs-update/terraform-providers.tfe/2024-02-25.log terraform-providers.tfe 0 -> 1 attrpath: terraform-providers.tfe Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.tfe 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/vh5wcpn6qa8va3l40mzfdnx8xv30vanm-packages.json.drv building '/nix/store/vh5wcpn6qa8va3l40mzfdnx8xv30vanm-packages.json.drv'... 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 python311Packages.django-mdeditor, using log file: /var/log/nixpkgs-update/python311Packages.django-mdeditor/2024-02-25.log python311Packages.django-mdeditor 0 -> 1 attrpath: python311Packages.django-mdeditor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/9i6112ij914fysl21w3s9wiyw7jmal5k-packages.json.drv building '/nix/store/9i6112ij914fysl21w3s9wiyw7jmal5k-packages.json.drv'... Going to be running update for following packages: - python3.11-django-mdeditor-0.1.20 Press Enter key to continue... Running update for: - python3.11-django-mdeditor-0.1.20: UPDATING ... - python3.11-django-mdeditor-0.1.20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-mdeditor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.googleapis-common-protos, using log file: /var/log/nixpkgs-update/python311Packages.googleapis-common-protos/2024-02-25.log python311Packages.googleapis-common-protos 0 -> 1 attrpath: python311Packages.googleapis-common-protos Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ik2xxrrhakhpd8yxj85h2lbp1d6i5m5a-packages.json.drv building '/nix/store/ik2xxrrhakhpd8yxj85h2lbp1d6i5m5a-packages.json.drv'... Going to be running update for following packages: - python3.11-googleapis-common-protos-1.61.0 Press Enter key to continue... Running update for: - python3.11-googleapis-common-protos-1.61.0: UPDATING ... - python3.11-googleapis-common-protos-1.61.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/googleapis-common-protos/default.nix b/pkgs/development/python-modules/googleapis-common-protos/default.nix index e8a469e51b06..a56c73b173a7 100644 --- a/pkgs/development/python-modules/googleapis-common-protos/default.nix +++ b/pkgs/development/python-modules/googleapis-common-protos/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "googleapis-common-protos"; - version = "1.61.0"; + version = "1.62.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-imSGapf2MEpxeYc6Rl1u7pe3ok7Gz9eOD1delrghJAs="; + hash = "sha256-g/Ds6flOVnLM7YL1ktKl7fUnqW7ReU8LqzbVc1yZYnc="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 264 > 25 [result] Failed to update python311Packages.googleapis-common-protos 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.imutils, using log file: /var/log/nixpkgs-update/python311Packages.imutils/2024-02-25.log python311Packages.imutils 0 -> 1 attrpath: python311Packages.imutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/vvigmj0gkxkc0dhr3zk5qy8ch2m46p5s-packages.json.drv building '/nix/store/vvigmj0gkxkc0dhr3zk5qy8ch2m46p5s-packages.json.drv'... Going to be running update for following packages: - python3.11-imutils-0.5.4 Press Enter key to continue... Running update for: - python3.11-imutils-0.5.4: UPDATING ... - python3.11-imutils-0.5.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.imutils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hydrawiser, using log file: /var/log/nixpkgs-update/python311Packages.hydrawiser/2024-02-25.log python311Packages.hydrawiser 0 -> 1 attrpath: python311Packages.hydrawiser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/28cvaph0xdpm5pzgdzqvx9j586f1glkz-packages.json.drv building '/nix/store/28cvaph0xdpm5pzgdzqvx9j586f1glkz-packages.json.drv'... Going to be running update for following packages: - python3.11-hydrawiser-0.2 Press Enter key to continue... Running update for: - python3.11-hydrawiser-0.2: UPDATING ... - python3.11-hydrawiser-0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hydrawiser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-footnote, using log file: /var/log/nixpkgs-update/python311Packages.mdformat-footnote/2024-02-25.log python311Packages.mdformat-footnote 0 -> 1 attrpath: python311Packages.mdformat-footnote Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/1d6px31fqjwi1crgjn9myr8q6v2ndd1y-packages.json.drv building '/nix/store/1d6px31fqjwi1crgjn9myr8q6v2ndd1y-packages.json.drv'... Going to be running update for following packages: - python3.11-mdformat-footnote-0.1.1 Press Enter key to continue... Running update for: - python3.11-mdformat-footnote-0.1.1: UPDATING ... - python3.11-mdformat-footnote-0.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mdformat-footnote 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/ngmx7d9sjsn44ixmx62k19cyhh1nql9r-packages.json.drv building '/nix/store/ngmx7d9sjsn44ixmx62k19cyhh1nql9r-packages.json.drv'... 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 seamly2d, using log file: /var/log/nixpkgs-update/seamly2d/2024-02-25.log seamly2d 2022-08-15.0339 -> 2024.2.19.147 https://github.com/FashionFreedom/Seamly2D/releases attrpath: seamly2d 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/seamly2d/default.nix b/pkgs/applications/graphics/seamly2d/default.nix index bd8316b953f0..d2abefc36f50 100644 --- a/pkgs/applications/graphics/seamly2d/default.nix +++ b/pkgs/applications/graphics/seamly2d/default.nix @@ -7,13 +7,13 @@ let in stdenv.mkDerivation rec { pname = "seamly2d"; - version = "2022-08-15.0339"; + version = "2024.2.19.147"; src = fetchFromGitHub { owner = "FashionFreedom"; repo = "Seamly2D"; rev = "v${version}"; - sha256 = "13jxkg84jfz8g52zwhh5jvi23wryzkavwbsfalzr9m04blj5xnik"; + sha256 = "sha256-b9UNpMt14c6no6jRDt4rZxYonPjz/il5An7TdW1RAk4="; }; buildInputs = [ [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 seamly2d nix build failed. Reading /build/source/src/libs/ifc/ifc.pro Project MESSAGE: Entering ifc.pro Project MESSAGE: Release mode: V_NO_ASSERT V_NO_DEBUG defined Project MESSAGE: Release mode: no compiler warnings Reading /build/source/src/libs/vobj/vobj.pro Project MESSAGE: Entering vobj.pro Project MESSAGE: Release mode: V_NO_ASSERT V_NO_DEBUG defined Project MESSAGE: Release mode: no compiler warnings Reading /build/source/src/libs/vdxf/vdxf.pro Project MESSAGE: Entering vdxf.pro Project MESSAGE: Release mode: V_NO_ASSERT V_NO_DEBUG defined Project MESSAGE: Release mode: no compiler warnings Project MESSAGE: warnings.pri: Qt version: /nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/mkspecs/linux-g++ Reading /build/source/src/libs/vlayout/vlayout.pro Project MESSAGE: Entering vlayout.pro Project MESSAGE: Release mode: V_NO_ASSERT V_NO_DEBUG defined Project MESSAGE: Release mode: no compiler warnings Reading /build/source/src/libs/vgeometry/vgeometry.pro Project MESSAGE: Entering vgeometry.pro Project MESSAGE: Release mode: V_NO_ASSERT V_NO_DEBUG defined Project MESSAGE: Release mode: no compiler warnings Reading /build/source/src/libs/vpatterndb/vpatterndb.pro Project MESSAGE: Entering vpatterndb.pro Project MESSAGE: Release mode: V_NO_ASSERT V_NO_DEBUG defined Project MESSAGE: Release mode: no compiler warnings Reading /build/source/src/libs/vmisc/vmisc.pro Project MESSAGE: Entering vmisc.pro Project MESSAGE: Release mode: V_NO_ASSERT V_NO_DEBUG defined Project MESSAGE: Release mode: no compiler warnings Project ERROR: Unknown module(s) in QT: multimedia [result] Failed to update seamly2d 2022-08-15.0339 -> 2024.2.19.147 https://github.com/FashionFreedom/Seamly2D/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 zi, using log file: /var/log/nixpkgs-update/zi/2024-02-25.log zi unstable-2022-04-09 -> 1.0.3 https://github.com/z-shell/zi/releases attrpath: zi Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update zi unstable-2022-04-09 -> 1.0.3 https://github.com/z-shell/zi/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.thermopro-ble, using log file: /var/log/nixpkgs-update/python311Packages.thermopro-ble/2024-02-25.log python311Packages.thermopro-ble 0 -> 1 attrpath: python311Packages.thermopro-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] this derivation will be built: /nix/store/mlhb3ddrp1l33n53sfhfapjidjdgw56j-packages.json.drv building '/nix/store/mlhb3ddrp1l33n53sfhfapjidjdgw56j-packages.json.drv'... Going to be running update for following packages: - python3.11-thermopro-ble-0.10.0 Press Enter key to continue... Running update for: - python3.11-thermopro-ble-0.10.0: UPDATING ... - python3.11-thermopro-ble-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.thermopro-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.lima, using log file: /var/log/nixpkgs-update/python311Packages.lima/2024-02-25.log python311Packages.lima 0 -> 1 attrpath: python311Packages.lima Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/yyan86af4pxrzrlh04v0zgrhln2iiimi-packages.json.drv building '/nix/store/yyan86af4pxrzrlh04v0zgrhln2iiimi-packages.json.drv'... Going to be running update for following packages: - python3.11-lima-0.5 Press Enter key to continue... Running update for: - python3.11-lima-0.5: UPDATING ... - python3.11-lima-0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lima 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libgda, using log file: /var/log/nixpkgs-update/libgda/2024-02-25.log libgda 0 -> 1 attrpath: libgda Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libgda 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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] this derivation will be built: /nix/store/1j6839w1mwp0f26bd0s2i706lqj4j804-packages.json.drv building '/nix/store/1j6839w1mwp0f26bd0s2i706lqj4j804-packages.json.drv'... 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.sensorpro-ble, using log file: /var/log/nixpkgs-update/python311Packages.sensorpro-ble/2024-02-25.log python311Packages.sensorpro-ble 0 -> 1 attrpath: python311Packages.sensorpro-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] this derivation will be built: /nix/store/cyi2bivlx94z59qxv8dng3a96pyfh00k-packages.json.drv building '/nix/store/cyi2bivlx94z59qxv8dng3a96pyfh00k-packages.json.drv'... Going to be running update for following packages: - python3.11-sensorpro-ble-0.5.3 Press Enter key to continue... Running update for: - python3.11-sensorpro-ble-0.5.3: UPDATING ... - python3.11-sensorpro-ble-0.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sensorpro-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.pytest-tap, using log file: /var/log/nixpkgs-update/python311Packages.pytest-tap/2024-02-25.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] this derivation will be built: /nix/store/hyy1345w0b80wjflshszfm5gp1kcwagw-packages.json.drv building '/nix/store/hyy1345w0b80wjflshszfm5gp1kcwagw-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/lpkf5fx8lmxpgqbh49jazwpcw5xb52f5-packages.json.drv building '/nix/store/lpkf5fx8lmxpgqbh49jazwpcw5xb52f5-packages.json.drv'... 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 gstreamer plugins are kept in lockstep. [result] Failed to update python311Packages.sigstore-protobuf-specs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-requests, using log file: /var/log/nixpkgs-update/python311Packages.types-requests/2024-02-25.log python311Packages.types-requests 0 -> 1 attrpath: python311Packages.types-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] this derivation will be built: /nix/store/mj8fcrmzwm4hk9r627p81sqsnnv6z4yy-packages.json.drv building '/nix/store/mj8fcrmzwm4hk9r627p81sqsnnv6z4yy-packages.json.drv'... Going to be running update for following packages: - python3.11-types-requests-2.31.0.20240218 Press Enter key to continue... Running update for: - python3.11-types-requests-2.31.0.20240218: UPDATING ... - python3.11-types-requests-2.31.0.20240218: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-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 python311Packages.qreactor, using log file: /var/log/nixpkgs-update/python311Packages.qreactor/2024-02-25.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] this derivation will be built: /nix/store/cydr71dirs7xi8ig3lsalx00w4vccd5n-packages.json.drv building '/nix/store/cydr71dirs7xi8ig3lsalx00w4vccd5n-packages.json.drv'... 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.help2man, using log file: /var/log/nixpkgs-update/python311Packages.help2man/2024-02-25.log python311Packages.help2man 0 -> 1 attrpath: python311Packages.help2man Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/i1f7hxd2chk7z6hp7n0xn1a6szq0acsv-packages.json.drv building '/nix/store/i1f7hxd2chk7z6hp7n0xn1a6szq0acsv-packages.json.drv'... Going to be running update for following packages: - python3.11-help2man-0.0.9 Press Enter key to continue... Running update for: - python3.11-help2man-0.0.9: UPDATING ... - python3.11-help2man-0.0.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.help2man 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sdds, using log file: /var/log/nixpkgs-update/python311Packages.sdds/2024-02-25.log python311Packages.sdds 0 -> 1 attrpath: python311Packages.sdds Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/qww8s6vh35sqprpq8d726ddc7i0ygng9-packages.json.drv building '/nix/store/qww8s6vh35sqprpq8d726ddc7i0ygng9-packages.json.drv'... Going to be running update for following packages: - python3.11-sdds-0.4.0 Press Enter key to continue... Running update for: - python3.11-sdds-0.4.0: UPDATING ... - python3.11-sdds-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sdds 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.log macs2 2.2.9.1 -> 3.0.1 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] this derivation will be built: /nix/store/rfvjb6nhzrp0lyxg64xhkzc7hh32kvjn-packages.json.drv building '/nix/store/rfvjb6nhzrp0lyxg64xhkzc7hh32kvjn-packages.json.drv'... 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.1 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-25.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 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 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-shrink.cc -fPIC -DPIC -o .libs/ngram-shrink.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/4hwgc013c1hdqf5vxcxbh9wpm4c4dw1w-openfst-1.8.2/include/fst/error-weight.h:22, from /nix/store/4hwgc013c1hdqf5vxcxbh9wpm4c4dw1w-openfst-1.8.2/include/fst/arc.h:30, from ./../include/ngram/ngram-context.h:28, from ngram-context.cc:18: /nix/store/4hwgc013c1hdqf5vxcxbh9wpm4c4dw1w-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/4hwgc013c1hdqf5vxcxbh9wpm4c4dw1w-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-25.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] this derivation will be built: /nix/store/bhqpkvlzylxqcfzc7llmv9fpfsfa4hf8-packages.json.drv building '/nix/store/bhqpkvlzylxqcfzc7llmv9fpfsfa4hf8-packages.json.drv'... 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-25.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 this derivation will be built: /nix/store/4l22l9l5a2hrrb4mdp02ww16c50kl8px-packages.json.drv building '/nix/store/4l22l9l5a2hrrb4mdp02ww16c50kl8px-packages.json.drv'... 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-25.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 this derivation will be built: /nix/store/sigw50cpd06jpp2day1vb28vf73vpvpq-packages.json.drv building '/nix/store/sigw50cpd06jpp2day1vb28vf73vpvpq-packages.json.drv'... 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/yvv66ksascjwzg8ncc34rm295isn51gv-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/yvv66ksascjwzg8ncc34rm295isn51gv-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/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep '^[0-9]' + tags='0.9 1.1 10.3' ++ echo '0.9 1.1 10.3' ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-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/y1y3rml47qnh0giqd32mj07qxxqy13qg-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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-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/yvv66ksascjwzg8ncc34rm295isn51gv-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-25.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] this derivation will be built: /nix/store/dlfhnzk9fz3d9n24m7lii8mbdphl40c6-packages.json.drv building '/nix/store/dlfhnzk9fz3d9n24m7lii8mbdphl40c6-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/7h3sks0p09jlh1c2qir1n0d2i5700ssb-packages.json.drv building '/nix/store/7h3sks0p09jlh1c2qir1n0d2i5700ssb-packages.json.drv'... 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 41896 > 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 heartbeat, using log file: /var/log/nixpkgs-update/heartbeat/2024-02-25.log heartbeat 7.17.16 -> 8.12.2 https://github.com/elastic/beats/releases attrpath: heartbeat 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 heartbeat 7.17.16 -> 8.12.2 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 php81Extensions.opentelemetry, using log file: /var/log/nixpkgs-update/php81Extensions.opentelemetry/2024-02-25.log php81Extensions.opentelemetry 0 -> 1 attrpath: php81Extensions.opentelemetry Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/lwqbb3nkai8ghx8qlfb4cm7idqjlh1z0-packages.json.drv building '/nix/store/lwqbb3nkai8ghx8qlfb4cm7idqjlh1z0-packages.json.drv'... Going to be running update for following packages: - php-opentelemetry-1.0.1 Press Enter key to continue... Running update for: - php-opentelemetry-1.0.1: UPDATING ... - php-opentelemetry-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.opentelemetry 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath purescript, using log file: /var/log/nixpkgs-update/purescript/2024-02-25.log purescript 0 -> 1 attrpath: purescript 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/6wdaimanmai2f4mg9f3smz5lk16r5a4q-packages.json.drv building '/nix/store/6wdaimanmai2f4mg9f3smz5lk16r5a4q-packages.json.drv'... Going to be running update for following packages: - purescript-0.15.14 Press Enter key to continue... Running update for: - purescript-0.15.14: UPDATING ... - purescript-0.15.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/compilers/purescript/purescript/default.nix b/pkgs/development/compilers/purescript/purescript/default.nix index 35fdf3d369b1..cbb938b28b96 100644 --- a/pkgs/development/compilers/purescript/purescript/default.nix +++ b/pkgs/development/compilers/purescript/purescript/default.nix @@ -15,7 +15,7 @@ let in stdenv.mkDerivation rec { pname = "purescript"; - version = "0.15.14"; + version = "0.15.15"; # These hashes can be updated automatically by running the ./update.sh script. src = @@ -25,17 +25,17 @@ in stdenv.mkDerivation rec { then fetchurl { url = "https://github.com/${pname}/${pname}/releases/download/v${version}/macos-arm64.tar.gz"; - sha256 = "1sc8ygiha980wbg60bkinvvpdn4bdasq9zffanbxck8msdwxc4zx"; + sha256 = "0bi231z1yhb7kjfn228wjkj6rv9lgpagz9f4djr2wy3kqgck4xg0"; } else fetchurl { url = "https://github.com/${pname}/${pname}/releases/download/v${version}/macos.tar.gz"; - sha256 = "01973wiybblfbgjbqrhr8435y6jk6c94i667nr3zxkxy4np3lv3q"; + sha256 = "178ix54k2yragcgn0j8z1cfa78s1qbh1bsx3v9jnngby8igr6yn3"; }) else fetchurl { url = "https://github.com/${pname}/${pname}/releases/download/v${version}/linux64.tar.gz"; - sha256 = "0i717gb4d21m0pi1k90g5diq3yja1pwlw6ripv0d70jdnd9gsdl9"; + sha256 = "1w4jgjpfhaw3gkx9sna64lq9m030x49w4lwk01ik5ci0933imzj3"; }; An auto update branch exists with message `purescript: 0.15.14 -> 0.15.15`. New version is 0.15.15. An auto update branch exists with an equal or greater version [result] Failed to update purescript 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.log python311Packages.django-phonenumber-field 0 -> 1 attrpath: python311Packages.django-phonenumber-field 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] this derivation will be built: /nix/store/dbxc98chlvvn3w2c6ihbc1ycaxl3p31y-packages.json.drv building '/nix/store/dbxc98chlvvn3w2c6ihbc1ycaxl3p31y-packages.json.drv'... 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.zope-deprecation, using log file: /var/log/nixpkgs-update/python311Packages.zope-deprecation/2024-02-25.log python311Packages.zope-deprecation 0 -> 1 attrpath: python311Packages.zope-deprecation Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/5vb00vcp3jhq4ys9z8v6hvb020yd85mg-packages.json.drv building '/nix/store/5vb00vcp3jhq4ys9z8v6hvb020yd85mg-packages.json.drv'... Going to be running update for following packages: - python3.11-zope-deprecation-5.0 Press Enter key to continue... Running update for: - python3.11-zope-deprecation-5.0: UPDATING ... - python3.11-zope-deprecation-5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zope-deprecation 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.shaperglot, using log file: /var/log/nixpkgs-update/python311Packages.shaperglot/2024-02-25.log python311Packages.shaperglot 0 -> 1 attrpath: python311Packages.shaperglot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/schq05gjsq5jvzqrw2snfflpmiqmyd4c-packages.json.drv building '/nix/store/schq05gjsq5jvzqrw2snfflpmiqmyd4c-packages.json.drv'... Going to be running update for following packages: - python3.11-shaperglot-0.3.1 Press Enter key to continue... Running update for: - python3.11-shaperglot-0.3.1: UPDATING ... - python3.11-shaperglot-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.shaperglot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hasklig, using log file: /var/log/nixpkgs-update/hasklig/2024-02-25.log hasklig 1.1 -> 1.2 https://github.com/i-tu/Hasklig/releases attrpath: hasklig 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/sfabn059vzw6samajnpmnpsjmh84g0g2-source.drv building '/nix/store/sfabn059vzw6samajnpmnpsjmh84g0g2-source.drv'... trying https://github.com/i-tu/Hasklig/releases/download/1.2/Hasklig-1.2.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/sfabn059vzw6samajnpmnpsjmh84g0g2-source.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/i-tu/Hasklig/releases/download/1.2/Hasklig-1.2.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/sfabn059vzw6samajnpmnpsjmh84g0g2-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'hasklig.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/sfabn059vzw6samajnpmnpsjmh84g0g2-source.drv /nix/store/qzjakmpxi905ry1b6rkndxh7p6aagp7i-hasklig-1.2.drv building '/nix/store/sfabn059vzw6samajnpmnpsjmh84g0g2-source.drv'... trying https://github.com/i-tu/Hasklig/releases/download/1.2/Hasklig-1.2.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/sfabn059vzw6samajnpmnpsjmh84g0g2-source.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/i-tu/Hasklig/releases/download/1.2/Hasklig-1.2.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/sfabn059vzw6samajnpmnpsjmh84g0g2-source.drv'. error: 1 dependencies of derivation '/nix/store/qzjakmpxi905ry1b6rkndxh7p6aagp7i-hasklig-1.2.drv' failed to build [result] Failed to update hasklig 1.1 -> 1.2 https://github.com/i-tu/Hasklig/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.pyqrcode, using log file: /var/log/nixpkgs-update/python311Packages.pyqrcode/2024-02-25.log python311Packages.pyqrcode 0 -> 1 attrpath: python311Packages.pyqrcode Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/1yhyy4jz98cwisj1f0bzpl9zwlp37m8j-packages.json.drv building '/nix/store/1yhyy4jz98cwisj1f0bzpl9zwlp37m8j-packages.json.drv'... Going to be running update for following packages: - python3.11-PyQRCode-1.2.1 Press Enter key to continue... Running update for: - python3.11-PyQRCode-1.2.1: UPDATING ... - python3.11-PyQRCode-1.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyqrcode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.hipsparse, using log file: /var/log/nixpkgs-update/rocmPackages.hipsparse/2024-02-25.log rocmPackages.hipsparse 0 -> 1 attrpath: rocmPackages.hipsparse Checking auto update branch... [version] [version] skipping because derivation has 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 these 2 derivations will be built: /nix/store/f93knhd743hvwd4ip3i4j0l7p40ilnhf-update.sh.drv /nix/store/c148f094pdwckfawn3jxjas68p02rhdw-packages.json.drv building '/nix/store/f93knhd743hvwd4ip3i4j0l7p40ilnhf-update.sh.drv'... building '/nix/store/c148f094pdwckfawn3jxjas68p02rhdw-packages.json.drv'... Going to be running update for following packages: - hipsparse-5.7.1 Press Enter key to continue... Running update for: - hipsparse-5.7.1: UPDATING ... - hipsparse-5.7.1: ERROR --- SHOWING ERROR LOG FOR hipsparse-5.7.1 ---------------------- 'rocmPackages_5.hipsparse' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.hipsparse'. --- SHOWING ERROR LOG FOR hipsparse-5.7.1 ---------------------- The update script for hipsparse-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.hipsparse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.icecream, using log file: /var/log/nixpkgs-update/python311Packages.icecream/2024-02-25.log python311Packages.icecream 0 -> 1 attrpath: python311Packages.icecream Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/mmmdcyylijqrninbrhm1sqzjs1spfnwl-packages.json.drv building '/nix/store/mmmdcyylijqrninbrhm1sqzjs1spfnwl-packages.json.drv'... Going to be running update for following packages: - python3.11-icecream-2.1.3 Press Enter key to continue... Running update for: - python3.11-icecream-2.1.3: UPDATING ... - python3.11-icecream-2.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.icecream 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/9lnj8kc8hprzd0xc2mwxk9f9jh0ry8m0-packages.json.drv building '/nix/store/9lnj8kc8hprzd0xc2mwxk9f9jh0ry8m0-packages.json.drv'... 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 alephone-durandal, using log file: /var/log/nixpkgs-update/alephone-durandal/2024-02-25.log alephone-durandal 20230119 -> 20240119 https://github.com/Aleph-One-Marathon/alephone/releases attrpath: alephone-durandal 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/al/alephone-durandal/package.nix b/pkgs/by-name/al/alephone-durandal/package.nix index cd7927d69a14..d8376457f644 100644 --- a/pkgs/by-name/al/alephone-durandal/package.nix +++ b/pkgs/by-name/al/alephone-durandal/package.nix @@ -3,13 +3,13 @@ alephone.makeWrapper rec { pname = "durandal"; desktopName = "Marathon-Durandal"; - version = "20230119"; + version = "20240119"; icon = alephone.icons + "/marathon2.png"; zip = fetchurl { url = "https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${version}/Marathon2-${version}-Data.zip"; - sha256 = "sha256-Vbfk5wLgvNEZW2BohMY5mPXaRbNlHxJdWLYTsE8CSwI="; + sha256 = "sha256-Tp9EWMIY0moK6RLIpxB7rMzLOQ7zPfV58oeAyQsTbnM="; }; meta = { [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update alephone-durandal 20230119 -> 20240119 https://github.com/Aleph-One-Marathon/alephone/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.mdtraj, using log file: /var/log/nixpkgs-update/python311Packages.mdtraj/2024-02-25.log python311Packages.mdtraj 0 -> 1 attrpath: python311Packages.mdtraj 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/sf5dgkw95jzk9ixyfxwfgj71j9h39l2i-packages.json.drv building '/nix/store/sf5dgkw95jzk9ixyfxwfgj71j9h39l2i-packages.json.drv'... Going to be running update for following packages: - python3.11-mdtraj-1.9.9 Press Enter key to continue... Running update for: - python3.11-mdtraj-1.9.9: UPDATING ... - python3.11-mdtraj-1.9.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mdtraj 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lazy-loader, using log file: /var/log/nixpkgs-update/python311Packages.lazy-loader/2024-02-25.log python311Packages.lazy-loader 0 -> 1 attrpath: python311Packages.lazy-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] this derivation will be built: /nix/store/x72xh83rn6xq4ykr84gl8hx4b1bgx63i-packages.json.drv building '/nix/store/x72xh83rn6xq4ykr84gl8hx4b1bgx63i-packages.json.drv'... Going to be running update for following packages: - python3.11-lazy-loader-0.3 Press Enter key to continue... Running update for: - python3.11-lazy-loader-0.3: UPDATING ... - python3.11-lazy-loader-0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lazy-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.awesome-slugify, using log file: /var/log/nixpkgs-update/python311Packages.awesome-slugify/2024-02-25.log python311Packages.awesome-slugify 0 -> 1 attrpath: python311Packages.awesome-slugify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ac0ygm4zvy8qjz1y5nmf0ab24x9j6hpa-packages.json.drv building '/nix/store/ac0ygm4zvy8qjz1y5nmf0ab24x9j6hpa-packages.json.drv'... Going to be running update for following packages: - python3.11-awesome-slugify-1.6.5 Press Enter key to continue... Running update for: - python3.11-awesome-slugify-1.6.5: UPDATING ... - python3.11-awesome-slugify-1.6.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.awesome-slugify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.shapely, using log file: /var/log/nixpkgs-update/python311Packages.shapely/2024-02-25.log python311Packages.shapely 0 -> 1 attrpath: python311Packages.shapely Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/5aa8qhy2p3bq04j1l1dk7hfh7mfdc3f1-packages.json.drv building '/nix/store/5aa8qhy2p3bq04j1l1dk7hfh7mfdc3f1-packages.json.drv'... Going to be running update for following packages: - python3.11-shapely-2.0.2 Press Enter key to continue... Running update for: - python3.11-shapely-2.0.2: UPDATING ... - python3.11-shapely-2.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/shapely/default.nix b/pkgs/development/python-modules/shapely/default.nix index 7f87ddf6befa..822cab758328 100644 --- a/pkgs/development/python-modules/shapely/default.nix +++ b/pkgs/development/python-modules/shapely/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "shapely"; - version = "2.0.2"; + version = "2.0.3"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-FxPMBMFxuv/Fslm6hTHFiswqMBcHt/Ah2IoV7QkGSec="; + hash = "sha256-TWXQqnkQr3Hvpy/WRH4CqOXdRNqBqYPenXNtbmzL5nQ="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 66 > 25 [result] Failed to update python311Packages.shapely 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/g1r2vwr6bk5iqf50qnyznszkg4jl32x8-packages.json.drv building '/nix/store/g1r2vwr6bk5iqf50qnyznszkg4jl32x8-packages.json.drv'... Going to be running update for following packages: - python3.11-google-ai-generativelanguage-0.5.3 Press Enter key to continue... Running update for: - python3.11-google-ai-generativelanguage-0.5.3: UPDATING ... - python3.11-google-ai-generativelanguage-0.5.3: 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 For attrpath python311Packages.pybars3, using log file: /var/log/nixpkgs-update/python311Packages.pybars3/2024-02-25.log python311Packages.pybars3 0 -> 1 attrpath: python311Packages.pybars3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/3b70ahhcc4wy0y4hhkzz55z2v96dv248-packages.json.drv building '/nix/store/3b70ahhcc4wy0y4hhkzz55z2v96dv248-packages.json.drv'... Going to be running update for following packages: - python3.11-pybars3-0.9.7 Press Enter key to continue... Running update for: - python3.11-pybars3-0.9.7: UPDATING ... - python3.11-pybars3-0.9.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pybars3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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] this derivation will be built: /nix/store/pgz835xypcgq7534jpp3pnp1imd9abz8-packages.json.drv building '/nix/store/pgz835xypcgq7534jpp3pnp1imd9abz8-packages.json.drv'... 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.django, using log file: /var/log/nixpkgs-update/python311Packages.django/2024-02-25.log python311Packages.django 0 -> 1 attrpath: python311Packages.django Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/zn3w25q3gapfn2iq7dnvb9dmrf6qc6jm-packages.json.drv building '/nix/store/zn3w25q3gapfn2iq7dnvb9dmrf6qc6jm-packages.json.drv'... Going to be running update for following packages: - python3.11-Django-4.2.10 Press Enter key to continue... Running update for: - python3.11-Django-4.2.10: UPDATING ... - python3.11-Django-4.2.10: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/django/4.nix b/pkgs/development/python-modules/django/4.nix index 365a775c11a6..8526836365ec 100644 --- a/pkgs/development/python-modules/django/4.nix +++ b/pkgs/development/python-modules/django/4.nix @@ -42,14 +42,14 @@ buildPythonPackage rec { pname = "Django"; - version = "4.2.10"; + version = "5.0.2"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-sSYO04GxChF1PHNERAjhmGnzJB/EXJhc1VowF3x4nRM="; + hash = "sha256-tbsdEbJRil+RNyooLyRmL1j2Z0lmawooarBXAp9ygIA="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 2848 > 25 [result] Failed to update python311Packages.django 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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/zd1a9i36yqs6bfamfqa3hbxf7a2si2vq-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 crossplane-cli, using log file: /var/log/nixpkgs-update/crossplane-cli/2024-02-25.log crossplane-cli 0 -> 1 attrpath: crossplane-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/x1dcip5c8k9l9l2m05y654fba2368b5r-packages.json.drv building '/nix/store/x1dcip5c8k9l9l2m05y654fba2368b5r-packages.json.drv'... Going to be running update for following packages: - crossplane-cli-1.15.0 Press Enter key to continue... Running update for: - crossplane-cli-1.15.0: UPDATING ... - crossplane-cli-1.15.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/cr/crossplane-cli/package.nix b/pkgs/by-name/cr/crossplane-cli/package.nix index b2ee0084115f..a29a1b1f2a55 100644 --- a/pkgs/by-name/cr/crossplane-cli/package.nix +++ b/pkgs/by-name/cr/crossplane-cli/package.nix @@ -8,16 +8,16 @@ buildGoModule rec { pname = "crossplane-cli"; - version = "1.15.0"; + version = "1.14.6"; src = fetchFromGitHub { owner = "crossplane"; repo = "crossplane"; rev = "v${version}"; - hash = "sha256-VwnKTeCfCgKlgh+6QO2J4r1ImAq0zlxFFdhTtC95bs0="; + hash = "sha256-sgjNmAO81AyocBsU/aMQ6jiNm/qwDWbLsWBkdT5YrIA="; }; - vendorHash = "sha256-+e3NuSCvUgZANDB9LsvlQn3h9+L1NeQeURKDZd21reo="; + vendorHash = "sha256-hoK9cUCvrZOpUS3gjuuzhNKyPkZFGZxjP1POq9iWsXg="; ldflags = [ "-s" No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/8y5p764x1qisnjkjdx712i2p1cg12ija-crossplane-cli-1.14.6" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • crossplane-cli
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 crossplane-cli is: Utility to make using Crossplane easier meta.homepage for crossplane-cli is: https://www.crossplane.io/ meta.changelog for crossplane-cli is: https://github.com/crossplane/crossplane/releases/tag/v1.14.6 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/crossplane/crossplane/releases/tag/v1.14.6) - [Compare changes on GitHub](https://github.com/crossplane/crossplane/compare/v1.15.0...v1.14.6) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.14.6 with grep in /nix/store/8y5p764x1qisnjkjdx712i2p1cg12ija-crossplane-cli-1.14.6 - found 1.14.6 in filename of file in /nix/store/8y5p764x1qisnjkjdx712i2p1cg12ija-crossplane-cli-1.14.6 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath crossplane-cli ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/8y5p764x1qisnjkjdx712i2p1cg12ija-crossplane-cli-1.14.6 \ --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 crossplane-cli https://github.com/r-ryantm/nixpkgs/archive/2d15e0eae14283c9e4ac4dcf29ca83f820131e65.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/2d15e0eae14283c9e4ac4dcf29ca83f820131e65#crossplane-cli ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/8y5p764x1qisnjkjdx712i2p1cg12ija-crossplane-cli-1.14.6 ls -la /nix/store/8y5p764x1qisnjkjdx712i2p1cg12ija-crossplane-cli-1.14.6/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:
  • crossplane-cli
--- ###### Maintainer pings cc @selfuryon 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/291306 [result] Success updating crossplane-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 openimagedenoise, using log file: /var/log/nixpkgs-update/openimagedenoise/2024-02-25.log openimagedenoise 1.4.3 -> 2.2.0 https://github.com/OpenImageDenoise/oidn/releases attrpath: openimagedenoise Checking auto update branch... An auto update branch exists with message `openimagedenoise: 1.4.3 -> 2.2.0`. New version is 2.2.0. An auto update branch exists with an equal or greater version [result] Failed to update openimagedenoise 1.4.3 -> 2.2.0 https://github.com/OpenImageDenoise/oidn/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.monai-deploy, using log file: /var/log/nixpkgs-update/python311Packages.monai-deploy/2024-02-25.log python311Packages.monai-deploy 0 -> 1 attrpath: python311Packages.monai-deploy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/87c8nrbhhlvqbvzsr6i577jxx93qv7df-packages.json.drv building '/nix/store/87c8nrbhhlvqbvzsr6i577jxx93qv7df-packages.json.drv'... Going to be running update for following packages: - python3.11-monai-deploy-0.5.1 Press Enter key to continue... Running update for: - python3.11-monai-deploy-0.5.1: UPDATING ... - python3.11-monai-deploy-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.monai-deploy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.getmac, using log file: /var/log/nixpkgs-update/python311Packages.getmac/2024-02-25.log python311Packages.getmac 0 -> 1 attrpath: python311Packages.getmac Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/4a1cixm4bcq4v3f9a2c67x8gpgnrpsdz-packages.json.drv building '/nix/store/4a1cixm4bcq4v3f9a2c67x8gpgnrpsdz-packages.json.drv'... Going to be running update for following packages: - python3.11-getmac-0.9.4 Press Enter key to continue... Running update for: - python3.11-getmac-0.9.4: UPDATING ... - python3.11-getmac-0.9.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.getmac 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath acd-cli, using log file: /var/log/nixpkgs-update/acd-cli/2024-02-25.log acd-cli 0 -> 1 attrpath: acd-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] this derivation will be built: /nix/store/42lhnhlkxgq4r26594sfhv0h8xnhsqpx-packages.json.drv building '/nix/store/42lhnhlkxgq4r26594sfhv0h8xnhsqpx-packages.json.drv'... Going to be running update for following packages: - acd_cli-0.3.2 Press Enter key to continue... Running update for: - acd_cli-0.3.2: UPDATING ... - acd_cli-0.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update acd-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 aws-google-auth, using log file: /var/log/nixpkgs-update/aws-google-auth/2024-02-25.log aws-google-auth 0 -> 1 attrpath: aws-google-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] this derivation will be built: /nix/store/k9vcigk7rccnxysa4fvqj40fq74isbic-packages.json.drv building '/nix/store/k9vcigk7rccnxysa4fvqj40fq74isbic-packages.json.drv'... Going to be running update for following packages: - aws-google-auth-0.0.38 Press Enter key to continue... Running update for: - aws-google-auth-0.0.38: UPDATING ... - aws-google-auth-0.0.38: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aws-google-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 soundconverter, using log file: /var/log/nixpkgs-update/soundconverter/2024-02-25.log soundconverter 0 -> 1 attrpath: soundconverter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/cx4bc251dd6qp3nx6z8906a4j847wdbm-packages.json.drv building '/nix/store/cx4bc251dd6qp3nx6z8906a4j847wdbm-packages.json.drv'... Going to be running update for following packages: - soundconverter-4.0.3 Press Enter key to continue... Running update for: - soundconverter-4.0.3: UPDATING ... - soundconverter-4.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update soundconverter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath catppuccin-gtk, using log file: /var/log/nixpkgs-update/catppuccin-gtk/2024-02-25.log catppuccin-gtk 0 -> 1 attrpath: catppuccin-gtk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/95r8mb1mb4l1bkpqlj168zhfsckz8q0c-packages.json.drv building '/nix/store/95r8mb1mb4l1bkpqlj168zhfsckz8q0c-packages.json.drv'... Going to be running update for following packages: - catppuccin-gtk-0.7.1 Press Enter key to continue... Running update for: - catppuccin-gtk-0.7.1: UPDATING ... - catppuccin-gtk-0.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update catppuccin-gtk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/3indxzs5sycs1mrg9y2wd5fd0glmnss4-packages.json.drv building '/nix/store/3indxzs5sycs1mrg9y2wd5fd0glmnss4-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/mfshxp8vlc68y2p5d2lb3kvr7062zcj3-packages.json.drv building '/nix/store/mfshxp8vlc68y2p5d2lb3kvr7062zcj3-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/k3crisiaiymx41jz3cwwd83g6dk873nr-packages.json.drv building '/nix/store/k3crisiaiymx41jz3cwwd83g6dk873nr-packages.json.drv'... 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.dash, using log file: /var/log/nixpkgs-update/python311Packages.dash/2024-02-25.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] this derivation will be built: /nix/store/qj0hyv1z3jh43faf6ibnmgvdblgvwj8y-packages.json.drv building '/nix/store/qj0hyv1z3jh43faf6ibnmgvdblgvwj8y-packages.json.drv'... 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 python311Packages.cu2qu, using log file: /var/log/nixpkgs-update/python311Packages.cu2qu/2024-02-25.log python311Packages.cu2qu 0 -> 1 attrpath: python311Packages.cu2qu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/5sm9yqppv687y0bn1jc4fqkyvpbj5w59-packages.json.drv building '/nix/store/5sm9yqppv687y0bn1jc4fqkyvpbj5w59-packages.json.drv'... Going to be running update for following packages: - python3.11-cu2qu-1.6.7.post2 Press Enter key to continue... Running update for: - python3.11-cu2qu-1.6.7.post2: UPDATING ... - python3.11-cu2qu-1.6.7.post2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cu2qu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tzupdate, using log file: /var/log/nixpkgs-update/tzupdate/2024-02-25.log tzupdate 0 -> 1 attrpath: tzupdate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/pqbgsn4f8q4fvsvjw92jcdrrmp1dnyvk-packages.json.drv building '/nix/store/pqbgsn4f8q4fvsvjw92jcdrrmp1dnyvk-packages.json.drv'... Going to be running update for following packages: - tzupdate-2.1.0 Press Enter key to continue... Running update for: - tzupdate-2.1.0: UPDATING ... - tzupdate-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tzupdate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath whisper-ctranslate2, using log file: /var/log/nixpkgs-update/whisper-ctranslate2/2024-02-25.log whisper-ctranslate2 0 -> 1 attrpath: whisper-ctranslate2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/3nrw7133cp7h2n2nqdq7g7vgmwvisf1f-packages.json.drv building '/nix/store/3nrw7133cp7h2n2nqdq7g7vgmwvisf1f-packages.json.drv'... Going to be running update for following packages: - whisper-ctranslate2-0.3.9 Press Enter key to continue... Running update for: - whisper-ctranslate2-0.3.9: UPDATING ... - whisper-ctranslate2-0.3.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/audio/whisper-ctranslate2/default.nix b/pkgs/tools/audio/whisper-ctranslate2/default.nix index a380eda1fe6a..7fd2959a9a79 100644 --- a/pkgs/tools/audio/whisper-ctranslate2/default.nix +++ b/pkgs/tools/audio/whisper-ctranslate2/default.nix @@ -5,7 +5,7 @@ }: let pname = "whisper-ctranslate2"; - version = "0.3.9"; + version = "0.4.1"; in python3.pkgs.buildPythonApplication { inherit pname version; @@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication { owner = "Softcatala"; repo = "whisper-ctranslate2"; rev = version; - hash = "sha256-dm8LPcAVxEvhFDEkZcFXFZLfEZTtKzTqBqWKfXbXn5Q="; + hash = "sha256-kFln/AqKjnEK5L9hOqGpyoRjNG+dagBIGrmq2C+OZOY="; }; propagatedBuildInputs = with python3.pkgs; [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/snnsql5qwbq4wf7rj4fmdz58c3cgdkym-whisper-ctranslate2-0.4.1" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • whisper-ctranslate2
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 whisper-ctranslate2 is: Whisper command line client compatible with original OpenAI client based on CTranslate2 meta.homepage for whisper-ctranslate2 is: https://github.com/Softcatala/whisper-ctranslate2 meta.changelog for whisper-ctranslate2 is: https://github.com/Softcatala/whisper-ctranslate2/releases/tag/0.4.1 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Compare changes on GitHub](https://github.com/Softcatala/whisper-ctranslate2/compare/0.3.9...0.4.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.4.1 with grep in /nix/store/snnsql5qwbq4wf7rj4fmdz58c3cgdkym-whisper-ctranslate2-0.4.1 - found 0.4.1 in filename of file in /nix/store/snnsql5qwbq4wf7rj4fmdz58c3cgdkym-whisper-ctranslate2-0.4.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath whisper-ctranslate2 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/snnsql5qwbq4wf7rj4fmdz58c3cgdkym-whisper-ctranslate2-0.4.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 whisper-ctranslate2 https://github.com/r-ryantm/nixpkgs/archive/8c5aa406973bf43c080f20cabff430757a6d54d2.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/8c5aa406973bf43c080f20cabff430757a6d54d2#whisper-ctranslate2 ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/snnsql5qwbq4wf7rj4fmdz58c3cgdkym-whisper-ctranslate2-0.4.1 ls -la /nix/store/snnsql5qwbq4wf7rj4fmdz58c3cgdkym-whisper-ctranslate2-0.4.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)
1 package built:
  • whisper-ctranslate2
--- ###### Maintainer pings cc @happysalada 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/291310 [result] Success updating whisper-ctranslate2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aws-lambda-builders, using log file: /var/log/nixpkgs-update/python311Packages.aws-lambda-builders/2024-02-25.log python311Packages.aws-lambda-builders 0 -> 1 attrpath: python311Packages.aws-lambda-builders Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/6b7sbzain49dl1x4gdnif3nxg9c8labl-packages.json.drv building '/nix/store/6b7sbzain49dl1x4gdnif3nxg9c8labl-packages.json.drv'... Going to be running update for following packages: - python3.11-aws-lambda-builders-1.45.0 Press Enter key to continue... Running update for: - python3.11-aws-lambda-builders-1.45.0: UPDATING ... - python3.11-aws-lambda-builders-1.45.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aws-lambda-builders/default.nix b/pkgs/development/python-modules/aws-lambda-builders/default.nix index e944cccb5be0..b6c4a85323c9 100644 --- a/pkgs/development/python-modules/aws-lambda-builders/default.nix +++ b/pkgs/development/python-modules/aws-lambda-builders/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "aws-lambda-builders"; - version = "1.45.0"; + version = "1.46.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "awslabs"; repo = "aws-lambda-builders"; rev = "refs/tags/v${version}"; - hash = "sha256-TmU7neEnHaRuGNzK9VuXUiEayBLZaPqjrnPLvBOQj5g="; + hash = "sha256-FU8vBMpCQlfvERvq/BadsIU5XwR1ok7I9+UsOkevMkU="; }; 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 python311Packages.aws-lambda-builders nix build failed. @functools.wraps(func) def wrapper(self, *args, **kwargs): # pylint: disable=too-many-statements valid_paths = {} invalid_paths = {} validation_errors = [] # NOTE: we need to access binaries to get paths and resolvers, before validating. for binary, binary_checker in self.binaries.items(): invalid_paths[binary] = [] try: exec_paths = ( binary_checker.resolver.exec_paths if not binary_checker.path_provided else binary_checker.binary_path ) except ValueError as ex: > raise WorkflowFailedError(workflow_name=self.NAME, action_name="Resolver", reason=str(ex)) E aws_lambda_builders.exceptions.WorkflowFailedError: DotnetCliPackageBuilder:Resolver - No dotnet cli executable found! aws_lambda_builders/workflow.py:83: WorkflowFailedError =========================== short test summary info ============================ FAILED tests/integration/workflows/dotnet_clipackage/test_dotnet.py::TestDotnet::test_with_custom_runtime_0_dotnet6 - aws_lambda_builders.exceptions.WorkflowFailedError: DotnetCliPackageBuilder... FAILED tests/integration/workflows/dotnet_clipackage/test_dotnet.py::TestDotnet::test_with_custom_runtime_1_dotnet8 - aws_lambda_builders.exceptions.WorkflowFailedError: DotnetCliPackageBuilder... FAILED tests/integration/workflows/dotnet_clipackage/test_dotnet.py::TestDotnet::test_with_defaults_file_0_dotnet6 - aws_lambda_builders.exceptions.WorkflowFailedError: DotnetCliPackageBuilder... FAILED tests/integration/workflows/dotnet_clipackage/test_dotnet.py::TestDotnet::test_with_defaults_file_1_dotnet8 - aws_lambda_builders.exceptions.WorkflowFailedError: DotnetCliPackageBuilder... FAILED tests/integration/workflows/dotnet_clipackage/test_dotnet.py::TestDotnet::test_with_defaults_file_arm64_0_dotnet6 - aws_lambda_builders.exceptions.WorkflowFailedError: DotnetCliPackageBuilder... FAILED tests/integration/workflows/dotnet_clipackage/test_dotnet.py::TestDotnet::test_with_defaults_file_arm64_1_dotnet8 - aws_lambda_builders.exceptions.WorkflowFailedError: DotnetCliPackageBuilder... FAILED tests/integration/workflows/dotnet_clipackage/test_dotnet.py::TestDotnet::test_with_defaults_file_x86_0_dotnet6 - aws_lambda_builders.exceptions.WorkflowFailedError: DotnetCliPackageBuilder... FAILED tests/integration/workflows/dotnet_clipackage/test_dotnet.py::TestDotnet::test_with_defaults_file_x86_1_dotnet8 - aws_lambda_builders.exceptions.WorkflowFailedError: DotnetCliPackageBuilder... ================ 8 failed, 656 passed, 384 deselected in 5.04s ================= /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.aws-lambda-builders 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-stubs-ext, using log file: /var/log/nixpkgs-update/python311Packages.django-stubs-ext/2024-02-25.log python311Packages.django-stubs-ext 0 -> 1 attrpath: python311Packages.django-stubs-ext Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/nz69lsmjawaag3i65yhyhgs8xvcj0kaq-packages.json.drv building '/nix/store/nz69lsmjawaag3i65yhyhgs8xvcj0kaq-packages.json.drv'... Going to be running update for following packages: - python3.11-django-stubs-ext-4.2.7 Press Enter key to continue... Running update for: - python3.11-django-stubs-ext-4.2.7: UPDATING ... - python3.11-django-stubs-ext-4.2.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-stubs-ext 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath chrome-gnome-shell, using log file: /var/log/nixpkgs-update/chrome-gnome-shell/2024-02-25.log chrome-gnome-shell 0 -> 1 attrpath: chrome-gnome-shell Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update chrome-gnome-shell 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.ghex, using log file: /var/log/nixpkgs-update/gnome.ghex/2024-02-25.log gnome.ghex 0 -> 1 attrpath: gnome.ghex Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.ghex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath boxes, using log file: /var/log/nixpkgs-update/boxes/2024-02-25.log boxes 1.3 -> 2.3.0 https://github.com/ascii-boxes/boxes/releases attrpath: boxes 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/text/boxes/default.nix b/pkgs/tools/text/boxes/default.nix index 5340c5eccff9..ba42fa13380f 100644 --- a/pkgs/tools/text/boxes/default.nix +++ b/pkgs/tools/text/boxes/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "boxes"; - version = "1.3"; + version = "2.3.0"; src = fetchFromGitHub { owner = "ascii-boxes"; repo = "boxes"; rev = "v${version}"; - sha256 = "0b12rsynrmkldlwcb62drk33kk0aqwbj10mq5y5x3hjf626gjwsi"; + sha256 = "sha256-/gc/5vDflmEwOtQbtLwRcchyr22rLQcWqs5GrwRxY70="; }; # Building instructions: [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 boxes nix build failed. @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile') build flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash CC=cc | For compilation info please refer to the boxes compilation FAQ | at https://boxes.thomasjensen.com/faq.html#q5 mkdir out sed -e 's/--BVERSION--/2.3.0/; s/--GLOBALCONF--/\/nix\/store\/bsnqa9dh4i8x9la1fckwwq74m1p6akf1-boxes-2.3.0\/share\/boxes\/boxes-config/' src/boxes.in.h > out/boxes.h sed -e 's/--BVERSION--/2.3.0/; s/--GLOBALCONF--/\/nix\/store\/bsnqa9dh4i8x9la1fckwwq74m1p6akf1-boxes-2.3.0\/share\/boxes\/boxes-config/' doc/boxes.1.in > doc/boxes.1 make -C src BOXES_PLATFORM=unix LEX=flex YACC=bison build make[1]: Entering directory '/build/source/src' echo parser.o lex.yy.o bxstring.o cmdline.o detect.o discovery.o generate.o input.o list.o parsecode.o parsing.o query.o regulex.o remove.o shape.o tools.o unicode.o > ../out/modules.txt make -C ../out -f ../src/Makefile BOXES_PLATFORM=unix ALL_OBJ="parser.o lex.yy.o boxes.o bxstring.o cmdline.o detect.o discovery.o generate.o input.o list.o parsecode.o parsing.o query.o regulex.o remove.o shape.o tools.o unicode.o" STRIP=true \ CFLAGS_ADDTL="-O " flags_unix boxes make[2]: Entering directory '/build/source/out' echo parser.o lex.yy.o bxstring.o cmdline.o detect.o discovery.o generate.o input.o list.o parsecode.o parsing.o query.o regulex.o remove.o shape.o tools.o unicode.o > ../out/modules.txt flex --header-file=lex.yy.h ../src/lexer.l bison -Wall --verbose --defines=parser.h -o parser.c ../src/parser.y cc -I. -I../src -Wall -W -O -c -o parser.o parser.c In file included from ../src/parser.y:22, from parser.c:91: boxes.h:30:10: fatal error: unitypes.h: No such file or directory 30 | #include  | ^~~~~~~~~~~~ compilation terminated. make[2]: *** [: parser.o] Error 1 make[2]: Leaving directory '/build/source/out' make[1]: *** [Makefile:49: build] Error 2 make[1]: Leaving directory '/build/source/src' make: *** [Makefile:77: build] Error 2 [result] Failed to update boxes 1.3 -> 2.3.0 https://github.com/ascii-boxes/boxes/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 persepolis, using log file: /var/log/nixpkgs-update/persepolis/2024-02-25.log persepolis 0 -> 1 attrpath: persepolis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/74r6vda6h44ndxcpig0q7m5zbjkn5akl-packages.json.drv building '/nix/store/74r6vda6h44ndxcpig0q7m5zbjkn5akl-packages.json.drv'... Going to be running update for following packages: - persepolis-3.2.0 Press Enter key to continue... Running update for: - persepolis-3.2.0: UPDATING ... - persepolis-3.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/networking/persepolis/default.nix b/pkgs/tools/networking/persepolis/default.nix index 35727c13e694..efc7bb10dc31 100644 --- a/pkgs/tools/networking/persepolis/default.nix +++ b/pkgs/tools/networking/persepolis/default.nix @@ -18,13 +18,13 @@ buildPythonApplication rec { pname = "persepolis"; - version = "3.2.0"; + version = "4.0.0"; src = fetchFromGitHub { owner = "persepolisdm"; repo = "persepolis"; - rev = version; - sha256 = "1rh7q432ynbysapsd075nif975ync71icpb71x2mb4j8jx1vzs45"; + rev = "refs/tags/${version}"; + sha256 = "sha256-2S6s/tWhI9RBFA26jkwxYTGeaok8S8zv/bY+Zr8TOak="; }; # see: https://github.com/persepolisdm/persepolis/blob/3.2.0/setup.py#L130 An auto update branch exists with message `persepolis: 3.2.0 -> 4.0.0`. New version is 4.0.0. An auto update branch exists with an equal or greater version [result] Failed to update persepolis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ptest, using log file: /var/log/nixpkgs-update/python311Packages.ptest/2024-02-25.log python311Packages.ptest 0 -> 1 attrpath: python311Packages.ptest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/gjq0mlfnaz50sdab2gzsrz5m4gxxr12y-packages.json.drv building '/nix/store/gjq0mlfnaz50sdab2gzsrz5m4gxxr12y-packages.json.drv'... Going to be running update for following packages: - python3.11-ptest-1.7.4 Press Enter key to continue... Running update for: - python3.11-ptest-1.7.4: UPDATING ... - python3.11-ptest-1.7.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ptest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.PyICU, using log file: /var/log/nixpkgs-update/python311Packages.PyICU/2024-02-25.log python311Packages.PyICU 0 -> 1 attrpath: python311Packages.PyICU Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/z2drnw1s5z6cw6gf749mh5bwv0682f9g-packages.json.drv building '/nix/store/z2drnw1s5z6cw6gf749mh5bwv0682f9g-packages.json.drv'... Going to be running update for following packages: - python3.11-pyicu-2.12 Press Enter key to continue... Running update for: - python3.11-pyicu-2.12: UPDATING ... - python3.11-pyicu-2.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.PyICU 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-benedict, using log file: /var/log/nixpkgs-update/python311Packages.python-benedict/2024-02-25.log python311Packages.python-benedict 0 -> 1 attrpath: python311Packages.python-benedict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/hiblfr2s2bry2fq6f4d6bjwx1svryr2q-packages.json.drv building '/nix/store/hiblfr2s2bry2fq6f4d6bjwx1svryr2q-packages.json.drv'... Going to be running update for following packages: - python3.11-python-benedict-0.33.1 Press Enter key to continue... Running update for: - python3.11-python-benedict-0.33.1: UPDATING ... - python3.11-python-benedict-0.33.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-benedict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath networkd-notify, using log file: /var/log/nixpkgs-update/networkd-notify/2024-02-25.log networkd-notify 0 -> 1 attrpath: networkd-notify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/6vmjgwm7mwsbnrlzr12hl9cm3qxjbw8n-packages.json.drv building '/nix/store/6vmjgwm7mwsbnrlzr12hl9cm3qxjbw8n-packages.json.drv'... Going to be running update for following packages: - networkd-notify-unstable-2022-11-29 Press Enter key to continue... Running update for: - networkd-notify-unstable-2022-11-29: UPDATING ... - networkd-notify-unstable-2022-11-29: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update networkd-notify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.entrypoint2, using log file: /var/log/nixpkgs-update/python311Packages.entrypoint2/2024-02-25.log python311Packages.entrypoint2 0 -> 1 attrpath: python311Packages.entrypoint2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/cr3sgpbkkm3xy595k4mcfdkyazk9n6zn-packages.json.drv building '/nix/store/cr3sgpbkkm3xy595k4mcfdkyazk9n6zn-packages.json.drv'... Going to be running update for following packages: - python3.11-entrypoint2-1.1 Press Enter key to continue... Running update for: - python3.11-entrypoint2-1.1: UPDATING ... - python3.11-entrypoint2-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.entrypoint2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsass, using log file: /var/log/nixpkgs-update/libsass/2024-02-25.log libsass 3.6.5 -> 3.6.6 https://repology.org/project/libsass/versions attrpath: libsass Checking auto update branch... No auto update branch exists Old version 3.6.5" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , autoreconfHook , testers # for passthru.tests , gtk3 , gtk4 , sassc }: stdenv.mkDerivation (finalAttrs: { pname = "libsass"; version = "3.6.6"; # also check sassc for updates src = fetchFromGitHub { owner = "sass"; repo = finalAttrs.pname; rev = finalAttrs.version; hash = "sha256-FkLL3OAJXDptRQY6ZkYbss2pcc40f/wasIvEIyHRQFo="; # Remove unicode file names which leads to different checksums on HFS+ # vs. other filesystems because of unicode normalisation. postFetch = '' rm -r $out/test/e2e/unicode-pwd ''; }; preConfigure = '' export LIBSASS_VERSION=${finalAttrs.version} ''; nativeBuildInputs = [ autoreconfHook ]; passthru.tests = { inherit gtk3 gtk4 sassc; pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; }; meta = with lib; { description = "A C/C++ implementation of a Sass compiler"; homepage = "https://github.com/sass/libsass"; license = licenses.mit; maintainers = with maintainers; [ codyopel offline ]; pkgConfigModules = [ "libsass" ]; platforms = platforms.unix; }; }) [result] Failed to update libsass 3.6.5 -> 3.6.6 https://repology.org/project/libsass/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jenkinsapi, using log file: /var/log/nixpkgs-update/python311Packages.jenkinsapi/2024-02-25.log python311Packages.jenkinsapi 0 -> 1 attrpath: python311Packages.jenkinsapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ivbz7mx6pa64a8ff4xb8rz43ajwm72w9-packages.json.drv building '/nix/store/ivbz7mx6pa64a8ff4xb8rz43ajwm72w9-packages.json.drv'... Going to be running update for following packages: - python3.11-jenkinsapi-0.3.13 Press Enter key to continue... Running update for: - python3.11-jenkinsapi-0.3.13: UPDATING ... - python3.11-jenkinsapi-0.3.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jenkinsapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-sql, using log file: /var/log/nixpkgs-update/python311Packages.python-sql/2024-02-25.log python311Packages.python-sql 0 -> 1 attrpath: python311Packages.python-sql Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/p08ncnq3dvx4653ihjxj6qlqnm8ndwn1-packages.json.drv building '/nix/store/p08ncnq3dvx4653ihjxj6qlqnm8ndwn1-packages.json.drv'... Going to be running update for following packages: - python3.11-python-sql-1.4.3 Press Enter key to continue... Running update for: - python3.11-python-sql-1.4.3: UPDATING ... - python3.11-python-sql-1.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-sql 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hue-cli, using log file: /var/log/nixpkgs-update/hue-cli/2024-02-25.log hue-cli 0 -> 1 attrpath: hue-cli 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 hue-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 terra-station, using log file: /var/log/nixpkgs-update/terra-station/2024-02-25.log terra-station 1.2.0 -> 7.1.0 https://github.com/terra-money/station-desktop/releases attrpath: terra-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/f464ja6pksc7jjdca136aaif380vrlym-Terra.Station_7.1.0_amd64.deb.drv building '/nix/store/f464ja6pksc7jjdca136aaif380vrlym-Terra.Station_7.1.0_amd64.deb.drv'... trying https://github.com/terra-money/station-desktop/releases/download/v7.1.0/Terra.Station_7.1.0_amd64.deb % 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 Terra.Station_7.1.0_amd64.deb from any mirror error: builder for '/nix/store/f464ja6pksc7jjdca136aaif380vrlym-Terra.Station_7.1.0_amd64.deb.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/terra-money/station-desktop/releases/download/v7.1.0/Terra.Station_7.1.0_amd64.deb > % 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 Terra.Station_7.1.0_amd64.deb from any mirror For full logs, run 'nix log /nix/store/f464ja6pksc7jjdca136aaif380vrlym-Terra.Station_7.1.0_amd64.deb.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'terra-station.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/f464ja6pksc7jjdca136aaif380vrlym-Terra.Station_7.1.0_amd64.deb.drv /nix/store/p5yrjyq4fjnswmxn35dhbmmmkz8zhmld-terra-station-7.1.0.drv building '/nix/store/f464ja6pksc7jjdca136aaif380vrlym-Terra.Station_7.1.0_amd64.deb.drv'... trying https://github.com/terra-money/station-desktop/releases/download/v7.1.0/Terra.Station_7.1.0_amd64.deb % 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 Terra.Station_7.1.0_amd64.deb from any mirror error: builder for '/nix/store/f464ja6pksc7jjdca136aaif380vrlym-Terra.Station_7.1.0_amd64.deb.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/terra-money/station-desktop/releases/download/v7.1.0/Terra.Station_7.1.0_amd64.deb > % 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 Terra.Station_7.1.0_amd64.deb from any mirror For full logs, run 'nix log /nix/store/f464ja6pksc7jjdca136aaif380vrlym-Terra.Station_7.1.0_amd64.deb.drv'. error: 1 dependencies of derivation '/nix/store/p5yrjyq4fjnswmxn35dhbmmmkz8zhmld-terra-station-7.1.0.drv' failed to build [result] Failed to update terra-station 1.2.0 -> 7.1.0 https://github.com/terra-money/station-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.asgi-logger, using log file: /var/log/nixpkgs-update/python311Packages.asgi-logger/2024-02-25.log python311Packages.asgi-logger 0 -> 1 attrpath: python311Packages.asgi-logger Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/akyqyni8d9d0qqyrpxi9mpafr8pyi4lx-packages.json.drv building '/nix/store/akyqyni8d9d0qqyrpxi9mpafr8pyi4lx-packages.json.drv'... Going to be running update for following packages: - python3.11-asgi-logger-0.1.0 Press Enter key to continue... Running update for: - python3.11-asgi-logger-0.1.0: UPDATING ... - python3.11-asgi-logger-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asgi-logger 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-pglocks, using log file: /var/log/nixpkgs-update/python311Packages.django-pglocks/2024-02-25.log python311Packages.django-pglocks 0 -> 1 attrpath: python311Packages.django-pglocks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/qwjss9yjfmivzkfk2ymhnh43x5bvi3kq-packages.json.drv building '/nix/store/qwjss9yjfmivzkfk2ymhnh43x5bvi3kq-packages.json.drv'... Going to be running update for following packages: - python3.11-django-pglocks-1.0.4 Press Enter key to continue... Running update for: - python3.11-django-pglocks-1.0.4: UPDATING ... - python3.11-django-pglocks-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-pglocks 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.chat-downloader, using log file: /var/log/nixpkgs-update/python311Packages.chat-downloader/2024-02-25.log python311Packages.chat-downloader 0 -> 1 attrpath: python311Packages.chat-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] this derivation will be built: /nix/store/j8yl1sk6q5a20fvcvv176fmyzz9sajk6-packages.json.drv building '/nix/store/j8yl1sk6q5a20fvcvv176fmyzz9sajk6-packages.json.drv'... Going to be running update for following packages: - python3.11-chat-downloader-0.2.8 Press Enter key to continue... Running update for: - python3.11-chat-downloader-0.2.8: UPDATING ... - python3.11-chat-downloader-0.2.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.chat-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 gnome2.pangomm, using log file: /var/log/nixpkgs-update/gnome2.pangomm/2024-02-25.log gnome2.pangomm 0 -> 1 attrpath: gnome2.pangomm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/3261cdi3kgvn6yd9spqfmzk6cqd38ra8-packages.json.drv building '/nix/store/3261cdi3kgvn6yd9spqfmzk6cqd38ra8-packages.json.drv'... Going to be running update for following packages: - pangomm-2.46.4 Press Enter key to continue... Running update for: - pangomm-2.46.4: UPDATING ... - pangomm-2.46.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gnome2.pangomm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath platform-folders, using log file: /var/log/nixpkgs-update/platform-folders/2024-02-25.log platform-folders 0 -> 1 attrpath: platform-folders Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/p1hni45mvp2l8xhp55d5cd0caxdn1j0k-packages.json.drv building '/nix/store/p1hni45mvp2l8xhp55d5cd0caxdn1j0k-packages.json.drv'... Going to be running update for following packages: - platform-folders-4.2.0 Press Enter key to continue... Running update for: - platform-folders-4.2.0: UPDATING ... - platform-folders-4.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update platform-folders 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nose, using log file: /var/log/nixpkgs-update/python311Packages.nose/2024-02-25.log python311Packages.nose 0 -> 1 attrpath: python311Packages.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] this derivation will be built: /nix/store/nja60lzn7h3mhyn0m8d3cnz6sh2b666j-packages.json.drv building '/nix/store/nja60lzn7h3mhyn0m8d3cnz6sh2b666j-packages.json.drv'... Going to be running update for following packages: - python3.11-nose-1.3.7 Press Enter key to continue... Running update for: - python3.11-nose-1.3.7: UPDATING ... - python3.11-nose-1.3.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.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 linien-gui, using log file: /var/log/nixpkgs-update/linien-gui/2024-02-25.log linien-gui 0 -> 1 attrpath: linien-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] this derivation will be built: /nix/store/a60hjaa5p6gqvirchcs2lcw9jdlli0zg-packages.json.drv building '/nix/store/a60hjaa5p6gqvirchcs2lcw9jdlli0zg-packages.json.drv'... Going to be running update for following packages: - linien-gui-1.0.1 Press Enter key to continue... Running update for: - linien-gui-1.0.1: UPDATING ... - linien-gui-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update linien-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.pydmd, using log file: /var/log/nixpkgs-update/python311Packages.pydmd/2024-02-25.log python311Packages.pydmd 0 -> 1 attrpath: python311Packages.pydmd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/hdl4hz03xc97x17q96dl42avyhgcikdq-packages.json.drv building '/nix/store/hdl4hz03xc97x17q96dl42avyhgcikdq-packages.json.drv'... Going to be running update for following packages: - python3.11-pydmd-0.4.0.post2302 Press Enter key to continue... Running update for: - python3.11-pydmd-0.4.0.post2302: UPDATING ... - python3.11-pydmd-0.4.0.post2302: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydmd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiolifx-effects, using log file: /var/log/nixpkgs-update/python311Packages.aiolifx-effects/2024-02-25.log python311Packages.aiolifx-effects 0 -> 1 attrpath: python311Packages.aiolifx-effects Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/43zcmfzkjr4c9vrg9cbs3ijf719cw86p-packages.json.drv building '/nix/store/43zcmfzkjr4c9vrg9cbs3ijf719cw86p-packages.json.drv'... Going to be running update for following packages: - python3.11-aiolifx-effects-0.3.2 Press Enter key to continue... Running update for: - python3.11-aiolifx-effects-0.3.2: UPDATING ... - python3.11-aiolifx-effects-0.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiolifx-effects 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.smbus-cffi, using log file: /var/log/nixpkgs-update/python311Packages.smbus-cffi/2024-02-25.log python311Packages.smbus-cffi 0 -> 1 attrpath: python311Packages.smbus-cffi 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/bi0cqxfcjx28q1grhrzffa8yj4zbs876-packages.json.drv building '/nix/store/bi0cqxfcjx28q1grhrzffa8yj4zbs876-packages.json.drv'... Going to be running update for following packages: - python3.11-smbus-cffi-0.5.1 Press Enter key to continue... Running update for: - python3.11-smbus-cffi-0.5.1: UPDATING ... - python3.11-smbus-cffi-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.smbus-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 meilisearch, using log file: /var/log/nixpkgs-update/meilisearch/2024-02-25.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/381k83jm1wnrnllg8215ihkdrjizimyh-packages.json.drv building '/nix/store/381k83jm1wnrnllg8215ihkdrjizimyh-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 msldapdump, using log file: /var/log/nixpkgs-update/msldapdump/2024-02-25.log msldapdump 0 -> 1 attrpath: msldapdump Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/3bwkb0vpcl43ngpdi9lrbrzz74sbvdzl-packages.json.drv building '/nix/store/3bwkb0vpcl43ngpdi9lrbrzz74sbvdzl-packages.json.drv'... Going to be running update for following packages: - msldapdump-unstable-2023-06-12 Press Enter key to continue... Running update for: - msldapdump-unstable-2023-06-12: UPDATING ... - msldapdump-unstable-2023-06-12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update msldapdump 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.intervaltree, using log file: /var/log/nixpkgs-update/python311Packages.intervaltree/2024-02-25.log python311Packages.intervaltree 0 -> 1 attrpath: python311Packages.intervaltree Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/bi0a8870zjvlc6xxq9xn9szyv5vbcwm4-packages.json.drv building '/nix/store/bi0a8870zjvlc6xxq9xn9szyv5vbcwm4-packages.json.drv'... Going to be running update for following packages: - python3.11-intervaltree-3.1.0 Press Enter key to continue... Running update for: - python3.11-intervaltree-3.1.0: UPDATING ... - python3.11-intervaltree-3.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.intervaltree 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nbconvert, using log file: /var/log/nixpkgs-update/python311Packages.nbconvert/2024-02-25.log python311Packages.nbconvert 0 -> 1 attrpath: python311Packages.nbconvert 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/6if5rh6hvhkmm9vigmz0f7q8975lwk10-packages.json.drv building '/nix/store/6if5rh6hvhkmm9vigmz0f7q8975lwk10-packages.json.drv'... Going to be running update for following packages: - python3.11-nbconvert-7.16.0 Press Enter key to continue... Running update for: - python3.11-nbconvert-7.16.0: UPDATING ... - python3.11-nbconvert-7.16.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/nbconvert/default.nix b/pkgs/development/python-modules/nbconvert/default.nix index 27d977173e3e..8897d75a893f 100644 --- a/pkgs/development/python-modules/nbconvert/default.nix +++ b/pkgs/development/python-modules/nbconvert/default.nix @@ -33,14 +33,14 @@ let }; in buildPythonPackage rec { pname = "nbconvert"; - version = "7.16.0"; + version = "7.16.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-gT5lU3ljYkia5XLjm6G/+XhTYZL7UY4QgmsOjK3wPsg="; + hash = "sha256-555qB09Juj7SlCjthkh79RUJ2aq2E72FIqwI9tKP1/0="; }; # Add $out/share/jupyter to the list of paths that are used to search for No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 147 > 25 [result] Failed to update python311Packages.nbconvert 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sphinxext-opengraph, using log file: /var/log/nixpkgs-update/python311Packages.sphinxext-opengraph/2024-02-25.log python311Packages.sphinxext-opengraph 0 -> 1 attrpath: python311Packages.sphinxext-opengraph Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/cs36yc223jgdxghans30fb106na8yvlx-packages.json.drv building '/nix/store/cs36yc223jgdxghans30fb106na8yvlx-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxext-opengraph-0.9.1 Press Enter key to continue... Running update for: - python3.11-sphinxext-opengraph-0.9.1: UPDATING ... - python3.11-sphinxext-opengraph-0.9.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinxext-opengraph 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flyingsquid, using log file: /var/log/nixpkgs-update/python311Packages.flyingsquid/2024-02-25.log python311Packages.flyingsquid 0 -> 1 attrpath: python311Packages.flyingsquid Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/jwjyd04g12n9wm3qr8hh88718ci96bkh-packages.json.drv building '/nix/store/jwjyd04g12n9wm3qr8hh88718ci96bkh-packages.json.drv'... Going to be running update for following packages: - python3.11-flyingsquid-0.0.0a0 Press Enter key to continue... Running update for: - python3.11-flyingsquid-0.0.0a0: UPDATING ... - python3.11-flyingsquid-0.0.0a0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flyingsquid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cronsim, using log file: /var/log/nixpkgs-update/python311Packages.cronsim/2024-02-25.log python311Packages.cronsim 0 -> 1 attrpath: python311Packages.cronsim Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/5x39mlzhrpph7ai2v2rwj91hkgfs3h2a-packages.json.drv building '/nix/store/5x39mlzhrpph7ai2v2rwj91hkgfs3h2a-packages.json.drv'... Going to be running update for following packages: - python3.11-cronsim-2.5 Press Enter key to continue... Running update for: - python3.11-cronsim-2.5: UPDATING ... - python3.11-cronsim-2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cronsim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tempora, using log file: /var/log/nixpkgs-update/python311Packages.tempora/2024-02-25.log python311Packages.tempora 0 -> 1 attrpath: python311Packages.tempora Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/nq5djv9vd3pcw3qdhd0ldggfxwz6qgpg-packages.json.drv building '/nix/store/nq5djv9vd3pcw3qdhd0ldggfxwz6qgpg-packages.json.drv'... Going to be running update for following packages: - python3.11-tempora-5.5.0 Press Enter key to continue... Running update for: - python3.11-tempora-5.5.0: UPDATING ... - python3.11-tempora-5.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tempora/default.nix b/pkgs/development/python-modules/tempora/default.nix index 591cf9e3555f..1d2bdbaba8fa 100644 --- a/pkgs/development/python-modules/tempora/default.nix +++ b/pkgs/development/python-modules/tempora/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "tempora"; - version = "5.5.0"; + version = "5.5.1"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-E+T8yZfQUJwzBtaEHwPpOBt+Xkayvr+ukVGvkAhfDCY="; + hash = "sha256-ortR4hIZdtkxNHs+QzkXw2S4P91fZO8nM2yGW/H7D3U="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 113 > 25 [result] Failed to update python311Packages.tempora 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.symengine, using log file: /var/log/nixpkgs-update/python311Packages.symengine/2024-02-25.log python311Packages.symengine 0 -> 1 attrpath: python311Packages.symengine Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/lshhcazyqapf7yip6h5x4zlgrmlymhvb-packages.json.drv building '/nix/store/lshhcazyqapf7yip6h5x4zlgrmlymhvb-packages.json.drv'... Going to be running update for following packages: - python3.11-symengine-0.11.0 Press Enter key to continue... Running update for: - python3.11-symengine-0.11.0: UPDATING ... - python3.11-symengine-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.symengine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jsonschema, using log file: /var/log/nixpkgs-update/python311Packages.jsonschema/2024-02-25.log python311Packages.jsonschema 0 -> 1 attrpath: python311Packages.jsonschema Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/dvq3z3k8mrj8mqj5dzri03advqn0fmac-packages.json.drv building '/nix/store/dvq3z3k8mrj8mqj5dzri03advqn0fmac-packages.json.drv'... Going to be running update for following packages: - python3.11-jsonschema-4.20.0 Press Enter key to continue... Running update for: - python3.11-jsonschema-4.20.0: UPDATING ... - python3.11-jsonschema-4.20.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jsonschema/default.nix b/pkgs/development/python-modules/jsonschema/default.nix index 10074463f80a..ff391d56e6d8 100644 --- a/pkgs/development/python-modules/jsonschema/default.nix +++ b/pkgs/development/python-modules/jsonschema/default.nix @@ -28,14 +28,14 @@ buildPythonPackage rec { pname = "jsonschema"; - version = "4.20.0"; + version = "4.21.1"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-T2FP1G2NYSWGEJmJl3Q+xUkqZIszz0eMHdwj7UWYpfo="; + hash = "sha256-hXJ8ACefX6a+2+YjjSqmQDvt2LSGSrESB9B988wbLuU="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 4478 > 25 [result] Failed to update python311Packages.jsonschema 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mysql_jdbc, using log file: /var/log/nixpkgs-update/mysql_jdbc/2024-02-25.log mysql_jdbc 0 -> 1 attrpath: mysql_jdbc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/w8nni0vsli910wvldmzrfjp8hp65bdis-packages.json.drv building '/nix/store/w8nni0vsli910wvldmzrfjp8hp65bdis-packages.json.drv'... Going to be running update for following packages: - mysql-connector-java-8.3.0 Press Enter key to continue... Running update for: - mysql-connector-java-8.3.0: UPDATING ... - mysql-connector-java-8.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mysql_jdbc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-allauth, using log file: /var/log/nixpkgs-update/python311Packages.django-allauth/2024-02-25.log python311Packages.django-allauth 0 -> 1 attrpath: python311Packages.django-allauth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/4a49wdhjw64jpz0cpmlz7fxj230nap4p-packages.json.drv building '/nix/store/4a49wdhjw64jpz0cpmlz7fxj230nap4p-packages.json.drv'... Going to be running update for following packages: - python3.11-django-allauth-0.60.0 Press Enter key to continue... Running update for: - python3.11-django-allauth-0.60.0: UPDATING ... - python3.11-django-allauth-0.60.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-allauth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ib-controller, using log file: /var/log/nixpkgs-update/ib-controller/2024-02-25.log ib-controller 2.14.0 -> 3.4.0 https://github.com/ib-controller/ib-controller/releases attrpath: ib-controller 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/ib/controller/default.nix b/pkgs/applications/office/ib/controller/default.nix index 6df00fc174ed..2a1f5079ab8a 100644 --- a/pkgs/applications/office/ib/controller/default.nix +++ b/pkgs/applications/office/ib/controller/default.nix @@ -1,14 +1,14 @@ { lib, stdenv, fetchFromGitHub, unzip, jdk, ib-tws, xpra }: stdenv.mkDerivation rec { - version = "2.14.0"; + version = "3.4.0"; pname = "ib-controller"; src = fetchFromGitHub { owner = "ib-controller"; repo = "ib-controller"; rev = version; - sha256 = "sha256-R175CKb3uErjBNe73HEFMI+bNmmuH2nWGraCSh5bXwc="; + sha256 = "sha256-OeyuCBQKQdwu/QGjd+92g34Vyiwq/Dc1NkcFLfylQrQ="; }; nativeBuildInputs = [ unzip ]; [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 ib-controller Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . ib-controller Standard output: error: Package ‘oraclejdk-8u281’ in /var/cache/nixpkgs-update/worker/worktree/ib-controller/pkgs/development/compilers/oraclejdk/jdk-linux-base.nix:70 has an unfree license (‘unfree’), refusing to evaluate. a) To temporarily allow unfree packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_UNFREE=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.allowUnfree = true; } in configuration.nix to override this. Alternatively you can configure a predicate to allow specific packages: { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "oraclejdk-8u281" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnfree = true; } to ~/.config/nixpkgs/config.nix. (use '--show-trace' to show detailed location information) [result] Failed to update ib-controller 2.14.0 -> 3.4.0 https://github.com/ib-controller/ib-controller/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.matchbox, using log file: /var/log/nixpkgs-update/terraform-providers.matchbox/2024-02-25.log terraform-providers.matchbox 0 -> 1 attrpath: terraform-providers.matchbox Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.matchbox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.okta, using log file: /var/log/nixpkgs-update/python311Packages.okta/2024-02-25.log python311Packages.okta 0 -> 1 attrpath: python311Packages.okta Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/wgqps9x2i7xrmpcxpq7csmsyq2bmn66x-packages.json.drv building '/nix/store/wgqps9x2i7xrmpcxpq7csmsyq2bmn66x-packages.json.drv'... Going to be running update for following packages: - python3.11-okta-2.9.5 Press Enter key to continue... Running update for: - python3.11-okta-2.9.5: UPDATING ... - python3.11-okta-2.9.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.okta 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-tecla, using log file: /var/log/nixpkgs-update/gnome-tecla/2024-02-25.log gnome-tecla 0 -> 1 attrpath: gnome-tecla Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome-tecla 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ipu6-camera-hal, using log file: /var/log/nixpkgs-update/ipu6-camera-hal/2024-02-25.log ipu6-camera-hal unstable-2023-09-25 -> 1.0.0-adlp-mr6 https://github.com/intel/ipu6-camera-hal/releases attrpath: ipu6-camera-hal Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update ipu6-camera-hal unstable-2023-09-25 -> 1.0.0-adlp-mr6 https://github.com/intel/ipu6-camera-hal/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 libxmlxx3, using log file: /var/log/nixpkgs-update/libxmlxx3/2024-02-25.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] this derivation will be built: /nix/store/3qc8lp204iapp3l25jplp9mv9q20dpsh-packages.json.drv building '/nix/store/3qc8lp204iapp3l25jplp9mv9q20dpsh-packages.json.drv'... 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.withings-api, using log file: /var/log/nixpkgs-update/python311Packages.withings-api/2024-02-25.log python311Packages.withings-api 0 -> 1 attrpath: python311Packages.withings-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] this derivation will be built: /nix/store/7r69cjicnj3v66ml81sr52jnl4n94hg8-packages.json.drv building '/nix/store/7r69cjicnj3v66ml81sr52jnl4n94hg8-packages.json.drv'... Going to be running update for following packages: - python3.11-withings-api-2.4.0 Press Enter key to continue... Running update for: - python3.11-withings-api-2.4.0: UPDATING ... - python3.11-withings-api-2.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.withings-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.whodap, using log file: /var/log/nixpkgs-update/python311Packages.whodap/2024-02-25.log python311Packages.whodap 0 -> 1 attrpath: python311Packages.whodap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/rwrwbrrd1gkd511sjfka8w1vsbiqla1r-packages.json.drv building '/nix/store/rwrwbrrd1gkd511sjfka8w1vsbiqla1r-packages.json.drv'... Going to be running update for following packages: - python3.11-whodap-0.1.12 Press Enter key to continue... Running update for: - python3.11-whodap-0.1.12: UPDATING ... - python3.11-whodap-0.1.12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.whodap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.georss-client, using log file: /var/log/nixpkgs-update/python311Packages.georss-client/2024-02-25.log python311Packages.georss-client 0 -> 1 attrpath: python311Packages.georss-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] this derivation will be built: /nix/store/g9qpianm1bnsh13i6ay08nj0k3838bns-packages.json.drv building '/nix/store/g9qpianm1bnsh13i6ay08nj0k3838bns-packages.json.drv'... Going to be running update for following packages: - python3.11-georss-client-0.17 Press Enter key to continue... Running update for: - python3.11-georss-client-0.17: UPDATING ... - python3.11-georss-client-0.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.georss-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 esbuild_netlify, using log file: /var/log/nixpkgs-update/esbuild_netlify/2024-02-25.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 libgit2_1_6, using log file: /var/log/nixpkgs-update/libgit2_1_6/2024-02-25.log libgit2_1_6 1.6.5 -> 1.7.2 https://github.com/libgit2/libgit2/releases attrpath: libgit2_1_6 Checking auto update branch... No auto update branch exists Version in attr path libgit2_1_6 not compatible with 1.7.2 [result] Failed to update libgit2_1_6 1.6.5 -> 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 hatch, using log file: /var/log/nixpkgs-update/hatch/2024-02-25.log hatch 0 -> 1 attrpath: hatch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/lzq9bnrcjk5arx3hcbjffxlcqbm7znmg-packages.json.drv building '/nix/store/lzq9bnrcjk5arx3hcbjffxlcqbm7znmg-packages.json.drv'... Going to be running update for following packages: - hatch-1.9.0 Press Enter key to continue... Running update for: - hatch-1.9.0: UPDATING ... - hatch-1.9.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/hatch/default.nix b/pkgs/development/tools/hatch/default.nix index 2e967097d065..cbf45a1699d3 100644 --- a/pkgs/development/tools/hatch/default.nix +++ b/pkgs/development/tools/hatch/default.nix @@ -8,12 +8,12 @@ python3.pkgs.buildPythonApplication rec { pname = "hatch"; - version = "1.9.0"; + version = "1.9.3"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-4ealEeFS7HzU26vE9Pahh0hwvUnJfRfTkLkjLdpoXOM="; + hash = "sha256-ZyAX40nFSPipV6X+6aovjPwsiplDBzeORahCeXK9+Nk="; }; nativeBuildInputs = with python3.pkgs; [ An auto update branch exists with message `hatch: 1.9.0 -> 1.9.3`. New version is 1.9.3. An auto update branch exists with an equal or greater version [result] Failed to update hatch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cbor-diag, using log file: /var/log/nixpkgs-update/cbor-diag/2024-02-25.log cbor-diag 0 -> 1 attrpath: cbor-diag 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 cbor-diag 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tox-node, using log file: /var/log/nixpkgs-update/tox-node/2024-02-25.log tox-node 0 -> 1 attrpath: tox-node 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/84zraz1csmc6b1h9jqmr6g9yixhrzcwd-packages.json.drv building '/nix/store/84zraz1csmc6b1h9jqmr6g9yixhrzcwd-packages.json.drv'... Going to be running update for following packages: - tox-node-0.2.0 Press Enter key to continue... Running update for: - tox-node-0.2.0: UPDATING ... - tox-node-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tox-node 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libinotify-kqueue, using log file: /var/log/nixpkgs-update/libinotify-kqueue/2024-02-25.log libinotify-kqueue 20180201 -> 20211018 https://github.com/libinotify-kqueue/libinotify-kqueue/releases attrpath: libinotify-kqueue 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/libinotify-kqueue/default.nix b/pkgs/development/libraries/libinotify-kqueue/default.nix index d01407b43d0f..dd93bddc0dd9 100644 --- a/pkgs/development/libraries/libinotify-kqueue/default.nix +++ b/pkgs/development/libraries/libinotify-kqueue/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "libinotify-kqueue"; - version = "20180201"; + version = "20211018"; src = fetchFromGitHub { owner = "libinotify-kqueue"; repo = "libinotify-kqueue"; rev = version; - sha256 = "sha256-9A5s8rPGlRv3KbxOukk0VB2IQrDxVjklO5RB+IA1cDY="; + sha256 = "sha256-SUbtjH6WsCfVOJEDx1hNmGwb4Ps/V9F5f9CMr1irQAI="; }; nativeBuildInputs = [ autoreconfHook ]; [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update libinotify-kqueue 20180201 -> 20211018 https://github.com/libinotify-kqueue/libinotify-kqueue/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 gcr, using log file: /var/log/nixpkgs-update/gcr/2024-02-25.log gcr 0 -> 1 attrpath: gcr Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gcr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cram, using log file: /var/log/nixpkgs-update/python311Packages.cram/2024-02-25.log python311Packages.cram 0 -> 1 attrpath: python311Packages.cram Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/wr4vigk47mdmhsy8v4dvqpkyk0r6vnfj-packages.json.drv building '/nix/store/wr4vigk47mdmhsy8v4dvqpkyk0r6vnfj-packages.json.drv'... Going to be running update for following packages: - python3.11-cram-0.7 Press Enter key to continue... Running update for: - python3.11-cram-0.7: UPDATING ... - python3.11-cram-0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cram 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydantic-settings, using log file: /var/log/nixpkgs-update/python311Packages.pydantic-settings/2024-02-25.log python311Packages.pydantic-settings 0 -> 1 attrpath: python311Packages.pydantic-settings Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/62xhcx16q99s38r27b3a336li78hld8l-packages.json.drv building '/nix/store/62xhcx16q99s38r27b3a336li78hld8l-packages.json.drv'... Going to be running update for following packages: - python3.11-pydantic-settings-2.1.0 Press Enter key to continue... Running update for: - python3.11-pydantic-settings-2.1.0: UPDATING ... - python3.11-pydantic-settings-2.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pydantic-settings/default.nix b/pkgs/development/python-modules/pydantic-settings/default.nix index 000f0dd52a17..250c1b875630 100644 --- a/pkgs/development/python-modules/pydantic-settings/default.nix +++ b/pkgs/development/python-modules/pydantic-settings/default.nix @@ -12,7 +12,7 @@ let self = buildPythonPackage rec { pname = "pydantic-settings"; - version = "2.1.0"; + version = "2.2.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -20,8 +20,8 @@ let self = buildPythonPackage rec { src = fetchFromGitHub { owner = "pydantic"; repo = "pydantic-settings"; - rev = "v${version}"; - hash = "sha256-hU7u/AzaqCHKSUDHybsgXTW8IWi9hzBttPYDmMqdZbI="; + rev = "refs/tags/v${version}"; + hash = "sha256-4o8LlIFVizoxb484lVT67e24jhtUl49otr1lX/2zZ4M="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 2103 > 25 [result] Failed to update python311Packages.pydantic-settings 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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] this derivation will be built: /nix/store/3ikw72s71ig024p1fyb9a3p4zjbzxlvb-packages.json.drv building '/nix/store/3ikw72s71ig024p1fyb9a3p4zjbzxlvb-packages.json.drv'... 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. Executing pypaBuildPhase 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.2.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 5.1.0 - phonenumbers not installed - pillow~=9.5.0 not satisfied by version 10.2.0 - psycopg2-binary not installed - 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.1 - uvicorn==0.17.6 not satisfied by version 0.27.1 [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.robotsuite, using log file: /var/log/nixpkgs-update/python311Packages.robotsuite/2024-02-25.log python311Packages.robotsuite 0 -> 1 attrpath: python311Packages.robotsuite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/afavhvqq6zvai52y5kb1i92a44wgk0z0-packages.json.drv building '/nix/store/afavhvqq6zvai52y5kb1i92a44wgk0z0-packages.json.drv'... Going to be running update for following packages: - python3.11-robotsuite-2.3.2 Press Enter key to continue... Running update for: - python3.11-robotsuite-2.3.2: UPDATING ... - python3.11-robotsuite-2.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.robotsuite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/cbn1m0h6lnbp4zbjy94p9hfzqxh1cxql-packages.json.drv building '/nix/store/cbn1m0h6lnbp4zbjy94p9hfzqxh1cxql-packages.json.drv'... 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 cni-plugin-flannel, using log file: /var/log/nixpkgs-update/cni-plugin-flannel/2024-02-25.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.reuse, using log file: /var/log/nixpkgs-update/python311Packages.reuse/2024-02-25.log python311Packages.reuse 0 -> 1 attrpath: python311Packages.reuse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/rxbqr2501a4nb0rfdvjwir9v5zzii3ns-packages.json.drv building '/nix/store/rxbqr2501a4nb0rfdvjwir9v5zzii3ns-packages.json.drv'... Going to be running update for following packages: - python3.11-reuse-3.0.1 Press Enter key to continue... Running update for: - python3.11-reuse-3.0.1: UPDATING ... - python3.11-reuse-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.reuse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.log libplist 2.3.0 -> 2.4.0 https://github.com/libimobiledevice/libplist/releases attrpath: libplist Checking auto update branch... An auto update branch exists with message `libplist: 2.3.0 -> 2.4.0`. New version is 2.4.0. An auto update branch exists with an equal or greater version [result] Failed to update 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 ndi, using log file: /var/log/nixpkgs-update/ndi/2024-02-25.log ndi 0 -> 1 attrpath: ndi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/kscpakhdrc58kq8ks66lck7id7ikn9g9-packages.json.drv building '/nix/store/kscpakhdrc58kq8ks66lck7id7ikn9g9-packages.json.drv'... Going to be running update for following packages: - ndi-5.6.0 Press Enter key to continue... Running update for: - ndi-5.6.0: UPDATING ... - ndi-5.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/ndi/version.json b/pkgs/development/libraries/ndi/version.json index 686abdb2c2b7..14b42fe8ce13 100644 --- a/pkgs/development/libraries/ndi/version.json +++ b/pkgs/development/libraries/ndi/version.json @@ -1 +1 @@ -{"hash": "sha256:4ff4b92f2c5f42d234aa7d142e2de7e9b045c72b46ad5149a459d48efd9218de", "version": "5.6.0"} +{"hash": "sha256:1cfcc32ee26bc2571c5cbf71e81dafc676e3887e5724a89ce508f49e3c5e0572", "version": "5.6.1"} No auto update branch exists [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update ndi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.blackfire, using log file: /var/log/nixpkgs-update/php81Extensions.blackfire/2024-02-25.log php81Extensions.blackfire 0 -> 1 attrpath: php81Extensions.blackfire 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] these 2 derivations will be built: /nix/store/h5g2r6d20bjhgyk74hp4wd2gip56lyyj-update-php-blackfire.drv /nix/store/795f88gnq7g5wssjdg8g8qrqwac71hv5-packages.json.drv building '/nix/store/h5g2r6d20bjhgyk74hp4wd2gip56lyyj-update-php-blackfire.drv'... building '/nix/store/795f88gnq7g5wssjdg8g8qrqwac71hv5-packages.json.drv'... Going to be running update for following packages: - php-blackfire-1.92.10 Press Enter key to continue... Running update for: - php-blackfire-1.92.10: UPDATING ... - php-blackfire-1.92.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.blackfire 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath beets, using log file: /var/log/nixpkgs-update/beets/2024-02-25.log beets 0 -> 1 attrpath: beets Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/fda8pqkji09c8zrgqpkcr63hszl06ab0-packages.json.drv building '/nix/store/fda8pqkji09c8zrgqpkcr63hszl06ab0-packages.json.drv'... Going to be running update for following packages: - beets-1.6.0 Press Enter key to continue... Running update for: - beets-1.6.0: UPDATING ... - beets-1.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update beets 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dwarfdump, using log file: /var/log/nixpkgs-update/dwarfdump/2024-02-25.log dwarfdump 0.9.0 -> 0.9.1 https://github.com/davea42/libdwarf-code/releases attrpath: dwarfdump Checking auto update branch... No auto update branch exists Old version 0.9.0" not present in master derivation file with contents: { lib, stdenv, fetchurl, buildInputs, hash, version, libelf, url, knownVulnerabilities }: stdenv.mkDerivation rec { pname = "libdwarf"; inherit version; src = fetchurl { inherit url hash; }; configureFlags = [ "--enable-shared" "--disable-nonshared" ]; inherit buildInputs; outputs = [ "bin" "lib" "dev" "out" ]; meta = { homepage = "https://github.com/davea42/libdwarf-code"; platforms = lib.platforms.unix; license = lib.licenses.lgpl21Plus; maintainers = [ lib.maintainers.atry ]; inherit knownVulnerabilities; }; } [result] Failed to update dwarfdump 0.9.0 -> 0.9.1 https://github.com/davea42/libdwarf-code/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.pymodbus, using log file: /var/log/nixpkgs-update/python311Packages.pymodbus/2024-02-25.log python311Packages.pymodbus 0 -> 1 attrpath: python311Packages.pymodbus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/xkw3jga3wl8gysb4rlj7fqny11rlx59k-packages.json.drv building '/nix/store/xkw3jga3wl8gysb4rlj7fqny11rlx59k-packages.json.drv'... Going to be running update for following packages: - python3.11-pymodbus-3.6.4 Press Enter key to continue... Running update for: - python3.11-pymodbus-3.6.4: UPDATING ... - python3.11-pymodbus-3.6.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymodbus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-debug-toolbar, using log file: /var/log/nixpkgs-update/python311Packages.django-debug-toolbar/2024-02-25.log python311Packages.django-debug-toolbar 0 -> 1 attrpath: python311Packages.django-debug-toolbar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/92sspq6wqxrpxa4ds8b6vv3aq3zbd4qy-packages.json.drv building '/nix/store/92sspq6wqxrpxa4ds8b6vv3aq3zbd4qy-packages.json.drv'... Going to be running update for following packages: - python3.11-django-debug-toolbar-4.2 Press Enter key to continue... Running update for: - python3.11-django-debug-toolbar-4.2: UPDATING ... - python3.11-django-debug-toolbar-4.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/django-debug-toolbar/default.nix b/pkgs/development/python-modules/django-debug-toolbar/default.nix index a301a2494063..ee1a557b8eb0 100644 --- a/pkgs/development/python-modules/django-debug-toolbar/default.nix +++ b/pkgs/development/python-modules/django-debug-toolbar/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "django-debug-toolbar"; - version = "4.2"; + version = "4.3"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "jazzband"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-hPO2q3V69kpyahav4cgUHz/3WLxXnZYCyWGetyNS+2Q="; + hash = "sha256-8rwEM+YSO9TtkC1UWS4JrzFH+TlGOHzL+WmxNwMJIWQ="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.django-debug-toolbar: 4.2 -> 4.3`. New version is 4.3. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.django-debug-toolbar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.amarna, using log file: /var/log/nixpkgs-update/python311Packages.amarna/2024-02-25.log python311Packages.amarna 0 -> 1 attrpath: python311Packages.amarna Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ahhcs3r3lsiqhkn4y6y8a9v3qdw63323-packages.json.drv building '/nix/store/ahhcs3r3lsiqhkn4y6y8a9v3qdw63323-packages.json.drv'... Going to be running update for following packages: - python3.11-amarna-0.1.5 Press Enter key to continue... Running update for: - python3.11-amarna-0.1.5: UPDATING ... - python3.11-amarna-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.amarna 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.curve25519-donna, using log file: /var/log/nixpkgs-update/python311Packages.curve25519-donna/2024-02-25.log python311Packages.curve25519-donna 0 -> 1 attrpath: python311Packages.curve25519-donna Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/4zl99jvx98jsx2lm7yzwbwjyx26r42ll-packages.json.drv building '/nix/store/4zl99jvx98jsx2lm7yzwbwjyx26r42ll-packages.json.drv'... Going to be running update for following packages: - python3.11-curve25519-donna-1.3 Press Enter key to continue... Running update for: - python3.11-curve25519-donna-1.3: UPDATING ... - python3.11-curve25519-donna-1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.curve25519-donna 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-instrumentation, using log file: /var/log/nixpkgs-update/python311Packages.opentelemetry-instrumentation/2024-02-25.log python311Packages.opentelemetry-instrumentation 0 -> 1 attrpath: python311Packages.opentelemetry-instrumentation Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/4vv62kkx2jvarbrk2jk9204lx0vlw6wx-packages.json.drv building '/nix/store/4vv62kkx2jvarbrk2jk9204lx0vlw6wx-packages.json.drv'... Going to be running update for following packages: - python3.11-opentelemetry-instrumentation-0.43b0 Press Enter key to continue... Running update for: - python3.11-opentelemetry-instrumentation-0.43b0: UPDATING ... - python3.11-opentelemetry-instrumentation-0.43b0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/opentelemetry-instrumentation/default.nix b/pkgs/development/python-modules/opentelemetry-instrumentation/default.nix index f5e76507d3ab..4ee758ea564d 100644 --- a/pkgs/development/python-modules/opentelemetry-instrumentation/default.nix +++ b/pkgs/development/python-modules/opentelemetry-instrumentation/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "opentelemetry-instrumentation"; - version = "0.43b0"; + version = "1.16.0"; disabled = pythonOlder "3.7"; # to avoid breakage, every package in opentelemetry-python-contrib must inherit this version, src, and meta @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "open-telemetry"; repo = "opentelemetry-python-contrib"; rev = "refs/tags/v${version}"; - hash = "sha256-fUyA3cPXAxO506usEWxOUX9xiapc8Ocnbx73LP6ghRE="; + hash = "sha256-6tGQjPBej2zv5yJN0S46le3kyD7q3TELYyDmyxlp5Wo="; }; sourceRoot = "${src.name}/opentelemetry-instrumentation"; An auto update branch exists with message `python311Packages.opentelemetry-instrumentation: 0.43b0 -> 1.16.0`. New version is 1.16.0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.opentelemetry-instrumentation 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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.siosocks, using log file: /var/log/nixpkgs-update/python311Packages.siosocks/2024-02-25.log python311Packages.siosocks 0 -> 1 attrpath: python311Packages.siosocks Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/jn83y9vnlnlcfj8571i44pc6n4v612h7-packages.json.drv building '/nix/store/jn83y9vnlnlcfj8571i44pc6n4v612h7-packages.json.drv'... Going to be running update for following packages: - python3.11-siosocks-0.3.0 Press Enter key to continue... Running update for: - python3.11-siosocks-0.3.0: UPDATING ... - python3.11-siosocks-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.siosocks 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/jg8daa4l4n20vmgc6ffppi78q2cg9bpf-packages.json.drv building '/nix/store/jg8daa4l4n20vmgc6ffppi78q2cg9bpf-packages.json.drv'... 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.check-manifest, using log file: /var/log/nixpkgs-update/python311Packages.check-manifest/2024-02-25.log python311Packages.check-manifest 0 -> 1 attrpath: python311Packages.check-manifest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/7hqwi45dxl42bf0i6607c515gxjxbqx0-packages.json.drv building '/nix/store/7hqwi45dxl42bf0i6607c515gxjxbqx0-packages.json.drv'... Going to be running update for following packages: - python3.11-check-manifest-0.49 Press Enter key to continue... Running update for: - python3.11-check-manifest-0.49: UPDATING ... - python3.11-check-manifest-0.49: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.check-manifest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-service, using log file: /var/log/nixpkgs-update/ivpn-service/2024-02-25.log ivpn-service 3.10.15 -> 3.14.2 https://github.com/ivpn/desktop-app/releases attrpath: ivpn-service Checking auto update branch... An auto update branch exists with message `ivpn-service: 3.10.15 -> 3.13.4`. New version is 3.14.2. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - ivpn: 3.10.15 -> 3.14.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/232801" [result] Failed to update ivpn-service 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 python311Packages.botorch, using log file: /var/log/nixpkgs-update/python311Packages.botorch/2024-02-25.log python311Packages.botorch 0 -> 1 attrpath: python311Packages.botorch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/5smfwznnrkrw7whfrvfp4w7g9dqn8gaa-packages.json.drv building '/nix/store/5smfwznnrkrw7whfrvfp4w7g9dqn8gaa-packages.json.drv'... Going to be running update for following packages: - python3.11-botorch-0.9.5 Press Enter key to continue... Running update for: - python3.11-botorch-0.9.5: UPDATING ... - python3.11-botorch-0.9.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.botorch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.torchdiffeq, using log file: /var/log/nixpkgs-update/python311Packages.torchdiffeq/2024-02-25.log python311Packages.torchdiffeq 0 -> 1 attrpath: python311Packages.torchdiffeq Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/qmbmyygqpnbh1izy3z4fzkbwrwhxvdsp-packages.json.drv building '/nix/store/qmbmyygqpnbh1izy3z4fzkbwrwhxvdsp-packages.json.drv'... Going to be running update for following packages: - python3.11-torchdiffeq-0.2.3 Press Enter key to continue... Running update for: - python3.11-torchdiffeq-0.2.3: UPDATING ... - python3.11-torchdiffeq-0.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.torchdiffeq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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/pkxm748l4gxqzf40zjnkm5q3x2k8lv73-packages.json.drv building '/nix/store/pkxm748l4gxqzf40zjnkm5q3x2k8lv73-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 php81Extensions.ssh2, using log file: /var/log/nixpkgs-update/php81Extensions.ssh2/2024-02-25.log php81Extensions.ssh2 0 -> 1 attrpath: php81Extensions.ssh2 Checking auto update branch... [version] [version] skipping because derivation has 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/hyzvjyygg6mynyllz91dnly2lp5lpqp4-packages.json.drv building '/nix/store/hyzvjyygg6mynyllz91dnly2lp5lpqp4-packages.json.drv'... Going to be running update for following packages: - php-ssh2-1.3.1 Press Enter key to continue... Running update for: - php-ssh2-1.3.1: UPDATING ... - php-ssh2-1.3.1: ERROR --- SHOWING ERROR LOG FOR php-ssh2-1.3.1 ---------------------- Traceback (most recent call last): File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-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/dafrz7z59g021v29qb1vmqdnn618p9zx-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/dafrz7z59g021v29qb1vmqdnn618p9zx-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 php-ssh2-1.3.1 ---------------------- The update script for php-ssh2-1.3.1 failed with exit code 1 [result] Failed to update php81Extensions.ssh2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-music, using log file: /var/log/nixpkgs-update/gnome.gnome-music/2024-02-25.log gnome.gnome-music 0 -> 1 attrpath: gnome.gnome-music Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-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 python311Packages.pyvlx, using log file: /var/log/nixpkgs-update/python311Packages.pyvlx/2024-02-25.log python311Packages.pyvlx 0 -> 1 attrpath: python311Packages.pyvlx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/2d4sb0mybkyc3ffsvwbjcc015zjaq5r9-packages.json.drv building '/nix/store/2d4sb0mybkyc3ffsvwbjcc015zjaq5r9-packages.json.drv'... Going to be running update for following packages: - python3.11-pyvlx-0.2.22 Press Enter key to continue... Running update for: - python3.11-pyvlx-0.2.22: UPDATING ... - python3.11-pyvlx-0.2.22: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyvlx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-appdirs, using log file: /var/log/nixpkgs-update/python311Packages.types-appdirs/2024-02-25.log python311Packages.types-appdirs 0 -> 1 attrpath: python311Packages.types-appdirs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/4zg0lyxfh099clbj6ximlfa3isxfa7q3-packages.json.drv building '/nix/store/4zg0lyxfh099clbj6ximlfa3isxfa7q3-packages.json.drv'... Going to be running update for following packages: - python3.11-types-appdirs-1.4.3.5 Press Enter key to continue... Running update for: - python3.11-types-appdirs-1.4.3.5: UPDATING ... - python3.11-types-appdirs-1.4.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.types-appdirs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sqlmodel, using log file: /var/log/nixpkgs-update/python311Packages.sqlmodel/2024-02-25.log python311Packages.sqlmodel 0 -> 1 attrpath: python311Packages.sqlmodel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/azhpgpy69jm3cgkm1x0blzwhpzl3sz9v-packages.json.drv building '/nix/store/azhpgpy69jm3cgkm1x0blzwhpzl3sz9v-packages.json.drv'... Going to be running update for following packages: - python3.11-sqlmodel-0.0.16 Press Enter key to continue... Running update for: - python3.11-sqlmodel-0.0.16: UPDATING ... - python3.11-sqlmodel-0.0.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sqlmodel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.image-diff, using log file: /var/log/nixpkgs-update/python311Packages.image-diff/2024-02-25.log python311Packages.image-diff 0 -> 1 attrpath: python311Packages.image-diff Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/w08xpg3sfl6hsnhg1416q7fw5ww15bn7-packages.json.drv building '/nix/store/w08xpg3sfl6hsnhg1416q7fw5ww15bn7-packages.json.drv'... Going to be running update for following packages: - python3.11-image-diff-0.2.2 Press Enter key to continue... Running update for: - python3.11-image-diff-0.2.2: UPDATING ... - python3.11-image-diff-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.image-diff 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wapiti, using log file: /var/log/nixpkgs-update/wapiti/2024-02-25.log wapiti 0 -> 1 attrpath: wapiti Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/xpwdmvc4hgkvxymvcpb94dzyj4ljgjip-packages.json.drv building '/nix/store/xpwdmvc4hgkvxymvcpb94dzyj4ljgjip-packages.json.drv'... Going to be running update for following packages: - wapiti-3.1.8 Press Enter key to continue... Running update for: - wapiti-3.1.8: UPDATING ... - wapiti-3.1.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wapiti 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.redis, using log file: /var/log/nixpkgs-update/python311Packages.redis/2024-02-25.log python311Packages.redis 0 -> 1 attrpath: python311Packages.redis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/cgxf6sm8jbjfvxip684p7jnhj9hy8rv0-packages.json.drv building '/nix/store/cgxf6sm8jbjfvxip684p7jnhj9hy8rv0-packages.json.drv'... Going to be running update for following packages: - python3.11-redis-5.0.1 Press Enter key to continue... Running update for: - python3.11-redis-5.0.1: UPDATING ... - python3.11-redis-5.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.redis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haredo, using log file: /var/log/nixpkgs-update/haredo/2024-02-25.log haredo 0 -> 1 attrpath: haredo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/q6cm0gcf5wgbkb692q7r5bfihn9p5bmb-packages.json.drv building '/nix/store/q6cm0gcf5wgbkb692q7r5bfihn9p5bmb-packages.json.drv'... Going to be running update for following packages: - haredo-1.0.5 Press Enter key to continue... Running update for: - haredo-1.0.5: UPDATING ... - haredo-1.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update haredo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.webdavclient3, using log file: /var/log/nixpkgs-update/python311Packages.webdavclient3/2024-02-25.log python311Packages.webdavclient3 0 -> 1 attrpath: python311Packages.webdavclient3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/hqlm3c831irs0bzjmdp6a8m2xhrbzah8-packages.json.drv building '/nix/store/hqlm3c831irs0bzjmdp6a8m2xhrbzah8-packages.json.drv'... Going to be running update for following packages: - python3.11-webdavclient3-3.14.6 Press Enter key to continue... Running update for: - python3.11-webdavclient3-3.14.6: UPDATING ... - python3.11-webdavclient3-3.14.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.webdavclient3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-screensaver, using log file: /var/log/nixpkgs-update/mate.mate-screensaver/2024-02-25.log mate.mate-screensaver 0 -> 1 attrpath: mate.mate-screensaver mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-screensaver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath therion, using log file: /var/log/nixpkgs-update/therion/2024-02-25.log therion 6.1.8 -> 6.2.0 https://github.com/therion/therion/releases attrpath: therion 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/therion/default.nix b/pkgs/applications/misc/therion/default.nix index fbe734ddc1b6..b5d40a4698e6 100644 --- a/pkgs/applications/misc/therion/default.nix +++ b/pkgs/applications/misc/therion/default.nix @@ -30,13 +30,13 @@ stdenv.mkDerivation rec { pname = "therion"; - version = "6.1.8"; + version = "6.2.0"; src = fetchFromGitHub { owner = "therion"; repo = "therion"; rev = "v${version}"; - hash = "sha256-bmp0IZ4uAqDpe2e8UeIDUdFaaocx4OBIYuhnaHirqGc="; + hash = "sha256-2240ufxEtvyxlxcIqVf8w9xQyNb376kbHqRTCtM2FfQ="; }; 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 therion nix build failed. -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found PkgConfig: /nix/store/492n7ylp2f9zn0k3vghv1snypgkzznc5-pkg-config-wrapper-0.29.2/bin/pkg-config (found version "0.29.2") -- Checking for module 'proj' -- Found proj, version 9.3.1 CMake Error at cmake/Catch2.cmake:17 (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. Call Stack (most recent call first): cmake/Dependencies.cmake:14 (include) CMakeLists.txt:18 (include)  -- Configuring incomplete, errors occurred! [result] Failed to update therion 6.1.8 -> 6.2.0 https://github.com/therion/therion/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 git-remote-codecommit, using log file: /var/log/nixpkgs-update/git-remote-codecommit/2024-02-25.log git-remote-codecommit 0 -> 1 attrpath: git-remote-codecommit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/6wic84pklfyr30pmlc6g0srfps3r9d4a-packages.json.drv building '/nix/store/6wic84pklfyr30pmlc6g0srfps3r9d4a-packages.json.drv'... Going to be running update for following packages: - git-remote-codecommit-1.15.1 Press Enter key to continue... Running update for: - git-remote-codecommit-1.15.1: UPDATING ... - git-remote-codecommit-1.15.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update git-remote-codecommit 0 -> 1 [options] github_user: r-ryantm, pull_request: 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-panel-profiles 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lml, using log file: /var/log/nixpkgs-update/python311Packages.lml/2024-02-25.log python311Packages.lml 0 -> 1 attrpath: python311Packages.lml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/sicf5wrjygjnp2a5wqpv9c2gq6g9cbn7-packages.json.drv building '/nix/store/sicf5wrjygjnp2a5wqpv9c2gq6g9cbn7-packages.json.drv'... Going to be running update for following packages: - python3.11-lml-0.1.0 Press Enter key to continue... Running update for: - python3.11-lml-0.1.0: UPDATING ... - python3.11-lml-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath plausible, using log file: /var/log/nixpkgs-update/plausible/2024-02-25.log plausible 0 -> 1 attrpath: plausible 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/cpval9xgansvhg1222w1jn9p436wx693-packages.json.drv building '/nix/store/cpval9xgansvhg1222w1jn9p436wx693-packages.json.drv'... Going to be running update for following packages: - plausible-2.0.0 Press Enter key to continue... Running update for: - plausible-2.0.0: UPDATING ... - plausible-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update plausible 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-typing, using log file: /var/log/nixpkgs-update/python311Packages.eth-typing/2024-02-25.log python311Packages.eth-typing 0 -> 1 attrpath: python311Packages.eth-typing Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/zbgcqji26zmzayfk6cjb92vzhgzhxwny-packages.json.drv building '/nix/store/zbgcqji26zmzayfk6cjb92vzhgzhxwny-packages.json.drv'... Going to be running update for following packages: - python3.11-eth-typing-4.0.0 Press Enter key to continue... Running update for: - python3.11-eth-typing-4.0.0: UPDATING ... - python3.11-eth-typing-4.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.eth-typing 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.gevent/2024-02-25.log python311Packages.gevent 0 -> 1 attrpath: python311Packages.gevent Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/wvd8nqwlccyr5rc6ixz1jrzyrgfvfbxd-packages.json.drv building '/nix/store/wvd8nqwlccyr5rc6ixz1jrzyrgfvfbxd-packages.json.drv'... Going to be running update for following packages: - python3.11-gevent-23.9.1 Press Enter key to continue... Running update for: - python3.11-gevent-23.9.1: UPDATING ... - python3.11-gevent-23.9.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/gevent/default.nix b/pkgs/development/python-modules/gevent/default.nix index 0863a52d003d..d6264794a505 100644 --- a/pkgs/development/python-modules/gevent/default.nix +++ b/pkgs/development/python-modules/gevent/default.nix @@ -23,14 +23,14 @@ buildPythonPackage rec { pname = "gevent"; - version = "23.9.1"; + version = "24.2.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-csACI1OQ1G+Uk4qWkg2IVtT/2d32KjA6DXwRiJQJfjQ="; + hash = "sha256-Qy/Hb2gKz3zxiMLuD106tztjwfAxFMfNijTOu+WqIFY="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 41843 > 25 [result] Failed to update python311Packages.gevent 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath beetsPackages.copyartifacts, using log file: /var/log/nixpkgs-update/beetsPackages.copyartifacts/2024-02-25.log beetsPackages.copyartifacts 0 -> 1 attrpath: beetsPackages.copyartifacts Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/0h9d0hkdx82yv6wqblqaydwzp8c28rs0-packages.json.drv building '/nix/store/0h9d0hkdx82yv6wqblqaydwzp8c28rs0-packages.json.drv'... Going to be running update for following packages: - beets-copyartifacts-0.1.5 Press Enter key to continue... Running update for: - beets-copyartifacts-0.1.5: UPDATING ... - beets-copyartifacts-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update beetsPackages.copyartifacts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-session, using log file: /var/log/nixpkgs-update/python311Packages.flask-session/2024-02-25.log python311Packages.flask-session 0 -> 1 attrpath: python311Packages.flask-session Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/yrb1147k9js3dg4r1b85kg5d4gxrvq4g-packages.json.drv building '/nix/store/yrb1147k9js3dg4r1b85kg5d4gxrvq4g-packages.json.drv'... Going to be running update for following packages: - python3.11-Flask-Session-0.5.0 Press Enter key to continue... Running update for: - python3.11-Flask-Session-0.5.0: UPDATING ... - python3.11-Flask-Session-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-session 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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] this derivation will be built: /nix/store/ylg2zz6280mpym1pg1bi6j2zqvgdcfdm-packages.json.drv building '/nix/store/ylg2zz6280mpym1pg1bi6j2zqvgdcfdm-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/bnnmmk6snizzrnhr9nahcca3cwhzvx89-packages.json.drv building '/nix/store/bnnmmk6snizzrnhr9nahcca3cwhzvx89-packages.json.drv'... 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.daphne, using log file: /var/log/nixpkgs-update/python311Packages.daphne/2024-02-25.log python311Packages.daphne 0 -> 1 attrpath: python311Packages.daphne Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/i5w273rrvp05g74qfgj6z4jbs0qar2jw-packages.json.drv building '/nix/store/i5w273rrvp05g74qfgj6z4jbs0qar2jw-packages.json.drv'... Going to be running update for following packages: - python3.11-daphne-4.0.0 Press Enter key to continue... Running update for: - python3.11-daphne-4.0.0: UPDATING ... - python3.11-daphne-4.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.daphne 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.graphql-core, using log file: /var/log/nixpkgs-update/python311Packages.graphql-core/2024-02-25.log python311Packages.graphql-core 0 -> 1 attrpath: python311Packages.graphql-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/4pgayykdap3k39ng3xa3ivmq553diqhq-packages.json.drv building '/nix/store/4pgayykdap3k39ng3xa3ivmq553diqhq-packages.json.drv'... Going to be running update for following packages: - python3.11-graphql-core-3.2.3 Press Enter key to continue... Running update for: - python3.11-graphql-core-3.2.3: UPDATING ... - python3.11-graphql-core-3.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.graphql-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.podman, using log file: /var/log/nixpkgs-update/python311Packages.podman/2024-02-25.log python311Packages.podman 0 -> 1 attrpath: python311Packages.podman Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/bb3lsb2i42s2hkas8r2w1klj8rsw4539-packages.json.drv building '/nix/store/bb3lsb2i42s2hkas8r2w1klj8rsw4539-packages.json.drv'... Going to be running update for following packages: - python3.11-podman-4.9.0 Press Enter key to continue... Running update for: - python3.11-podman-4.9.0: UPDATING ... - python3.11-podman-4.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.podman 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cve-bin-tool, using log file: /var/log/nixpkgs-update/cve-bin-tool/2024-02-25.log cve-bin-tool 0 -> 1 attrpath: cve-bin-tool 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/19m83jxcslir36zjkjsvw5pcdk9im7m0-packages.json.drv building '/nix/store/19m83jxcslir36zjkjsvw5pcdk9im7m0-packages.json.drv'... Going to be running update for following packages: - cve-bin-tool-3.2 Press Enter key to continue... Running update for: - cve-bin-tool-3.2: UPDATING ... - cve-bin-tool-3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cve-bin-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.html-void-elements, using log file: /var/log/nixpkgs-update/python311Packages.html-void-elements/2024-02-25.log python311Packages.html-void-elements 0 -> 1 attrpath: python311Packages.html-void-elements Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/5qvjlf3qawss6cvqhsxcqydng4ll3gfd-packages.json.drv building '/nix/store/5qvjlf3qawss6cvqhsxcqydng4ll3gfd-packages.json.drv'... Going to be running update for following packages: - python3.11-html-void-elements-0.1.0 Press Enter key to continue... Running update for: - python3.11-html-void-elements-0.1.0: UPDATING ... - python3.11-html-void-elements-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.html-void-elements 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tbats, using log file: /var/log/nixpkgs-update/python311Packages.tbats/2024-02-25.log python311Packages.tbats 0 -> 1 attrpath: python311Packages.tbats Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/sr3nj4vpj30wyzl6h0s81aq0rpa57vig-packages.json.drv building '/nix/store/sr3nj4vpj30wyzl6h0s81aq0rpa57vig-packages.json.drv'... Going to be running update for following packages: - python3.11-tbats-1.1.3 Press Enter key to continue... Running update for: - python3.11-tbats-1.1.3: UPDATING ... - python3.11-tbats-1.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tbats 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.anyconfig, using log file: /var/log/nixpkgs-update/python311Packages.anyconfig/2024-02-25.log python311Packages.anyconfig 0 -> 1 attrpath: python311Packages.anyconfig Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/g5a2biv2ikq32755d77sgsd4z7h9avrw-packages.json.drv building '/nix/store/g5a2biv2ikq32755d77sgsd4z7h9avrw-packages.json.drv'... Going to be running update for following packages: - python3.11-anyconfig-0.13.0 Press Enter key to continue... Running update for: - python3.11-anyconfig-0.13.0: UPDATING ... - python3.11-anyconfig-0.13.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/anyconfig/default.nix b/pkgs/development/python-modules/anyconfig/default.nix index 87792781f640..38e65667de5d 100644 --- a/pkgs/development/python-modules/anyconfig/default.nix +++ b/pkgs/development/python-modules/anyconfig/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "anyconfig"; - version = "0.13.0"; + version = "0.14.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-A/8uF2KvOI+7vtHBq3+fHsAGqR2n2zpouWPabneV0qw="; + hash = "sha256-LN9Ur12ujpF0Pe2CxU7Z2Krvo6lyL11F6bX3S2A+AU0="; }; 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 python311Packages.anyconfig nix build failed. Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing @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: anyconfig @nix { "action": "setPhase", "phase": "pytestCheckPhase" } Running phase: pytestCheckPhase Executing pytestCheckPhase /nix/store/ag11jfk4zd2igxx0ql733bbxssy2hmx4-python3.11-pytest-7.4.4/lib/python3.11/site-packages/_pytest/config/__init__.py:331: PluggyTeardownRaisedWarning: A plugin raised an exception during an old-style hookwrapper teardown. Plugin: helpconfig, Hook: pytest_cmdline_parse UsageError: usage: __main__.py [options] [file_or_dir] [file_or_dir] [...] __main__.py: error: unrecognized arguments: --cov --cov-report inifile: /build/anyconfig-0.14.0/setup.cfg rootdir: /build/anyconfig-0.14.0 For more information see https://pluggy.readthedocs.io/en/stable/api_reference.html#pluggy.PluggyTeardownRaisedWarning config = pluginmanager.hook.pytest_cmdline_parse( ERROR: usage: __main__.py [options] [file_or_dir] [file_or_dir] [...] __main__.py: error: unrecognized arguments: --cov --cov-report inifile: /build/anyconfig-0.14.0/setup.cfg rootdir: /build/anyconfig-0.14.0  /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.anyconfig 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.rpp-cpu, using log file: /var/log/nixpkgs-update/rocmPackages.rpp-cpu/2024-02-25.log rocmPackages.rpp-cpu 0 -> 1 attrpath: rocmPackages.rpp-cpu Checking auto update branch... [version] [version] skipping because derivation has 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 these 2 derivations will be built: /nix/store/lyp7mg1lzanryay2b37f47img29l26bb-update.sh.drv /nix/store/3bva87xbq4s93pk4ha1mf3vc8ggfg2mk-packages.json.drv building '/nix/store/lyp7mg1lzanryay2b37f47img29l26bb-update.sh.drv'... building '/nix/store/3bva87xbq4s93pk4ha1mf3vc8ggfg2mk-packages.json.drv'... Going to be running update for following packages: - rpp-cpu-5.7.1 Press Enter key to continue... Running update for: - rpp-cpu-5.7.1: UPDATING ... - rpp-cpu-5.7.1: ERROR --- SHOWING ERROR LOG FOR rpp-cpu-5.7.1 ---------------------- 'rocmPackages_5.rpp-cpu' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rpp-cpu'. --- SHOWING ERROR LOG FOR rpp-cpu-5.7.1 ---------------------- The update script for rpp-cpu-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rpp-cpu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.music-tag, using log file: /var/log/nixpkgs-update/python311Packages.music-tag/2024-02-25.log python311Packages.music-tag 0 -> 1 attrpath: python311Packages.music-tag Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/gb60jcpkd28w2j1gk6mala7izbwyfpx7-packages.json.drv building '/nix/store/gb60jcpkd28w2j1gk6mala7izbwyfpx7-packages.json.drv'... Going to be running update for following packages: - python3.11-music-tag-0.4.3 Press Enter key to continue... Running update for: - python3.11-music-tag-0.4.3: UPDATING ... - python3.11-music-tag-0.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.music-tag 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath alephone, using log file: /var/log/nixpkgs-update/alephone/2024-02-25.log alephone 1.7 -> 20240119 https://github.com/Aleph-One-Marathon/alephone/releases attrpath: alephone Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update alephone 1.7 -> 20240119 https://github.com/Aleph-One-Marathon/alephone/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 kraft, using log file: /var/log/nixpkgs-update/kraft/2024-02-25.log kraft 0 -> 1 attrpath: kraft 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] Failed with exit code 1 this derivation will be built: /nix/store/kwld2z3x1qm2h3n27iccm5f7w9xippy6-packages.json.drv building '/nix/store/kwld2z3x1qm2h3n27iccm5f7w9xippy6-packages.json.drv'... Going to be running update for following packages: - kraftkit-0.7.3 Press Enter key to continue... Running update for: - kraftkit-0.7.3: UPDATING ... - kraftkit-0.7.3: ERROR --- SHOWING ERROR LOG FOR kraftkit-0.7.3 ---------------------- warning: found empty hash, assuming 'sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=' this derivation will be built: /nix/store/dkywn3lisddyxxg8c9h2mhkql167lmpq-kraftkit-0.7.7-go-modules.drv building '/nix/store/dkywn3lisddyxxg8c9h2mhkql167lmpq-kraftkit-0.7.7-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/43f9aba35chrypgy6rapkmh89arlvgjy-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.7; GOTOOLCHAIN=local) error: builder for '/nix/store/dkywn3lisddyxxg8c9h2mhkql167lmpq-kraftkit-0.7.7-go-modules.drv' failed with exit code 1; last 8 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/43f9aba35chrypgy6rapkmh89arlvgjy-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.7; GOTOOLCHAIN=local) For full logs, run 'nix log /nix/store/dkywn3lisddyxxg8c9h2mhkql167lmpq-kraftkit-0.7.7-go-modules.drv'. Traceback (most recent call last): File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 362, in update update_go_modules_hash(opts, package.filename, package.go_modules) File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 149, in update_go_modules_hash target_hash = nix_prefetch(opts, "goModules") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/update.py", line 126, in nix_prefetch raise UpdateError( nix_update.errors.UpdateError: failed to retrieve hash when trying to update kraft.goModules --- SHOWING ERROR LOG FOR kraftkit-0.7.3 ---------------------- The update script for kraftkit-0.7.3 failed with exit code 1 [result] Failed to update kraft 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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] this derivation will be built: /nix/store/9fncswxsaqf5g1c8gpsvrafvgjghhpzr-packages.json.drv building '/nix/store/9fncswxsaqf5g1c8gpsvrafvgjghhpzr-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/4lqhi3880cp9ajsk33calrrpxm7dbjzy-packages.json.drv building '/nix/store/4lqhi3880cp9ajsk33calrrpxm7dbjzy-packages.json.drv'... 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 5731 > 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-25.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] this derivation will be built: /nix/store/6n0n8xvwc588qpqi2vy9hqhllavw314r-packages.json.drv building '/nix/store/6n0n8xvwc588qpqi2vy9hqhllavw314r-packages.json.drv'... 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-25.log python312Packages.pdfplumber 0.10.3 -> 0.10.4 https://github.com/jsvine/pdfplumber/releases 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] this derivation will be built: /nix/store/ws1lql2y05kyir8kvx2mjfmbkwy3sddl-packages.json.drv building '/nix/store/ws1lql2y05kyir8kvx2mjfmbkwy3sddl-packages.json.drv'... 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://github.com/jsvine/pdfplumber/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.paho-mqtt, using log file: /var/log/nixpkgs-update/python312Packages.paho-mqtt/2024-02-25.log python312Packages.paho-mqtt 1.6.1 -> 2.0.0 https://github.com/eclipse/paho.mqtt.python/releases attrpath: python312Packages.paho-mqtt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/f88kr3rvcivncj383cwzv5chrd6bal9m-packages.json.drv building '/nix/store/f88kr3rvcivncj383cwzv5chrd6bal9m-packages.json.drv'... Going to be running update for following packages: - python3.12-paho-mqtt-1.6.1 Press Enter key to continue... Running update for: - python3.12-paho-mqtt-1.6.1: UPDATING ... - python3.12-paho-mqtt-1.6.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/paho-mqtt/default.nix b/pkgs/development/python-modules/paho-mqtt/default.nix index 8c0e54d18d60..e9597ac8fe12 100644 --- a/pkgs/development/python-modules/paho-mqtt/default.nix +++ b/pkgs/development/python-modules/paho-mqtt/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "paho-mqtt"; - version = "1.6.1"; + version = "2.0.0"; format = "setuptools"; src = fetchFromGitHub { owner = "eclipse"; repo = "paho.mqtt.python"; - rev = "v${version}"; - hash = "sha256-9nH6xROVpmI+iTKXfwv2Ar1PAmWbEunI3HO0pZyK6Rg="; + rev = "refs/tags/v${version}"; + hash = "sha256-dR/MCz3c9eHai76I17PGD71E5/nZVEo6uRwUULOzKQU="; }; nativeCheckInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 874 > 25 [result] Failed to update python312Packages.paho-mqtt 1.6.1 -> 2.0.0 https://github.com/eclipse/paho.mqtt.python/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.DrugUtilisation, using log file: /var/log/nixpkgs-update/rPackages.DrugUtilisation/2024-02-25.log rPackages.DrugUtilisation 0.4.1 -> 0.5.0 https://repology.org/project/r:drugutilisation/versions attrpath: rPackages.DrugUtilisation 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.DrugUtilisation 0.4.1 -> 0.5.0 https://repology.org/project/r:drugutilisation/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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 metals, using log file: /var/log/nixpkgs-update/metals/2024-02-25.log metals 1.2.1 -> 1.2.2 https://repology.org/project/metals/versions attrpath: metals 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 .#metals.src --raw --apply "p: p.drvAttrs.outputHash" Standard error: error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/metals' does not provide attribute 'packages.x86_64-linux.metals.src', 'legacyPackages.x86_64-linux.metals.src' or 'metals.src' 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 .#metals.originalSrc --raw --apply "p: p.drvAttrs.outputHash" Standard error: error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/metals' does not provide attribute 'packages.x86_64-linux.metals.originalSrc', 'legacyPackages.x86_64-linux.metals.originalSrc' or 'metals.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 .#metals --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 metals 1.2.1 -> 1.2.2 https://repology.org/project/metals/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.singleCellTK, using log file: /var/log/nixpkgs-update/rPackages.singleCellTK/2024-02-25.log rPackages.singleCellTK 2.12.0 -> 2.12.2 https://repology.org/project/r:singlecelltk/versions attrpath: rPackages.singleCellTK Checking auto update branch... No auto update branch exists Old version 2.12.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.singleCellTK 2.12.0 -> 2.12.2 https://repology.org/project/r:singlecelltk/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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-25.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-25.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-25.log libsForQt5.kwayland 5.114.0 -> 6.0.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 -> 6.0.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 libsForQt5.kactivities-stats, using log file: /var/log/nixpkgs-update/libsForQt5.kactivities-stats/2024-02-25.log libsForQt5.kactivities-stats 5.114.0 -> 5.115.0 https://repology.org/project/kactivities-stats/versions attrpath: libsForQt5.kactivities-stats 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.kactivities-stats 5.114.0 -> 5.115.0 https://repology.org/project/kactivities-stats/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kdesignerplugin, using log file: /var/log/nixpkgs-update/libsForQt5.kdesignerplugin/2024-02-25.log libsForQt5.kdesignerplugin 5.114.0 -> 5.115.0 https://repology.org/project/kdesignerplugin/versions attrpath: libsForQt5.kdesignerplugin 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.kdesignerplugin 5.114.0 -> 5.115.0 https://repology.org/project/kdesignerplugin/versions [options] github_user: r-ryantm, pull_request: YES, batch_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, using log file: /var/log/nixpkgs-update/kodi/2024-02-25.log kodi 20.3 -> 20.4-Nexus https://github.com/xbmc/xbmc/releases attrpath: kodi 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 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 rocksdb, using log file: /var/log/nixpkgs-update/rocksdb/2024-02-25.log rocksdb 8.3.2 -> 8.10.2 https://github.com/facebook/rocksdb/releases attrpath: rocksdb Checking auto update branch... An auto update branch exists with message `rocksdb: 8.3.2 -> 8.10.2`. New version is 8.10.2. An auto update branch exists with an equal or greater version [result] Failed to update rocksdb 8.3.2 -> 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 For attrpath python311Packages.pyrsistent, using log file: /var/log/nixpkgs-update/python311Packages.pyrsistent/2024-02-25.log python311Packages.pyrsistent 0 -> 1 attrpath: python311Packages.pyrsistent Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/cx5hlw3sr1pigdix8sa2zb6n7b0klafz-packages.json.drv building '/nix/store/cx5hlw3sr1pigdix8sa2zb6n7b0klafz-packages.json.drv'... Going to be running update for following packages: - python3.11-pyrsistent-0.20.0 Press Enter key to continue... Running update for: - python3.11-pyrsistent-0.20.0: UPDATING ... - python3.11-pyrsistent-0.20.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyrsistent 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath osv-detector, using log file: /var/log/nixpkgs-update/osv-detector/2024-02-25.log osv-detector 0.11.1 -> 0.12.0 https://github.com/G-Rath/osv-detector/releases attrpath: osv-detector 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-Rrosye8foVntoFDvDmyNuXgnEgjzcOXenOKBMZVCRio=" [golangModuleVersion] Replaced vendorHash with sha256-ZLp1++P72KSn/nZVpBVpzLWid5Emh935XNAP/uaNevg= 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 osv-detector nix build failed. -  GHSA-44c6-4v22-4mhx: semver-regex Regular Expression Denial of Service (ReDOS) (https://github.com/advisories/GHSA-44c6-4v22-4mhx) -  GHSA-4x5v-gmq8-25ch: Regular expression denial of service in semver-regex (https://github.com/advisories/GHSA-4x5v-gmq8-25ch) -  shell-quote@1.7.2 is affected by the following vulnerabilities: -  GHSA-g4rg-993r-mgx7: Improper Neutralization of Special Elements used in a Command in Shell-quote (https://github.com/advisories/GHSA-g4rg-993r-mgx7) -  terser@4.8.0 is affected by the following vulnerabilities: -  GHSA-4wf5-vphf-c2xc: Terser insecure use of regular expressions leads to ReDoS (https://github.com/advisories/GHSA-4wf5-vphf-c2xc) -  terser@5.9.0 is affected by the following vulnerabilities: -  GHSA-4wf5-vphf-c2xc: Terser insecure use of regular expressions leads to ReDoS (https://github.com/advisories/GHSA-4wf5-vphf-c2xc) -  tough-cookie@2.5.0 is affected by the following vulnerabilities: -  GHSA-72xf-g2v4-qvf3: tough-cookie Prototype Pollution vulnerability (https://github.com/advisories/GHSA-72xf-g2v4-qvf3) -  tough-cookie@4.0.0 is affected by the following vulnerabilities: -  GHSA-72xf-g2v4-qvf3: tough-cookie Prototype Pollution vulnerability (https://github.com/advisories/GHSA-72xf-g2v4-qvf3) -  trim@0.0.1 is affected by the following vulnerabilities: -  GHSA-w5p7-h5w8-2hfq: Regular Expression Denial of Service in trim (https://github.com/advisories/GHSA-w5p7-h5w8-2hfq) -  vuetify@2.1.5 is affected by the following vulnerabilities: -  GHSA-q4q5-c5cv-2p68: Vuetify Cross-site Scripting vulnerability (https://github.com/advisories/GHSA-q4q5-c5cv-2p68) -  word-wrap@1.2.3 is affected by the following vulnerabilities: -  GHSA-j8xg-fqg3-53r7: word-wrap vulnerable to Regular Expression Denial of Service (https://github.com/advisories/GHSA-j8xg-fqg3-53r7)    ... // 1 identical, 1 removed, and 1 inserted lines    """   ) main_test.go:1434: actual stderr output does not match expected:   string( -  "", +  ` failed: unable to fetch OSV database: could not retrieve OSV database archive: Get "https://osv-vulnerabilities.storage.googleapis.com/npm/all.zip": dial tcp: lookup osv-vulnerabilities.storage.googleapis.com on [::1]:53: read udp [::1]:37125->[::1]:53: r`...,   ) FAIL FAIL github.com/g-rath/osv-detector 0.076s FAIL [result] Failed to update osv-detector 0.11.1 -> 0.12.0 https://github.com/G-Rath/osv-detector/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.stemming, using log file: /var/log/nixpkgs-update/python311Packages.stemming/2024-02-25.log python311Packages.stemming 0 -> 1 attrpath: python311Packages.stemming Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/1r7wlnncw9qv5ip4jq7il7pcgzywn4h7-packages.json.drv building '/nix/store/1r7wlnncw9qv5ip4jq7il7pcgzywn4h7-packages.json.drv'... Going to be running update for following packages: - python3.11-stemming-1.0.1 Press Enter key to continue... Running update for: - python3.11-stemming-1.0.1: UPDATING ... - python3.11-stemming-1.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.stemming 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zeversolarlocal, using log file: /var/log/nixpkgs-update/python311Packages.zeversolarlocal/2024-02-25.log python311Packages.zeversolarlocal 0 -> 1 attrpath: python311Packages.zeversolarlocal 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/iyx4jrrklsk0xgas8vqhswzjgjzx256s-packages.json.drv building '/nix/store/iyx4jrrklsk0xgas8vqhswzjgjzx256s-packages.json.drv'... Going to be running update for following packages: - python3.11-zeversolarlocal-1.1.0 Press Enter key to continue... Running update for: - python3.11-zeversolarlocal-1.1.0: UPDATING ... - python3.11-zeversolarlocal-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zeversolarlocal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/hcs09h0g1bad7winff8lzzr3ng2sxb45-packages.json.drv building '/nix/store/hcs09h0g1bad7winff8lzzr3ng2sxb45-packages.json.drv'... 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 hello-wayland, using log file: /var/log/nixpkgs-update/hello-wayland/2024-02-25.log hello-wayland 0 -> 1 attrpath: hello-wayland Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/q051274x1aww7zqzfr89gmkncl69grbw-packages.json.drv building '/nix/store/q051274x1aww7zqzfr89gmkncl69grbw-packages.json.drv'... Going to be running update for following packages: - hello-wayland-unstable-2023-10-26 Press Enter key to continue... Running update for: - hello-wayland-unstable-2023-10-26: UPDATING ... - hello-wayland-unstable-2023-10-26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hello-wayland 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath check-jsonschema, using log file: /var/log/nixpkgs-update/check-jsonschema/2024-02-25.log check-jsonschema 0 -> 1 attrpath: check-jsonschema Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/1bgz40gxr1nr4bgpfc6842z3x57s83fz-packages.json.drv building '/nix/store/1bgz40gxr1nr4bgpfc6842z3x57s83fz-packages.json.drv'... Going to be running update for following packages: - check-jsonschema-0.28.0 Press Enter key to continue... Running update for: - check-jsonschema-0.28.0: UPDATING ... - check-jsonschema-0.28.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update check-jsonschema 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/lpx4w6h8yrpv9f0bmfz7pm6wf564n21y-packages.json.drv building '/nix/store/lpx4w6h8yrpv9f0bmfz7pm6wf564n21y-packages.json.drv'... 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 multi-platform srcs in file. [result] Failed to update electron_26 26.6.9 -> 29.0.1 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 pantheon.elementary-code, using log file: /var/log/nixpkgs-update/pantheon.elementary-code/2024-02-25.log pantheon.elementary-code 0 -> 1 attrpath: pantheon.elementary-code Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/k6x975lk0401ivlzk8s5f8v5dz40mrvc-packages.json.drv building '/nix/store/k6x975lk0401ivlzk8s5f8v5dz40mrvc-packages.json.drv'... Going to be running update for following packages: - elementary-code-7.2.0 Press Enter key to continue... Running update for: - elementary-code-7.2.0: UPDATING ... - elementary-code-7.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-code 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.log python312Packages.mypy-boto3-finspace 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/releases 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] this derivation will be built: /nix/store/vhriw1yly2xr707sjdws7s3pk5yb56d4-packages.json.drv building '/nix/store/vhriw1yly2xr707sjdws7s3pk5yb56d4-packages.json.drv'... 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 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/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.readme-renderer, using log file: /var/log/nixpkgs-update/python311Packages.readme-renderer/2024-02-25.log python311Packages.readme-renderer 0 -> 1 attrpath: python311Packages.readme-renderer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/67n30mkgi1wl3hpqsrnbszdxcb1fhx8w-packages.json.drv building '/nix/store/67n30mkgi1wl3hpqsrnbszdxcb1fhx8w-packages.json.drv'... Going to be running update for following packages: - python3.11-readme-renderer-37.3 Press Enter key to continue... Running update for: - python3.11-readme-renderer-37.3: UPDATING ... - python3.11-readme-renderer-37.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/readme-renderer/default.nix b/pkgs/development/python-modules/readme-renderer/default.nix index 983de37f3932..ec34ab1efdc0 100644 --- a/pkgs/development/python-modules/readme-renderer/default.nix +++ b/pkgs/development/python-modules/readme-renderer/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "readme-renderer"; - version = "37.3"; + version = "42.0"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -20,7 +20,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "readme_renderer"; inherit version; - hash = "sha256-zWUxht/HMFVlbwkPIn9csioEbX9xqEHfowX1XJpRMnM="; + hash = "sha256-LVVIn4O+SZL+RFSTnRoFHDPturd46Cdh0GDJ/GswjNE="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 239 > 25 [result] Failed to update python311Packages.readme-renderer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.qqc2-suru-style, using log file: /var/log/nixpkgs-update/lomiri.qqc2-suru-style/2024-02-25.log lomiri.qqc2-suru-style 0 -> 1 attrpath: lomiri.qqc2-suru-style Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/zck886pqqlmhg1a5bivpzkd4fm2q2n8h-packages.json.drv building '/nix/store/zck886pqqlmhg1a5bivpzkd4fm2q2n8h-packages.json.drv'... Going to be running update for following packages: - qqc2-suru-style-0.20230206 Press Enter key to continue... Running update for: - qqc2-suru-style-0.20230206: UPDATING ... - qqc2-suru-style-0.20230206: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.qqc2-suru-style 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.readBrukerFlexData, using log file: /var/log/nixpkgs-update/rPackages.readBrukerFlexData/2024-02-25.log rPackages.readBrukerFlexData 1.9.1 -> 1.9.2 https://repology.org/project/r:readbrukerflexdata/versions attrpath: rPackages.readBrukerFlexData Checking auto update branch... No auto update branch exists Old version 1.9.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.readBrukerFlexData 1.9.1 -> 1.9.2 https://repology.org/project/r:readbrukerflexdata/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-appconfigdata, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-appconfigdata/2024-02-25.log python312Packages.mypy-boto3-appconfigdata 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-appconfigdata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/70bsy55k7zmkh5dgqy2drmzlaxijlywk-packages.json.drv building '/nix/store/70bsy55k7zmkh5dgqy2drmzlaxijlywk-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-appconfigdata-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-appconfigdata-1.34.0: UPDATING ... - python3.12-mypy-boto3-appconfigdata-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-appconfigdata 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/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.otp, using log file: /var/log/nixpkgs-update/rPackages.otp/2024-02-25.log rPackages.otp 0.1.0 -> 0.1.1 https://repology.org/project/r:otp/versions attrpath: rPackages.otp 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.otp 0.1.0 -> 0.1.1 https://repology.org/project/r:otp/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.telephony-service, using log file: /var/log/nixpkgs-update/lomiri.telephony-service/2024-02-25.log lomiri.telephony-service 0 -> 1 attrpath: lomiri.telephony-service 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/lxq6fygnlvsljmqpd3s6ah1ck9nyj1qh-packages.json.drv building '/nix/store/lxq6fygnlvsljmqpd3s6ah1ck9nyj1qh-packages.json.drv'... Going to be running update for following packages: - telephony-service-0.5.3 Press Enter key to continue... Running update for: - telephony-service-0.5.3: UPDATING ... - telephony-service-0.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.telephony-service 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.tabxplor, using log file: /var/log/nixpkgs-update/rPackages.tabxplor/2024-02-25.log rPackages.tabxplor 1.1.0 -> 1.1.2 https://repology.org/project/r:tabxplor/versions attrpath: rPackages.tabxplor 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.tabxplor 1.1.0 -> 1.1.2 https://repology.org/project/r:tabxplor/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.fipio, using log file: /var/log/nixpkgs-update/rPackages.fipio/2024-02-25.log rPackages.fipio 1.1.1 -> 1.1.2 https://repology.org/project/r:fipio/versions attrpath: rPackages.fipio 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.fipio 1.1.1 -> 1.1.2 https://repology.org/project/r:fipio/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.roloc, using log file: /var/log/nixpkgs-update/rPackages.roloc/2024-02-25.log rPackages.roloc 0.1-1 -> 0.1-2 https://repology.org/project/r:roloc/versions attrpath: rPackages.roloc 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.roloc 0.1-1 -> 0.1-2 https://repology.org/project/r:roloc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lazpaint, using log file: /var/log/nixpkgs-update/lazpaint/2024-02-25.log lazpaint 7.2.2-unstable-2024-01-20 -> 7.2.2 https://github.com/bgrabitmap/lazpaint/releases attrpath: lazpaint Checking auto update branch... No auto update branch exists 7.2.2 is not newer than 7.2.2-unstable-2024-01-20 according to Nix; versionComparison: -1 [result] Failed to update lazpaint 7.2.2-unstable-2024-01-20 -> 7.2.2 https://github.com/bgrabitmap/lazpaint/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.ceramic, using log file: /var/log/nixpkgs-update/rPackages.ceramic/2024-02-25.log rPackages.ceramic 0.8.0 -> 0.9.0 https://repology.org/project/r:ceramic/versions attrpath: rPackages.ceramic Checking auto update branch... No auto update branch exists Old version 0.8.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.ceramic 0.8.0 -> 0.9.0 https://repology.org/project/r:ceramic/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath uemacs, using log file: /var/log/nixpkgs-update/uemacs/2024-02-25.log uemacs 4.0-unstable-2018-07-19 -> 20141208 https://repology.org/project/uemacs/versions attrpath: uemacs Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update uemacs 4.0-unstable-2018-07-19 -> 20141208 https://repology.org/project/uemacs/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath abseil-cpp_202308, using log file: /var/log/nixpkgs-update/abseil-cpp_202308/2024-02-25.log abseil-cpp_202308 20230802.2 -> 20240116.1 https://github.com/abseil/abseil-cpp/releases attrpath: abseil-cpp_202308 Checking auto update branch... No auto update branch exists Version in attr path abseil-cpp_202308 not compatible with 20240116.1 [result] Failed to update abseil-cpp_202308 20230802.2 -> 20240116.1 https://github.com/abseil/abseil-cpp/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-25.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/wcwbk4pjyc7s96iwqdlmzqnf1a6rr17q-source.drv building '/nix/store/wcwbk4pjyc7s96iwqdlmzqnf1a6rr17q-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/wcwbk4pjyc7s96iwqdlmzqnf1a6rr17q-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/wcwbk4pjyc7s96iwqdlmzqnf1a6rr17q-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/wcwbk4pjyc7s96iwqdlmzqnf1a6rr17q-source.drv /nix/store/2nhdfzyk8bnbcjkd9ry1vgw5hyra9fg9-nq-2.5.10.drv building '/nix/store/wcwbk4pjyc7s96iwqdlmzqnf1a6rr17q-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/wcwbk4pjyc7s96iwqdlmzqnf1a6rr17q-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/wcwbk4pjyc7s96iwqdlmzqnf1a6rr17q-source.drv'. error: 1 dependencies of derivation '/nix/store/2nhdfzyk8bnbcjkd9ry1vgw5hyra9fg9-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.treePlotArea, using log file: /var/log/nixpkgs-update/rPackages.treePlotArea/2024-02-25.log rPackages.treePlotArea 1.4.1 -> 2.0.0 https://repology.org/project/r:treeplotarea/versions attrpath: rPackages.treePlotArea Checking auto update branch... No auto update branch exists Old version 1.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.treePlotArea 1.4.1 -> 2.0.0 https://repology.org/project/r:treeplotarea/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.mesa, using log file: /var/log/nixpkgs-update/python312Packages.mesa/2024-02-25.log python312Packages.mesa 2.1.5 -> 2.2.5 https://github.com/projectmesa/mesa/releases attrpath: python312Packages.mesa Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ppdzisp66lkq38ichybsz0all4xx498z-packages.json.drv building '/nix/store/ppdzisp66lkq38ichybsz0all4xx498z-packages.json.drv'... Going to be running update for following packages: - python3.12-mesa-2.1.5 Press Enter key to continue... Running update for: - python3.12-mesa-2.1.5: UPDATING ... - python3.12-mesa-2.1.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mesa/default.nix b/pkgs/development/python-modules/mesa/default.nix index 4a9001ff1b9c..a7a8fa175ca6 100644 --- a/pkgs/development/python-modules/mesa/default.nix +++ b/pkgs/development/python-modules/mesa/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "mesa"; - version = "2.1.5"; + version = "2.2.4"; format = "setuptools"; # According to their docs, this library is for Python 3+. @@ -21,7 +21,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "Mesa"; inherit version; - hash = "sha256-UMf3z1bEElygfqwgY65qhOEK4i9K9gH42muId3mZUjY="; + hash = "sha256-5og3ACS2r36BEGWfqtw6WG6yJwNF5p3M9K25sSmHosM="; }; 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.mesa Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python312Packages.mesa Standard output: error: build log of 'python312Packages.mesa' is not available [result] Failed to update python312Packages.mesa 2.1.5 -> 2.2.5 https://github.com/projectmesa/mesa/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 lomiri.lomiri-thumbnailer, using log file: /var/log/nixpkgs-update/lomiri.lomiri-thumbnailer/2024-02-25.log lomiri.lomiri-thumbnailer 0 -> 1 attrpath: lomiri.lomiri-thumbnailer 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/crl39xk1bxg38a0660lvjwfpkwnih7lf-packages.json.drv building '/nix/store/crl39xk1bxg38a0660lvjwfpkwnih7lf-packages.json.drv'... Going to be running update for following packages: - lomiri-thumbnailer-3.0.3 Press Enter key to continue... Running update for: - lomiri-thumbnailer-3.0.3: UPDATING ... - lomiri-thumbnailer-3.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.lomiri-thumbnailer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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/kis1w9bs97wgh5qywgb6vw8b7ddmj7x1-mkcue_2.1.orig.tar.gz.drv building '/nix/store/kis1w9bs97wgh5qywgb6vw8b7ddmj7x1-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/kis1w9bs97wgh5qywgb6vw8b7ddmj7x1-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/kis1w9bs97wgh5qywgb6vw8b7ddmj7x1-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/kis1w9bs97wgh5qywgb6vw8b7ddmj7x1-mkcue_2.1.orig.tar.gz.drv /nix/store/a92sig8j6v4siv3gb603zkdwqqxh67j9-mkcue-2.1.drv building '/nix/store/kis1w9bs97wgh5qywgb6vw8b7ddmj7x1-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/kis1w9bs97wgh5qywgb6vw8b7ddmj7x1-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/kis1w9bs97wgh5qywgb6vw8b7ddmj7x1-mkcue_2.1.orig.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/a92sig8j6v4siv3gb603zkdwqqxh67j9-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 libantlr3c, using log file: /var/log/nixpkgs-update/libantlr3c/2024-02-25.log libantlr3c 3.4 -> 3.5.3 https://repology.org/project/libantlr3c/versions attrpath: libantlr3c 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/xcsm3k2fq9yj74mxlhxgncwkd8sqmww1-libantlr3c-3.5.3.tar.gz.drv building '/nix/store/xcsm3k2fq9yj74mxlhxgncwkd8sqmww1-libantlr3c-3.5.3.tar.gz.drv'... trying https://www.antlr3.org/download/C/libantlr3c-3.5.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 228 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libantlr3c-3.5.3.tar.gz from any mirror error: builder for '/nix/store/xcsm3k2fq9yj74mxlhxgncwkd8sqmww1-libantlr3c-3.5.3.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://www.antlr3.org/download/C/libantlr3c-3.5.3.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 228 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download libantlr3c-3.5.3.tar.gz from any mirror For full logs, run 'nix log /nix/store/xcsm3k2fq9yj74mxlhxgncwkd8sqmww1-libantlr3c-3.5.3.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libantlr3c.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/xcsm3k2fq9yj74mxlhxgncwkd8sqmww1-libantlr3c-3.5.3.tar.gz.drv /nix/store/jbwi1pfw04hg2ig75bgpi4f6wq58zka7-libantlr3c-3.5.3.drv building '/nix/store/xcsm3k2fq9yj74mxlhxgncwkd8sqmww1-libantlr3c-3.5.3.tar.gz.drv'... trying https://www.antlr3.org/download/C/libantlr3c-3.5.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 228 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libantlr3c-3.5.3.tar.gz from any mirror error: builder for '/nix/store/xcsm3k2fq9yj74mxlhxgncwkd8sqmww1-libantlr3c-3.5.3.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://www.antlr3.org/download/C/libantlr3c-3.5.3.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 228 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download libantlr3c-3.5.3.tar.gz from any mirror For full logs, run 'nix log /nix/store/xcsm3k2fq9yj74mxlhxgncwkd8sqmww1-libantlr3c-3.5.3.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/jbwi1pfw04hg2ig75bgpi4f6wq58zka7-libantlr3c-3.5.3.drv' failed to build [result] Failed to update libantlr3c 3.4 -> 3.5.3 https://repology.org/project/libantlr3c/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.http-client, using log file: /var/log/nixpkgs-update/haskellPackages.http-client/2024-02-25.log haskellPackages.http-client 0.7.15 -> 0.7.16 https://repology.org/project/haskell:http-client/versions attrpath: haskellPackages.http-client Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.http-client 0.7.15 -> 0.7.16 https://repology.org/project/haskell:http-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 scheherazade, using log file: /var/log/nixpkgs-update/scheherazade/2024-02-25.log scheherazade 2.100 -> 4.000 https://repology.org/project/fonts:scheherazade/versions attrpath: scheherazade Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: error: attribute '"4.000"' already defined at /var/cache/nixpkgs-update/worker/worktree/scheherazade/pkgs/data/fonts/scheherazade/default.nix:6:5 at /var/cache/nixpkgs-update/worker/worktree/scheherazade/pkgs/data/fonts/scheherazade/default.nix:8:5: 7| "3.300" = "sha256-LaaA6DWAE2dcwVVX4go9cJaiuwI6efYbPk82ym3W3IY="; 8| "4.000" = "sha256-FhgHlHCfojIl3Y11EDYhNTmLYwQ60OrwnA9nbZbZGJE="; | ^ 9| }."${version}"; stderr did not split as expected full stderr was: error: attribute '"4.000"' already defined at /var/cache/nixpkgs-update/worker/worktree/scheherazade/pkgs/data/fonts/scheherazade/default.nix:6:5 at /var/cache/nixpkgs-update/worker/worktree/scheherazade/pkgs/data/fonts/scheherazade/default.nix:8:5: 7| "3.300" = "sha256-LaaA6DWAE2dcwVVX4go9cJaiuwI6efYbPk82ym3W3IY="; 8| "4.000" = "sha256-FhgHlHCfojIl3Y11EDYhNTmLYwQ60OrwnA9nbZbZGJE="; | ^ 9| }."${version}"; stderr did not split as expected full stderr was: error: attribute '"4.000"' already defined at /var/cache/nixpkgs-update/worker/worktree/scheherazade/pkgs/data/fonts/scheherazade/default.nix:6:5 at /var/cache/nixpkgs-update/worker/worktree/scheherazade/pkgs/data/fonts/scheherazade/default.nix:8:5: 7| "3.300" = "sha256-LaaA6DWAE2dcwVVX4go9cJaiuwI6efYbPk82ym3W3IY="; 8| "4.000" = "sha256-FhgHlHCfojIl3Y11EDYhNTmLYwQ60OrwnA9nbZbZGJE="; | ^ 9| }."${version}"; [result] Failed to update scheherazade 2.100 -> 4.000 https://repology.org/project/fonts:scheherazade/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gsoap, using log file: /var/log/nixpkgs-update/gsoap/2024-02-25.log gsoap 2.8.108 -> 2.8.132 https://repology.org/project/gsoap/versions attrpath: gsoap Checking auto update branch... No auto update branch exists Old version 2.8.108" not present in master derivation file with contents: { lib, stdenv, fetchurl, autoreconfHook, unzip, m4, bison, flex, openssl, zlib }: let majorVersion = "2.8"; in stdenv.mkDerivation rec { pname = "gsoap"; version = "${majorVersion}.108"; src = fetchurl { url = "mirror://sourceforge/project/gsoap2/gsoap-${majorVersion}/gsoap_${version}.zip"; sha256 = "0x58bwlclk7frv03kg8bp0pm7zl784samvbzskrnr7dl5v866nvl"; }; buildInputs = [ openssl zlib ]; nativeBuildInputs = [ autoreconfHook bison flex m4 unzip ]; # Parallel building doesn't work as of 2.8.49 enableParallelBuilding = false; # Future versions of automake require subdir-objects if the source is structured this way # As of 2.8.49 (maybe earlier) this is needed to silence warnings prePatch = '' substituteInPlace configure.ac \ --replace 'AM_INIT_AUTOMAKE([foreign])' 'AM_INIT_AUTOMAKE([foreign subdir-objects])' ''; meta = with lib; { description = "C/C++ toolkit for SOAP web services and XML-based applications"; homepage = "http://www.cs.fsu.edu/~engelen/soap.html"; # gsoap is dual/triple licensed (see homepage for details): # 1. gSOAP Public License 1.3 (based on Mozilla Public License 1.1). # Components NOT covered by the gSOAP Public License are: # - wsdl2h tool and its source code output, # - soapcpp2 tool and its source code output, # - UDDI code, # - the webserver example code in gsoap/samples/webserver, # - and several example applications in the gsoap/samples directory. # 2. GPLv2 covers all of the software # 3. Proprietary commercial software development license (removes GPL # restrictions) license = licenses.gpl2; platforms = platforms.linux; maintainers = with maintainers; [ bjornfor ]; }; } [result] Failed to update gsoap 2.8.108 -> 2.8.132 https://repology.org/project/gsoap/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.asbio, using log file: /var/log/nixpkgs-update/rPackages.asbio/2024-02-25.log rPackages.asbio 1.9-6 -> 1.9-7 https://repology.org/project/r:asbio/versions attrpath: rPackages.asbio Checking auto update branch... No auto update branch exists Old version 1.9-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.asbio 1.9-6 -> 1.9-7 https://repology.org/project/r:asbio/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.libksysguard, using log file: /var/log/nixpkgs-update/libsForQt5.libksysguard/2024-02-25.log libsForQt5.libksysguard 5.27.10 -> 6.0.0 https://repology.org/project/libksysguard/versions attrpath: libsForQt5.libksysguard 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.libksysguard 5.27.10 -> 6.0.0 https://repology.org/project/libksysguard/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.pbdSLAP, using log file: /var/log/nixpkgs-update/rPackages.pbdSLAP/2024-02-25.log rPackages.pbdSLAP 0.3-4 -> 0.3-5 https://repology.org/project/r:pbdslap/versions attrpath: rPackages.pbdSLAP 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.pbdSLAP 0.3-4 -> 0.3-5 https://repology.org/project/r:pbdslap/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tinycdb, using log file: /var/log/nixpkgs-update/tinycdb/2024-02-25.log tinycdb 0.80 -> 0.81 https://repology.org/project/tinycdb/versions attrpath: tinycdb 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/tinycdb/default.nix b/pkgs/development/libraries/tinycdb/default.nix index 2d9cb53e7949..36f0fc55dca6 100644 --- a/pkgs/development/libraries/tinycdb/default.nix +++ b/pkgs/development/libraries/tinycdb/default.nix @@ -12,7 +12,7 @@ in stdenv.mkDerivation rec { sed -i 's,set --, set -x; set --,' Makefile ''; pname = "tinycdb"; - version = "0.80"; + version = "0.81"; # In general, static library (.a) goes to "dev", shared (.so) to # "lib". In case of static build, there is no .so library, so "lib" # output is useless and empty. @@ -35,7 +35,7 @@ in stdenv.mkDerivation rec { src = fetchurl { url = "http://www.corpit.ru/mjt/tinycdb/${pname}-${version}.tar.gz"; - sha256 = "sha256-wyG5BekCwsqZo/+Kjd39iCMkf+Ht7IpLuF+Dhpxjn7g="; + sha256 = "sha256-Rp3i1EW/VIgPZS9LbclcfN9vVQLDVSSkWyEi1w1H68I="; }; meta = with lib; { [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 tinycdb nix build failed. + '[' -d /nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/bin ']' + mkdir -p /nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/bin + cp cdb /nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/bin/cdb + chmod 0755 /nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/bin/cdb + shift 4 + '[' libcdb.a ']' + '[' .- = .- ']' + f=libcdb.a + d=/nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/lib + echo installing libcdb.a to /nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/lib/libcdb.a installing libcdb.a to /nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/lib/libcdb.a + '[' -d /nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/lib ']' + mkdir -p /nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/lib + cp libcdb.a /nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/lib/libcdb.a + chmod 0644 /nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/lib/libcdb.a + shift 4 + '[' libcdb.pc ']' + '[' .- = .- ']' + f=libcdb.pc + d=/nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/lib/pkgconfig + echo installing libcdb.pc to /nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/lib/pkgconfig/libcdb.pc installing libcdb.pc to /nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/lib/pkgconfig/libcdb.pc + '[' -d /nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/lib/pkgconfig ']' + mkdir -p /nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/lib/pkgconfig + cp libcdb.pc /nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/lib/pkgconfig/libcdb.pc + chmod 0644 /nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/lib/pkgconfig/libcdb.pc + shift 4 + '[' '' ']' rmdir: failed to remove '/nix/store/lcijhbdvhcsk96vmvm5rw3dvwjid8b65-tinycdb-0.81/lib': Directory not empty /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update tinycdb 0.80 -> 0.81 https://repology.org/project/tinycdb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath autogen, using log file: /var/log/nixpkgs-update/autogen/2024-02-25.log autogen 5.18.16 -> 5.19.96 https://repology.org/project/autogen/versions attrpath: autogen 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 autogen 5.18.16 -> 5.19.96 https://repology.org/project/autogen/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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 refind, using log file: /var/log/nixpkgs-update/refind/2024-02-25.log refind 0.14.0.2 -> 0.14.4.2 https://repology.org/project/refind/versions attrpath: refind 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/q2g1r4hj7y7ysx1vwbcnbc0iqr402chg-refind-src-0.14.4.2.tar.gz.drv building '/nix/store/q2g1r4hj7y7ysx1vwbcnbc0iqr402chg-refind-src-0.14.4.2.tar.gz.drv'... trying https://downloads.sourceforge.net/project/refind/0.14.4.2/refind-src-0.14.4.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/project/refind/0.14.4.2/refind-src-0.14.4.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/project/refind/0.14.4.2/refind-src-0.14.4.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1009 0 --:--:-- --:--:-- --:--:-- 1014 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/refind/0.14.4.2/refind-src-0.14.4.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/project/refind/0.14.4.2/refind-src-0.14.4.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 332 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/refind/0.14.4.2/refind-src-0.14.4.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 refind-src-0.14.4.2.tar.gz from any mirror error: builder for '/nix/store/q2g1r4hj7y7ysx1vwbcnbc0iqr402chg-refind-src-0.14.4.2.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/project/refind/0.14.4.2/refind-src-0.14.4.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/project/refind/0.14.4.2/refind-src-0.14.4.2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 332 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/refind/0.14.4.2/refind-src-0.14.4.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 refind-src-0.14.4.2.tar.gz from any mirror For full logs, run 'nix log /nix/store/q2g1r4hj7y7ysx1vwbcnbc0iqr402chg-refind-src-0.14.4.2.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'refind.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/q2g1r4hj7y7ysx1vwbcnbc0iqr402chg-refind-src-0.14.4.2.tar.gz.drv /nix/store/0lx5jlyxz4hzqym01mb5cdfyramr7hcb-refind-0.14.4.2.drv this path will be fetched (0.09 MiB download, 0.50 MiB unpacked): /nix/store/ihrc2bgfs2zz7rnw1kp6b54d7l9y9v5m-gnu-efi-3.0.15 copying path '/nix/store/ihrc2bgfs2zz7rnw1kp6b54d7l9y9v5m-gnu-efi-3.0.15' from 'https://cache.nixos.org'... building '/nix/store/q2g1r4hj7y7ysx1vwbcnbc0iqr402chg-refind-src-0.14.4.2.tar.gz.drv'... trying https://downloads.sourceforge.net/project/refind/0.14.4.2/refind-src-0.14.4.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/project/refind/0.14.4.2/refind-src-0.14.4.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/project/refind/0.14.4.2/refind-src-0.14.4.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1287 0 --:--:-- --:--:-- --:--:-- 1289 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/refind/0.14.4.2/refind-src-0.14.4.2.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/project/refind/0.14.4.2/refind-src-0.14.4.2.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 332 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://osdn.dl.sourceforge.net/sourceforge/project/refind/0.14.4.2/refind-src-0.14.4.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 refind-src-0.14.4.2.tar.gz from any mirror error: builder for '/nix/store/q2g1r4hj7y7ysx1vwbcnbc0iqr402chg-refind-src-0.14.4.2.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/project/refind/0.14.4.2/refind-src-0.14.4.2.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/project/refind/0.14.4.2/refind-src-0.14.4.2.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 332 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://osdn.dl.sourceforge.net/sourceforge/project/refind/0.14.4.2/refind-src-0.14.4.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 refind-src-0.14.4.2.tar.gz from any mirror For full logs, run 'nix log /nix/store/q2g1r4hj7y7ysx1vwbcnbc0iqr402chg-refind-src-0.14.4.2.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/0lx5jlyxz4hzqym01mb5cdfyramr7hcb-refind-0.14.4.2.drv' failed to build [result] Failed to update refind 0.14.0.2 -> 0.14.4.2 https://repology.org/project/refind/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.GenomeInfoDb, using log file: /var/log/nixpkgs-update/rPackages.GenomeInfoDb/2024-02-25.log rPackages.GenomeInfoDb 1.38.5 -> 1.39.5 https://repology.org/project/r:genomeinfodb/versions attrpath: rPackages.GenomeInfoDb Checking auto update branch... No auto update branch exists Old version 1.38.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.GenomeInfoDb 1.38.5 -> 1.39.5 https://repology.org/project/r:genomeinfodb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sudachidict, using log file: /var/log/nixpkgs-update/sudachidict/2024-02-25.log sudachidict 20230927 -> 20240109 https://github.com/WorksApplications/SudachiDict/releases attrpath: sudachidict 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 sudachidict 20230927 -> 20240109 https://github.com/WorksApplications/SudachiDict/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 nvidia_cg_toolkit, using log file: /var/log/nixpkgs-update/nvidia_cg_toolkit/2024-02-25.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 emacsPackages.jsonrpc, using log file: /var/log/nixpkgs-update/emacsPackages.jsonrpc/2024-02-25.log emacsPackages.jsonrpc 1.0.17 -> 1.0.23 https://repology.org/project/emacs:jsonrpc/versions attrpath: emacsPackages.jsonrpc Checking auto update branch... No auto update branch exists Old version 1.0.17" not present in master 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.jsonrpc 1.0.17 -> 1.0.23 https://repology.org/project/emacs:jsonrpc/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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/zps6drnxmljjybsldp7zbq5ylzd7xznm-xzgv-0.9.2_2.tar.gz.drv building '/nix/store/zps6drnxmljjybsldp7zbq5ylzd7xznm-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 1192 0 --:--:-- --:--:-- --:--:-- 1200 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 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 234 0 --:--:-- --:--:-- --:--:-- 234 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:02 --:--:-- 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/zps6drnxmljjybsldp7zbq5ylzd7xznm-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 234 0 --:--:-- --:--:-- --:--:-- 234 > 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:02 --:--:-- 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/zps6drnxmljjybsldp7zbq5ylzd7xznm-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/zps6drnxmljjybsldp7zbq5ylzd7xznm-xzgv-0.9.2_2.tar.gz.drv /nix/store/59wg0g9ck8v67nlr0iajwjw1xljh12iy-xzgv-0.9.2_2.drv building '/nix/store/zps6drnxmljjybsldp7zbq5ylzd7xznm-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 1289 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/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 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/zps6drnxmljjybsldp7zbq5ylzd7xznm-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 > 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/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/zps6drnxmljjybsldp7zbq5ylzd7xznm-xzgv-0.9.2_2.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/59wg0g9ck8v67nlr0iajwjw1xljh12iy-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 linuxKernel.packages.linux_6_7.tp_smapi, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_7.tp_smapi/2024-02-25.log linuxKernel.packages.linux_6_7.tp_smapi 0.43-6.7.5 -> 0.44 https://repology.org/project/tp-smapi/versions attrpath: linuxKernel.packages.linux_6_7.tp_smapi 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 these 2 derivations will be built: /nix/store/dfbl33fyi2lbw1ljs2162s3250xakvp7-update-tp_smapi.drv /nix/store/ai3njkiff1807xc9f6sll920q25ifcbm-packages.json.drv building '/nix/store/dfbl33fyi2lbw1ljs2162s3250xakvp7-update-tp_smapi.drv'... building '/nix/store/ai3njkiff1807xc9f6sll920q25ifcbm-packages.json.drv'... Going to be running update for following packages: - tp_smapi-0.43-6.7.6 Press Enter key to continue... Running update for: - tp_smapi-0.43-6.7.6: UPDATING ... - tp_smapi-0.43-6.7.6: ERROR --- SHOWING ERROR LOG FOR tp_smapi-0.43-6.7.6 ---------------------- jq: error (at :1): Cannot index string with string "name" this derivation will be built: /nix/store/7xqwdf7xnw4lldmbrsz4291lghwwjmrk-source.drv building '/nix/store/7xqwdf7xnw4lldmbrsz4291lghwwjmrk-source.drv'... trying https://github.com/linux-thinkpad/tp_smapi/archive/tp-smapi/.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 20 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 400 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed update-source-version: error: Couldn't figure out new hash of 'linuxPackages.tp_smapi.src'! --- SHOWING ERROR LOG FOR tp_smapi-0.43-6.7.6 ---------------------- The update script for tp_smapi-0.43-6.7.6 failed with exit code 1 [result] Failed to update linuxKernel.packages.linux_6_7.tp_smapi 0.43-6.7.5 -> 0.44 https://repology.org/project/tp-smapi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath espeakedit, using log file: /var/log/nixpkgs-update/espeakedit/2024-02-25.log espeakedit 1.48.03 -> 1.48.15 https://repology.org/project/espeakedit/versions attrpath: espeakedit 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/3xk13ypam8hbwf5k2x6fl19asadg8cw1-espeakedit-1.48.15.zip.drv building '/nix/store/3xk13ypam8hbwf5k2x6fl19asadg8cw1-espeakedit-1.48.15.zip.drv'... trying https://downloads.sourceforge.net/espeak/espeakedit-1.48.15.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/espeak/espeakedit-1.48.15.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/espeak/espeakedit-1.48.15.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1293 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/espeak/espeakedit-1.48.15.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 229 0 --:--:-- --:--:-- --:--:-- 229 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/espeak/espeakedit-1.48.15.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 311 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/espeak/espeakedit-1.48.15.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 espeakedit-1.48.15.zip from any mirror error: builder for '/nix/store/3xk13ypam8hbwf5k2x6fl19asadg8cw1-espeakedit-1.48.15.zip.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/espeak/espeakedit-1.48.15.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 154 100 154 0 0 229 0 --:--:-- --:--:-- --:--:-- 229 > 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/espeak/espeakedit-1.48.15.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 311 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/espeak/espeakedit-1.48.15.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 espeakedit-1.48.15.zip from any mirror For full logs, run 'nix log /nix/store/3xk13ypam8hbwf5k2x6fl19asadg8cw1-espeakedit-1.48.15.zip.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'espeakedit.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/3xk13ypam8hbwf5k2x6fl19asadg8cw1-espeakedit-1.48.15.zip.drv /nix/store/63cbvqb168qvyk6mkczxkk6fc1cgs2d3-espeakedit-1.48.15.drv building '/nix/store/3xk13ypam8hbwf5k2x6fl19asadg8cw1-espeakedit-1.48.15.zip.drv'... trying https://downloads.sourceforge.net/espeak/espeakedit-1.48.15.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/espeak/espeakedit-1.48.15.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/espeak/espeakedit-1.48.15.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1282 0 --:--:-- --:--:-- --:--:-- 1289 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/espeak/espeakedit-1.48.15.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/espeak/espeakedit-1.48.15.zip % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 311 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/espeak/espeakedit-1.48.15.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 espeakedit-1.48.15.zip from any mirror error: builder for '/nix/store/3xk13ypam8hbwf5k2x6fl19asadg8cw1-espeakedit-1.48.15.zip.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/espeak/espeakedit-1.48.15.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/espeak/espeakedit-1.48.15.zip > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 311 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/espeak/espeakedit-1.48.15.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 espeakedit-1.48.15.zip from any mirror For full logs, run 'nix log /nix/store/3xk13ypam8hbwf5k2x6fl19asadg8cw1-espeakedit-1.48.15.zip.drv'. error: 1 dependencies of derivation '/nix/store/63cbvqb168qvyk6mkczxkk6fc1cgs2d3-espeakedit-1.48.15.drv' failed to build [result] Failed to update espeakedit 1.48.03 -> 1.48.15 https://repology.org/project/espeakedit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qimgv, using log file: /var/log/nixpkgs-update/qimgv/2024-02-25.log qimgv 1.0.3-alpha -> 1.0.3a https://repology.org/project/qimgv/versions attrpath: qimgv Checking auto update branch... No auto update branch exists 1.0.3a is not newer than 1.0.3-alpha according to Nix; versionComparison: -1 [result] Failed to update qimgv 1.0.3-alpha -> 1.0.3a https://repology.org/project/qimgv/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libmysqlclient, using log file: /var/log/nixpkgs-update/libmysqlclient/2024-02-25.log libmysqlclient 3.3.5 -> 3.3.9 https://repology.org/project/mariadb-connector-c/versions attrpath: libmysqlclient Checking auto update branch... No auto update branch exists Old version 3.3.5" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, cmake , curl, openssl, zlib, zstd , libiconv , version, hash, ... }: with lib; let isVer33 = versionAtLeast version "3.3"; in stdenv.mkDerivation { pname = "mariadb-connector-c"; inherit version; src = fetchFromGitHub { owner = "mariadb-corporation"; repo = "mariadb-connector-c"; rev = "v${version}"; inherit hash; }; outputs = [ "out" "dev" ]; cmakeFlags = [ "-DMARIADB_UNIX_ADDR=/run/mysqld/mysqld.sock" "-DWITH_CURL=ON" "-DWITH_EXTERNAL_ZLIB=ON" "-DWITH_MYSQLCOMPAT=ON" ]; postPatch = '' substituteInPlace mariadb_config/mariadb_config.c.in \ --replace '#define INCLUDE "-I%s/@INSTALL_INCLUDEDIR@ -I%s/@INSTALL_INCLUDEDIR@/mysql"' "#define INCLUDE \"-I$dev/include -I$dev/include/mysql\"" \ --replace '#define LIBS "-L%s/@INSTALL_LIBDIR@/ -lmariadb"' "#define LIBS \"-L$out/lib/mariadb -lmariadb\"" \ --replace '#define PKG_LIBDIR "%s/@INSTALL_LIBDIR@"' "#define PKG_LIBDIR \"$out/lib/mariadb\"" \ --replace '#define PLUGIN_DIR "%s/@INSTALL_PLUGINDIR@"' "#define PLUGIN_DIR \"$out/lib/mariadb/plugin\"" \ --replace '#define PKG_PLUGINDIR "%s/@INSTALL_PLUGINDIR@"' "#define PKG_PLUGINDIR \"$out/lib/mariadb/plugin\"" '' + lib.optionalString stdenv.hostPlatform.isStatic '' # Disables all dynamic plugins substituteInPlace cmake/plugins.cmake \ --replace 'if(''${CC_PLUGIN_DEFAULT} STREQUAL "DYNAMIC")' 'if(''${CC_PLUGIN_DEFAULT} STREQUAL "INVALID")' # Force building static libraries substituteInPlace libmariadb/CMakeLists.txt \ --replace 'libmariadb SHARED' 'libmariadb STATIC' ''; # The cmake setup-hook uses $out/lib by default, this is not the case here. preConfigure = optionalString stdenv.isDarwin '' cmakeFlagsArray+=("-DCMAKE_INSTALL_NAME_DIR=$out/lib/mariadb") ''; nativeBuildInputs = [ cmake ]; propagatedBuildInputs = [ curl openssl zlib ] ++ optional isVer33 zstd; buildInputs = [ libiconv ]; postInstall = '' moveToOutput bin/mariadb_config "$dev" ''; postFixup = '' ln -sv mariadb_config $dev/bin/mysql_config ln -sv mariadb $out/lib/mysql ln -sv mariadb $dev/include/mysql ln -sv mariadb_version.h $dev/include/mariadb/mysql_version.h ln -sv libmariadb.pc $dev/lib/pkgconfig/mysqlclient.pc install -Dm644 include/ma_config.h $dev/include/mariadb/my_config.h ''; meta = { description = "Client library that can be used to connect to MySQL or MariaDB"; license = licenses.lgpl21Plus; maintainers = with maintainers; [ globin ]; platforms = platforms.all; }; } [result] Failed to update libmysqlclient 3.3.5 -> 3.3.9 https://repology.org/project/mariadb-connector-c/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.MCMCpack, using log file: /var/log/nixpkgs-update/rPackages.MCMCpack/2024-02-25.log rPackages.MCMCpack 1.6-3 -> 1.7.0 https://repology.org/project/r:mcmcpack/versions attrpath: rPackages.MCMCpack Checking auto update branch... No auto update branch exists Old version 1.6-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.MCMCpack 1.6-3 -> 1.7.0 https://repology.org/project/r:mcmcpack/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.cBioPortalData, using log file: /var/log/nixpkgs-update/rPackages.cBioPortalData/2024-02-25.log rPackages.cBioPortalData 2.14.0 -> 2.14.2 https://repology.org/project/r:cbioportaldata/versions attrpath: rPackages.cBioPortalData Checking auto update branch... No auto update branch exists Old version 2.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.cBioPortalData 2.14.0 -> 2.14.2 https://repology.org/project/r:cbioportaldata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath odafileconverter, using log file: /var/log/nixpkgs-update/odafileconverter/2024-02-25.log odafileconverter 21.11.0.0 -> 25.1 https://repology.org/project/oda-file-converter/versions attrpath: odafileconverter 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/odafileconverter/default.nix b/pkgs/applications/graphics/odafileconverter/default.nix index ba1d5bdce073..fd7f5a4a8e5c 100644 --- a/pkgs/applications/graphics/odafileconverter/default.nix +++ b/pkgs/applications/graphics/odafileconverter/default.nix @@ -4,7 +4,7 @@ let # To obtain the version you will need to run the following command: # # dpkg-deb -I ${odafileconverter.src} | grep Version - version = "21.11.0.0"; + version = "25.1"; rpath = "$ORIGIN:${lib.makeLibraryPath [ stdenv.cc.cc qtbase ]}"; in mkDerivation { @@ -15,7 +15,7 @@ in mkDerivation { src = fetchurl { # NB: this URL is not stable (i.e. the underlying file and the corresponding version will change over time) url = "https://web.archive.org/web/20201206221727if_/https://download.opendesign.com/guestfiles/Demo/ODAFileConverter_QT5_lnxX64_7.2dll_21.11.deb"; - sha256 = "10027a3ab18efd04ca75aa699ff550eca3bdfe6f7084460d3c00001bffb50070"; + sha256 = "sha256-EAJ6OrGO/QTKdappn/VQ7KO9/m9whEYNPAAAG/+1AHA="; }; unpackPhase = '' Source url did not change. [result] Failed to update odafileconverter 21.11.0.0 -> 25.1 https://repology.org/project/oda-file-converter/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath usb-modeswitch, using log file: /var/log/nixpkgs-update/usb-modeswitch/2024-02-25.log usb-modeswitch 2.6.0 -> 2.6.1 https://repology.org/project/usb-modeswitch/versions attrpath: usb-modeswitch 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/tools/misc/usb-modeswitch/default.nix b/pkgs/development/tools/misc/usb-modeswitch/default.nix index 4f9dbe92d2b7..c4bbb880f35f 100644 --- a/pkgs/development/tools/misc/usb-modeswitch/default.nix +++ b/pkgs/development/tools/misc/usb-modeswitch/default.nix @@ -3,11 +3,11 @@ stdenv.mkDerivation rec { pname = "usb-modeswitch"; - version = "2.6.0"; + version = "2.6.1"; src = fetchurl { url = "http://www.draisberghof.de/usb_modeswitch/${pname}-${version}.tar.bz2"; - sha256 = "18wbbxc5cfsmikba0msdvd5qlaga27b32nhrzicyd9mdddp265f2"; + sha256 = "sha256-UZXZ4TblL2WPGen5Pk+YKxtnv/rBl9CkVc2MLNJF+jQ="; }; patches = [ ./configurable-usb-modeswitch.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 usb-modeswitch nix build failed. got build log for 'usb-modeswitch' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/1d2yvpw2cwx0bhxbp30iay4vkh93adm3-usb-modeswitch-2.6.1.tar.bz2 source root is usb-modeswitch-2.6.1 setting SOURCE_DATE_EPOCH to timestamp 1594396659 of file usb-modeswitch-2.6.1/usb_modeswitch_dispatcher.tcl @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/fihsrgy4vak1xj37lcxlqkmijy4vyasq-configurable-usb-modeswitch.patch patching file Makefile patching file usb-modeswitch-upstart.conf patching file usb_modeswitch.sh Hunk #1 FAILED at 1. 1 out of 4 hunks FAILED -- saving rejects to file usb_modeswitch.sh.rej patching file usb_modeswitch@.service Hunk #1 FAILED at 3. 1 out of 1 hunk FAILED -- saving rejects to file usb_modeswitch@.service.rej patching file usb_modeswitch_dispatcher.tcl Hunk #1 succeeded at 24 with fuzz 2 (offset 12 lines). Hunk #2 succeeded at 137 (offset 12 lines). Hunk #3 succeeded at 305 (offset 12 lines). Hunk #4 succeeded at 341 (offset 12 lines). Hunk #5 succeeded at 349 (offset 12 lines). Hunk #6 succeeded at 542 (offset 12 lines). Hunk #7 succeeded at 945 (offset 14 lines). [result] Failed to update usb-modeswitch 2.6.0 -> 2.6.1 https://repology.org/project/usb-modeswitch/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.proj4, using log file: /var/log/nixpkgs-update/rPackages.proj4/2024-02-25.log rPackages.proj4 1.0-13 -> 1.0.14 https://repology.org/project/r:proj4/versions attrpath: rPackages.proj4 Checking auto update branch... No auto update branch exists Old version 1.0-13" 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.proj4 1.0-13 -> 1.0.14 https://repology.org/project/r:proj4/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libagar, using log file: /var/log/nixpkgs-update/libagar/2024-02-25.log libagar 1.5.0 -> 1.7.0 https://repology.org/project/agar/versions attrpath: libagar 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/libagar/default.nix b/pkgs/development/libraries/libagar/default.nix index bff80ab996db..1149577fbece 100644 --- a/pkgs/development/libraries/libagar/default.nix +++ b/pkgs/development/libraries/libagar/default.nix @@ -5,11 +5,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "libagar"; - version = "1.5.0"; + version = "1.7.0"; src = fetchurl { url = "http://stable.hypertriton.com/agar/agar-${finalAttrs.version}.tar.gz"; - sha256 = "001wcqk5z67qg0raw9zlwmv62drxiwqykvsbk10q2mrc6knjsd42"; + sha256 = "sha256-FzE9IjteqU+foDA93YLtyO4OfMF5U984pe5rZ8uElEY="; }; preConfigure = '' [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 libagar nix build failed. got build log for 'libagar' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/yfkk3m7r9aqcs4pj2j0cc3zqxaxnn6q0-agar-1.7.0.tar.gz source root is agar-1.7.0 setting SOURCE_DATE_EPOCH to timestamp 1682781715 of file agar-1.7.0/vg/.manlinks.mk @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase Updating Autotools / GNU config script to a newer upstream version: ./mk/libtool/config.sub Updating Autotools / GNU config script to a newer upstream version: ./mk/config.guess Updating Autotools / GNU config script to a newer upstream version: ./mk/libtool/config.guess @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'configure.in') fixing libtool script ./mk/libtool/ltmain.sh patching script interpreter paths in ./configure ./configure: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" configure flags: --prefix=/nix/store/65h0i9gb47sgmk68d5q013i9d4gzlvkv-libagar-1.7.0 --bindir=/nix/store/65h0i9gb47sgmk68d5q013i9d4gzlvkv-libagar-1.7.0/bin --sbindir=/nix/store/65h0i9gb47sgmk68d5q013i9d4gzlvkv-libagar-1.7.0/sbin --includedir=/nix/store/65h0i9gb47sgmk68d5q013i9d4gzlvkv-libagar-1.7.0/include --oldincludedir=/nix/store/65h0i9gb47sgmk68d5q013i9d4gzlvkv-libagar-1.7.0/include --mandir=/nix/store/65h0i9gb47sgmk68d5q013i9d4gzlvkv-libagar-1.7.0/share/man --infodir=/nix/store/65h0i9gb47sgmk68d5q013i9d4gzlvkv-libagar-1.7.0/share/info --docdir=/nix/store/65h0i9gb47sgmk68d5q013i9d4gzlvkv-libagar-1.7.0/share/doc/libagar --libdir=/nix/store/65h0i9gb47sgmk68d5q013i9d4gzlvkv-libagar-1.7.0/lib --libexecdir=/nix/store/65h0i9gb47sgmk68d5q013i9d4gzlvkv-libagar-1.7.0/libexec --localedir=/nix/store/65h0i9gb47sgmk68d5q013i9d4gzlvkv-libagar-1.7.0/share/locale --with-libtool=/nix/store/2pxxb007672s9yqxagqy5bvym91q86ib-libtool-2.4.7/bin/libtool --enable-nls=yes --with-gettext=/nix/store/zd1a9i36yqs6bfamfqa3hbxf7a2si2vq-gettext-0.21.1 --with-jpeg=/nix/store/r2z54nm9xkrz7z6cv09a0g3j3am5chaj-libjpeg-turbo-3.0.2-dev --with-gl=/nix/store/xav6z6xz0n9bb9zvvvivsjyzyzx4lh9q-libGL-1.7.0 --with-mysql=/nix/store/1nbx03690snalnddqlgnx6dhaqf6kyzz-mariadb-connector-c-3.3.5 --with-manpages=yes BSDBuild 3.1 (http://bsdbuild.hypertriton.com) * Overwriting existing Makefile.config ./configure: line 676: syntax error near unexpected token `"Agar"' ./configure: line 676: `package("Agar")' [result] Failed to update libagar 1.5.0 -> 1.7.0 https://repology.org/project/agar/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/cc CC_X86_64_UNKNOWN_LINUX_GNU=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/cc CXX_X86_64_UNKNOWN_LINUX_GNU=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/c++ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/cc CARGO_BUILD_TARGET=x86_64-unknown-linux-gnu HOST_CC=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/cc HOST_CXX=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-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-25.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/nfznalhg5vzjvjpdjsvi2kn46diky3g2-source.drv building '/nix/store/nfznalhg5vzjvjpdjsvi2kn46diky3g2-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/nfznalhg5vzjvjpdjsvi2kn46diky3g2-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/nfznalhg5vzjvjpdjsvi2kn46diky3g2-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/nfznalhg5vzjvjpdjsvi2kn46diky3g2-source.drv /nix/store/ay23gi0b1v9mixr3xljxwal4crydfqwj-polyphone-2.3.1.drv this path will be fetched (0.04 MiB download, 0.18 MiB unpacked): /nix/store/djzg1pjr58bsmxb8rkv0xjnlx9b53xd5-rtmidi-5.0.0 copying path '/nix/store/djzg1pjr58bsmxb8rkv0xjnlx9b53xd5-rtmidi-5.0.0' from 'https://cache.nixos.org'... building '/nix/store/nfznalhg5vzjvjpdjsvi2kn46diky3g2-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/nfznalhg5vzjvjpdjsvi2kn46diky3g2-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/nfznalhg5vzjvjpdjsvi2kn46diky3g2-source.drv'. error: 1 dependencies of derivation '/nix/store/ay23gi0b1v9mixr3xljxwal4crydfqwj-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-25.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-25.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/is51cmza4arrdbsiyqdinksqw3lmx9gn-drumkv1-0.9.34/bin /nix/store/is51cmza4arrdbsiyqdinksqw3lmx9gn-drumkv1-0.9.34/sbin /nix/store/is51cmza4arrdbsiyqdinksqw3lmx9gn-drumkv1-0.9.34/libexec /nix/store/is51cmza4arrdbsiyqdinksqw3lmx9gn-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-25.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-25.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-25.log deepin.dde-session-shell 6.0.10 -> 6.0.17 https://github.com/linuxdeepin/dde-session-shell/releases 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.17 https://github.com/linuxdeepin/dde-session-shell/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.catnet, using log file: /var/log/nixpkgs-update/rPackages.catnet/2024-02-25.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-25.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/dj69n4jpqfizmc5kz9cwhvy8b2pv5zqr-source.drv building '/nix/store/dj69n4jpqfizmc5kz9cwhvy8b2pv5zqr-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/dj69n4jpqfizmc5kz9cwhvy8b2pv5zqr-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/dj69n4jpqfizmc5kz9cwhvy8b2pv5zqr-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/dj69n4jpqfizmc5kz9cwhvy8b2pv5zqr-source.drv /nix/store/z5lazjhpbnsvwch3szw55yayskjl3zng-vulkan-tools-1.3.278.drv this path will be fetched (0.05 MiB download, 0.60 MiB unpacked): /nix/store/085fvdcqc9zfb2jwj38lagzg7vg1s37v-volk-1.3.275.0 copying path '/nix/store/085fvdcqc9zfb2jwj38lagzg7vg1s37v-volk-1.3.275.0' from 'https://cache.nixos.org'... building '/nix/store/dj69n4jpqfizmc5kz9cwhvy8b2pv5zqr-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/dj69n4jpqfizmc5kz9cwhvy8b2pv5zqr-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/dj69n4jpqfizmc5kz9cwhvy8b2pv5zqr-source.drv'. error: 1 dependencies of derivation '/nix/store/z5lazjhpbnsvwch3szw55yayskjl3zng-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-25.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 jedit, using log file: /var/log/nixpkgs-update/jedit/2024-02-25.log jedit 5.2.0 -> 5.6.0 https://repology.org/project/jedit/versions attrpath: jedit 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 jedit 5.2.0 -> 5.6.0 https://repology.org/project/jedit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath postfixadmin, using log file: /var/log/nixpkgs-update/postfixadmin/2024-02-25.log postfixadmin 3.3.13 -> 3.4.d.20211018 https://repology.org/project/postfixadmin/versions attrpath: postfixadmin 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/fxfpzqa1j1f9iv21inzxd6dj5m22gq01-source.drv building '/nix/store/fxfpzqa1j1f9iv21inzxd6dj5m22gq01-source.drv'... trying https://github.com/postfixadmin/postfixadmin/archive/postfixadmin-3.4.d.20211018.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/fxfpzqa1j1f9iv21inzxd6dj5m22gq01-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/postfixadmin/postfixadmin/archive/postfixadmin-3.4.d.20211018.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/fxfpzqa1j1f9iv21inzxd6dj5m22gq01-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'postfixadmin.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/fxfpzqa1j1f9iv21inzxd6dj5m22gq01-source.drv /nix/store/5fiv4bgwy780zn65zh22yq39rczqwv7b-postfixadmin-3.4.d.20211018.drv building '/nix/store/fxfpzqa1j1f9iv21inzxd6dj5m22gq01-source.drv'... trying https://github.com/postfixadmin/postfixadmin/archive/postfixadmin-3.4.d.20211018.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/fxfpzqa1j1f9iv21inzxd6dj5m22gq01-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/postfixadmin/postfixadmin/archive/postfixadmin-3.4.d.20211018.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/fxfpzqa1j1f9iv21inzxd6dj5m22gq01-source.drv'. error: 1 dependencies of derivation '/nix/store/5fiv4bgwy780zn65zh22yq39rczqwv7b-postfixadmin-3.4.d.20211018.drv' failed to build [result] Failed to update postfixadmin 3.3.13 -> 3.4.d.20211018 https://repology.org/project/postfixadmin/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cmucl_binary, using log file: /var/log/nixpkgs-update/cmucl_binary/2024-02-25.log cmucl_binary 21d -> 21e https://repology.org/project/cmucl/versions attrpath: cmucl_binary 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 cmucl_binary 21d -> 21e https://repology.org/project/cmucl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath markdownlint-cli2, using log file: /var/log/nixpkgs-update/markdownlint-cli2/2024-02-25.log markdownlint-cli2 0.9.0 -> 0.12.1 https://repology.org/project/markdownlint-cli2/versions attrpath: markdownlint-cli2 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] build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'markdownlint-cli2.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/3vkjzpkp13qfkrccf07cgp7hi19pbysb-markdownlint-cli2-0.12.1-npm-deps.drv /nix/store/3l4s6lnl0gxwn669klhdnfr235pb3cln-markdownlint-cli2-0.12.1.drv building '/nix/store/3vkjzpkp13qfkrccf07cgp7hi19pbysb-markdownlint-cli2-0.12.1-npm-deps.drv'... Running phase: unpackPhase unpacking source archive /nix/store/sjibaadx5g0q4avjyi197jrwg7wyh1g4-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase ERROR: The package-lock.json file does not exist! package-lock.json is required to make sure that npmDepsHash doesn't change when packages are updated on npm. Hint: You can copy a vendored package-lock.json file via postPatch. error: builder for '/nix/store/3vkjzpkp13qfkrccf07cgp7hi19pbysb-markdownlint-cli2-0.12.1-npm-deps.drv' failed with exit code 1; last 16 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/sjibaadx5g0q4avjyi197jrwg7wyh1g4-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > no configure script, doing nothing > Running phase: buildPhase > > ERROR: The package-lock.json file does not exist! > > package-lock.json is required to make sure that npmDepsHash doesn't change > when packages are updated on npm. > > Hint: You can copy a vendored package-lock.json file via postPatch. > For full logs, run 'nix log /nix/store/3vkjzpkp13qfkrccf07cgp7hi19pbysb-markdownlint-cli2-0.12.1-npm-deps.drv'. error: 1 dependencies of derivation '/nix/store/3l4s6lnl0gxwn669klhdnfr235pb3cln-markdownlint-cli2-0.12.1.drv' failed to build [result] Failed to update markdownlint-cli2 0.9.0 -> 0.12.1 https://repology.org/project/markdownlint-cli2/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kdeplasma-addons, using log file: /var/log/nixpkgs-update/libsForQt5.kdeplasma-addons/2024-02-25.log libsForQt5.kdeplasma-addons 5.27.10 -> 6.0.0 https://repology.org/project/kdeplasma-addons/versions attrpath: libsForQt5.kdeplasma-addons 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.kdeplasma-addons 5.27.10 -> 6.0.0 https://repology.org/project/kdeplasma-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 libnxml, using log file: /var/log/nixpkgs-update/libnxml/2024-02-25.log libnxml 0.18.3 -> 0.18.5 https://repology.org/project/libnxml/versions attrpath: libnxml 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/vanf9dni57ixrsf5ilc8fl4gc2k7q9ca-libnxml-0.18.5.tar.gz.drv building '/nix/store/vanf9dni57ixrsf5ilc8fl4gc2k7q9ca-libnxml-0.18.5.tar.gz.drv'... trying https://www.autistici.org/bakunin/libnxml/libnxml-0.18.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libnxml-0.18.5.tar.gz from any mirror error: builder for '/nix/store/vanf9dni57ixrsf5ilc8fl4gc2k7q9ca-libnxml-0.18.5.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://www.autistici.org/bakunin/libnxml/libnxml-0.18.5.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download libnxml-0.18.5.tar.gz from any mirror For full logs, run 'nix log /nix/store/vanf9dni57ixrsf5ilc8fl4gc2k7q9ca-libnxml-0.18.5.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libnxml.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/vanf9dni57ixrsf5ilc8fl4gc2k7q9ca-libnxml-0.18.5.tar.gz.drv /nix/store/b3dm5b3fcn4lc32hm4vz1vxhcdd6qbwf-libnxml-0.18.5.drv building '/nix/store/vanf9dni57ixrsf5ilc8fl4gc2k7q9ca-libnxml-0.18.5.tar.gz.drv'... trying https://www.autistici.org/bakunin/libnxml/libnxml-0.18.5.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libnxml-0.18.5.tar.gz from any mirror error: builder for '/nix/store/vanf9dni57ixrsf5ilc8fl4gc2k7q9ca-libnxml-0.18.5.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://www.autistici.org/bakunin/libnxml/libnxml-0.18.5.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download libnxml-0.18.5.tar.gz from any mirror For full logs, run 'nix log /nix/store/vanf9dni57ixrsf5ilc8fl4gc2k7q9ca-libnxml-0.18.5.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/b3dm5b3fcn4lc32hm4vz1vxhcdd6qbwf-libnxml-0.18.5.drv' failed to build [result] Failed to update libnxml 0.18.3 -> 0.18.5 https://repology.org/project/libnxml/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mytetra, using log file: /var/log/nixpkgs-update/mytetra/2024-02-25.log mytetra 1.44.55 -> 1.44.160 https://repology.org/project/mytetra/versions attrpath: mytetra 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/mytetra/default.nix b/pkgs/applications/office/mytetra/default.nix index b7d53507c4cf..5770b7268827 100644 --- a/pkgs/applications/office/mytetra/default.nix +++ b/pkgs/applications/office/mytetra/default.nix @@ -2,13 +2,13 @@ mkDerivation rec { pname = "mytetra"; - version = "1.44.55"; + version = "1.44.160"; src = fetchFromGitHub { owner = "xintrea"; repo = "mytetra_dev"; rev = "v.${version}"; - sha256 = "sha256-jQXnDoLkqbDZxfsYKPDsTOE7p/BFeA8wEznpbkRVGdw="; + sha256 = "sha256-TCGcQvTf2ZTdoH/x3uDSoRVb0nmxoCBpT6b8bHl6l1E="; }; nativeBuildInputs = [ qmake makeWrapper ]; [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 mytetra nix build failed. g++ -c -pipe -O2 -std=gnu++1y -Wall -Wextra -D_REENTRANT -fPIC -DANY_OS=1 -DMEEGO_OS=2 -DANDROID_OS=3 -DTARGET_OS=ANDROID_OS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Isrc -I/nix/store/cvlnyqcgj1hma160zx9c00v6izni8kc7-qtsvg-5.15.12-dev/include/QtSvg -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtPrintSupport -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtWidgets -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtGui -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtXml -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtNetwork -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtCore -I. -I/nix/store/ls29iy0k1lhvwnigkshm6yirsxr1jgn6-libglvnd-1.7.0-dev/include -I. -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/mkspecs/linux-g++ -o moc_Password.o moc_Password.cpp g++ -c -pipe -O2 -std=gnu++1y -Wall -Wextra -D_REENTRANT -fPIC -DANY_OS=1 -DMEEGO_OS=2 -DANDROID_OS=3 -DTARGET_OS=ANDROID_OS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Isrc -I/nix/store/cvlnyqcgj1hma160zx9c00v6izni8kc7-qtsvg-5.15.12-dev/include/QtSvg -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtPrintSupport -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtWidgets -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtGui -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtXml -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtNetwork -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtCore -I. -I/nix/store/ls29iy0k1lhvwnigkshm6yirsxr1jgn6-libglvnd-1.7.0-dev/include -I. -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/mkspecs/linux-g++ -o moc_MtComboBox.o moc_MtComboBox.cpp g++ -c -pipe -O2 -std=gnu++1y -Wall -Wextra -D_REENTRANT -fPIC -DANY_OS=1 -DMEEGO_OS=2 -DANDROID_OS=3 -DTARGET_OS=ANDROID_OS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Isrc -I/nix/store/cvlnyqcgj1hma160zx9c00v6izni8kc7-qtsvg-5.15.12-dev/include/QtSvg -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtPrintSupport -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtWidgets -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtGui -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtXml -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtNetwork -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtCore -I. -I/nix/store/ls29iy0k1lhvwnigkshm6yirsxr1jgn6-libglvnd-1.7.0-dev/include -I. -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/mkspecs/linux-g++ -o moc_MtTableWidget.o moc_MtTableWidget.cpp g++ -c -pipe -O2 -std=gnu++1y -Wall -Wextra -D_REENTRANT -fPIC -DANY_OS=1 -DMEEGO_OS=2 -DANDROID_OS=3 -DTARGET_OS=ANDROID_OS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Isrc -I/nix/store/cvlnyqcgj1hma160zx9c00v6izni8kc7-qtsvg-5.15.12-dev/include/QtSvg -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtPrintSupport -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtWidgets -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtGui -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtXml -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtNetwork -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtCore -I. -I/nix/store/ls29iy0k1lhvwnigkshm6yirsxr1jgn6-libglvnd-1.7.0-dev/include -I. -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/mkspecs/linux-g++ -o moc_KnowTreeView.o moc_KnowTreeView.cpp g++ -c -pipe -O2 -std=gnu++1y -Wall -Wextra -D_REENTRANT -fPIC -DANY_OS=1 -DMEEGO_OS=2 -DANDROID_OS=3 -DTARGET_OS=ANDROID_OS -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Isrc -I/nix/store/cvlnyqcgj1hma160zx9c00v6izni8kc7-qtsvg-5.15.12-dev/include/QtSvg -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtPrintSupport -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtWidgets -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtGui -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtXml -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtNetwork -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/include/QtCore -I. -I/nix/store/ls29iy0k1lhvwnigkshm6yirsxr1jgn6-libglvnd-1.7.0-dev/include -I. -I/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/mkspecs/linux-g++ -o moc_MtStyledItemDelegate.o moc_MtStyledItemDelegate.cpp g++ -Wl,-O1 -Wl,-rpath,/nix/store/0fymmwkdvl8nzc120s352gv4dnwz8xyn-qtbase-5.15.12/lib -o mytetra main.o DatabasesManagementController.o RandomInitter.o ActionHelper.o ConfigEditorHelper.o CssHelper.o DebugHelper.o DiskHelper.o GestureHelper.o HtmlHelper.o MessageHelper.o ObjectHelper.o ScreenHelper.o SortHelper.o UniqueIdHelper.o EditorConfigMathExpression.o EditorFontToolFocus.o EditorShowTextContextMenu.o EditorShowTextDispatcher.o EditorToolbarSettingsAbstractModel.o EditorToolbarSettingsAvailableToolsModel.o EditorToolbarSettingsUsedToolsModel.o EditorToolbarCommandsListView.o DatabasesManagementModel.o KnownBasesConfig.o AppConfigPage_Appearance.o AppConfigPage_History.o CommandRun.o DatabasesManagementScreen.o DatabasesManagementTable.o InstallDialog.o RecordTableScreen.o RecordTableView.o RecordInfoFieldsEditor.o InfoFieldEnter.o MetaEditor.o Editor.o EditorConfig.o EditorConfigDialog.o EditorConfigFont.o EditorConfigMisc.o EditorFindDialog.o MainWindow.o PrintPreview.o PreviewView.o XmlTree.o TreeModel.o TreeItem.o KnowTreeModel.o RecordTableData.o RecordTableModel.o RecordTableProxyModel.o AppConfig.o AddNewRecord.o ClipboardRecords.o TreeScreen.o FindScreen.o FindTableWidget.o AppConfigDialog.o ConfigDialog.o ConfigPage.o AppConfigPage_Main.o AppConfigPage_Misc.o AppConfigPage_Crypt.o AppConfigPage_Synchro.o AppConfigPage_RecordTable.o AppConfigUpdater.o TrashMonitoring.o EditorContextMenu.o EditorTextArea.o IndentSlider.o EditorSplitCellForm.o EditorAbsTableCell.o EditorAbsTable.o EditorAddTableForm.o EditorImageProperties.o EditorMultiLineInputDialog.o FixedParameters.o WindowSwitcher.o EditorShowText.o RecordTablePrint.o Record.o Attach.o AttachTableData.o AttachTableModel.o AttachTableView.o AttachTableScreen.o RecordTableController.o AttachTableController.o ReduceMessageBox.o OverTextToolButton.o CryptService.o EditorToolBar.o TypefaceFormatter.o Formatter.o PlacementFormatter.o ListFormatter.o TableFormatter.o ImageFormatter.o EditorIndentSliderAssistant.o EditorToolBarAssistant.o TraceLogger.o ReferenceFormatter.o EditorCursorPositionDetector.o Downloader.o ActionLogScreen.o ActionLogView.o ActionLogController.o ActionLogModel.o ActionLogger.o EditorTablePropertiesForm.o AppConfigPage_Attach.o TimerMonitoring.o PreviewFileDialog.o IconSelectDialog.o PeriodicCheckBase.o PeriodicSyncro.o EditorFontSizeComboBox.o EditorFontFamilyComboBox.o MathExpressionFormatter.o ShortcutManager.o ShortcutSettingsScreen.o ShortcutSettingsView.o ShortcutSettingsController.o ShortcutSettingsModel.o AppConfigPage_Keyboard.o HotKeyGrabber.o EditorToolbarSettingsScreen.o EditorToolbarUsedCommandsController.o EditorToolbarAvailableCommandsController.o EditorConfigToolbars.o EditorMathExpressionDialog.o qtsingleapplication.o qtlocalpeer.o qtsinglecoreapplication.o ClipboardBranch.o GlobalParameters.o DataBaseConfig.o EnterPassword.o ConsoleEmulator.o WaitClock.o WalkHistory.o Pbkdf2Qt.o RC5Simple.o Password.o MtComboBox.o MtTableWidget.o KnowTreeView.o MtStyledItemDelegate.o qrc_mytetra.o qrc_icons.o moc_DatabasesManagementController.o moc_EditorConfigMathExpression.o moc_EditorFontToolFocus.o moc_EditorShowTextContextMenu.o moc_EditorShowTextDispatcher.o moc_EditorToolbarSettingsAbstractModel.o moc_EditorToolbarSettingsAvailableToolsModel.o moc_EditorToolbarSettingsUsedToolsModel.o moc_EditorToolbarCommandsListView.o moc_DatabasesManagementModel.o moc_KnownBasesConfig.o moc_CommandRun.o moc_DatabasesManagementScreen.o moc_DatabasesManagementTable.o moc_InstallDialog.o moc_RecordTableScreen.o moc_RecordTableView.o moc_RecordInfoFieldsEditor.o moc_InfoFieldEnter.o moc_MetaEditor.o moc_Editor.o moc_EditorConfig.o moc_EditorConfigDialog.o moc_EditorConfigFont.o moc_EditorConfigMisc.o moc_EditorFindDialog.o moc_MainWindow.o moc_PrintPreview.o moc_PreviewView.o moc_XmlTree.o moc_TreeModel.o moc_KnowTreeModel.o moc_RecordTableModel.o moc_AppConfig.o moc_AddNewRecord.o moc_ClipboardRecords.o moc_TreeScreen.o moc_FindScreen.o moc_FindTableWidget.o moc_ConfigDialog.o moc_ConfigPage.o moc_AppConfigPage_Main.o moc_AppConfigPage_Misc.o moc_AppConfigPage_Crypt.o moc_AppConfigPage_Synchro.o moc_AppConfigPage_RecordTable.o moc_AppConfigUpdater.o moc_EditorContextMenu.o moc_EditorTextArea.o moc_IndentSlider.o moc_EditorSplitCellForm.o moc_EditorAddTableForm.o moc_EditorImageProperties.o moc_EditorMultiLineInputDialog.o moc_FixedParameters.o moc_WindowSwitcher.o moc_EditorShowText.o moc_RecordTablePrint.o moc_AttachTableModel.o moc_AttachTableView.o moc_AttachTableScreen.o moc_AttachTableController.o moc_RecordTableController.o moc_ReduceMessageBox.o moc_OverTextToolButton.o moc_EditorToolBar.o moc_TypefaceFormatter.o moc_Formatter.o moc_PlacementFormatter.o moc_ListFormatter.o moc_TableFormatter.o moc_ImageFormatter.o moc_EditorIndentSliderAssistant.o moc_EditorToolBarAssistant.o moc_ReferenceFormatter.o moc_Downloader.o moc_ActionLogScreen.o moc_ActionLogView.o moc_ActionLogController.o moc_ActionLogModel.o moc_ActionLogger.o moc_EditorTablePropertiesForm.o moc_AppConfigPage_Attach.o moc_TimerMonitoring.o moc_PreviewFileDialog.o moc_IconSelectDialog.o moc_PeriodicCheckBase.o moc_PeriodicSyncro.o moc_EditorFontSizeComboBox.o moc_EditorFontFamilyComboBox.o moc_MathExpressionFormatter.o moc_ShortcutManager.o moc_ShortcutSettingsScreen.o moc_ShortcutSettingsView.o moc_ShortcutSettingsController.o moc_ShortcutSettingsModel.o moc_AppConfigPage_Keyboard.o moc_HotKeyGrabber.o moc_EditorToolbarSettingsScreen.o moc_EditorToolbarUsedCommandsController.o moc_EditorToolbarAvailableCommandsController.o moc_EditorConfigToolbars.o moc_EditorMathExpressionDialog.o moc_qtsingleapplication.o moc_qtlocalpeer.o moc_qtsinglecoreapplication.o moc_ClipboardBranch.o moc_GlobalParameters.o moc_DataBaseConfig.o moc_EnterPassword.o moc_ConsoleEmulator.o moc_WaitClock.o moc_WalkHistory.o moc_Password.o moc_MtComboBox.o moc_MtTableWidget.o moc_KnowTreeView.o moc_MtStyledItemDelegate.o -L/nix/store/xav6z6xz0n9bb9zvvvivsjyzyzx4lh9q-libGL-1.7.0/lib /nix/store/nvffwjyd2dqslgawqdds9zdglgmm7ipm-qtsvg-5.15.12/lib/libQt5Svg.so /nix/store/0fymmwkdvl8nzc120s352gv4dnwz8xyn-qtbase-5.15.12/lib/libQt5PrintSupport.so /nix/store/0fymmwkdvl8nzc120s352gv4dnwz8xyn-qtbase-5.15.12/lib/libQt5Widgets.so /nix/store/0fymmwkdvl8nzc120s352gv4dnwz8xyn-qtbase-5.15.12/lib/libQt5Gui.so /nix/store/0fymmwkdvl8nzc120s352gv4dnwz8xyn-qtbase-5.15.12/lib/libQt5Xml.so /nix/store/0fymmwkdvl8nzc120s352gv4dnwz8xyn-qtbase-5.15.12/lib/libQt5Network.so /nix/store/0fymmwkdvl8nzc120s352gv4dnwz8xyn-qtbase-5.15.12/lib/libQt5Core.so -L/nix/store/ncwrra4bx8rl39f4bcs4ykav3y98m2lp-libglvnd-1.7.0/lib -lGL -pthread cp -f /build/source/app/../thirdParty/mimetex/build/bin/mimetex /build/source/app/bin/mimetex make[1]: Leaving directory '/build/source/app' buildPhase completed in 41 seconds @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install flags: -j24 SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash gsettingsschemadir=/nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160/share/gsettings-schemas/mytetra-1.44.160/glib-2.0/schemas/ gsettingsschemadir=/nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160/share/gsettings-schemas/mytetra-1.44.160/glib-2.0/schemas/ install cd thirdParty/mimetex/ && ( test -e Makefile || /nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/bin/qmake -o Makefile /build/source/thirdParty/mimetex/mimetex.pro PREFIX=/nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160 NIX_OUTPUT_OUT=/nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160 NIX_OUTPUT_DEV=/nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160 NIX_OUTPUT_BIN=/nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160 NIX_OUTPUT_DOC=/nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160/share/doc/qt-5.15.12 NIX_OUTPUT_QML=/nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160/lib/qt-5.15.12/qml NIX_OUTPUT_PLUGIN=/nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160/lib/qt-5.15.12/plugins CONFIG+=release CONFIG+=nostrip ) && make -f Makefile install make[1]: Entering directory '/build/source/thirdParty/mimetex' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/build/source/thirdParty/mimetex' cd app/ && ( test -e Makefile || /nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/bin/qmake -o Makefile /build/source/app/app.pro PREFIX=/nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160 NIX_OUTPUT_OUT=/nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160 NIX_OUTPUT_DEV=/nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160 NIX_OUTPUT_BIN=/nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160 NIX_OUTPUT_DOC=/nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160/share/doc/qt-5.15.12 NIX_OUTPUT_QML=/nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160/lib/qt-5.15.12/qml NIX_OUTPUT_PLUGIN=/nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160/lib/qt-5.15.12/plugins CONFIG+=release CONFIG+=nostrip ) && make -f Makefile install make[1]: Entering directory '/build/source/app' /nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/bin/qmake -install qinstall -exe mytetra /mytetra /nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/bin/qmake -install qinstall -exe /build/source/app/desktop/any/mytetra.desktop /nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160/share/applications/mytetra.desktop /nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/bin/qmake -install qinstall /build/source/app/desktop/mytetra.png /nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160/share/icons/hicolor/48x48/apps/mytetra.png /nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/bin/qmake -install qinstall /build/source/app/desktop/mytetra.svg /nix/store/kkcllrq3aak7bikgji2vkva957i60vy3-mytetra-1.44.160/share/icons/hicolor/scalable/apps/mytetra.svg Error copying mytetra to /mytetra: Cannot create /mytetra for output make[1]: *** [Makefile:5945: install_target] Error 3 make[1]: Leaving directory '/build/source/app' make: *** [Makefile:60: sub-app-app-pro-install_subtargets] Error 2 [result] Failed to update mytetra 1.44.55 -> 1.44.160 https://repology.org/project/mytetra/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-autofixup, using log file: /var/log/nixpkgs-update/git-autofixup/2024-02-25.log git-autofixup 0.004001 -> 0.004006 https://repology.org/project/perl:app-git-autofixup/versions attrpath: git-autofixup Checking auto update branch... No auto update branch exists Derivation contains buildPerlPackage [result] Failed to update git-autofixup 0.004001 -> 0.004006 https://repology.org/project/perl:app-git-autofixup/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mythtv, using log file: /var/log/nixpkgs-update/mythtv/2024-02-25.log mythtv 32.0 -> 34.0 https://repology.org/project/mythtv/versions attrpath: mythtv Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - mythtv: 32.0 -> 34.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/288026" [result] Failed to update mythtv 32.0 -> 34.0 https://repology.org/project/mythtv/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.gghdx, using log file: /var/log/nixpkgs-update/rPackages.gghdx/2024-02-25.log rPackages.gghdx 0.1.1 -> 0.1.2 https://repology.org/project/r:gghdx/versions attrpath: rPackages.gghdx 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.gghdx 0.1.1 -> 0.1.2 https://repology.org/project/r:gghdx/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fiji, using log file: /var/log/nixpkgs-update/fiji/2024-02-25.log fiji 20201104-1356 -> 20240208.1017 https://repology.org/project/fiji/versions attrpath: fiji 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/np5rgf6nin0g8pnc63c7d2wcmm470s84-fiji-nojre.tar.gz.drv building '/nix/store/np5rgf6nin0g8pnc63c7d2wcmm470s84-fiji-nojre.tar.gz.drv'... trying https://downloads.imagej.net/fiji/archive/20240208.1017/fiji-nojre.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 283 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download fiji-nojre.tar.gz from any mirror error: builder for '/nix/store/np5rgf6nin0g8pnc63c7d2wcmm470s84-fiji-nojre.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://downloads.imagej.net/fiji/archive/20240208.1017/fiji-nojre.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 283 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download fiji-nojre.tar.gz from any mirror For full logs, run 'nix log /nix/store/np5rgf6nin0g8pnc63c7d2wcmm470s84-fiji-nojre.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'fiji.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/l3263bav6f3c3d338i25ygfqggp3l34z-fiji.desktop.drv /nix/store/np5rgf6nin0g8pnc63c7d2wcmm470s84-fiji-nojre.tar.gz.drv /nix/store/10vpvq73k8vbz6fq2jf9gjcs5q9x8i3h-fiji-20240208.1017.drv building '/nix/store/l3263bav6f3c3d338i25ygfqggp3l34z-fiji.desktop.drv'... building '/nix/store/np5rgf6nin0g8pnc63c7d2wcmm470s84-fiji-nojre.tar.gz.drv'... /nix/store/9jy87vcv8v3qyzaijpspvw2x05dngl9l-fiji.desktop/share/applications/fiji.desktop: hint: value "Education;Science;ImageProcessing" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu trying https://downloads.imagej.net/fiji/archive/20240208.1017/fiji-nojre.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 283 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download fiji-nojre.tar.gz from any mirror error: builder for '/nix/store/np5rgf6nin0g8pnc63c7d2wcmm470s84-fiji-nojre.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://downloads.imagej.net/fiji/archive/20240208.1017/fiji-nojre.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 283 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download fiji-nojre.tar.gz from any mirror For full logs, run 'nix log /nix/store/np5rgf6nin0g8pnc63c7d2wcmm470s84-fiji-nojre.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/10vpvq73k8vbz6fq2jf9gjcs5q9x8i3h-fiji-20240208.1017.drv' failed to build [result] Failed to update fiji 20201104-1356 -> 20240208.1017 https://repology.org/project/fiji/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.dfsaneacc, using log file: /var/log/nixpkgs-update/rPackages.dfsaneacc/2024-02-25.log rPackages.dfsaneacc 1.0.0 -> 1.0.2 https://repology.org/project/r:dfsaneacc/versions attrpath: rPackages.dfsaneacc 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.dfsaneacc 1.0.0 -> 1.0.2 https://repology.org/project/r:dfsaneacc/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.Elm, using log file: /var/log/nixpkgs-update/haskellPackages.Elm/2024-02-25.log haskellPackages.Elm 0.13 -> 0.19.1 https://repology.org/project/haskell:elm/versions attrpath: haskellPackages.Elm Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.Elm 0.13 -> 0.19.1 https://repology.org/project/haskell:elm/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.fflr, using log file: /var/log/nixpkgs-update/rPackages.fflr/2024-02-25.log rPackages.fflr 2.2.0 -> 2.2.2 https://repology.org/project/r:fflr/versions attrpath: rPackages.fflr 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.fflr 2.2.0 -> 2.2.2 https://repology.org/project/r:fflr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.bencoding, using log file: /var/log/nixpkgs-update/haskellPackages.bencoding/2024-02-25.log haskellPackages.bencoding 0.4.5.4 -> 0.4.5.5 https://repology.org/project/haskell:bencoding/versions attrpath: haskellPackages.bencoding Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.bencoding 0.4.5.4 -> 0.4.5.5 https://repology.org/project/haskell:bencoding/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libpaper, using log file: /var/log/nixpkgs-update/libpaper/2024-02-25.log libpaper 1.1.28 -> 2.1.3 https://repology.org/project/libpaper/versions attrpath: libpaper Checking auto update branch... No auto update branch exists Old version 1.1.28" not present in master derivation file with contents: { lib, stdenv, fetchurl, autoreconfHook }: stdenv.mkDerivation rec { version = "1.1.29"; pname = "libpaper"; src = fetchurl { url = "mirror://debian/pool/main/libp/libpaper/libpaper_${version}.tar.gz"; hash = "sha256-JjMOIemjEkZY1RX9hQsM3lRv9C2JsllqUmTF8Wd/BUc="; }; nativeBuildInputs = [ autoreconfHook ]; # The configure script of libpaper is buggy: it uses AC_SUBST on a headerfile # to compile sysconfdir into the library. Autoconf however defines sysconfdir # as "${prefix}/etc", which is not expanded by AC_SUBST so libpaper will look # for config files in (literally, without expansion) '${prefix}/etc'. Manually # setting sysconfdir fixes this issue. preConfigure = '' configureFlagsArray+=( "--sysconfdir=$out/etc" ) ''; # Set the default paper to letter (this is what libpaper uses as default as well, # if you call getdefaultpapername()). # The user can still override this with the PAPERCONF environment variable. postInstall = '' mkdir -p $out/etc echo letter > $out/etc/papersize ''; meta = { description = "Library for handling paper characteristics"; homepage = "http://packages.debian.org/unstable/source/libpaper"; license = lib.licenses.gpl2; platforms = lib.platforms.unix; }; } [result] Failed to update libpaper 1.1.28 -> 2.1.3 https://repology.org/project/libpaper/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.nanopass, using log file: /var/log/nixpkgs-update/haskellPackages.nanopass/2024-02-25.log haskellPackages.nanopass 0.0.2.0 -> 0.0.2.1 https://repology.org/project/haskell:nanopass/versions attrpath: haskellPackages.nanopass Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.nanopass 0.0.2.0 -> 0.0.2.1 https://repology.org/project/haskell:nanopass/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.vivainsights, using log file: /var/log/nixpkgs-update/rPackages.vivainsights/2024-02-25.log rPackages.vivainsights 0.5.0 -> 0.5.1 https://repology.org/project/r:vivainsights/versions attrpath: rPackages.vivainsights 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.vivainsights 0.5.0 -> 0.5.1 https://repology.org/project/r:vivainsights/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-route53, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-route53/2024-02-25.log python311Packages.mypy-boto3-route53 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-route53 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/aylwsdqjrm4adx917rqsxj5gayznizww-packages.json.drv building '/nix/store/aylwsdqjrm4adx917rqsxj5gayznizww-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-route53-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-route53-1.34.0: UPDATING ... - python3.11-mypy-boto3-route53-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-route53 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/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.pttstability, using log file: /var/log/nixpkgs-update/rPackages.pttstability/2024-02-25.log rPackages.pttstability 1.3 -> 1.4 https://repology.org/project/r:pttstability/versions attrpath: rPackages.pttstability Checking auto update branch... No auto update branch exists Old version 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.pttstability 1.3 -> 1.4 https://repology.org/project/r:pttstability/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath extra-cmake-modules, using log file: /var/log/nixpkgs-update/extra-cmake-modules/2024-02-25.log extra-cmake-modules 5.114.0 -> 6.0.0 https://repology.org/project/extra-cmake-modules/versions attrpath: extra-cmake-modules 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 extra-cmake-modules 5.114.0 -> 6.0.0 https://repology.org/project/extra-cmake-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 libsForQt5.plasmatube, using log file: /var/log/nixpkgs-update/libsForQt5.plasmatube/2024-02-25.log libsForQt5.plasmatube 23.08.5 -> 24.02.0 https://repology.org/project/plasmatube/versions attrpath: libsForQt5.plasmatube Checking auto update branch... No auto update branch exists Old version 23.08.5" not present in master derivation file with contents: { lib , mkDerivation , extra-cmake-modules , wrapGAppsHook , gst_all_1 , kcoreaddons , kdeclarative , ki18n , kirigami2 , mpv , qtmultimedia , qtquickcontrols2 , yt-dlp }: mkDerivation { pname = "plasmatube"; nativeBuildInputs = [ extra-cmake-modules wrapGAppsHook ]; buildInputs = [ kcoreaddons kdeclarative ki18n kirigami2 mpv qtmultimedia qtquickcontrols2 ] ++ (with gst_all_1; [ gst-plugins-bad gst-plugins-base gst-plugins-good gstreamer ]); qtWrapperArgs = [ "--prefix" "PATH" ":" (lib.makeBinPath [ yt-dlp ]) ]; preFixup = '' qtWrapperArgs+=("''${gappsWrapperArgs[@]}") ''; dontWrapGApps = true; meta = { description = "Youtube player powered by an invidious server"; homepage = "https://invent.kde.org/plasma-mobile/plasmatube"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ dotlambda ]; }; } [result] Failed to update libsForQt5.plasmatube 23.08.5 -> 24.02.0 https://repology.org/project/plasmatube/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.optax, using log file: /var/log/nixpkgs-update/python312Packages.optax/2024-02-25.log python312Packages.optax 0.1.7 -> 0.1.9 https://github.com/deepmind/optax/releases attrpath: python312Packages.optax Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/79i30il11rmq4qaxjxj560zvk3yzvawf-packages.json.drv building '/nix/store/79i30il11rmq4qaxjxj560zvk3yzvawf-packages.json.drv'... Going to be running update for following packages: - python3.12-optax-0.1.7 Press Enter key to continue... Running update for: - python3.12-optax-0.1.7: UPDATING ... - python3.12-optax-0.1.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/optax/default.nix b/pkgs/development/python-modules/optax/default.nix index b693afc4771c..e4df5aaeeed4 100644 --- a/pkgs/development/python-modules/optax/default.nix +++ b/pkgs/development/python-modules/optax/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "optax"; - version = "0.1.7"; + version = "0.1.9"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "deepmind"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-zSMJxagPe2rkhrawJ+TWXUzk6V58IY6MhWmEqLVtOoA="; + hash = "sha256-TWTf4rAulvHMlq/hBIrDC0ax4vUWlCOqfViv9m7PMn4="; }; 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.optax Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python312Packages.optax Standard output: error: nose-1.3.7 not supported for interpreter python3.12 (use '--show-trace' to show detailed location information) [result] Failed to update python312Packages.optax 0.1.7 -> 0.1.9 https://github.com/deepmind/optax/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.RPostgreSQL, using log file: /var/log/nixpkgs-update/rPackages.RPostgreSQL/2024-02-25.log rPackages.RPostgreSQL 0.7-5 -> 0.7.6 https://repology.org/project/r:rpostgresql/versions attrpath: rPackages.RPostgreSQL Checking auto update branch... No auto update branch exists Old version 0.7-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.RPostgreSQL 0.7-5 -> 0.7.6 https://repology.org/project/r:rpostgresql/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ragelDev, using log file: /var/log/nixpkgs-update/ragelDev/2024-02-25.log ragelDev 7.0.0.12 -> 6.10 https://repology.org/project/ragel/versions attrpath: ragelDev Checking auto update branch... No auto update branch exists 6.10 is not newer than 7.0.0.12 according to Nix; versionComparison: -1 [result] Failed to update ragelDev 7.0.0.12 -> 6.10 https://repology.org/project/ragel/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.SIRmcmc, using log file: /var/log/nixpkgs-update/rPackages.SIRmcmc/2024-02-25.log rPackages.SIRmcmc 1.1 -> 1.1.1 https://repology.org/project/r:sirmcmc/versions attrpath: rPackages.SIRmcmc Checking auto update branch... No auto update branch exists Old version 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.SIRmcmc 1.1 -> 1.1.1 https://repology.org/project/r:sirmcmc/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.yaml-unscrambler, using log file: /var/log/nixpkgs-update/haskellPackages.yaml-unscrambler/2024-02-25.log haskellPackages.yaml-unscrambler 0.1.0.18 -> 0.1.0.19 https://repology.org/project/haskell:yaml-unscrambler/versions attrpath: haskellPackages.yaml-unscrambler Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.yaml-unscrambler 0.1.0.18 -> 0.1.0.19 https://repology.org/project/haskell:yaml-unscrambler/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.tutorial_helpers, using log file: /var/log/nixpkgs-update/rPackages.tutorial_helpers/2024-02-25.log rPackages.tutorial_helpers 0.2.5 -> 0.2.6 https://repology.org/project/r:tutorial.helpers/versions attrpath: rPackages.tutorial_helpers 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.tutorial_helpers 0.2.5 -> 0.2.6 https://repology.org/project/r:tutorial.helpers/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath alienarena, using log file: /var/log/nixpkgs-update/alienarena/2024-02-25.log alienarena 7.71.2 -> 7.71.6 https://repology.org/project/alienarena/versions attrpath: alienarena Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - alienarena: 7.71.2 -> 7.71.6 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291314" [result] Failed to update alienarena 7.71.2 -> 7.71.6 https://repology.org/project/alienarena/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aws-c-http, using log file: /var/log/nixpkgs-update/aws-c-http/2024-02-25.log aws-c-http 0.7.14 -> 0.8.1 https://repology.org/project/aws-c-http/versions attrpath: aws-c-http Checking auto update branch... An auto update branch exists with message `aws-c-http: 0.7.14 -> 0.8.1`. New version is 0.8.1. An auto update branch exists with an equal or greater version [result] Failed to update aws-c-http 0.7.14 -> 0.8.1 https://repology.org/project/aws-c-http/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nap, using log file: /var/log/nixpkgs-update/nap/2024-02-25.log nap 0.1.1 -> 1.5.4 https://repology.org/project/nap/versions attrpath: nap 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/8lcr9c930a1h7j531pwdyr6221p1lg2m-source.drv building '/nix/store/8lcr9c930a1h7j531pwdyr6221p1lg2m-source.drv'... trying https://github.com/maaslalani/nap/archive/v1.5.4.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/8lcr9c930a1h7j531pwdyr6221p1lg2m-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/maaslalani/nap/archive/v1.5.4.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/8lcr9c930a1h7j531pwdyr6221p1lg2m-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'nap.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/8lcr9c930a1h7j531pwdyr6221p1lg2m-source.drv /nix/store/xkzzypl38a999zarbfwrgi0ixsfpwbmq-nap-1.5.4-go-modules.drv /nix/store/kna16z1f9q0xfcayxnicjvkcygymfbqf-nap-1.5.4.drv building '/nix/store/8lcr9c930a1h7j531pwdyr6221p1lg2m-source.drv'... trying https://github.com/maaslalani/nap/archive/v1.5.4.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/8lcr9c930a1h7j531pwdyr6221p1lg2m-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/maaslalani/nap/archive/v1.5.4.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/8lcr9c930a1h7j531pwdyr6221p1lg2m-source.drv'. error: 1 dependencies of derivation '/nix/store/kna16z1f9q0xfcayxnicjvkcygymfbqf-nap-1.5.4.drv' failed to build [result] Failed to update nap 0.1.1 -> 1.5.4 https://repology.org/project/nap/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.purescript, using log file: /var/log/nixpkgs-update/haskellPackages.purescript/2024-02-25.log haskellPackages.purescript 0.15.13 -> 0.15.14 https://repology.org/project/haskell:purescript/versions attrpath: haskellPackages.purescript Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.purescript 0.15.13 -> 0.15.14 https://repology.org/project/haskell:purescript/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.vundo, using log file: /var/log/nixpkgs-update/emacsPackages.vundo/2024-02-25.log emacsPackages.vundo 2.1.0 -> 2.2.0 https://repology.org/project/emacs:vundo/versions attrpath: emacsPackages.vundo 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.vundo 2.1.0 -> 2.2.0 https://repology.org/project/emacs:vundo/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.phonon-backend-vlc, using log file: /var/log/nixpkgs-update/libsForQt5.phonon-backend-vlc/2024-02-25.log libsForQt5.phonon-backend-vlc 0.11.3 -> 0.12.0 https://repology.org/project/phonon-vlc/versions attrpath: libsForQt5.phonon-backend-vlc 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/phonon/backends/vlc.nix b/pkgs/development/libraries/phonon/backends/vlc.nix index a50a07dde1a1..096fec1f071d 100644 --- a/pkgs/development/libraries/phonon/backends/vlc.nix +++ b/pkgs/development/libraries/phonon/backends/vlc.nix @@ -5,11 +5,11 @@ stdenv.mkDerivation rec { pname = "phonon-backend-vlc"; - version = "0.11.3"; + version = "0.12.0"; src = fetchurl { url = "mirror://kde/stable/phonon/${pname}/${version}/${pname}-${version}.tar.xz"; - sha256 = "sha256-Xmn97MsGDH5rWSTO8uZb7loIrOQScAW5U0TtMHfcY5c="; + sha256 = "sha256-M4R53EUeS5SzyltXje90Hc+C9cYmooB9NiNb4tznyaU="; }; buildInputs = [ [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.phonon-backend-vlc nix build failed. -- Found LibVLC library path:/nix/store/vac6w47z8b33w6ha9bxcg475f4s0bkgp-libvlc-3.0.20/lib/libvlc.so -- Found LibVLCcore library path:/nix/store/vac6w47z8b33w6ha9bxcg475f4s0bkgp-libvlc-3.0.20/lib/libvlccore.so -- Found LibVLC version: 3.0.20 (searched for: 0.0) Installing in /nix/store/3q016kig40zr83wwkfyjlxn78v4capga-phonon-backend-vlc-0.12.0. Run /build/phonon-backend-vlc-0.12.0/build/prefix.sh to set the environment for PhononVLC. -- Looking for __GLIBC__ -- Looking for __GLIBC__ - found -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Success -- Performing Test HAVE_DATE_TIME -- Performing Test HAVE_DATE_TIME - Success CMake Warning at CMakeLists.txt:61 (find_package): Could not find a configuration file for package "Phonon4Qt5" that is compatible with requested version "4.12.0". The following configuration files were considered but not accepted: /nix/store/jkg31i88ga9hm13d9l3xa5h66fvkh6g7-phonon-4.11.1-dev/lib/cmake/phonon4qt5/Phonon4Qt5Config.cmake, version: 4.11.1  -- Could NOT find Phonon4Qt5Experimental (missing: Phonon4Qt5Experimental_DIR) CMake Error at src/CMakeLists.txt:20 (if): if given arguments: "VERSION_GREATER" "4.9.50" Unknown arguments specified  -- Configuring incomplete, errors occurred! [result] Failed to update libsForQt5.phonon-backend-vlc 0.11.3 -> 0.12.0 https://repology.org/project/phonon-vlc/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.DRviaSPCN, using log file: /var/log/nixpkgs-update/rPackages.DRviaSPCN/2024-02-25.log rPackages.DRviaSPCN 0.1.3 -> 0.1.4 https://repology.org/project/r:drviaspcn/versions attrpath: rPackages.DRviaSPCN Checking auto update branch... No auto update branch exists Old version 0.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.DRviaSPCN 0.1.3 -> 0.1.4 https://repology.org/project/r:drviaspcn/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath solarus, using log file: /var/log/nixpkgs-update/solarus/2024-02-25.log solarus 1.6.4 -> 1.6.5 https://repology.org/project/solarus/versions attrpath: solarus 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/games/solarus/default.nix b/pkgs/games/solarus/default.nix index 0e95a77a7cd4..8fd79d3bd821 100644 --- a/pkgs/games/solarus/default.nix +++ b/pkgs/games/solarus/default.nix @@ -5,13 +5,13 @@ mkDerivation rec { pname = "solarus"; - version = "1.6.4"; + version = "1.6.5"; src = fetchFromGitLab { owner = "solarus-games"; repo = pname; rev = "v${version}"; - sha256 = "sbdlf+R9OskDQ5U5rqUX2gF8l/fj0sDJv6BL7H1I1Ng="; + sha256 = "sha256-LaJKpvwKiN/k2bZuZCNG7v5sYRBGOJfToGJLePFryVs="; }; outputs = [ "out" "lib" "dev" ]; [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 solarus nix build failed. -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/icons/hicolor/20x20/apps/org.solarus_games.solarus.Launcher.png -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/icons/hicolor/24x24/apps/org.solarus_games.solarus.Launcher.png -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/icons/hicolor/32x32/apps/org.solarus_games.solarus.Launcher.png -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/icons/hicolor/40x40/apps/org.solarus_games.solarus.Launcher.png -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/icons/hicolor/48x48/apps/org.solarus_games.solarus.Launcher.png -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/pixmaps/org.solarus_games.solarus.Launcher.png -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/icons/hicolor/scalable/apps/org.solarus_games.solarus.Launcher.svg -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/icons/hicolor/symbolic/apps/org.solarus_games.solarus.Launcher-symbolic.svg -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/icons/hicolor/16x16/apps/org.solarus_games.solarus.Runner.png -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/icons/hicolor/20x20/apps/org.solarus_games.solarus.Runner.png -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/icons/hicolor/24x24/apps/org.solarus_games.solarus.Runner.png -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/icons/hicolor/32x32/apps/org.solarus_games.solarus.Runner.png -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/icons/hicolor/40x40/apps/org.solarus_games.solarus.Runner.png -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/icons/hicolor/48x48/apps/org.solarus_games.solarus.Runner.png -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/pixmaps/org.solarus_games.solarus.Runner.png -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/icons/hicolor/scalable/apps/org.solarus_games.solarus.Runner.svg -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/icons/hicolor/symbolic/apps/org.solarus_games.solarus.Runner-symbolic.svg -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/applications/org.solarus_games.solarus.Launcher.desktop -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/metainfo/org.solarus_games.solarus.appdata.xml -- Installing: /nix/store/4d7vgdy3hc044ckpfshq959m477y0qq2-solarus-1.6.5/share/man/man6/solarus-launcher.6 @nix { "action": "setPhase", "phase": "glibPreFixupPhase" } Running phase: glibPreFixupPhase @nix { "action": "setPhase", "phase": "qtOwnPathsHook" } Running phase: qtOwnPathsHook @nix { "action": "setPhase", "phase": "glibPreFixupPhase" } Running phase: glibPreFixupPhase @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase mkdir: cannot create directory '/nix/store/c7amykiqchgw805gcam2rsi11wqj1j83-solarus-1.6.5-lib/': File exists /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update solarus 1.6.4 -> 1.6.5 https://repology.org/project/solarus/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath awf, using log file: /var/log/nixpkgs-update/awf/2024-02-25.log awf 1.4.0 -> 2.8.0 https://repology.org/project/awf-widget-factory/versions attrpath: awf 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/6n0w7yqgw16v10py4zr69d7l04938vpd-source.drv building '/nix/store/6n0w7yqgw16v10py4zr69d7l04938vpd-source.drv'... trying https://github.com/valr/awf/archive/v2.8.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/6n0w7yqgw16v10py4zr69d7l04938vpd-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/valr/awf/archive/v2.8.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/6n0w7yqgw16v10py4zr69d7l04938vpd-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'awf.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/6n0w7yqgw16v10py4zr69d7l04938vpd-source.drv /nix/store/55bdib7hjlnr09l486189n466sg3sr1w-awf-2.8.0.drv building '/nix/store/6n0w7yqgw16v10py4zr69d7l04938vpd-source.drv'... trying https://github.com/valr/awf/archive/v2.8.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/6n0w7yqgw16v10py4zr69d7l04938vpd-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/valr/awf/archive/v2.8.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/6n0w7yqgw16v10py4zr69d7l04938vpd-source.drv'. error: 1 dependencies of derivation '/nix/store/55bdib7hjlnr09l486189n466sg3sr1w-awf-2.8.0.drv' failed to build [result] Failed to update awf 1.4.0 -> 2.8.0 https://repology.org/project/awf-widget-factory/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-bindist, using log file: /var/log/nixpkgs-update/haskellPackages.shake-bindist/2024-02-25.log haskellPackages.shake-bindist 1.0.0.0 -> 1.1.0.0 https://repology.org/project/haskell:shake-bindist/versions attrpath: haskellPackages.shake-bindist Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.shake-bindist 1.0.0.0 -> 1.1.0.0 https://repology.org/project/haskell:shake-bindist/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.kdoctools, using log file: /var/log/nixpkgs-update/libsForQt5.kdoctools/2024-02-25.log libsForQt5.kdoctools 5.114.0 -> 5.249.0 https://repology.org/project/kdoctools/versions attrpath: libsForQt5.kdoctools 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.kdoctools 5.114.0 -> 5.249.0 https://repology.org/project/kdoctools/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.shadowtext, using log file: /var/log/nixpkgs-update/rPackages.shadowtext/2024-02-25.log rPackages.shadowtext 0.1.2 -> 0.1.3 https://repology.org/project/r:shadowtext/versions attrpath: rPackages.shadowtext 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.shadowtext 0.1.2 -> 0.1.3 https://repology.org/project/r:shadowtext/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath belcard, using log file: /var/log/nixpkgs-update/belcard/2024-02-25.log belcard 5.2.98 -> 5.3.15 https://repology.org/project/belcard/versions attrpath: belcard 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/belcard/default.nix b/pkgs/development/libraries/belcard/default.nix index 0b6cd66cae38..d519d46bda9d 100644 --- a/pkgs/development/libraries/belcard/default.nix +++ b/pkgs/development/libraries/belcard/default.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation rec { pname = "belcard"; - version = "5.2.98"; + version = "5.3.15"; src = fetchFromGitLab { domain = "gitlab.linphone.org"; @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { group = "BC"; repo = pname; rev = version; - sha256 = "sha256-pRNJ1bDS2v0Cn+6cxMeFa0JQ27UZR6kCI9P6gQ5W2GA="; + sha256 = "sha256-MOdq8jNOn6mOJ/y22yBjFwiEx5XadqeVNUc0P/bRybQ="; }; buildInputs = [ bctoolbox belr ]; [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 belcard nix build failed. -- 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/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-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/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Setting install rpath to CMake Error at CMakeLists.txt:50 (find_package): By not providing "FindBelr.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Belr", but CMake did not find one. Could not find a package configuration file provided by "Belr" (requested version 5.3.0) with any of the following names: BelrConfig.cmake belr-config.cmake Add the installation prefix of "Belr" to CMAKE_PREFIX_PATH or set "Belr_DIR" to a directory containing one of the above files. If "Belr" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! [result] Failed to update belcard 5.2.98 -> 5.3.15 https://repology.org/project/belcard/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-credential-oauth, using log file: /var/log/nixpkgs-update/git-credential-oauth/2024-02-25.log git-credential-oauth 0.11.0 -> 0.11.1 https://github.com/hickford/git-credential-oauth/releases attrpath: git-credential-oauth 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-cCqbEv4kBnF6FWvfaXCOxadPVXR/AxXS3nXHf6WmsSs=" [golangModuleVersion] Replaced vendorHash with sha256-cCqbEv4kBnF6FWvfaXCOxadPVXR/AxXS3nXHf6WmsSs= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/version-management/git-credential-oauth/default.nix b/pkgs/applications/version-management/git-credential-oauth/default.nix index d04faab2a65c..66d2439a00ed 100644 --- a/pkgs/applications/version-management/git-credential-oauth/default.nix +++ b/pkgs/applications/version-management/git-credential-oauth/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "git-credential-oauth"; - version = "0.11.0"; + version = "0.11.1"; src = fetchFromGitHub { owner = "hickford"; repo = pname; rev = "v${version}"; - hash = "sha256-Zxdd4JhSoaAFx8neZqdOZSZEOTtupZHnX+5ziYxbw6s="; + hash = "sha256-bqyoAAqli0L6Kf+W1sTh2vmmfaIj2OdpQyvQZnYOWWA="; }; ldflags = [ [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/8a71xzpnnx24j523ncaxgl098jq90giq-git-credential-oauth-0.11.1" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • git-credential-oauth
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/hickford/git-credential-oauth/releases. meta.description for git-credential-oauth is: Git credential helper that securely authenticates to GitHub, GitLab and BitBucket using OAuth meta.homepage for git-credential-oauth is: https://github.com/hickford/git-credential-oauth meta.changelog for git-credential-oauth is: https://github.com/hickford/git-credential-oauth/releases/tag/v0.11.1 ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/hickford/git-credential-oauth/releases/tag/v0.11.1) - [Compare changes on GitHub](https://github.com/hickford/git-credential-oauth/compare/v0.11.0...v0.11.1) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.11.1 with grep in /nix/store/8a71xzpnnx24j523ncaxgl098jq90giq-git-credential-oauth-0.11.1 - found 0.11.1 in filename of file in /nix/store/8a71xzpnnx24j523ncaxgl098jq90giq-git-credential-oauth-0.11.1 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath git-credential-oauth ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/8a71xzpnnx24j523ncaxgl098jq90giq-git-credential-oauth-0.11.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 git-credential-oauth https://github.com/r-ryantm/nixpkgs/archive/7b389c160e4fe38419a46319e9cb160a94cf15c1.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/7b389c160e4fe38419a46319e9cb160a94cf15c1#git-credential-oauth ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/8a71xzpnnx24j523ncaxgl098jq90giq-git-credential-oauth-0.11.1 ls -la /nix/store/8a71xzpnnx24j523ncaxgl098jq90giq-git-credential-oauth-0.11.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)
1 package built:
  • git-credential-oauth
--- ###### Maintainer pings cc @shyim 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/291349 [result] Success updating git-credential-oauth 0.11.0 -> 0.11.1 https://github.com/hickford/git-credential-oauth/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 inform7, using log file: /var/log/nixpkgs-update/inform7/2024-02-25.log inform7 6M62 -> 10.1.2 https://repology.org/project/inform7/versions attrpath: inform7 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/cww9dpism1khlzanmf83igfn92fm1zaw-source.drv building '/nix/store/cww9dpism1khlzanmf83igfn92fm1zaw-source.drv'... trying http://inform7.com/download/content/10.1.2/I7_10.1.2_Linux_all.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 278 100 278 0 0 128 0 0:00:02 0:00:02 --:--:-- 128 100 300 100 300 0 0 119 0 0:00:02 0:00:02 --:--:-- 119 0 4298 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/cww9dpism1khlzanmf83igfn92fm1zaw-source.drv' failed with exit code 1; last 9 log lines: > > trying http://inform7.com/download/content/10.1.2/I7_10.1.2_Linux_all.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 278 100 278 0 0 128 0 0:00:02 0:00:02 --:--:-- 128 > 100 300 100 300 0 0 119 0 0:00:02 0:00:02 --:--:-- 119 > 0 4298 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/cww9dpism1khlzanmf83igfn92fm1zaw-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'inform7.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/cww9dpism1khlzanmf83igfn92fm1zaw-source.drv /nix/store/fl0hxh2kqgi13141w55z6zjymgr0lrvz-inform7-10.1.2.drv building '/nix/store/cww9dpism1khlzanmf83igfn92fm1zaw-source.drv'... trying http://inform7.com/download/content/10.1.2/I7_10.1.2_Linux_all.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 278 100 278 0 0 1290 0 --:--:-- --:--:-- --:--:-- 1293 100 300 100 300 0 0 542 0 --:--:-- --:--:-- --:--:-- 542 0 4298 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/cww9dpism1khlzanmf83igfn92fm1zaw-source.drv' failed with exit code 1; last 9 log lines: > > trying http://inform7.com/download/content/10.1.2/I7_10.1.2_Linux_all.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 278 100 278 0 0 1290 0 --:--:-- --:--:-- --:--:-- 1293 > 100 300 100 300 0 0 542 0 --:--:-- --:--:-- --:--:-- 542 > 0 4298 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/cww9dpism1khlzanmf83igfn92fm1zaw-source.drv'. error: 1 dependencies of derivation '/nix/store/fl0hxh2kqgi13141w55z6zjymgr0lrvz-inform7-10.1.2.drv' failed to build [result] Failed to update inform7 6M62 -> 10.1.2 https://repology.org/project/inform7/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath colm, using log file: /var/log/nixpkgs-update/colm/2024-02-25.log colm 0.13.0.7 -> 0.14.7 https://repology.org/project/colm/versions attrpath: colm 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/colm/default.nix b/pkgs/development/compilers/colm/default.nix index d7a0953a8035..9ada6967eb05 100644 --- a/pkgs/development/compilers/colm/default.nix +++ b/pkgs/development/compilers/colm/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "colm"; - version = "0.13.0.7"; + version = "0.14.7"; src = fetchurl { url = "https://www.colm.net/files/colm/${pname}-${version}.tar.gz"; - sha256 = "0f76iri173l2wja2v7qrwmf958cqwh5g9x4bhj2z8wknmlla6gz4"; + sha256 = "sha256-YDezHDWN2m9YD3Mh+XoYIUSoQBxpC0WPyuBVxlUBl30="; }; patches = [ ./cross-compile.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 colm nix build failed. got build log for 'colm' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/afqpxg6sxsf618a07hnwl3iajrj4hrz2-colm-0.14.7.tar.gz source root is colm-0.14.7 setting SOURCE_DATE_EPOCH to timestamp 1613416706 of file colm-0.14.7/test/trans.d/trans.c @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/z1ipbcclk6rw0rwnkml8y9j6kk1jp230-cross-compile.patch patching file configure.ac Hunk #1 FAILED at 40. 1 out of 1 hunk FAILED -- saving rejects to file configure.ac.rej [result] Failed to update colm 0.13.0.7 -> 0.14.7 https://repology.org/project/colm/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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/lldb2mv88w5lvnrp8dm94j5i9hb9lwfm-chunkfs_0.8.tar.gz.drv building '/nix/store/lldb2mv88w5lvnrp8dm94j5i9hb9lwfm-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/lldb2mv88w5lvnrp8dm94j5i9hb9lwfm-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/lldb2mv88w5lvnrp8dm94j5i9hb9lwfm-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/lldb2mv88w5lvnrp8dm94j5i9hb9lwfm-chunkfs_0.8.tar.gz.drv /nix/store/nrcscr7q76nl3y61yxr8wh5cvl40cgwk-chunkfs-0.8.drv building '/nix/store/lldb2mv88w5lvnrp8dm94j5i9hb9lwfm-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/lldb2mv88w5lvnrp8dm94j5i9hb9lwfm-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/lldb2mv88w5lvnrp8dm94j5i9hb9lwfm-chunkfs_0.8.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/nrcscr7q76nl3y61yxr8wh5cvl40cgwk-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 minio, using log file: /var/log/nixpkgs-update/minio/2024-02-25.log minio 2024-02-17T01-15-57Z -> 2024-02-24T17-11-14Z https://github.com/minio/minio/releases attrpath: minio 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-0EymK7jQhr+NJDg1zgWpcniV5zZ33Av6zpq0IDuWw7M=" [golangModuleVersion] Replaced vendorHash with sha256-0EymK7jQhr+NJDg1zgWpcniV5zZ33Av6zpq0IDuWw7M= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/minio/default.nix b/pkgs/servers/minio/default.nix index 3cbcb21b3590..2936aa6a8736 100644 --- a/pkgs/servers/minio/default.nix +++ b/pkgs/servers/minio/default.nix @@ -21,13 +21,13 @@ let in buildGoModule rec { pname = "minio"; - version = "2024-02-17T01-15-57Z"; + version = "2024-02-24T17-11-14Z"; src = fetchFromGitHub { owner = "minio"; repo = "minio"; rev = "RELEASE.${version}"; - hash = "sha256-lgNQamHw5sI6rGy8TP62Vb5esUOivPkyWj15EOPsjkM="; + hash = "sha256-LD32cNKvW0mfYeXHNOqgiWXAiHjWJrorRqbQkosjaNE="; }; vendorHash = "sha256-0EymK7jQhr+NJDg1zgWpcniV5zZ33Av6zpq0IDuWw7M="; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/mdl6sxaf24r1r9fjd671gs8gcisvqbr8-minio-2024-02-24T17-11-14Z" [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/minio/minio/releases. meta.description for minio is: An S3-compatible object storage server meta.homepage for minio is: https://www.minio.io/ meta.changelog for minio is: https://github.com/minio/minio/releases/tag/RELEASE.2024-02-24T17-11-14Z ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/minio/minio/releases/tag/RELEASE.2024-02-24T17-11-14Z) - [Compare changes on GitHub](https://github.com/minio/minio/compare/RELEASE.2024-02-17T01-15-57Z...RELEASE.2024-02-24T17-11-14Z) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2024-02-24T17-11-14Z with grep in /nix/store/mdl6sxaf24r1r9fjd671gs8gcisvqbr8-minio-2024-02-24T17-11-14Z - found 2024-02-24T17-11-14Z in filename of file in /nix/store/mdl6sxaf24r1r9fjd671gs8gcisvqbr8-minio-2024-02-24T17-11-14Z ---
Rebuild report (if merged into master) (click to expand) ``` 275 total rebuild path(s) 275 package rebuild(s) First fifty rebuilds by attrpath apacheHttpdPackages.mod_tile apacheHttpdPackages_2_4.mod_tile arrow-cpp arrow-glib browsr ceph ceph-client ceph-csi ceph-dev chatgpt-retrieval-plugin cloudcompare csvkit databricks-sql-cli dbx deface easyocr entwine gdal gmt gplates grass haskellPackages.hgdal home-assistant-component-tests.dremel_3d_printer home-assistant-component-tests.environment_canada hydrus incus intensity-normalization khoj libceph libretranslate lxd mapcache mapnik mapproxy mapserver merkaartor minio mlflow-server mysql-workbench napari octavePackages.mapping ome_zarr open-interpreter openai-whisper openorienteering-mapper paraview parquet-tools pdal perl536Packages.Tirex perl538Packages.Tirex ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/mdl6sxaf24r1r9fjd671gs8gcisvqbr8-minio-2024-02-24T17-11-14Z \ --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 minio https://github.com/r-ryantm/nixpkgs/archive/39a93d3ca4763a9615d5ba19c6d6aa3971a3920a.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/39a93d3ca4763a9615d5ba19c6d6aa3971a3920a#minio ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/mdl6sxaf24r1r9fjd671gs8gcisvqbr8-minio-2024-02-24T17-11-14Z ls -la /nix/store/mdl6sxaf24r1r9fjd671gs8gcisvqbr8-minio-2024-02-24T17-11-14Z/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 @edolstra @bachp 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/291356 [result] Success updating minio 2024-02-17T01-15-57Z -> 2024-02-24T17-11-14Z https://github.com/minio/minio/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.Bernadette, using log file: /var/log/nixpkgs-update/rPackages.Bernadette/2024-02-25.log rPackages.Bernadette 1.1.4 -> 1.1.5 https://repology.org/project/r:bernadette/versions attrpath: rPackages.Bernadette Checking auto update branch... No auto update branch exists Old version 1.1.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.Bernadette 1.1.4 -> 1.1.5 https://repology.org/project/r:bernadette/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pingu, using log file: /var/log/nixpkgs-update/pingu/2024-02-25.log pingu 0.0.5 -> 1.5 https://repology.org/project/pingu/versions attrpath: pingu 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/skwqhw7d9yajblnzapjbx9wlj6g0s72i-source.drv building '/nix/store/skwqhw7d9yajblnzapjbx9wlj6g0s72i-source.drv'... trying https://github.com/sheepla/pingu/archive/v1.5.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/skwqhw7d9yajblnzapjbx9wlj6g0s72i-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/sheepla/pingu/archive/v1.5.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/skwqhw7d9yajblnzapjbx9wlj6g0s72i-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'pingu.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/skwqhw7d9yajblnzapjbx9wlj6g0s72i-source.drv /nix/store/v4j7lab27jf62l30723n5y2mhl496zqm-pingu-1.5-go-modules.drv /nix/store/dib96pmfmfr2arlnam5fhdanvv5fjyar-pingu-1.5.drv building '/nix/store/skwqhw7d9yajblnzapjbx9wlj6g0s72i-source.drv'... trying https://github.com/sheepla/pingu/archive/v1.5.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/skwqhw7d9yajblnzapjbx9wlj6g0s72i-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/sheepla/pingu/archive/v1.5.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/skwqhw7d9yajblnzapjbx9wlj6g0s72i-source.drv'. error: 1 dependencies of derivation '/nix/store/dib96pmfmfr2arlnam5fhdanvv5fjyar-pingu-1.5.drv' failed to build [result] Failed to update pingu 0.0.5 -> 1.5 https://repology.org/project/pingu/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.Rborist, using log file: /var/log/nixpkgs-update/rPackages.Rborist/2024-02-25.log rPackages.Rborist 0.3-5 -> 0.3-7 https://repology.org/project/r:rborist/versions attrpath: rPackages.Rborist Checking auto update branch... No auto update branch exists Old version 0.3-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.Rborist 0.3-5 -> 0.3-7 https://repology.org/project/r:rborist/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath truecrack, using log file: /var/log/nixpkgs-update/truecrack/2024-02-25.log truecrack 3.6 -> 35 https://repology.org/project/truecrack/versions attrpath: truecrack 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/0li8bbbsaxvimsnfabvn55xccrm71ca6-source.drv building '/nix/store/0li8bbbsaxvimsnfabvn55xccrm71ca6-source.drv'... trying https://gitlab.com/api/v4/projects/kalilinux%2Fpackages%2Ftruecrack/repository/archive.tar.gz?sha=debian%2F35%2Bgit20150326-0kali1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 32 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/0li8bbbsaxvimsnfabvn55xccrm71ca6-source.drv' failed with exit code 1; last 7 log lines: > > trying https://gitlab.com/api/v4/projects/kalilinux%2Fpackages%2Ftruecrack/repository/archive.tar.gz?sha=debian%2F35%2Bgit20150326-0kali1 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 32 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/0li8bbbsaxvimsnfabvn55xccrm71ca6-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'truecrack.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/0li8bbbsaxvimsnfabvn55xccrm71ca6-source.drv /nix/store/dsirj5s1wgdwbyg4p9j9igclg7f6kc23-truecrack-35.drv building '/nix/store/0li8bbbsaxvimsnfabvn55xccrm71ca6-source.drv'... trying https://gitlab.com/api/v4/projects/kalilinux%2Fpackages%2Ftruecrack/repository/archive.tar.gz?sha=debian%2F35%2Bgit20150326-0kali1 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 32 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/0li8bbbsaxvimsnfabvn55xccrm71ca6-source.drv' failed with exit code 1; last 7 log lines: > > trying https://gitlab.com/api/v4/projects/kalilinux%2Fpackages%2Ftruecrack/repository/archive.tar.gz?sha=debian%2F35%2Bgit20150326-0kali1 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 32 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/0li8bbbsaxvimsnfabvn55xccrm71ca6-source.drv'. error: 1 dependencies of derivation '/nix/store/dsirj5s1wgdwbyg4p9j9igclg7f6kc23-truecrack-35.drv' failed to build [result] Failed to update truecrack 3.6 -> 35 https://repology.org/project/truecrack/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.quickcheck-monoid-subclasses_0_3_0_0, using log file: /var/log/nixpkgs-update/haskellPackages.quickcheck-monoid-subclasses_0_3_0_0/2024-02-25.log haskellPackages.quickcheck-monoid-subclasses_0_3_0_0 0.3.0.0 -> 0.3.0.1 https://repology.org/project/haskell:quickcheck-monoid-subclasses/versions attrpath: haskellPackages.quickcheck-monoid-subclasses_0_3_0_0 Checking auto update branch... No auto update branch exists Version in attr path haskellPackages.quickcheck-monoid-subclasses_0_3_0_0 not compatible with 0.3.0.1 [result] Failed to update haskellPackages.quickcheck-monoid-subclasses_0_3_0_0 0.3.0.0 -> 0.3.0.1 https://repology.org/project/haskell:quickcheck-monoid-subclasses/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-iam, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-iam/2024-02-25.log python311Packages.mypy-boto3-iam 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-iam Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/w2wdvny0ia2kynn2xyd53nafm2zb123s-packages.json.drv building '/nix/store/w2wdvny0ia2kynn2xyd53nafm2zb123s-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-iam-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-iam-1.34.0: UPDATING ... - python3.11-mypy-boto3-iam-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-iam 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/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 trilinos, using log file: /var/log/nixpkgs-update/trilinos/2024-02-25.log trilinos 12.12.1 -> 15.0.0 https://repology.org/project/trilinos/versions attrpath: trilinos Checking auto update branch... No auto update branch exists Derivation file opts-out of auto-updates [result] Failed to update trilinos 12.12.1 -> 15.0.0 https://repology.org/project/trilinos/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.regressinator, using log file: /var/log/nixpkgs-update/rPackages.regressinator/2024-02-25.log rPackages.regressinator 0.1.2 -> 0.1.3 https://repology.org/project/r:regressinator/versions attrpath: rPackages.regressinator 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.regressinator 0.1.2 -> 0.1.3 https://repology.org/project/r:regressinator/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mcron, using log file: /var/log/nixpkgs-update/mcron/2024-02-25.log mcron 1.2.1 -> 1.2.3 https://repology.org/project/mcron/versions attrpath: mcron 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/mcron/default.nix b/pkgs/tools/system/mcron/default.nix index d0bb370396a9..b6e79ffc6a0e 100644 --- a/pkgs/tools/system/mcron/default.nix +++ b/pkgs/tools/system/mcron/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "mcron"; - version = "1.2.1"; + version = "1.2.3"; src = fetchurl { url = "mirror://gnu/mcron/mcron-${version}.tar.gz"; - sha256 = "0bkn235g2ia4f7ispr9d55c7bc18282r3qd8ldhh5q2kiin75zi0"; + sha256 = "sha256-G8jA02LTsaMPoAcdf6tpa7/B2h7VNsQuBIC7n/0iFU4="; }; # don't attempt to chmod +s files in the nix store [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 mcron nix build failed. checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking which spool directory to use... /var/cron/tabs checking name of socket... /var/cron/socket checking name of allow file... /var/cron/allow checking name of deny file... /var/cron/deny checking name of PID file... /var/run/cron.pid checking directory to hold temporary files... /tmp checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating pre-inst-env config.status: creating doc/config.texi config.status: creating Makefile config.status: creating src/mcron/config.scm.in config.status: executing depfiles commands @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash GEN bin/crontab-access.c CC bin/crontab-access.o CCLD bin/crontab-access /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: cannot find -lc: No such file or directory collect2: error: ld returned 1 exit status make: *** [Makefile:838: bin/crontab-access] Error 1 [result] Failed to update mcron 1.2.1 -> 1.2.3 https://repology.org/project/mcron/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.jaxtyping, using log file: /var/log/nixpkgs-update/python312Packages.jaxtyping/2024-02-25.log python312Packages.jaxtyping 0.2.25 -> 0.2.26 https://github.com/google/jaxtyping/releases attrpath: python312Packages.jaxtyping Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/0l3r0a0jlhiz9x8zsxmijg913yf40346-packages.json.drv building '/nix/store/0l3r0a0jlhiz9x8zsxmijg913yf40346-packages.json.drv'... Going to be running update for following packages: - python3.12-jaxtyping-0.2.25 Press Enter key to continue... Running update for: - python3.12-jaxtyping-0.2.25: UPDATING ... - python3.12-jaxtyping-0.2.25: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jaxtyping/default.nix b/pkgs/development/python-modules/jaxtyping/default.nix index cb73681bc276..af88ad476155 100644 --- a/pkgs/development/python-modules/jaxtyping/default.nix +++ b/pkgs/development/python-modules/jaxtyping/default.nix @@ -19,7 +19,7 @@ let self = buildPythonPackage rec { pname = "jaxtyping"; - version = "0.2.25"; + version = "0.2.26"; pyproject = true; disabled = pythonOlder "3.9"; @@ -28,7 +28,7 @@ let owner = "google"; repo = "jaxtyping"; rev = "refs/tags/v${version}"; - hash = "sha256-+JqpI5xrM7o73LG6oMix88Jr5aptmWYjJQcqUNo7icg="; + hash = "sha256-2QDTRNH2/9FPU5xrQx7yZRHwEWqj0PUNzcCuKwY4yNg="; }; 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.jaxtyping nix build failed. Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/d342qwi23z3g4ldgwp36avrmfifzffiw-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/test/test_threading.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'pyproject.toml') substituteStream(): WARNING: pattern typeguard\>=2.13.3\,\<3 doesn't match anything in file 'pyproject.toml' @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 jaxtyping-0.2.26-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 jaxtyping-0.2.26-py3-none-any.whl - typeguard==2.13.3 not satisfied by version 4.1.5 [result] Failed to update python312Packages.jaxtyping 0.2.25 -> 0.2.26 https://github.com/google/jaxtyping/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.Matrix, using log file: /var/log/nixpkgs-update/rPackages.Matrix/2024-02-25.log rPackages.Matrix 1.6-4 -> 1.6-5 https://repology.org/project/r:matrix/versions attrpath: rPackages.Matrix Checking auto update branch... No auto update branch exists Old version 1.6-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.Matrix 1.6-4 -> 1.6-5 https://repology.org/project/r: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 haskellPackages.incipit-base, using log file: /var/log/nixpkgs-update/haskellPackages.incipit-base/2024-02-25.log haskellPackages.incipit-base 0.5.1.0 -> 0.6.0.0 https://repology.org/project/haskell:incipit-base/versions attrpath: haskellPackages.incipit-base Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.incipit-base 0.5.1.0 -> 0.6.0.0 https://repology.org/project/haskell:incipit-base/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kphotoalbum, using log file: /var/log/nixpkgs-update/kphotoalbum/2024-02-25.log kphotoalbum 5.11.0 -> 5.12.0 https://repology.org/project/kphotoalbum/versions attrpath: kphotoalbum 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 kphotoalbum 5.11.0 -> 5.12.0 https://repology.org/project/kphotoalbum/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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/y2862rcfymv1wbp0psajvjs3m26r4c3m-source.drv building '/nix/store/y2862rcfymv1wbp0psajvjs3m26r4c3m-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/y2862rcfymv1wbp0psajvjs3m26r4c3m-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/y2862rcfymv1wbp0psajvjs3m26r4c3m-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/y2862rcfymv1wbp0psajvjs3m26r4c3m-source.drv /nix/store/7p177ifkqw3msrqbx5gs17b7f5z5a1cv-lato-2.015.drv building '/nix/store/y2862rcfymv1wbp0psajvjs3m26r4c3m-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/y2862rcfymv1wbp0psajvjs3m26r4c3m-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/y2862rcfymv1wbp0psajvjs3m26r4c3m-source.drv'. error: 1 dependencies of derivation '/nix/store/7p177ifkqw3msrqbx5gs17b7f5z5a1cv-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 spring, using log file: /var/log/nixpkgs-update/spring/2024-02-25.log spring 106.0 -> 106.0.1 https://repology.org/project/spring/versions attrpath: spring 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/pc1517fq2yh07rr11kcs1al037dyq2gn-spring_106.0.1_src.tar.gz.drv building '/nix/store/pc1517fq2yh07rr11kcs1al037dyq2gn-spring_106.0.1_src.tar.gz.drv'... trying https://springrts.com/dl/buildbot/default/master/106.0.1/source/spring_106.0.1_src.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 276 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download spring_106.0.1_src.tar.gz from any mirror error: builder for '/nix/store/pc1517fq2yh07rr11kcs1al037dyq2gn-spring_106.0.1_src.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://springrts.com/dl/buildbot/default/master/106.0.1/source/spring_106.0.1_src.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 276 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download spring_106.0.1_src.tar.gz from any mirror For full logs, run 'nix log /nix/store/pc1517fq2yh07rr11kcs1al037dyq2gn-spring_106.0.1_src.tar.gz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'spring.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/pc1517fq2yh07rr11kcs1al037dyq2gn-spring_106.0.1_src.tar.gz.drv /nix/store/5jqw5sfnlvz0nhzvf0sbbk2j0z5jk2c8-spring-106.0.1.drv building '/nix/store/pc1517fq2yh07rr11kcs1al037dyq2gn-spring_106.0.1_src.tar.gz.drv'... trying https://springrts.com/dl/buildbot/default/master/106.0.1/source/spring_106.0.1_src.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 276 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download spring_106.0.1_src.tar.gz from any mirror error: builder for '/nix/store/pc1517fq2yh07rr11kcs1al037dyq2gn-spring_106.0.1_src.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://springrts.com/dl/buildbot/default/master/106.0.1/source/spring_106.0.1_src.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 276 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download spring_106.0.1_src.tar.gz from any mirror For full logs, run 'nix log /nix/store/pc1517fq2yh07rr11kcs1al037dyq2gn-spring_106.0.1_src.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/5jqw5sfnlvz0nhzvf0sbbk2j0z5jk2c8-spring-106.0.1.drv' failed to build [result] Failed to update spring 106.0 -> 106.0.1 https://repology.org/project/spring/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vimb, using log file: /var/log/nixpkgs-update/vimb/2024-02-25.log vimb 3.6.0 -> 3.7.0 https://repology.org/project/vimb/versions attrpath: vimb Checking auto update branch... No auto update branch exists Old version 3.6.0" not present in master derivation file with contents: { stdenv, lib, makeDesktopItem, makeWrapper, makeBinaryWrapper, lndir, config , buildPackages , jq, xdg-utils, writeText ## various stuff that can be plugged in , ffmpeg, xorg, alsa-lib, libpulseaudio, libcanberra-gtk3, libglvnd, libnotify, opensc , gnome/*.gnome-shell*/ , browserpass, gnome-browser-connector, uget-integrator, plasma5Packages, bukubrow, pipewire , tridactyl-native , fx-cast-bridge , keepassxc , udev , libkrb5 , libva , mesa # firefox wants gbm for drm+dmabuf , cups , pciutils , sndio , libjack2 , speechd }: ## configurability of the wrapper itself browser: let wrapper = { applicationName ? browser.binaryName or (lib.getName browser) , pname ? applicationName , version ? lib.getVersion browser , desktopName ? # applicationName with first letter capitalized (lib.toUpper (lib.substring 0 1 applicationName) + lib.substring 1 (-1) applicationName) , nameSuffix ? "" , icon ? applicationName , wmClass ? applicationName , nativeMessagingHosts ? [] , extraNativeMessagingHosts ? [] , pkcs11Modules ? [] , useGlvnd ? true , cfg ? config.${applicationName} or {} ## Following options are needed for extra prefs & policies # For more information about anti tracking (german website) # visit https://wiki.kairaven.de/open/app/firefox , extraPrefs ? "" , extraPrefsFiles ? [] # For more information about policies visit # https://mozilla.github.io/policy-templates/ , extraPolicies ? {} , extraPoliciesFiles ? [] , libName ? browser.libName or "firefox" # Important for tor package or the like , nixExtensions ? null }: let ffmpegSupport = browser.ffmpegSupport or false; gssSupport = browser.gssSupport or false; alsaSupport = browser.alsaSupport or false; pipewireSupport = browser.pipewireSupport or false; sndioSupport = browser.sndioSupport or false; jackSupport = browser.jackSupport or false; # PCSC-Lite daemon (services.pcscd) also must be enabled for firefox to access smartcards smartcardSupport = cfg.smartcardSupport or false; deprecatedNativeMessagingHost = option: pkg: if (cfg.${option} or false) then lib.warn "The cfg.${option} argument for `firefox.override` is deprecated, please add `pkgs.${pkg.pname}` to `nativeMessagingHosts.packages` instead" [pkg] else []; allNativeMessagingHosts = builtins.map lib.getBin ( nativeMessagingHosts ++ deprecatedNativeMessagingHost "enableBrowserpass" browserpass ++ deprecatedNativeMessagingHost "enableBukubrow" bukubrow ++ deprecatedNativeMessagingHost "enableTridactylNative" tridactyl-native ++ deprecatedNativeMessagingHost "enableGnomeExtensions" gnome-browser-connector ++ deprecatedNativeMessagingHost "enableUgetIntegrator" uget-integrator ++ deprecatedNativeMessagingHost "enablePlasmaBrowserIntegration" plasma5Packages.plasma-browser-integration ++ deprecatedNativeMessagingHost "enableFXCastBridge" fx-cast-bridge ++ deprecatedNativeMessagingHost "enableKeePassXC" keepassxc ++ (if extraNativeMessagingHosts != [] then lib.warn "The extraNativeMessagingHosts argument for the Firefox wrapper is deprecated, please use `nativeMessagingHosts`" extraNativeMessagingHosts else []) ); libs = lib.optionals stdenv.isLinux [ udev libva mesa libnotify xorg.libXScrnSaver cups pciutils ] ++ lib.optional pipewireSupport pipewire ++ lib.optional ffmpegSupport ffmpeg ++ lib.optional gssSupport libkrb5 ++ lib.optional useGlvnd libglvnd ++ lib.optionals (cfg.enableQuakeLive or false) (with xorg; [ stdenv.cc libX11 libXxf86dga libXxf86vm libXext libXt alsa-lib zlib ]) ++ lib.optional (config.pulseaudio or true) libpulseaudio ++ lib.optional alsaSupport alsa-lib ++ lib.optional sndioSupport sndio ++ lib.optional jackSupport libjack2 ++ lib.optional smartcardSupport opensc ++ lib.optional (cfg.speechSynthesisSupport or true) speechd ++ pkcs11Modules ++ gtk_modules; gtk_modules = [ libcanberra-gtk3 ]; launcherName = "${applicationName}${nameSuffix}"; ######################### # # # EXTRA PREF CHANGES # # # ######################### policiesJson = writeText "policies.json" (builtins.toJSON enterprisePolicies); usesNixExtensions = nixExtensions != null; nameArray = builtins.map(a: a.name) (lib.optionals usesNixExtensions nixExtensions); # Check that every extension has a unqiue .name attribute # and an extid attribute extensions = if nameArray != (lib.unique nameArray) then throw "Firefox addon name needs to be unique" else if browser.requireSigning || !browser.allowAddonSideload then throw "Nix addons are only supported with signature enforcement disabled and addon sideloading enabled (eg. LibreWolf)" else builtins.map (a: if ! (builtins.hasAttr "extid" a) then throw "nixExtensions has an invalid entry. Missing extid attribute. Please use fetchFirefoxAddon" else a ) (lib.optionals usesNixExtensions nixExtensions); enterprisePolicies = { policies = { DisableAppUpdate = true; } // lib.optionalAttrs usesNixExtensions { ExtensionSettings = { "*" = { blocked_install_message = "You can't have manual extension mixed with nix extensions"; installation_mode = "blocked"; }; } // lib.foldr (e: ret: ret // { "${e.extid}" = { installation_mode = "allowed"; }; } ) {} extensions; Extensions = { Install = lib.foldr (e: ret: ret ++ [ "${e.outPath}/${e.extid}.xpi" ] ) [] extensions; }; } // lib.optionalAttrs smartcardSupport { SecurityDevices = { "OpenSC PKCS#11 Module" = "opensc-pkcs11.so"; }; } // extraPolicies; }; mozillaCfg = '' // First line must be a comment // Disables addon signature checking // to be able to install addons that do not have an extid // Security is maintained because only user whitelisted addons // with a checksum can be installed ${ lib.optionalString usesNixExtensions ''lockPref("xpinstall.signatures.required", false)'' }; ''; ############################# # # # END EXTRA PREF CHANGES # # # ############################# in stdenv.mkDerivation { inherit pname version; desktopItem = makeDesktopItem ({ name = launcherName; exec = "${launcherName} --name ${wmClass} %U"; inherit icon; inherit desktopName; startupNotify = true; startupWMClass = wmClass; terminal = false; } // (if libName == "thunderbird" then { genericName = "Email Client"; comment = "Read and write e-mails or RSS feeds, or manage tasks on calendars."; categories = [ "Network" "Chat" "Email" "Feed" "GTK" "News" ]; keywords = [ "mail" "email" "e-mail" "messages" "rss" "calendar" "address book" "addressbook" "chat" ]; mimeTypes = [ "message/rfc822" "x-scheme-handler/mailto" "text/calendar" "text/x-vcard" ]; actions = { profile-manager-window = { name = "Profile Manager"; exec = "${launcherName} --ProfileManager"; }; }; } else { genericName = "Web Browser"; categories = [ "Network" "WebBrowser" ]; mimeTypes = [ "text/html" "text/xml" "application/xhtml+xml" "application/vnd.mozilla.xul+xml" "x-scheme-handler/http" "x-scheme-handler/https" ]; actions = { new-window = { name = "New Window"; exec = "${launcherName} --new-window %U"; }; new-private-window = { name = "New Private Window"; exec = "${launcherName} --private-window %U"; }; profile-manager-window = { name = "Profile Manager"; exec = "${launcherName} --ProfileManager"; }; }; })); nativeBuildInputs = [ makeWrapper lndir jq ]; buildInputs = [ browser.gtk3 ]; buildCommand = '' if [ ! -x "${browser}/bin/${applicationName}" ] then echo "cannot find executable file \`${browser}/bin/${applicationName}'" exit 1 fi ######################### # # # EXTRA PREF CHANGES # # # ######################### # Link the runtime. The executable itself has to be copied, # because it will resolve paths relative to its true location. # Any symbolic links have to be replicated as well. cd "${browser}" find . -type d -exec mkdir -p "$out"/{} \; find . -type f \( -not -name "${applicationName}" \) -exec ln -sT "${browser}"/{} "$out"/{} \; find . -type f \( -name "${applicationName}" -o -name "${applicationName}-bin" \) -print0 | while read -d $'\0' f; do cp -P --no-preserve=mode,ownership --remove-destination "${browser}/$f" "$out/$f" chmod a+rwx "$out/$f" done # fix links and absolute references find . -type l -print0 | while read -d $'\0' l; do target="$(readlink "$l")" target=''${target/#"${browser}"/"$out"} ln -sfT "$target" "$out/$l" done cd "$out" # create the wrapper executablePrefix="$out/bin" executablePath="$executablePrefix/${applicationName}" oldWrapperArgs=() if [[ -L $executablePath ]]; then # Symbolic link: wrap the link's target. oldExe="$(readlink -v --canonicalize-existing "$executablePath")" rm "$executablePath" elif wrapperCmd=$(${buildPackages.makeBinaryWrapper.extractCmd} "$executablePath"); [[ $wrapperCmd ]]; then # If the executable is a binary wrapper, we need to update its target to # point to $out, but we can't just edit the binary in-place because of length # issues. So we extract the command used to create the wrapper and add the # arguments to our wrapper. parseMakeCWrapperCall() { shift # makeCWrapper oldExe=$1; shift oldWrapperArgs=("$@") } eval "parseMakeCWrapperCall ''${wrapperCmd//"${browser}"/"$out"}" rm "$executablePath" else if read -rn2 shebang < "$executablePath" && [[ $shebang == '#!' ]]; then # Shell wrapper: patch in place to point to $out. sed -i "s@${browser}@$out@g" "$executablePath" fi # Suffix the executable with -old, because -wrapped might already be used by the old wrapper. oldExe="$executablePrefix/.${applicationName}"-old mv "$executablePath" "$oldExe" fi # make xdg-open overrideable at runtime makeWrapper "$oldExe" \ "''${executablePath}${nameSuffix}" \ --prefix LD_LIBRARY_PATH ':' "$libs" \ --suffix-each GTK_PATH ':' "$gtk_modules" \ ${lib.optionalString (!xdg-utils.meta.broken) "--suffix PATH ':' \"${xdg-utils}/bin\""} \ --suffix PATH ':' "$out/bin" \ --set MOZ_APP_LAUNCHER "${launcherName}" \ --set MOZ_SYSTEM_DIR "$out/lib/mozilla" \ --set MOZ_LEGACY_PROFILES 1 \ --set MOZ_ALLOW_DOWNGRADE 1 \ --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH" \ --suffix XDG_DATA_DIRS : '${gnome.adwaita-icon-theme}/share' \ --set-default MOZ_ENABLE_WAYLAND 1 \ "''${oldWrapperArgs[@]}" ############################# # # # END EXTRA PREF CHANGES # # # ############################# if [ -e "${browser}/share/icons" ]; then mkdir -p "$out/share" ln -s "${browser}/share/icons" "$out/share/icons" else for res in 16 32 48 64 128; do mkdir -p "$out/share/icons/hicolor/''${res}x''${res}/apps" icon=$( find "${browser}/lib/" -name "default''${res}.png" ) if [ -e "$icon" ]; then ln -s "$icon" \ "$out/share/icons/hicolor/''${res}x''${res}/apps/${icon}.png" fi done fi install -D -t $out/share/applications $desktopItem/share/applications/* mkdir -p $out/lib/mozilla/native-messaging-hosts for ext in ${toString allNativeMessagingHosts}; do ln -sLt $out/lib/mozilla/native-messaging-hosts $ext/lib/mozilla/native-messaging-hosts/* done mkdir -p $out/lib/mozilla/pkcs11-modules for ext in ${toString pkcs11Modules}; do ln -sLt $out/lib/mozilla/pkcs11-modules $ext/lib/mozilla/pkcs11-modules/* done ######################### # # # EXTRA PREF CHANGES # # # ######################### # user customization mkdir -p $out/lib/${libName} # creating policies.json mkdir -p "$out/lib/${libName}/distribution" POL_PATH="$out/lib/${libName}/distribution/policies.json" rm -f "$POL_PATH" cat ${policiesJson} >> "$POL_PATH" extraPoliciesFiles=(${builtins.toString extraPoliciesFiles}) for extraPoliciesFile in "''${extraPoliciesFiles[@]}"; do jq -s '.[0] * .[1]' "$POL_PATH" $extraPoliciesFile > .tmp.json mv .tmp.json "$POL_PATH" done # preparing for autoconfig mkdir -p "$out/lib/${libName}/defaults/pref" echo 'pref("general.config.filename", "mozilla.cfg");' > "$out/lib/${libName}/defaults/pref/autoconfig.js" echo 'pref("general.config.obscure_value", 0);' >> "$out/lib/${libName}/defaults/pref/autoconfig.js" cat > "$out/lib/${libName}/mozilla.cfg" << EOF ${mozillaCfg} EOF extraPrefsFiles=(${builtins.toString extraPrefsFiles}) for extraPrefsFile in "''${extraPrefsFiles[@]}"; do cat "$extraPrefsFile" >> "$out/lib/${libName}/mozilla.cfg" done cat >> "$out/lib/${libName}/mozilla.cfg" << EOF ${extraPrefs} EOF mkdir -p $out/lib/${libName}/distribution/extensions ############################# # # # END EXTRA PREF CHANGES # # # ############################# ''; preferLocalBuild = true; libs = lib.makeLibraryPath libs + ":" + lib.makeSearchPathOutput "lib" "lib64" libs; gtk_modules = map (x: x + x.gtkModule) gtk_modules; passthru = { unwrapped = browser; }; disallowedRequisites = [ stdenv.cc ]; meta = browser.meta // { inherit (browser.meta) description; mainProgram = launcherName; hydraPlatforms = []; priority = (browser.meta.priority or 0) - 1; # prefer wrapper over the package }; }; in lib.makeOverridable wrapper [result] Failed to update vimb 3.6.0 -> 3.7.0 https://repology.org/project/vimb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vk-bootstrap, using log file: /var/log/nixpkgs-update/vk-bootstrap/2024-02-25.log vk-bootstrap 0.7 -> 1.3.273 https://repology.org/project/vk-bootstrap/versions attrpath: vk-bootstrap 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/vk-bootstrap/default.nix b/pkgs/development/libraries/vk-bootstrap/default.nix index bc43da3567d8..9717e9a0c24a 100644 --- a/pkgs/development/libraries/vk-bootstrap/default.nix +++ b/pkgs/development/libraries/vk-bootstrap/default.nix @@ -9,14 +9,14 @@ stdenv.mkDerivation rec { pname = "vk-bootstrap"; - version = "0.7"; + version = "1.3.273"; outputs = [ "out" "dev" ]; src = fetchFromGitHub { owner = "charles-lunarg"; repo = "vk-bootstrap"; rev = "v${version}"; - hash = "sha256-X3ANqfplrCF1R494+H5/plcwMH7rbW6zpLA4MZrYaoE="; + hash = "sha256-LUmYc5J3jshArQU1VsQtcs8QSPfEkCgAoWgfarwqq2o="; }; 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 vk-bootstrap nix build failed. got build log for 'vk-bootstrap' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/w31441r1xfkflxnxch4cji4qj8pm3p4q-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 fixing cmake files... 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/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273/share/doc/VulkanBootstrap -DCMAKE_INSTALL_INFODIR=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/k7s0w8n96m38lagfhmvhjq3s5cm1441s-vk-bootstrap-1.3.273-dev/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/k7s0w8n96m38lagfhmvhjq3s5cm1441s-vk-bootstrap-1.3.273-dev/include -DCMAKE_INSTALL_SBINDIR=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/strip -DCMAKE_RANLIB=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ranlib -DCMAKE_AR=/nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/wkwxrww6s0skvi3080qbwjmcgh7s6s5m-vk-bootstrap-1.3.273 -DVK_BOOTSTRAP_VULKAN_HEADER_DIR=/nix/store/38gwaydg15p688yna532ffgcb4zqbm18-vulkan-headers-1.3.275.0/include -- The CXX compiler identification is GNU 13.2.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at tests/CMakeLists.txt:52 (include): include could not find requested file: Catch  CMake Error at tests/CMakeLists.txt:53 (catch_discover_tests): Unknown CMake command "catch_discover_tests".  -- Configuring incomplete, errors occurred! [result] Failed to update vk-bootstrap 0.7 -> 1.3.273 https://repology.org/project/vk-bootstrap/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath termius, using log file: /var/log/nixpkgs-update/termius/2024-02-25.log termius 8.1.2 -> 8.9.7 https://repology.org/project/termius/versions attrpath: termius Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update termius 8.1.2 -> 8.9.7 https://repology.org/project/termius/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.yfinance, using log file: /var/log/nixpkgs-update/python312Packages.yfinance/2024-02-25.log python312Packages.yfinance 0.2.36 -> 0.2.37 https://github.com/ranaroussi/yfinance/releases attrpath: python312Packages.yfinance Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/av1n6yxb6ympas39pcrvs66718cf4v91-packages.json.drv building '/nix/store/av1n6yxb6ympas39pcrvs66718cf4v91-packages.json.drv'... Going to be running update for following packages: - python3.12-yfinance-0.2.36 Press Enter key to continue... Running update for: - python3.12-yfinance-0.2.36: UPDATING ... - python3.12-yfinance-0.2.36: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/yfinance/default.nix b/pkgs/development/python-modules/yfinance/default.nix index fb771047db11..06db089ca835 100644 --- a/pkgs/development/python-modules/yfinance/default.nix +++ b/pkgs/development/python-modules/yfinance/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "yfinance"; - version = "0.2.36"; + version = "0.2.37"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "ranaroussi"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-oBpkWKQZ5FA+nyNWVOlRzoEyShCfh6SqCCrkFZBu1rQ="; + hash = "sha256-rptCZ4Yiz6VbV/woHN6JpRNsZL4SrqepoIw4tYpU4x0="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/4cxxxgp550zw6s5vxm5pi5pcmw3xgq9z-python3.12-yfinance-0.2.37" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
  • python311Packages.yfinance
  • python312Packages.yfinance
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.yfinance is: Module to doiwnload Yahoo! Finance market data meta.homepage for python312Packages.yfinance is: https://github.com/ranaroussi/yfinance meta.changelog for python312Packages.yfinance is: https://github.com/ranaroussi/yfinance/blob/0.2.37/CHANGELOG.rst ###### 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.2.37 with grep in /nix/store/4cxxxgp550zw6s5vxm5pi5pcmw3xgq9z-python3.12-yfinance-0.2.37 - found 0.2.37 in filename of file in /nix/store/4cxxxgp550zw6s5vxm5pi5pcmw3xgq9z-python3.12-yfinance-0.2.37 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath python311Packages.yfinance python312Packages.yfinance ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/4cxxxgp550zw6s5vxm5pi5pcmw3xgq9z-python3.12-yfinance-0.2.37 \ --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.yfinance https://github.com/r-ryantm/nixpkgs/archive/1eb53d1bba2dfae9021e0b352c3f1ff6956b490c.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/1eb53d1bba2dfae9021e0b352c3f1ff6956b490c#python312Packages.yfinance ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/4cxxxgp550zw6s5vxm5pi5pcmw3xgq9z-python3.12-yfinance-0.2.37 ls -la /nix/store/4cxxxgp550zw6s5vxm5pi5pcmw3xgq9z-python3.12-yfinance-0.2.37/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:
  • python311Packages.yfinance
  • python312Packages.yfinance
--- ###### Maintainer pings cc @drewrisinger 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/291363 [result] Success updating python312Packages.yfinance 0.2.36 -> 0.2.37 https://github.com/ranaroussi/yfinance/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 libsForQt5.telly-skout, using log file: /var/log/nixpkgs-update/libsForQt5.telly-skout/2024-02-25.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.GE, using log file: /var/log/nixpkgs-update/rPackages.GE/2024-02-25.log rPackages.GE 0.4.1 -> 0.4.2 https://repology.org/project/r:ge/versions attrpath: rPackages.GE 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.GE 0.4.1 -> 0.4.2 https://repology.org/project/r:ge/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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 rPackages.fastTopics, using log file: /var/log/nixpkgs-update/rPackages.fastTopics/2024-02-25.log rPackages.fastTopics 0.6-142 -> 0.6-163 https://repology.org/project/r:fasttopics/versions attrpath: rPackages.fastTopics Checking auto update branch... No auto update branch exists Old version 0.6-142" 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.fastTopics 0.6-142 -> 0.6-163 https://repology.org/project/r:fasttopics/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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 sysvinit, using log file: /var/log/nixpkgs-update/sysvinit/2024-02-25.log sysvinit 3.04 -> 3.08 https://repology.org/project/sysvinit/versions attrpath: sysvinit 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/98fp4jgfgv9w2sb4876y8vkgi3qnsjik-sysvinit-3.08.tar.xz.drv building '/nix/store/98fp4jgfgv9w2sb4876y8vkgi3qnsjik-sysvinit-3.08.tar.xz.drv'... trying https://mirror.easyname.at/nongnu/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 281 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://savannah.c3sl.ufpr.br/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirror.csclub.uwaterloo.ca/nongnu/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 162 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirror.cedia.org.ec/nongnu/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.igh.cnrs.fr/pub/nongnu/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.igh.cnrs.fr Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.igh.cnrs.fr Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.igh.cnrs.fr Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.igh.cnrs.fr trying https://mirror6.layerjet.com/nongnusysvinit/sysvinit-3.08.tar.xz % 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:14 --:--:-- 0 curl: (28) Failed to connect to mirror6.layerjet.com port 443 after 134922 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 mirror6.layerjet.com port 443 after 134160 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 mirror6.layerjet.com port 443 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 mirror6.layerjet.com port 443 after 135259 ms: Couldn't connect to server trying https://mirror.netcologne.de/savannah/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 153 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.cc.uoc.gr/mirrors/nongnu.org/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://nongnu.uib.no/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.acc.umu.se/mirror/gnu.org/savannah/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 331 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying http://mirror2.klaus-uwe.me/nongnu/sysvinit/sysvinit-3.08.tar.xz % 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 curl: (35) OpenSSL/3.0.13: error:0A000438:SSL routines::tlsv1 alert internal error trying http://mirrors.fe.up.pt/pub/nongnu/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 262 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying http://ftp.twaren.net/Unix/NonGNU/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 315 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying http://savannah-nongnu-org.ip-connect.vn.ua/sysvinit/sysvinit-3.08.tar.xz % 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:15 --:--:-- 0 curl: (7) Failed to connect to savannah-nongnu-org.ip-connect.vn.ua port 80 after 136000 ms: Couldn't connect to server trying http://www.mirrorservice.org/sites/download.savannah.gnu.org/releases/sysvinit/sysvinit-3.08.tar.xz % 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 trying http://gnu.mirrors.pair.com/savannah/savannah/sysvinit/sysvinit-3.08.tar.xz % 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:14 --:--:-- 0 curl: (28) Failed to connect to gnu.mirrors.pair.com port 80 after 134971 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 gnu.mirrors.pair.com port 80 after 134165 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 gnu.mirrors.pair.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 gnu.mirrors.pair.com port 80 after 135259 ms: Couldn't connect to server trying ftp://mirror.easyname.at/nongnu/sysvinit/sysvinit-3.08.tar.xz % 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: (78) The file does not exist trying ftp://mirror2.klaus-uwe.me/nongnu/sysvinit/sysvinit-3.08.tar.xz % 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: (67) Access denied: 500 trying ftp://mirror.csclub.uwaterloo.ca/nongnu/sysvinit/sysvinit-3.08.tar.xz % 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: (78) The file does not exist trying ftp://ftp.igh.cnrs.fr/pub/nongnu/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.igh.cnrs.fr Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.igh.cnrs.fr Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.igh.cnrs.fr Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.igh.cnrs.fr trying ftp://mirror.netcologne.de/savannah/sysvinit/sysvinit-3.08.tar.xz % 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: (78) The file does not exist trying ftp://nongnu.uib.no/pub/nongnu/sysvinit/sysvinit-3.08.tar.xz % 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: (67) Access denied: 500 trying ftp://mirrors.fe.up.pt/pub/nongnu/sysvinit/sysvinit-3.08.tar.xz % 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: (78) The file does not exist trying ftp://ftp.twaren.net/Unix/NonGNU/sysvinit/sysvinit-3.08.tar.xz % 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:04 --:--:-- 0 curl: (78) The file does not exist trying ftp://savannah-nongnu-org.ip-connect.vn.ua/mirror/savannah.nongnu.org/sysvinit/sysvinit-3.08.tar.xz % 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: (8) Got a 500 ftp-server response when 220 was expected trying ftp://ftp.mirrorservice.org/sites/download.savannah.gnu.org/releases/sysvinit/sysvinit-3.08.tar.xz % 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: (78) The file does not exist error: cannot download sysvinit-3.08.tar.xz from any mirror error: builder for '/nix/store/98fp4jgfgv9w2sb4876y8vkgi3qnsjik-sysvinit-3.08.tar.xz.drv' failed with exit code 1; last 25 log lines: > > trying ftp://mirrors.fe.up.pt/pub/nongnu/sysvinit/sysvinit-3.08.tar.xz > % 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: (78) The file does not exist > > trying ftp://ftp.twaren.net/Unix/NonGNU/sysvinit/sysvinit-3.08.tar.xz > % 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:04 --:--:-- 0 > curl: (78) The file does not exist > > trying ftp://savannah-nongnu-org.ip-connect.vn.ua/mirror/savannah.nongnu.org/sysvinit/sysvinit-3.08.tar.xz > % 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: (8) Got a 500 ftp-server response when 220 was expected > > trying ftp://ftp.mirrorservice.org/sites/download.savannah.gnu.org/releases/sysvinit/sysvinit-3.08.tar.xz > % 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: (78) The file does not exist > error: cannot download sysvinit-3.08.tar.xz from any mirror For full logs, run 'nix log /nix/store/98fp4jgfgv9w2sb4876y8vkgi3qnsjik-sysvinit-3.08.tar.xz.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'sysvinit.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/98fp4jgfgv9w2sb4876y8vkgi3qnsjik-sysvinit-3.08.tar.xz.drv /nix/store/nyzii3y0d1z9fbczypsmidyjk362k7aj-sysvinit-3.08.drv building '/nix/store/98fp4jgfgv9w2sb4876y8vkgi3qnsjik-sysvinit-3.08.tar.xz.drv'... trying https://mirror.easyname.at/nongnu/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 281 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://savannah.c3sl.ufpr.br/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirror.csclub.uwaterloo.ca/nongnu/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 162 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirror.cedia.org.ec/nongnu/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 146 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.igh.cnrs.fr/pub/nongnu/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.igh.cnrs.fr Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.igh.cnrs.fr Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.igh.cnrs.fr Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.igh.cnrs.fr trying https://mirror6.layerjet.com/nongnusysvinit/sysvinit-3.08.tar.xz % 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:12 --:--:-- 0 curl: (28) Failed to connect to mirror6.layerjet.com port 443 after 132674 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 mirror6.layerjet.com port 443 after 134165 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 mirror6.layerjet.com port 443 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 mirror6.layerjet.com port 443 after 135258 ms: Couldn't connect to server trying https://mirror.netcologne.de/savannah/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 153 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.cc.uoc.gr/mirrors/nongnu.org/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://nongnu.uib.no/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.acc.umu.se/mirror/gnu.org/savannah/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 331 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying http://mirror2.klaus-uwe.me/nongnu/sysvinit/sysvinit-3.08.tar.xz % 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 curl: (35) OpenSSL/3.0.13: error:0A000438:SSL routines::tlsv1 alert internal error trying http://mirrors.fe.up.pt/pub/nongnu/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 262 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying http://ftp.twaren.net/Unix/NonGNU/sysvinit/sysvinit-3.08.tar.xz % 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 trying http://savannah-nongnu-org.ip-connect.vn.ua/sysvinit/sysvinit-3.08.tar.xz % 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: (7) Failed to connect to savannah-nongnu-org.ip-connect.vn.ua port 80 after 133249 ms: Couldn't connect to server trying http://www.mirrorservice.org/sites/download.savannah.gnu.org/releases/sysvinit/sysvinit-3.08.tar.xz % 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 trying http://gnu.mirrors.pair.com/savannah/savannah/sysvinit/sysvinit-3.08.tar.xz % 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:15 --:--:-- 0 curl: (28) Failed to connect to gnu.mirrors.pair.com port 80 after 135035 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 gnu.mirrors.pair.com port 80 after 134165 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 gnu.mirrors.pair.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 gnu.mirrors.pair.com port 80 after 135259 ms: Couldn't connect to server trying ftp://mirror.easyname.at/nongnu/sysvinit/sysvinit-3.08.tar.xz % 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: (78) The file does not exist trying ftp://mirror2.klaus-uwe.me/nongnu/sysvinit/sysvinit-3.08.tar.xz % 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: (67) Access denied: 500 trying ftp://mirror.csclub.uwaterloo.ca/nongnu/sysvinit/sysvinit-3.08.tar.xz % 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: (78) The file does not exist trying ftp://ftp.igh.cnrs.fr/pub/nongnu/sysvinit/sysvinit-3.08.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.igh.cnrs.fr Warning: Problem : timeout. Will retry in 1 seconds. 3 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.igh.cnrs.fr Warning: Problem : timeout. Will retry in 2 seconds. 2 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.igh.cnrs.fr Warning: Problem : timeout. Will retry in 4 seconds. 1 retries left. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ftp.igh.cnrs.fr trying ftp://mirror.netcologne.de/savannah/sysvinit/sysvinit-3.08.tar.xz % 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: (78) The file does not exist trying ftp://nongnu.uib.no/pub/nongnu/sysvinit/sysvinit-3.08.tar.xz % 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: (67) Access denied: 500 trying ftp://mirrors.fe.up.pt/pub/nongnu/sysvinit/sysvinit-3.08.tar.xz % 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: (78) The file does not exist trying ftp://ftp.twaren.net/Unix/NonGNU/sysvinit/sysvinit-3.08.tar.xz % 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:06 --:--:-- 0 curl: (78) The file does not exist trying ftp://savannah-nongnu-org.ip-connect.vn.ua/mirror/savannah.nongnu.org/sysvinit/sysvinit-3.08.tar.xz % 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:14 --:--:-- 0 curl: (8) Got a 500 ftp-server response when 220 was expected trying ftp://ftp.mirrorservice.org/sites/download.savannah.gnu.org/releases/sysvinit/sysvinit-3.08.tar.xz % 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: (78) The file does not exist error: cannot download sysvinit-3.08.tar.xz from any mirror error: builder for '/nix/store/98fp4jgfgv9w2sb4876y8vkgi3qnsjik-sysvinit-3.08.tar.xz.drv' failed with exit code 1; last 25 log lines: > > trying ftp://mirrors.fe.up.pt/pub/nongnu/sysvinit/sysvinit-3.08.tar.xz > % 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: (78) The file does not exist > > trying ftp://ftp.twaren.net/Unix/NonGNU/sysvinit/sysvinit-3.08.tar.xz > % 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:06 --:--:-- 0 > curl: (78) The file does not exist > > trying ftp://savannah-nongnu-org.ip-connect.vn.ua/mirror/savannah.nongnu.org/sysvinit/sysvinit-3.08.tar.xz > % 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:14 --:--:-- 0 > curl: (8) Got a 500 ftp-server response when 220 was expected > > trying ftp://ftp.mirrorservice.org/sites/download.savannah.gnu.org/releases/sysvinit/sysvinit-3.08.tar.xz > % 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: (78) The file does not exist > error: cannot download sysvinit-3.08.tar.xz from any mirror For full logs, run 'nix log /nix/store/98fp4jgfgv9w2sb4876y8vkgi3qnsjik-sysvinit-3.08.tar.xz.drv'. error: 1 dependencies of derivation '/nix/store/nyzii3y0d1z9fbczypsmidyjk362k7aj-sysvinit-3.08.drv' failed to build [result] Failed to update sysvinit 3.04 -> 3.08 https://repology.org/project/sysvinit/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath slibGuile, using log file: /var/log/nixpkgs-update/slibGuile/2024-02-25.log slibGuile 3b7 -> 3c1 https://repology.org/project/slib/versions attrpath: slibGuile Checking auto update branch... An auto update branch exists with message `slibGuile: 3b7 -> 3c1`. New version is 3c1. An auto update branch exists with an equal or greater version [result] Failed to update slibGuile 3b7 -> 3c1 https://repology.org/project/slib/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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] this derivation will be built: /nix/store/xnyd1zjzq8m0xgdma3rxv6yi6jnmhl8a-packages.json.drv building '/nix/store/xnyd1zjzq8m0xgdma3rxv6yi6jnmhl8a-packages.json.drv'... 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.comtradr, using log file: /var/log/nixpkgs-update/rPackages.comtradr/2024-02-25.log rPackages.comtradr 0.3.0 -> 0.4.0.0 https://repology.org/project/r:comtradr/versions attrpath: rPackages.comtradr Checking auto update branch... No auto update branch exists Old version 0.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.comtradr 0.3.0 -> 0.4.0.0 https://repology.org/project/r:comtradr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.log python312Packages.scmrepo 2.1.1 -> 3.0.0 https://github.com/iterative/scmrepo/releases 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] this derivation will be built: /nix/store/ng1mpw5kx6mny1wvxdpsd7rqz0c83m6f-packages.json.drv building '/nix/store/ng1mpw5kx6mny1wvxdpsd7rqz0c83m6f-packages.json.drv'... 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: nosexcover-1.0.11 not supported for interpreter python3.12 (use '--show-trace' to show detailed location information) [result] Failed to update python312Packages.scmrepo 2.1.1 -> 3.0.0 https://github.com/iterative/scmrepo/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.micromap, using log file: /var/log/nixpkgs-update/rPackages.micromap/2024-02-25.log rPackages.micromap 1.9.7 -> 1.9.8 https://repology.org/project/r:micromap/versions attrpath: rPackages.micromap Checking auto update branch... No auto update branch exists Old version 1.9.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.micromap 1.9.7 -> 1.9.8 https://repology.org/project/r:micromap/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.GeoModels, using log file: /var/log/nixpkgs-update/rPackages.GeoModels/2024-02-25.log rPackages.GeoModels 1.1.5 -> 1.1.7 https://repology.org/project/r:geomodels/versions attrpath: rPackages.GeoModels Checking auto update branch... No auto update branch exists Old version 1.1.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.GeoModels 1.1.5 -> 1.1.7 https://repology.org/project/r:geomodels/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.PhyloProfile, using log file: /var/log/nixpkgs-update/rPackages.PhyloProfile/2024-02-25.log rPackages.PhyloProfile 1.16.0 -> 1.16.3 https://repology.org/project/r:phyloprofile/versions attrpath: rPackages.PhyloProfile Checking auto update branch... No auto update branch exists Old version 1.16.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.PhyloProfile 1.16.0 -> 1.16.3 https://repology.org/project/r:phyloprofile/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.qgisprocess, using log file: /var/log/nixpkgs-update/rPackages.qgisprocess/2024-02-25.log rPackages.qgisprocess 0.2.0 -> 0.3.0 https://repology.org/project/r:qgisprocess/versions attrpath: rPackages.qgisprocess 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.qgisprocess 0.2.0 -> 0.3.0 https://repology.org/project/r:qgisprocess/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.glmGamPoi, using log file: /var/log/nixpkgs-update/rPackages.glmGamPoi/2024-02-25.log rPackages.glmGamPoi 1.14.0 -> 1.14.3 https://repology.org/project/r:glmgampoi/versions attrpath: rPackages.glmGamPoi 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.glmGamPoi 1.14.0 -> 1.14.3 https://repology.org/project/r:glmgampoi/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.tarchetypes, using log file: /var/log/nixpkgs-update/rPackages.tarchetypes/2024-02-25.log rPackages.tarchetypes 0.7.11 -> 0.7.12 https://repology.org/project/r:tarchetypes/versions attrpath: rPackages.tarchetypes Checking auto update branch... No auto update branch exists Old version 0.7.11" 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.tarchetypes 0.7.11 -> 0.7.12 https://repology.org/project/r:tarchetypes/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.playwright, using log file: /var/log/nixpkgs-update/python312Packages.playwright/2024-02-25.log python312Packages.playwright 1.40.0 -> 1.41.2 https://github.com/microsoft/playwright-python/releases attrpath: python312Packages.playwright Checking auto update branch... [version] [version] skipping because derivation has 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/janrm9f842iibg9c8ab02m2myhsmkfvi-packages.json.drv building '/nix/store/janrm9f842iibg9c8ab02m2myhsmkfvi-packages.json.drv'... Going to be running update for following packages: - python3.12-playwright-1.40.0 Press Enter key to continue... Running update for: - python3.12-playwright-1.40.0: UPDATING ... - python3.12-playwright-1.40.0: ERROR --- SHOWING ERROR LOG FOR python3.12-playwright-1.40.0 ---------------------- path is '/nix/store/i5vbm4mam6md9shb8p9iihms3b3dbccr-playwright-1.41.2-linux.zip' path is '/nix/store/0yyingr6aaxv66nvjyc2p40l9z8wy8jg-playwright-1.41.2-mac.zip' path is '/nix/store/f6xvbmckv1fvbpkzvk5cby1mhxnvimh7-playwright-1.41.2-linux-arm64.zip' path is '/nix/store/9iv85mzybpiihxrmdw8hqnnslb4hkwjc-playwright-1.41.2-mac-arm64.zip' info attempt registry request try #1 at 2:58:39 PM http request GET https://registry.npmjs.org/@playwright%2Ftest http 200 https://registry.npmjs.org/@playwright%2Ftest info attempt registry request try #1 at 2:58:40 PM http request GET https://registry.npmjs.org/playwright http 200 https://registry.npmjs.org/playwright info attempt registry request try #1 at 2:58:40 PM http request GET https://registry.npmjs.org/playwright-core http 200 https://registry.npmjs.org/playwright-core update-source-version: error: Failed to replace source revision 'refs/tags/v1.40.0' to 'v1.41.2' in 'playwright'! --- SHOWING ERROR LOG FOR python3.12-playwright-1.40.0 ---------------------- The update script for python3.12-playwright-1.40.0 failed with exit code 1 [result] Failed to update python312Packages.playwright 1.40.0 -> 1.41.2 https://github.com/microsoft/playwright-python/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 fwknop, using log file: /var/log/nixpkgs-update/fwknop/2024-02-25.log fwknop 2.6.10 -> 2.6.11 https://github.com/mrash/fwknop/releases attrpath: fwknop 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 fwknop 2.6.10 -> 2.6.11 https://github.com/mrash/fwknop/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 hwdata, using log file: /var/log/nixpkgs-update/hwdata/2024-02-25.log hwdata 0.378 -> 0.379 https://repology.org/project/hwdata/versions attrpath: hwdata Checking auto update branch... No auto update branch exists Old version 0.378" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub }: stdenv.mkDerivation rec { pname = "hwdata"; version = "0.379"; src = fetchFromGitHub { owner = "vcrhonek"; repo = "hwdata"; rev = "v${version}"; hash = "sha256-6IMvnXP9uy8kAKRyzV/raZzUnpVCzp7SHnGt8qDUDXY="; }; configureFlags = [ "--datadir=${placeholder "out"}/share" ]; doCheck = false; # this does build machine-specific checks (e.g. enumerates PCI bus) meta = { homepage = "https://github.com/vcrhonek/hwdata"; description = "Hardware Database, including Monitors, pci.ids, usb.ids, and video cards"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ pedrohlc ]; platforms = lib.platforms.all; }; } [result] Failed to update hwdata 0.378 -> 0.379 https://repology.org/project/hwdata/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.paramz, using log file: /var/log/nixpkgs-update/python312Packages.paramz/2024-02-25.log python312Packages.paramz 0.9.5 -> 0.9.6 https://github.com/sods/paramz/releases attrpath: python312Packages.paramz 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/ca4m4w4pbx355c6bknsw5ka0f3kg6pzh-packages.json.drv building '/nix/store/ca4m4w4pbx355c6bknsw5ka0f3kg6pzh-packages.json.drv'... Going to be running update for following packages: - python3.12-paramz-0.9.5 Press Enter key to continue... Running update for: - python3.12-paramz-0.9.5: UPDATING ... - python3.12-paramz-0.9.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.paramz 0.9.5 -> 0.9.6 https://github.com/sods/paramz/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 libgit2, using log file: /var/log/nixpkgs-update/libgit2/2024-02-25.log libgit2 1.7.1 -> 1.7.2 https://repology.org/project/libgit2/versions attrpath: libgit2 Checking auto update branch... No auto update branch exists Old version 1.7.1" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , cmake , pkg-config , python3 , zlib , libssh2 , openssl , pcre , http-parser , libiconv , Security , staticBuild ? stdenv.hostPlatform.isStatic # for passthru.tests , libgit2-glib , python3Packages , gitstatus }: stdenv.mkDerivation rec { pname = "libgit2"; version = "1.7.2"; # also check the following packages for updates: python3Packages.pygit2 and libgit2-glib outputs = ["lib" "dev" "out"]; src = fetchFromGitHub { owner = "libgit2"; repo = "libgit2"; rev = "v${version}"; hash = "sha256-fVPY/byE2/rxmv/bUykcAbmUFMlF3UZogVuTzjOXJUU="; }; cmakeFlags = [ "-DUSE_HTTP_PARSER=system" "-DUSE_SSH=ON" "-DBUILD_SHARED_LIBS=${if staticBuild then "OFF" else "ON"}" ] ++ lib.optionals stdenv.hostPlatform.isWindows [ "-DDLLTOOL=${stdenv.cc.bintools.targetPrefix}dlltool" # For ws2_32, refered to by a `*.pc` file "-DCMAKE_LIBRARY_PATH=${stdenv.cc.libc}/lib" ]; nativeBuildInputs = [ cmake python3 pkg-config ]; buildInputs = [ zlib libssh2 openssl pcre http-parser ] ++ lib.optional stdenv.isDarwin Security; propagatedBuildInputs = lib.optional (!stdenv.isLinux) libiconv; doCheck = true; checkPhase = '' testArgs=(-v -xonline) # slow testArgs+=(-xclone::nonetwork::bad_urls) # failed to set permissions on ...: Operation not permitted testArgs+=(-xrepo::init::extended_1) testArgs+=(-xrepo::template::extended_with_template_and_shared_mode) ( set -x ./libgit2_tests ''${testArgs[@]} ) ''; passthru.tests = { inherit libgit2-glib; inherit (python3Packages) pygit2; inherit gitstatus; }; meta = with lib; { description = "Linkable library implementation of Git that you can use in your application"; homepage = "https://libgit2.org/"; license = licenses.gpl2Plus; platforms = platforms.all; maintainers = with maintainers; [ SuperSandro2000 ]; }; } [result] Failed to update libgit2 1.7.1 -> 1.7.2 https://repology.org/project/libgit2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mdbook, using log file: /var/log/nixpkgs-update/mdbook/2024-02-25.log mdbook 0.4.36 -> 0.4.37 https://repology.org/project/mdbook/versions attrpath: mdbook Checking auto update branch... No auto update branch exists Old version 0.4.36" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, nix, rustPlatform, CoreServices, installShellFiles }: rustPlatform.buildRustPackage rec { pname = "mdbook"; version = "0.4.37"; src = fetchFromGitHub { owner = "rust-lang"; repo = "mdBook"; rev = "refs/tags/v${version}"; sha256 = "sha256-A8ZSqIG+rGKwggs9ogvbMIi9gClFKe8gS6D5W426ebc="; }; cargoHash = "sha256-8GQM4pHiFbyoRkOx3SXuIV118ndzL+O+eA+Gd2jbsdI="; nativeBuildInputs = [ installShellFiles ]; buildInputs = lib.optionals stdenv.isDarwin [ CoreServices ]; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd mdbook \ --bash <($out/bin/mdbook completions bash) \ --fish <($out/bin/mdbook completions fish) \ --zsh <($out/bin/mdbook completions zsh ) ''; passthru = { tests = { inherit nix; }; }; meta = with lib; { description = "Create books from MarkDown"; homepage = "https://github.com/rust-lang/mdBook"; changelog = "https://github.com/rust-lang/mdBook/blob/v${version}/CHANGELOG.md"; license = [ licenses.mpl20 ]; maintainers = with maintainers; [ havvy Frostman matthiasbeyer ]; }; } [result] Failed to update mdbook 0.4.36 -> 0.4.37 https://repology.org/project/mdbook/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath teip, using log file: /var/log/nixpkgs-update/teip/2024-02-25.log teip 2.3.0 -> 2.3.2 https://github.com/greymd/teip/releases attrpath: teip 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 'teip.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/sg0h1sym7rfzafr6d1yj299ddivqgnnc-teip-2.3.2-vendor.tar.gz.drv /nix/store/b9y3ylss3z7jlfiq4c2mdlr1zdrhk6c8-teip-2.3.2.drv building '/nix/store/sg0h1sym7rfzafr6d1yj299ddivqgnnc-teip-2.3.2-vendor.tar.gz.drv'... Running phase: unpackPhase unpacking source archive /nix/store/rr0947j9vzwprk5lrrl95m1dgnlvy82b-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase source = "git+https://github.com/greymd/rust-onig#85989776a46c96347c6586ca4ab3ba62cce27332" source = "git+https://github.com/greymd/rust-onig#85989776a46c96347c6586ca4ab3ba62cce27332" ERROR: The Cargo.lock contains git dependencies This is currently not supported in the fixed-output derivation fetcher. Use cargoLock.lockFile / importCargoLock instead. error: builder for '/nix/store/sg0h1sym7rfzafr6d1yj299ddivqgnnc-teip-2.3.2-vendor.tar.gz.drv' failed with exit code 1; last 16 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/rr0947j9vzwprk5lrrl95m1dgnlvy82b-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > no configure script, doing nothing > Running phase: buildPhase > source = "git+https://github.com/greymd/rust-onig#85989776a46c96347c6586ca4ab3ba62cce27332" > source = "git+https://github.com/greymd/rust-onig#85989776a46c96347c6586ca4ab3ba62cce27332" > > ERROR: The Cargo.lock contains git dependencies > > This is currently not supported in the fixed-output derivation fetcher. > Use cargoLock.lockFile / importCargoLock instead. > For full logs, run 'nix log /nix/store/sg0h1sym7rfzafr6d1yj299ddivqgnnc-teip-2.3.2-vendor.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/b9y3ylss3z7jlfiq4c2mdlr1zdrhk6c8-teip-2.3.2.drv' failed to build [result] Failed to update teip 2.3.0 -> 2.3.2 https://github.com/greymd/teip/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 linuxKernel.packages.linux_6_7.nvidia_x11_legacy470, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_7.nvidia_x11_legacy470/2024-02-25.log linuxKernel.packages.linux_6_7.nvidia_x11_legacy470 470.223.02-6.7.5 -> 550.54.14 https://repology.org/project/nvidia/versions attrpath: linuxKernel.packages.linux_6_7.nvidia_x11_legacy470 Checking auto update branch... No auto update branch exists Old version 470.223.02-6.7.5" not present in master derivation file with contents: { version , url ? null , sha256_32bit ? null , sha256_64bit , sha256_aarch64 ? null , openSha256 ? null , settingsSha256 ? null , settingsVersion ? version , persistencedSha256 ? null , persistencedVersion ? version , fabricmanagerSha256 ? null , fabricmanagerVersion ? version , useGLVND ? true , useProfiles ? true , preferGtk2 ? false , settings32Bit ? false , useSettings ? true , usePersistenced ? true , useFabricmanager ? false , ibtSupport ? false , prePatch ? null , postPatch ? null , patchFlags ? null , patches ? [ ] , preInstall ? null , postInstall ? null , broken ? false , brokenOpen ? broken }@args: { lib , stdenv , callPackage , pkgs , pkgsi686Linux , fetchurl , fetchzip , kernel ? null , perl , nukeReferences , which , libarchive , # Whether to build the libraries only (i.e. not the kernel module or # nvidia-settings). Used to support 32-bit binaries on 64-bit # Linux. libsOnly ? false , # don't include the bundled 32-bit libraries on 64-bit platforms, # even if it’s in downloaded binary disable32Bit ? stdenv.hostPlatform.system == "aarch64-linux" # 32 bit libs only version of this package , lib32 ? null # Whether to extract the GSP firmware, datacenter drivers needs to extract the # firmware , firmware ? openSha256 != null || useFabricmanager # Whether the user accepts the NVIDIA Software License , config , acceptLicense ? config.nvidia.acceptLicense or false }: with lib; assert !libsOnly -> kernel != null; assert versionOlder version "391" -> sha256_32bit != null; assert useSettings -> settingsSha256 != null; assert usePersistenced -> persistencedSha256 != null; assert useFabricmanager -> fabricmanagerSha256 != null; assert useFabricmanager -> !useSettings; let nameSuffix = optionalString (!libsOnly) "-${kernel.version}"; pkgSuffix = optionalString (versionOlder version "304") "-pkg0"; i686bundled = versionAtLeast version "391" && !disable32Bit; libPathFor = pkgs: lib.makeLibraryPath (with pkgs; [ libdrm xorg.libXext xorg.libX11 xorg.libXv xorg.libXrandr xorg.libxcb zlib stdenv.cc.cc wayland mesa libGL openssl dbus # for nvidia-powerd ]); # maybe silly since we've ignored this previously and just unfree.. throwLicense = throw '' Use of NVIDIA Software requires license acceptance of the license: - License For Customer Use of NVIDIA Software [1] You can express acceptance by setting acceptLicense to true your nixpkgs.config. Example: configuration.nix: nixpkgs.config.allowUnfree = true; nixpkgs.config.nvidia.acceptLicense = true; config.nix: allowUnfree = true; nvidia.acceptLicense = true; [1]: https://www.nvidia.com/content/DriverDownloads/licence.php?lang=us ''; self = stdenv.mkDerivation { name = "nvidia-${if useFabricmanager then "dc" else "x11"}-${version}${nameSuffix}"; builder = ./builder.sh; src = if !acceptLicense && (openSha256 == null) then throwLicense else if stdenv.hostPlatform.system == "x86_64-linux" then fetchurl { urls = if args ? url then [ args.url ] else [ "https://us.download.nvidia.com/XFree86/Linux-x86_64/${version}/NVIDIA-Linux-x86_64-${version}${pkgSuffix}.run" "https://download.nvidia.com/XFree86/Linux-x86_64/${version}/NVIDIA-Linux-x86_64-${version}${pkgSuffix}.run" ]; sha256 = sha256_64bit; } else if stdenv.hostPlatform.system == "i686-linux" then fetchurl { urls = if args ? url then [ args.url ] else [ "https://us.download.nvidia.com/XFree86/Linux-x86/${version}/NVIDIA-Linux-x86-${version}${pkgSuffix}.run" "https://download.nvidia.com/XFree86/Linux-x86/${version}/NVIDIA-Linux-x86-${version}${pkgSuffix}.run" ]; sha256 = sha256_32bit; } else if stdenv.hostPlatform.system == "aarch64-linux" && sha256_aarch64 != null then fetchurl { urls = if args ? url then [ args.url ] else [ "https://us.download.nvidia.com/XFree86/aarch64/${version}/NVIDIA-Linux-aarch64-${version}${pkgSuffix}.run" "https://download.nvidia.com/XFree86/Linux-aarch64/${version}/NVIDIA-Linux-aarch64-${version}${pkgSuffix}.run" ]; sha256 = sha256_aarch64; } else throw "nvidia-x11 does not support platform ${stdenv.hostPlatform.system}"; patches = if libsOnly then null else patches; inherit prePatch postPatch patchFlags; inherit preInstall postInstall; inherit version useGLVND useProfiles; inherit (stdenv.hostPlatform) system; inherit i686bundled; outputs = [ "out" ] ++ optional i686bundled "lib32" ++ optional (!libsOnly) "bin" ++ optional (!libsOnly && firmware) "firmware"; outputDev = if libsOnly then null else "bin"; kernel = if libsOnly then null else kernel.dev; kernelVersion = if libsOnly then null else kernel.modDirVersion; makeFlags = optionals (!libsOnly) (kernel.makeFlags ++ [ "IGNORE_PREEMPT_RT_PRESENCE=1" "NV_BUILD_SUPPORTS_HMM=1" "SYSSRC=${kernel.dev}/lib/modules/${kernel.modDirVersion}/source" "SYSOUT=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" ]); hardeningDisable = [ "pic" "format" ]; dontStrip = true; dontPatchELF = true; libPath = libPathFor pkgs; libPath32 = optionalString i686bundled (libPathFor pkgsi686Linux); nativeBuildInputs = [ perl nukeReferences which libarchive ] ++ optionals (!libsOnly) kernel.moduleBuildDependencies; disallowedReferences = optionals (!libsOnly) [ kernel.dev ]; passthru = let fetchFromGithubOrNvidia = { owner, repo, rev, ... }@args: let args' = builtins.removeAttrs args [ "owner" "repo" "rev" ]; baseUrl = "https://github.com/${owner}/${repo}"; in fetchzip (args' // { urls = [ "${baseUrl}/archive/${rev}.tar.gz" "https://download.nvidia.com/XFree86/${repo}/${repo}-${rev}.tar.bz2" ]; # github and nvidia use different compression algorithms, # use an invalid file extension to force detection. extension = "tar.??"; }); in { open = mapNullable (hash: callPackage ./open.nix { inherit hash; nvidia_x11 = self; broken = brokenOpen; }) openSha256; settings = if useSettings then (if settings32Bit then pkgsi686Linux.callPackage else callPackage) (import ./settings.nix self settingsSha256) { withGtk2 = preferGtk2; withGtk3 = !preferGtk2; fetchFromGitHub = fetchFromGithubOrNvidia; } else { }; persistenced = if usePersistenced then mapNullable (hash: callPackage (import ./persistenced.nix self hash) { fetchFromGitHub = fetchFromGithubOrNvidia; }) persistencedSha256 else { }; fabricmanager = if useFabricmanager then mapNullable (hash: callPackage (import ./fabricmanager.nix self hash) { }) fabricmanagerSha256 else { }; inherit persistencedVersion settingsVersion; compressFirmware = false; ibtSupport = ibtSupport || (lib.versionAtLeast version "530"); } // optionalAttrs (!i686bundled) { inherit lib32; }; meta = with lib; { homepage = "https://www.nvidia.com/object/unix.html"; description = "${if useFabricmanager then "Data Center" else "X.org"} driver and kernel module for NVIDIA cards"; license = licenses.unfreeRedistributable; platforms = [ "x86_64-linux" ] ++ optionals (sha256_32bit != null) [ "i686-linux" ] ++ optionals (sha256_aarch64 != null) [ "aarch64-linux" ]; maintainers = with maintainers; [ jonringer kiskae edwtjo ]; priority = 4; # resolves collision with xorg-server's "lib/xorg/modules/extensions/libglx.so" inherit broken; }; }; in self [result] Failed to update linuxKernel.packages.linux_6_7.nvidia_x11_legacy470 470.223.02-6.7.5 -> 550.54.14 https://repology.org/project/nvidia/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.wordPuzzleR, using log file: /var/log/nixpkgs-update/rPackages.wordPuzzleR/2024-02-25.log rPackages.wordPuzzleR 0.1.0 -> 0.1.1 https://repology.org/project/r:wordpuzzler/versions attrpath: rPackages.wordPuzzleR 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.wordPuzzleR 0.1.0 -> 0.1.1 https://repology.org/project/r:wordpuzzler/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.mixbox, using log file: /var/log/nixpkgs-update/rPackages.mixbox/2024-02-25.log rPackages.mixbox 1.2.2 -> 1.2.3 https://repology.org/project/r:mixbox/versions attrpath: rPackages.mixbox 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.mixbox 1.2.2 -> 1.2.3 https://repology.org/project/r:mixbox/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.pammtools, using log file: /var/log/nixpkgs-update/rPackages.pammtools/2024-02-25.log rPackages.pammtools 0.5.92 -> 0.5.93 https://repology.org/project/r:pammtools/versions attrpath: rPackages.pammtools Checking auto update branch... No auto update branch exists Old version 0.5.92" 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.pammtools 0.5.92 -> 0.5.93 https://repology.org/project/r:pammtools/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.causact, using log file: /var/log/nixpkgs-update/rPackages.causact/2024-02-25.log rPackages.causact 0.5.3 -> 0.5.4 https://repology.org/project/r:causact/versions attrpath: rPackages.causact Checking auto update branch... No auto update branch exists Old version 0.5.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.causact 0.5.3 -> 0.5.4 https://repology.org/project/r:causact/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.reline, using log file: /var/log/nixpkgs-update/rubyPackages.reline/2024-02-25.log rubyPackages.reline 0.4.2 -> 0.4.3 https://repology.org/project/ruby:reline/versions attrpath: rubyPackages.reline 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.reline 0.4.2 -> 0.4.3 https://repology.org/project/ruby:reline/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wootility, using log file: /var/log/nixpkgs-update/wootility/2024-02-25.log wootility 4.5.0 -> 4.6.14 https://repology.org/project/wootility/versions attrpath: wootility 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/wootility/default.nix b/pkgs/tools/misc/wootility/default.nix index a4f3cb2f92d8..70f7cfa18e8b 100644 --- a/pkgs/tools/misc/wootility/default.nix +++ b/pkgs/tools/misc/wootility/default.nix @@ -8,11 +8,11 @@ appimageTools.wrapType2 rec { pname = "wootility"; - version = "4.5.0"; + version = "4.6.14"; src = fetchurl { url = "https://s3.eu-west-2.amazonaws.com/wooting-update/wootility-lekker-linux-latest/wootility-lekker-${version}.AppImage"; - sha256 = "sha256-5V1OpQZk234iKXOlpoXCbWPyixXkrWT8KkrGB92lPro="; + sha256 = "sha256-+MKd96l8fdEdee9OT6o8dzC+HqElee2FgRygDPT3r7g="; }; profile = '' [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/2pa247qf826lr2br3dn74908k3d2i9wn-wootility-4.6.14" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • wootility
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/wootility/versions. meta.description for wootility is: A customization and management software for Wooting keyboards meta.homepage for wootility is: https://wooting.io/wootility ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 4.6.14 in filename of file in /nix/store/2pa247qf826lr2br3dn74908k3d2i9wn-wootility-4.6.14 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath wootility ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/2pa247qf826lr2br3dn74908k3d2i9wn-wootility-4.6.14 \ --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 wootility https://github.com/r-ryantm/nixpkgs/archive/8f747253a09895fd4e5c2305f70cbae402574d92.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/8f747253a09895fd4e5c2305f70cbae402574d92#wootility ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/2pa247qf826lr2br3dn74908k3d2i9wn-wootility-4.6.14 ls -la /nix/store/2pa247qf826lr2br3dn74908k3d2i9wn-wootility-4.6.14/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:
  • wootility
--- ###### Maintainer pings cc @davidtwco 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/291375 [result] Success updating wootility 4.5.0 -> 4.6.14 https://repology.org/project/wootility/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cosmic-edit, using log file: /var/log/nixpkgs-update/cosmic-edit/2024-02-25.log cosmic-edit 0-unstable-2024-01-19 -> 2023-11-02 https://repology.org/project/cosmic-edit/versions attrpath: cosmic-edit Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update cosmic-edit 0-unstable-2024-01-19 -> 2023-11-02 https://repology.org/project/cosmic-edit/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-shell-extensions, using log file: /var/log/nixpkgs-update/gnome.gnome-shell-extensions/2024-02-25.log gnome.gnome-shell-extensions 0 -> 1 attrpath: gnome.gnome-shell-extensions Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-shell-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.hatch-nodejs-version, using log file: /var/log/nixpkgs-update/python311Packages.hatch-nodejs-version/2024-02-25.log python311Packages.hatch-nodejs-version 0 -> 1 attrpath: python311Packages.hatch-nodejs-version Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/4kq8lq9h65qflfbjji8771dq1cjaqbgx-packages.json.drv building '/nix/store/4kq8lq9h65qflfbjji8771dq1cjaqbgx-packages.json.drv'... Going to be running update for following packages: - python3.11-hatch-nodejs-version-0.3.2 Press Enter key to continue... Running update for: - python3.11-hatch-nodejs-version-0.3.2: UPDATING ... - python3.11-hatch-nodejs-version-0.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hatch-nodejs-version 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/xmkfxr04iax7ky6krdlrkag4bhqgkkk7-packages.json.drv building '/nix/store/xmkfxr04iax7ky6krdlrkag4bhqgkkk7-packages.json.drv'... 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 python311Packages.vyper, using log file: /var/log/nixpkgs-update/python311Packages.vyper/2024-02-25.log python311Packages.vyper 0 -> 1 attrpath: python311Packages.vyper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/qk95c3qfjhfnkkhi62j07hqiskpy3r97-packages.json.drv building '/nix/store/qk95c3qfjhfnkkhi62j07hqiskpy3r97-packages.json.drv'... Going to be running update for following packages: - python3.11-vyper-0.3.10 Press Enter key to continue... Running update for: - python3.11-vyper-0.3.10: UPDATING ... - python3.11-vyper-0.3.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vyper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.whois, using log file: /var/log/nixpkgs-update/python311Packages.whois/2024-02-25.log python311Packages.whois 0 -> 1 attrpath: python311Packages.whois Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/iskxab828csyn15d1cldx1i6j7r65cgk-packages.json.drv building '/nix/store/iskxab828csyn15d1cldx1i6j7r65cgk-packages.json.drv'... Going to be running update for following packages: - python3.11-whois-0.99.3 Press Enter key to continue... Running update for: - python3.11-whois-0.99.3: UPDATING ... - python3.11-whois-0.99.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.whois 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rfc-bibtex, using log file: /var/log/nixpkgs-update/rfc-bibtex/2024-02-25.log rfc-bibtex 0 -> 1 attrpath: rfc-bibtex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/dkl2p25gbyiazfy5k1p7xn63hva4x0xg-packages.json.drv building '/nix/store/dkl2p25gbyiazfy5k1p7xn63hva4x0xg-packages.json.drv'... Going to be running update for following packages: - rfc-bibtex-0.3.2 Press Enter key to continue... Running update for: - rfc-bibtex-0.3.2: UPDATING ... - rfc-bibtex-0.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rfc-bibtex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/kdnwpbgam9vffxdjkwkbxry5v3f6pj2k-packages.json.drv building '/nix/store/kdnwpbgam9vffxdjkwkbxry5v3f6pj2k-packages.json.drv'... 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 python311Packages.duckduckgo-search, using log file: /var/log/nixpkgs-update/python311Packages.duckduckgo-search/2024-02-25.log python311Packages.duckduckgo-search 0 -> 1 attrpath: python311Packages.duckduckgo-search Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/xdrcrhjsw81mf35d037lfk9c50r9f88x-packages.json.drv building '/nix/store/xdrcrhjsw81mf35d037lfk9c50r9f88x-packages.json.drv'... Going to be running update for following packages: - python3.11-duckduckgo-search-3.9.9 Press Enter key to continue... Running update for: - python3.11-duckduckgo-search-3.9.9: UPDATING ... - python3.11-duckduckgo-search-3.9.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/duckduckgo-search/default.nix b/pkgs/development/python-modules/duckduckgo-search/default.nix index 76447627c4c5..03a33dd813ad 100644 --- a/pkgs/development/python-modules/duckduckgo-search/default.nix +++ b/pkgs/development/python-modules/duckduckgo-search/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "duckduckgo-search"; - version = "3.9.9"; + version = "4.5.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "deedy5"; repo = "duckduckgo_search"; rev = "refs/tags/v${version}"; - hash = "sha256-swuMCobYF5u41O1Qp5Gx/n8BIgSEnhRVZ5Owk3IPbeI="; + hash = "sha256-jzi5I4IMktJFSAVCmKnp7v89eEBME8fF38eJR5cEA7s="; }; 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.duckduckgo-search nix build failed. copying build/lib/duckduckgo_search/utils.py -> build/bdist.linux-x86_64/wheel/duckduckgo_search running install_egg_info Copying duckduckgo_search.egg-info to build/bdist.linux-x86_64/wheel/duckduckgo_search-4.5.0-py3.11.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/duckduckgo_search-4.5.0.dist-info/WHEEL creating '/build/source/dist/.tmp-r696eu93/duckduckgo_search-4.5.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'duckduckgo_search/__init__.py' adding 'duckduckgo_search/__main__.py' adding 'duckduckgo_search/cli.py' adding 'duckduckgo_search/duckduckgo_search.py' adding 'duckduckgo_search/duckduckgo_search_async.py' adding 'duckduckgo_search/exceptions.py' adding 'duckduckgo_search/models.py' adding 'duckduckgo_search/utils.py' adding 'duckduckgo_search/version.py' adding 'duckduckgo_search-4.5.0.dist-info/LICENSE.md' adding 'duckduckgo_search-4.5.0.dist-info/METADATA' adding 'duckduckgo_search-4.5.0.dist-info/WHEEL' adding 'duckduckgo_search-4.5.0.dist-info/entry_points.txt' adding 'duckduckgo_search-4.5.0.dist-info/top_level.txt' adding 'duckduckgo_search-4.5.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built duckduckgo_search-4.5.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 duckduckgo_search-4.5.0-py3-none-any.whl - curl-cffi not installed [result] Failed to update python311Packages.duckduckgo-search 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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-25.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] this derivation will be built: /nix/store/kahk1jdb5jw4smsd1517xzhvaiqw68il-packages.json.drv building '/nix/store/kahk1jdb5jw4smsd1517xzhvaiqw68il-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/6lmzmf1fc3c05lyda4rij7k9s33v503d-packages.json.drv building '/nix/store/6lmzmf1fc3c05lyda4rij7k9s33v503d-packages.json.drv'... 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-25.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_directory.c.o [ 67%] Building C object CMakeFiles/myloader.dir/src/myloader_restore.c.o [ 69%] Building C object CMakeFiles/mydumper.dir/src/mydumper_write.c.o [ 71%] Building C object CMakeFiles/mydumper.dir/src/mydumper_chunks.c.o [ 73%] Building C object CMakeFiles/myloader.dir/src/myloader_restore_job.c.o [ 75%] Building C object CMakeFiles/myloader.dir/src/myloader_control_job.c.o [ 77%] Building C object CMakeFiles/mydumper.dir/src/mydumper_arguments.c.o [ 79%] Building C object CMakeFiles/myloader.dir/src/myloader_intermediate_queue.c.o [ 81%] Building C object CMakeFiles/mydumper.dir/src/common_options.c.o [ 83%] Building C object CMakeFiles/myloader.dir/src/myloader_arguments.c.o [ 85%] Building C object CMakeFiles/myloader.dir/src/common_options.c.o [ 87%] Building C object CMakeFiles/myloader.dir/src/myloader_worker_index.c.o [ 89%] Building C object CMakeFiles/myloader.dir/src/myloader_worker_schema.c.o cc1: all warnings being treated as errors cc1: all warnings being treated as errors [ 91%] Building C object CMakeFiles/myloader.dir/src/myloader_worker_loader.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.... make[2]: *** [CMakeFiles/mydumper.dir/build.make:146: CMakeFiles/mydumper.dir/src/common.c.o] Error 1 make[2]: *** Waiting for unfinished jobs.... [ 93%] Building C object CMakeFiles/myloader.dir/src/myloader_worker_post.c.o WARNING: html_static_path entry '/build/source/docs/html/static' does not exist make[1]: *** [CMakeFiles/Makefile2:134: CMakeFiles/myloader.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... /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' make[1]: *** [CMakeFiles/Makefile2:108: CMakeFiles/mydumper.dir/all] Error 2 [ 93%] Built target doc_html 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 dotnetPackages.Nuget, using log file: /var/log/nixpkgs-update/dotnetPackages.Nuget/2024-02-25.log dotnetPackages.Nuget 6.6.1.2 -> 6.9.1 https://repology.org/project/nuget/versions attrpath: dotnetPackages.Nuget Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update dotnetPackages.Nuget 6.6.1.2 -> 6.9.1 https://repology.org/project/nuget/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyaehw4a1, using log file: /var/log/nixpkgs-update/python311Packages.pyaehw4a1/2024-02-25.log python311Packages.pyaehw4a1 0 -> 1 attrpath: python311Packages.pyaehw4a1 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/h3zg3fc5nv4l0a3qpcq191i5hdngvz5n-packages.json.drv building '/nix/store/h3zg3fc5nv4l0a3qpcq191i5hdngvz5n-packages.json.drv'... Going to be running update for following packages: - python3.11-pyaehw4a1-0.3.9 Press Enter key to continue... Running update for: - python3.11-pyaehw4a1-0.3.9: UPDATING ... - python3.11-pyaehw4a1-0.3.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyaehw4a1 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-notify, using log file: /var/log/nixpkgs-update/mopidy-notify/2024-02-25.log mopidy-notify 0 -> 1 attrpath: mopidy-notify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/xfky7spmj2a5lgviqyvc073mspsbmim9-packages.json.drv building '/nix/store/xfky7spmj2a5lgviqyvc073mspsbmim9-packages.json.drv'... Going to be running update for following packages: - Mopidy-Notify-0.2.1 Press Enter key to continue... Running update for: - Mopidy-Notify-0.2.1: UPDATING ... - Mopidy-Notify-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mopidy-notify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fsspec, using log file: /var/log/nixpkgs-update/python311Packages.fsspec/2024-02-25.log python311Packages.fsspec 0 -> 1 attrpath: python311Packages.fsspec Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/x4swc8j6cmqby1gvygxa4dd4gppzm1b2-packages.json.drv building '/nix/store/x4swc8j6cmqby1gvygxa4dd4gppzm1b2-packages.json.drv'... Going to be running update for following packages: - python3.11-fsspec-2023.10.0 Press Enter key to continue... Running update for: - python3.11-fsspec-2023.10.0: UPDATING ... - python3.11-fsspec-2023.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fsspec 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/8kjbvx448scc3a26jfg2m9vsw60gvvzn-packages.json.drv building '/nix/store/8kjbvx448scc3a26jfg2m9vsw60gvvzn-packages.json.drv'... 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-25.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-25.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-25.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-25.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] this derivation will be built: /nix/store/crhqpgmfnh76mra0f78zv7i9jrrplmma-packages.json.drv building '/nix/store/crhqpgmfnh76mra0f78zv7i9jrrplmma-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/p4lpx1h12yrlfl9w39zhiw7xkncm59yv-packages.json.drv building '/nix/store/p4lpx1h12yrlfl9w39zhiw7xkncm59yv-packages.json.drv'... 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 rPackages.animalcules, using log file: /var/log/nixpkgs-update/rPackages.animalcules/2024-02-25.log rPackages.animalcules 1.16.0 -> 1.18.3 https://repology.org/project/r:animalcules/versions attrpath: rPackages.animalcules Checking auto update branch... No auto update branch exists Old version 1.16.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.animalcules 1.16.0 -> 1.18.3 https://repology.org/project/r:animalcules/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.napari-svg, using log file: /var/log/nixpkgs-update/python311Packages.napari-svg/2024-02-25.log python311Packages.napari-svg 0 -> 1 attrpath: python311Packages.napari-svg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/5vl0mmhcib45pdmxah123yj502jb3356-packages.json.drv building '/nix/store/5vl0mmhcib45pdmxah123yj502jb3356-packages.json.drv'... Going to be running update for following packages: - python3.11-napari-svg-0.1.10 Press Enter key to continue... Running update for: - python3.11-napari-svg-0.1.10: UPDATING ... - python3.11-napari-svg-0.1.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.napari-svg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.repoze-who, using log file: /var/log/nixpkgs-update/python311Packages.repoze-who/2024-02-25.log python311Packages.repoze-who 0 -> 1 attrpath: python311Packages.repoze-who Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/jilifpdkcbskgs8v821ga5h8qlw9yh0g-packages.json.drv building '/nix/store/jilifpdkcbskgs8v821ga5h8qlw9yh0g-packages.json.drv'... Going to be running update for following packages: - python3.11-repoze-who-3.0.0 Press Enter key to continue... Running update for: - python3.11-repoze-who-3.0.0: UPDATING ... - python3.11-repoze-who-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.repoze-who 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.capturer, using log file: /var/log/nixpkgs-update/python311Packages.capturer/2024-02-25.log python311Packages.capturer 0 -> 1 attrpath: python311Packages.capturer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/fzxlw4nx3sbm6sn8zldl81b45rq8ikaz-packages.json.drv building '/nix/store/fzxlw4nx3sbm6sn8zldl81b45rq8ikaz-packages.json.drv'... Going to be running update for following packages: - python3.11-capturer-3.0 Press Enter key to continue... Running update for: - python3.11-capturer-3.0: UPDATING ... - python3.11-capturer-3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.capturer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dwarf-fortress, using log file: /var/log/nixpkgs-update/dwarf-fortress/2024-02-25.log dwarf-fortress 0.47.05 -> 50.11 https://repology.org/project/dwarf-fortress/versions attrpath: dwarf-fortress Checking auto update branch... No auto update branch exists Old version 0.47.05" not present in master derivation file with contents: { stdenv , lib , fetchurl , SDL , dwarf-fortress-unfuck # Our own "unfuck" libs for macOS , ncurses , fmodex , gcc , dfVersion , df-hashes }: with lib; let libpath = makeLibraryPath [ stdenv.cc.cc stdenv.cc.libc dwarf-fortress-unfuck SDL ]; # Map Dwarf Fortress platform names to Nixpkgs platform names. # Other srcs are avilable like 32-bit mac & win, but I have only # included the ones most likely to be needed by Nixpkgs users. platforms = { x86_64-linux = "linux"; i686-linux = "linux32"; x86_64-darwin = "osx"; i686-darwin = "osx32"; x86_64-cygwin = "win"; i686-cygwin = "win32"; }; dfVersionTriple = splitVersion dfVersion; baseVersion = elemAt dfVersionTriple 1; patchVersion = elemAt dfVersionTriple 2; game = if hasAttr dfVersion df-hashes then getAttr dfVersion df-hashes else throw "Unknown Dwarf Fortress version: ${dfVersion}"; dfPlatform = if hasAttr stdenv.hostPlatform.system platforms then getAttr stdenv.hostPlatform.system platforms else throw "Unsupported system: ${stdenv.hostPlatform.system}"; sha256 = if hasAttr dfPlatform game then getAttr dfPlatform game else throw "Unsupported dfPlatform: ${dfPlatform}"; in stdenv.mkDerivation { pname = "dwarf-fortress"; version = dfVersion; src = fetchurl { url = "https://www.bay12games.com/dwarves/df_${baseVersion}_${patchVersion}_${dfPlatform}.tar.bz2"; inherit sha256; }; installPhase = '' mkdir -p $out cp -r * $out rm $out/libs/lib* exe=$out/${if stdenv.isLinux then "libs/Dwarf_Fortress" else "dwarfort.exe"} # Store the original hash md5sum $exe | awk '{ print $1 }' > $out/hash.md5.orig '' + optionalString stdenv.isLinux '' patchelf \ --set-interpreter $(cat ${stdenv.cc}/nix-support/dynamic-linker) \ --set-rpath "${libpath}" \ $exe '' + optionalString stdenv.isDarwin '' # My custom unfucked dwarfort.exe for macOS. Can't use # absolute paths because original doesn't have enough # header space. Someone plz break into Tarn's house & put # -headerpad_max_install_names into his LDFLAGS. ln -s ${getLib ncurses}/lib/libncurses.dylib $out/libs ln -s ${getLib gcc.cc}/lib/libstdc++.6.dylib $out/libs ln -s ${getLib fmodex}/lib/libfmodex.dylib $out/libs install_name_tool \ -change /usr/lib/libncurses.5.4.dylib \ @executable_path/libs/libncurses.dylib \ -change /usr/local/lib/x86_64/libstdc++.6.dylib \ @executable_path/libs/libstdc++.6.dylib \ $exe '' + '' # Store the new hash md5sum $exe | awk '{ print $1 }' > $out/hash.md5 ''; passthru = { inherit baseVersion patchVersion dfVersion; updateScript = ./update.sh; }; meta = { description = "A single-player fantasy game with a randomly generated adventure world"; homepage = "https://www.bay12games.com/dwarves/"; license = licenses.unfreeRedistributable; platforms = attrNames platforms; maintainers = with maintainers; [ a1russell robbinch roconnor abbradar numinit shazow ncfavier ]; }; } [result] Failed to update dwarf-fortress 0.47.05 -> 50.11 https://repology.org/project/dwarf-fortress/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-declarative-requirements, using log file: /var/log/nixpkgs-update/python311Packages.setuptools-declarative-requirements/2024-02-25.log python311Packages.setuptools-declarative-requirements 0 -> 1 attrpath: python311Packages.setuptools-declarative-requirements Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/2k0fcrq1lz6i1j0l1vdfg5gkhrvfj72i-packages.json.drv building '/nix/store/2k0fcrq1lz6i1j0l1vdfg5gkhrvfj72i-packages.json.drv'... Going to be running update for following packages: - python3.11-setuptools-declarative-requirements-1.3.0 Press Enter key to continue... Running update for: - python3.11-setuptools-declarative-requirements-1.3.0: UPDATING ... - python3.11-setuptools-declarative-requirements-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.setuptools-declarative-requirements 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath switcheroo-control, using log file: /var/log/nixpkgs-update/switcheroo-control/2024-02-25.log switcheroo-control 0 -> 1 attrpath: switcheroo-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] this derivation will be built: /nix/store/rkqs5wqq0jyj837n4blamw4w8w2pzvmg-packages.json.drv building '/nix/store/rkqs5wqq0jyj837n4blamw4w8w2pzvmg-packages.json.drv'... Going to be running update for following packages: - switcheroo-control-2.6 Press Enter key to continue... Running update for: - switcheroo-control-2.6: UPDATING ... - switcheroo-control-2.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update switcheroo-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 gnome.gnome-taquin, using log file: /var/log/nixpkgs-update/gnome.gnome-taquin/2024-02-25.log gnome.gnome-taquin 0 -> 1 attrpath: gnome.gnome-taquin Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-taquin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiobafi6, using log file: /var/log/nixpkgs-update/python311Packages.aiobafi6/2024-02-25.log python311Packages.aiobafi6 0 -> 1 attrpath: python311Packages.aiobafi6 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/hahijqgr4kzng1s3npnb8afjbmksqfbc-packages.json.drv building '/nix/store/hahijqgr4kzng1s3npnb8afjbmksqfbc-packages.json.drv'... Going to be running update for following packages: - python3.11-aiobafi6-0.9.0 Press Enter key to continue... Running update for: - python3.11-aiobafi6-0.9.0: UPDATING ... - python3.11-aiobafi6-0.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiobafi6 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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_storage, using log file: /var/log/nixpkgs-update/rPackages.paws_storage/2024-02-25.log rPackages.paws_storage 0.4.0 -> 0.5.0 https://repology.org/project/r:paws.storage/versions attrpath: rPackages.paws_storage 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_storage 0.4.0 -> 0.5.0 https://repology.org/project/r:paws.storage/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.charset-normalizer, using log file: /var/log/nixpkgs-update/python311Packages.charset-normalizer/2024-02-25.log python311Packages.charset-normalizer 0 -> 1 attrpath: python311Packages.charset-normalizer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/gg4fmph0sjwgfwimaffkjpnh9kdx3zas-packages.json.drv building '/nix/store/gg4fmph0sjwgfwimaffkjpnh9kdx3zas-packages.json.drv'... Going to be running update for following packages: - python3.11-charset-normalizer-3.3.2 Press Enter key to continue... Running update for: - python3.11-charset-normalizer-3.3.2: UPDATING ... - python3.11-charset-normalizer-3.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.charset-normalizer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.rich-rst, using log file: /var/log/nixpkgs-update/python311Packages.rich-rst/2024-02-25.log python311Packages.rich-rst 0 -> 1 attrpath: python311Packages.rich-rst Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/zfl8lb49j1qkk8wzs8klda4byxjjmna6-packages.json.drv building '/nix/store/zfl8lb49j1qkk8wzs8klda4byxjjmna6-packages.json.drv'... Going to be running update for following packages: - python3.11-rich-rst-1.2.0 Press Enter key to continue... Running update for: - python3.11-rich-rst-1.2.0: UPDATING ... - python3.11-rich-rst-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rich-rst 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nut, using log file: /var/log/nixpkgs-update/nut/2024-02-25.log nut 2.8.0 -> 2.8.1 https://repology.org/project/nut/versions attrpath: nut 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/nut/default.nix b/pkgs/applications/misc/nut/default.nix index 2f3be342a7a8..ebc4c4fefd71 100644 --- a/pkgs/applications/misc/nut/default.nix +++ b/pkgs/applications/misc/nut/default.nix @@ -23,11 +23,11 @@ stdenv.mkDerivation rec { pname = "nut"; - version = "2.8.0"; + version = "2.8.1"; src = fetchurl { url = "https://networkupstools.org/source/${lib.versions.majorMinor version}/${pname}-${version}.tar.gz"; - sha256 = "sha256-w+WnCNp5e3xwtlPTexIGoAD8tQO4VRn+TN9jU/eSv+U="; + sha256 = "sha256-faSO4jsfDY1yVguwr4T1xa5NvjVFK4TLSYQBMuR/CZw="; }; 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 nut nix build failed. got build log for 'nut' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/52nrd7g5fdc2l811j2j9y7g3dls9md99-nut-2.8.1.tar.gz source root is nut-2.8.1 setting SOURCE_DATE_EPOCH to timestamp 1698791422 of file nut-2.8.1/scripts/upower/95-upower-hid.hwdb @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/f0kw6slqy2wrgq6niwcqvmaywjh54jqw-nutshutdown-conf-default.patch patching file scripts/systemd/nutshutdown.in Hunk #1 succeeded at 1 with fuzz 2. applying patch /nix/store/wgrpzv55pcki4g9lxzgj2yacc8gf4ym3-hardcode-paths.patch patching file common/common.c Hunk #1 FAILED at 991. 1 out of 1 hunk FAILED -- saving rejects to file common/common.c.rej [result] Failed to update nut 2.8.0 -> 2.8.1 https://repology.org/project/nut/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gettext, using log file: /var/log/nixpkgs-update/gettext/2024-02-25.log gettext 0.21.1 -> 0.22.5 https://repology.org/project/gettext/versions attrpath: gettext Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: error: infinite recursion encountered at //builtin/derivation.nix:19:19: (use '--show-trace' to show detailed location information) stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'gettext.originalSrc' not found stderr did not split as expected full stderr was: error: infinite recursion encountered at //builtin/derivation.nix:19:19: (use '--show-trace' to show detailed location information) [result] Failed to update gettext 0.21.1 -> 0.22.5 https://repology.org/project/gettext/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.event, using log file: /var/log/nixpkgs-update/php81Extensions.event/2024-02-25.log php81Extensions.event 0 -> 1 attrpath: php81Extensions.event Checking auto update branch... [version] [version] skipping because derivation has 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/zaqk5sm1n1f1xpqjcprrmjsp5w1q9qxk-packages.json.drv building '/nix/store/zaqk5sm1n1f1xpqjcprrmjsp5w1q9qxk-packages.json.drv'... Going to be running update for following packages: - php-event-3.0.8 Press Enter key to continue... Running update for: - php-event-3.0.8: UPDATING ... - php-event-3.0.8: ERROR --- SHOWING ERROR LOG FOR php-event-3.0.8 ---------------------- Traceback (most recent call last): File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/dafrz7z59g021v29qb1vmqdnn618p9zx-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/dafrz7z59g021v29qb1vmqdnn618p9zx-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/dafrz7z59g021v29qb1vmqdnn618p9zx-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 php-event-3.0.8 ---------------------- The update script for php-event-3.0.8 failed with exit code 1 [result] Failed to update php81Extensions.event 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath i3minator, using log file: /var/log/nixpkgs-update/i3minator/2024-02-25.log i3minator 0 -> 1 attrpath: i3minator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/0b1i4aa3f3lv486kd0pm3gaf1pnj6iik-packages.json.drv building '/nix/store/0b1i4aa3f3lv486kd0pm3gaf1pnj6iik-packages.json.drv'... Going to be running update for following packages: - i3minator-0.0.4 Press Enter key to continue... Running update for: - i3minator-0.0.4: UPDATING ... - i3minator-0.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update i3minator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vowpalwabbit, using log file: /var/log/nixpkgs-update/python311Packages.vowpalwabbit/2024-02-25.log python311Packages.vowpalwabbit 0 -> 1 attrpath: python311Packages.vowpalwabbit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/fh2pdfccnv3p28bx9zmai7nlncz8rx38-packages.json.drv building '/nix/store/fh2pdfccnv3p28bx9zmai7nlncz8rx38-packages.json.drv'... Going to be running update for following packages: - python3.11-vowpalwabbit-9.9.0 Press Enter key to continue... Running update for: - python3.11-vowpalwabbit-9.9.0: UPDATING ... - python3.11-vowpalwabbit-9.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vowpalwabbit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.libfm-qt, using log file: /var/log/nixpkgs-update/lxqt.libfm-qt/2024-02-25.log lxqt.libfm-qt 0 -> 1 attrpath: lxqt.libfm-qt Packages for lxqt are currently skipped. [result] Failed to update lxqt.libfm-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.delorean, using log file: /var/log/nixpkgs-update/python311Packages.delorean/2024-02-25.log python311Packages.delorean 0 -> 1 attrpath: python311Packages.delorean Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/6lc3v208vq927cydhs5wbj0cns7h5lpr-packages.json.drv building '/nix/store/6lc3v208vq927cydhs5wbj0cns7h5lpr-packages.json.drv'... Going to be running update for following packages: - python3.11-Delorean-1.0.0 Press Enter key to continue... Running update for: - python3.11-Delorean-1.0.0: UPDATING ... - python3.11-Delorean-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.delorean 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-compliance, using log file: /var/log/nixpkgs-update/terraform-compliance/2024-02-25.log terraform-compliance 0 -> 1 attrpath: terraform-compliance Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/hs5dbmz1vwm86l0c8q1df7cj434kjbfq-packages.json.drv building '/nix/store/hs5dbmz1vwm86l0c8q1df7cj434kjbfq-packages.json.drv'... Going to be running update for following packages: - terraform-compliance-1.3.47 Press Enter key to continue... Running update for: - terraform-compliance-1.3.47: UPDATING ... - terraform-compliance-1.3.47: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update terraform-compliance 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/sl3svq71a2pvj7vmcdhirbvmgz662g29-packages.json.drv building '/nix/store/sl3svq71a2pvj7vmcdhirbvmgz662g29-packages.json.drv'... 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 pxz, using log file: /var/log/nixpkgs-update/pxz/2024-02-25.log pxz 4.999.9beta -> 0.20220509 https://repology.org/project/pxz/versions attrpath: pxz Checking auto update branch... No auto update branch exists 0.20220509 is not newer than 4.999.9beta according to Nix; versionComparison: -1 [result] Failed to update pxz 4.999.9beta -> 0.20220509 https://repology.org/project/pxz/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath yaralyzer, using log file: /var/log/nixpkgs-update/yaralyzer/2024-02-25.log yaralyzer 0 -> 1 attrpath: yaralyzer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/zp3sbwks46hnxvsdcykk11s1cyswg12l-packages.json.drv building '/nix/store/zp3sbwks46hnxvsdcykk11s1cyswg12l-packages.json.drv'... Going to be running update for following packages: - yaralyzer-0.9.0 Press Enter key to continue... Running update for: - yaralyzer-0.9.0: UPDATING ... - yaralyzer-0.9.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/security/yaralyzer/default.nix b/pkgs/tools/security/yaralyzer/default.nix index 4379bbc5c63c..7b9fdc701c3d 100644 --- a/pkgs/tools/security/yaralyzer/default.nix +++ b/pkgs/tools/security/yaralyzer/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "yaralyzer"; - version = "0.9.0"; + version = "0.9.3"; format = "pyproject"; src = fetchFromGitHub { owner = "michelcrypt4d4mus"; repo = "yaralyzer"; rev = "refs/tags/v${version}"; - hash = "sha256-QsMO/fnHy4puuToUHSS05fWnXHdAVnWFFBVq3cb0Zj4="; + hash = "sha256-KGQNonzAZp8c0a3Rjb1WfsEkx5srgRzZfGR3gfNEdzY="; }; pythonRelaxDeps = [ 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 yaralyzer nix build failed. adding 'yaralyzer/encoding_detection/character_encodings.py' adding 'yaralyzer/encoding_detection/encoding_assessment.py' adding 'yaralyzer/encoding_detection/encoding_detector.py' adding 'yaralyzer/helpers/bytes_helper.py' adding 'yaralyzer/helpers/dict_helper.py' adding 'yaralyzer/helpers/file_helper.py' adding 'yaralyzer/helpers/rich_text_helper.py' adding 'yaralyzer/helpers/string_helper.py' adding 'yaralyzer/output/decoding_attempts_table.py' adding 'yaralyzer/output/file_export.py' adding 'yaralyzer/output/file_hashes_table.py' adding 'yaralyzer/output/regex_match_metrics.py' adding 'yaralyzer/output/rich_console.py' adding 'yaralyzer/util/argument_parser.py' adding 'yaralyzer/util/logging.py' adding 'yaralyzer/yara/yara_match.py' adding 'yaralyzer/yara/yara_rule_builder.py' adding 'yaralyzer-0.9.3.dist-info/LICENSE' adding 'yaralyzer-0.9.3.dist-info/METADATA' adding 'yaralyzer-0.9.3.dist-info/WHEEL' adding 'yaralyzer-0.9.3.dist-info/entry_points.txt' adding 'yaralyzer-0.9.3.dist-info/RECORD' OK /build/source Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for yaralyzer-0.9.3-py3-none-any.whl - yara-python<4.3.0,>=4.2.3 not satisfied by version 4.4.0 [result] Failed to update yaralyzer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath roslyn-ls, using log file: /var/log/nixpkgs-update/roslyn-ls/2024-02-25.log roslyn-ls 0 -> 1 attrpath: roslyn-ls Checking auto update branch... [version] [version] skipping because derivation has 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/b6ynbdvbpijgbr3f1qfyza7awadwvki7-packages.json.drv building '/nix/store/b6ynbdvbpijgbr3f1qfyza7awadwvki7-packages.json.drv'... Going to be running update for following packages: - roslyn-ls-4.10.0-2.24102.11 Press Enter key to continue... Running update for: - roslyn-ls-4.10.0-2.24102.11: UPDATING ... - roslyn-ls-4.10.0-2.24102.11: ERROR --- SHOWING ERROR LOG FOR roslyn-ls-4.10.0-2.24102.11 ---------------------- update-source-version: error: Both the old and new source hashes of 'roslyn-ls.src' were equivalent. Please fix the package's source URL to be dependent on '${version}'! --- SHOWING ERROR LOG FOR roslyn-ls-4.10.0-2.24102.11 ---------------------- The update script for roslyn-ls-4.10.0-2.24102.11 failed with exit code 1 [result] Failed to update roslyn-ls 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.cvCovEst, using log file: /var/log/nixpkgs-update/rPackages.cvCovEst/2024-02-25.log rPackages.cvCovEst 1.2.1 -> 1.2.2 https://repology.org/project/r:cvcovest/versions attrpath: rPackages.cvCovEst Checking auto update branch... No auto update branch exists Old version 1.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.cvCovEst 1.2.1 -> 1.2.2 https://repology.org/project/r:cvcovest/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath argparse-manpage, using log file: /var/log/nixpkgs-update/argparse-manpage/2024-02-25.log argparse-manpage 0 -> 1 attrpath: argparse-manpage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/2j5r7l9dvhqg6j5acggwh7hrdwyskxzi-packages.json.drv building '/nix/store/2j5r7l9dvhqg6j5acggwh7hrdwyskxzi-packages.json.drv'... Going to be running update for following packages: - argparse-manpage-4.5 Press Enter key to continue... Running update for: - argparse-manpage-4.5: UPDATING ... - argparse-manpage-4.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update argparse-manpage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.icecream, using log file: /var/log/nixpkgs-update/rPackages.icecream/2024-02-25.log rPackages.icecream 0.2.1 -> 0.2.2 https://repology.org/project/r:icecream/versions attrpath: rPackages.icecream 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.icecream 0.2.1 -> 0.2.2 https://repology.org/project/r:icecream/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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] this derivation will be built: /nix/store/bd95bsg0fir14jnikmz38nqfnmvbzxky-packages.json.drv building '/nix/store/bd95bsg0fir14jnikmz38nqfnmvbzxky-packages.json.drv'... 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.aroma_cn, using log file: /var/log/nixpkgs-update/rPackages.aroma_cn/2024-02-25.log rPackages.aroma_cn 1.7.0 -> 1.7.1 https://repology.org/project/r:aroma.cn/versions attrpath: rPackages.aroma_cn Checking auto update branch... No auto update branch exists Old version 1.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.aroma_cn 1.7.0 -> 1.7.1 https://repology.org/project/r:aroma.cn/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.IsoplotRgui, using log file: /var/log/nixpkgs-update/rPackages.IsoplotRgui/2024-02-25.log rPackages.IsoplotRgui 6.0 -> 6.1 https://repology.org/project/r:isoplotrgui/versions attrpath: rPackages.IsoplotRgui Checking auto update branch... No auto update branch exists Old version 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.IsoplotRgui 6.0 -> 6.1 https://repology.org/project/r:isoplotrgui/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.pyodbc, using log file: /var/log/nixpkgs-update/python312Packages.pyodbc/2024-02-25.log python312Packages.pyodbc 5.0.1 -> 5.1.0 https://github.com/mkleehammer/pyodbc/releases attrpath: python312Packages.pyodbc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/647mnag0q47viffycg9jkzphg6m4hsyf-packages.json.drv building '/nix/store/647mnag0q47viffycg9jkzphg6m4hsyf-packages.json.drv'... Going to be running update for following packages: - python3.12-pyodbc-5.0.1 Press Enter key to continue... Running update for: - python3.12-pyodbc-5.0.1: UPDATING ... - python3.12-pyodbc-5.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyodbc/default.nix b/pkgs/development/python-modules/pyodbc/default.nix index b20d4618167d..da48d0d828ae 100644 --- a/pkgs/development/python-modules/pyodbc/default.nix +++ b/pkgs/development/python-modules/pyodbc/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "pyodbc"; - version = "5.0.1"; + version = "5.1.0"; format = "setuptools"; disabled = pythonOlder "3.7" || isPyPy; # use pypypdbc instead src = fetchPypi { inherit pname version; - hash = "sha256-A9fQsE1akVYJnOjQPpLzlWeDdG+pI0629bXPwStkUBE="; + hash = "sha256-OX/u5EVhplgL4IztvphkNoWVY/S7N49IIkZVyOmH6mA="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 618 > 25 [result] Failed to update python312Packages.pyodbc 5.0.1 -> 5.1.0 https://github.com/mkleehammer/pyodbc/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.aioazuredevops, using log file: /var/log/nixpkgs-update/python311Packages.aioazuredevops/2024-02-25.log python311Packages.aioazuredevops 0 -> 1 attrpath: python311Packages.aioazuredevops Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/d7r6151mmic6nx3mkcgxcbh8997fm0d0-packages.json.drv building '/nix/store/d7r6151mmic6nx3mkcgxcbh8997fm0d0-packages.json.drv'... Going to be running update for following packages: - python3.11-aioazuredevops-1.4.3 Press Enter key to continue... Running update for: - python3.11-aioazuredevops-1.4.3: UPDATING ... - python3.11-aioazuredevops-1.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioazuredevops 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pysubs2, using log file: /var/log/nixpkgs-update/python311Packages.pysubs2/2024-02-25.log python311Packages.pysubs2 0 -> 1 attrpath: python311Packages.pysubs2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/63jnb7fgmb07j8dj82y5d00r08i1za5p-packages.json.drv building '/nix/store/63jnb7fgmb07j8dj82y5d00r08i1za5p-packages.json.drv'... Going to be running update for following packages: - python3.11-pysubs2-1.6.1 Press Enter key to continue... Running update for: - python3.11-pysubs2-1.6.1: UPDATING ... - python3.11-pysubs2-1.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pysubs2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qmenumodel, using log file: /var/log/nixpkgs-update/qmenumodel/2024-02-25.log qmenumodel 0 -> 1 attrpath: qmenumodel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/xbr9imqnprkjbqr3ffgw5z04mqd47grj-packages.json.drv building '/nix/store/xbr9imqnprkjbqr3ffgw5z04mqd47grj-packages.json.drv'... Going to be running update for following packages: - qmenumodel-0.9.2 Press Enter key to continue... Running update for: - qmenumodel-0.9.2: UPDATING ... - qmenumodel-0.9.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update qmenumodel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypck, using log file: /var/log/nixpkgs-update/python311Packages.pypck/2024-02-25.log python311Packages.pypck 0 -> 1 attrpath: python311Packages.pypck 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/4ihj7iwrc95ssywnsz0c81mxqwkvafd3-packages.json.drv building '/nix/store/4ihj7iwrc95ssywnsz0c81mxqwkvafd3-packages.json.drv'... Going to be running update for following packages: - python3.11-pypck-0.7.17 Press Enter key to continue... Running update for: - python3.11-pypck-0.7.17: UPDATING ... - python3.11-pypck-0.7.17: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pypck/default.nix b/pkgs/development/python-modules/pypck/default.nix index 3eef4a86ce8f..0871c0e9de0b 100644 --- a/pkgs/development/python-modules/pypck/default.nix +++ b/pkgs/development/python-modules/pypck/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "pypck"; - version = "0.7.17"; + version = "0.7.19"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "alengwenus"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-Vlt4+fRULb9mB0ceRmc7MJ50DnF9DAJPHA8iCbNVvcE="; + hash = "sha256-D4uUR8A1mrT+mxUswS34hSRczjRkRro/pz9NbMUCPjM="; }; 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.pypck nix build failed. got build log for 'python311Packages.pypck' 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/azmnpk666zss0gm33mvzj751gfbmb6ih-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 applying patch /nix/store/bqxzwadygv0x8f3fq4zj6brzfxacmx88-relax-setuptools-dependency.patch patching file pyproject.toml Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file pyproject.toml.rej [result] Failed to update python311Packages.pypck 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.omnilogic, using log file: /var/log/nixpkgs-update/python311Packages.omnilogic/2024-02-25.log python311Packages.omnilogic 0 -> 1 attrpath: python311Packages.omnilogic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/g6d57m6bbs13fz2lir56s45hmg0v5575-packages.json.drv building '/nix/store/g6d57m6bbs13fz2lir56s45hmg0v5575-packages.json.drv'... Going to be running update for following packages: - python3.11-omnilogic-0.5.0 Press Enter key to continue... Running update for: - python3.11-omnilogic-0.5.0: UPDATING ... - python3.11-omnilogic-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.omnilogic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.kmapper, using log file: /var/log/nixpkgs-update/python311Packages.kmapper/2024-02-25.log python311Packages.kmapper 0 -> 1 attrpath: python311Packages.kmapper Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/d27kr5v9s7ryv8fx9b9dh26f5b1w6qjy-packages.json.drv building '/nix/store/d27kr5v9s7ryv8fx9b9dh26f5b1w6qjy-packages.json.drv'... Going to be running update for following packages: - python3.11-kmapper-2.0.1 Press Enter key to continue... Running update for: - python3.11-kmapper-2.0.1: UPDATING ... - python3.11-kmapper-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.kmapper 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.iterative-telemetry, using log file: /var/log/nixpkgs-update/python311Packages.iterative-telemetry/2024-02-25.log python311Packages.iterative-telemetry 0 -> 1 attrpath: python311Packages.iterative-telemetry Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/131fah3rk8zglq8k8lxb3lv5vfr1nj24-packages.json.drv building '/nix/store/131fah3rk8zglq8k8lxb3lv5vfr1nj24-packages.json.drv'... Going to be running update for following packages: - python3.11-iterative-telemtry-0.0.8 Press Enter key to continue... Running update for: - python3.11-iterative-telemtry-0.0.8: UPDATING ... - python3.11-iterative-telemtry-0.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.iterative-telemetry 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gamble, using log file: /var/log/nixpkgs-update/python311Packages.gamble/2024-02-25.log python311Packages.gamble 0 -> 1 attrpath: python311Packages.gamble Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/wdfa63s30l173543ldzfn16lq88cfd90-packages.json.drv building '/nix/store/wdfa63s30l173543ldzfn16lq88cfd90-packages.json.drv'... Going to be running update for following packages: - python3.11-gamble-0.11 Press Enter key to continue... Running update for: - python3.11-gamble-0.11: UPDATING ... - python3.11-gamble-0.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gamble 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.shellingham, using log file: /var/log/nixpkgs-update/python311Packages.shellingham/2024-02-25.log python311Packages.shellingham 0 -> 1 attrpath: python311Packages.shellingham Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/3f1w8pv9xgvzv2hb9av8g9l162hgs9v7-packages.json.drv building '/nix/store/3f1w8pv9xgvzv2hb9av8g9l162hgs9v7-packages.json.drv'... Going to be running update for following packages: - python3.11-shellingham-1.5.4 Press Enter key to continue... Running update for: - python3.11-shellingham-1.5.4: UPDATING ... - python3.11-shellingham-1.5.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.shellingham 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/7li0p3y693axvmwcgknz537wjl62kq3g-packages.json.drv building '/nix/store/7li0p3y693axvmwcgknz537wjl62kq3g-packages.json.drv'... 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.jaraco-stream, using log file: /var/log/nixpkgs-update/python311Packages.jaraco-stream/2024-02-25.log python311Packages.jaraco-stream 0 -> 1 attrpath: python311Packages.jaraco-stream Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/281lvsq38s5jwx3xnxs56a3vn4bn3z8q-packages.json.drv building '/nix/store/281lvsq38s5jwx3xnxs56a3vn4bn3z8q-packages.json.drv'... Going to be running update for following packages: - python3.11-jaraco-stream-3.0.3 Press Enter key to continue... Running update for: - python3.11-jaraco-stream-3.0.3: UPDATING ... - python3.11-jaraco-stream-3.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jaraco-stream 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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] this derivation will be built: /nix/store/2rs0cdf7q6vlva0sx64mh59fszh0w389-packages.json.drv building '/nix/store/2rs0cdf7q6vlva0sx64mh59fszh0w389-packages.json.drv'... 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-25.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/cqwkddq14b9ww1ybpjnd2sjqjwf2hyhn-packages.json.drv building '/nix/store/cqwkddq14b9ww1ybpjnd2sjqjwf2hyhn-packages.json.drv'... Going to be running update for following packages: - home-manager-unstable-2024-02-20 Press Enter key to continue... Running update for: - home-manager-unstable-2024-02-20: UPDATING ... - home-manager-unstable-2024-02-20: 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 7a427300f85e..12e847778b8b 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-20"; + version = "unstable-2024-02-24"; src = fetchFromGitHub { name = "home-manager-source"; owner = "nix-community"; repo = "home-manager"; - rev = "517601b37c6d495274454f63c5a483c8e3ca6be1"; - hash = "sha256-tgZ38NummEdnXvxj4D0StHBzXgceAw8CptytHljH790="; + rev = "4ee704cb13a5a7645436f400b9acc89a67b9c08a"; + hash = "sha256-MSbxtF3RThI8ANs/G4o1zIqF5/XlShHvwjl9Ws0QAbI="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/b6a0828bb9z09zln29xpvxg86lfd507z-home-manager-unstable-2024-02-24" [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/517601b37c6d495274454f63c5a483c8e3ca6be1...4ee704cb13a5a7645436f400b9acc89a67b9c08a) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found unstable-2024-02-24 in filename of file in /nix/store/b6a0828bb9z09zln29xpvxg86lfd507z-home-manager-unstable-2024-02-24 ---
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/b6a0828bb9z09zln29xpvxg86lfd507z-home-manager-unstable-2024-02-24 \ --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/fd5b0d42916675a3e9b72ada558a3c074cb363ea.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/fd5b0d42916675a3e9b72ada558a3c074cb363ea#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/b6a0828bb9z09zln29xpvxg86lfd507z-home-manager-unstable-2024-02-24 ls -la /nix/store/b6a0828bb9z09zln29xpvxg86lfd507z-home-manager-unstable-2024-02-24/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/291385 [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 python311Packages.stubserver, using log file: /var/log/nixpkgs-update/python311Packages.stubserver/2024-02-25.log python311Packages.stubserver 0 -> 1 attrpath: python311Packages.stubserver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/q7g525xskw220zypli6dibvkqi8figf5-packages.json.drv building '/nix/store/q7g525xskw220zypli6dibvkqi8figf5-packages.json.drv'... Going to be running update for following packages: - python3.11-stubserver-1.1 Press Enter key to continue... Running update for: - python3.11-stubserver-1.1: UPDATING ... - python3.11-stubserver-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.stubserver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath steamcontroller, using log file: /var/log/nixpkgs-update/steamcontroller/2024-02-25.log steamcontroller 0 -> 1 attrpath: steamcontroller Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/73q486kp024ddj3cri05gc9wwi85x2kv-packages.json.drv building '/nix/store/73q486kp024ddj3cri05gc9wwi85x2kv-packages.json.drv'... Going to be running update for following packages: - steamcontroller-2017-08-11 Press Enter key to continue... Running update for: - steamcontroller-2017-08-11: UPDATING ... - steamcontroller-2017-08-11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update steamcontroller 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tahoma-api, using log file: /var/log/nixpkgs-update/python311Packages.tahoma-api/2024-02-25.log python311Packages.tahoma-api 0 -> 1 attrpath: python311Packages.tahoma-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] this derivation will be built: /nix/store/w26f4p5m1i05n1dw45kv8mb98l1p48il-packages.json.drv building '/nix/store/w26f4p5m1i05n1dw45kv8mb98l1p48il-packages.json.drv'... Going to be running update for following packages: - python3.11-tahoma-api-0.0.17 Press Enter key to continue... Running update for: - python3.11-tahoma-api-0.0.17: UPDATING ... - python3.11-tahoma-api-0.0.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tahoma-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 rmfuse, using log file: /var/log/nixpkgs-update/rmfuse/2024-02-25.log rmfuse 0 -> 1 attrpath: rmfuse Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/xqfyiwisq60907wajvvcini1a15dhxzy-packages.json.drv building '/nix/store/xqfyiwisq60907wajvvcini1a15dhxzy-packages.json.drv'... Going to be running update for following packages: - rmfuse-unstable-2021-06-06 Press Enter key to continue... Running update for: - rmfuse-unstable-2021-06-06: UPDATING ... - rmfuse-unstable-2021-06-06: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rmfuse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-devtestlabs, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-devtestlabs/2024-02-25.log python311Packages.azure-mgmt-devtestlabs 0 -> 1 attrpath: python311Packages.azure-mgmt-devtestlabs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/pkgb0yyfsgfl571p276kwqm5nf6jmqkh-packages.json.drv building '/nix/store/pkgb0yyfsgfl571p276kwqm5nf6jmqkh-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-devtestlabs-9.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-devtestlabs-9.0.0: UPDATING ... - python3.11-azure-mgmt-devtestlabs-9.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-devtestlabs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zammad, using log file: /var/log/nixpkgs-update/zammad/2024-02-25.log zammad 0 -> 1 attrpath: zammad Checking auto update branch... Derivation contains bundlerEnv [result] Failed to update zammad 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-dgram, using log file: /var/log/nixpkgs-update/python311Packages.asyncio-dgram/2024-02-25.log python311Packages.asyncio-dgram 0 -> 1 attrpath: python311Packages.asyncio-dgram Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/2cmcvshxgp9crqpp8znlsf8irg0qw12k-packages.json.drv building '/nix/store/2cmcvshxgp9crqpp8znlsf8irg0qw12k-packages.json.drv'... Going to be running update for following packages: - python3.11-asyncio-dgram-2.1.2 Press Enter key to continue... Running update for: - python3.11-asyncio-dgram-2.1.2: UPDATING ... - python3.11-asyncio-dgram-2.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asyncio-dgram 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.eventPred, using log file: /var/log/nixpkgs-update/rPackages.eventPred/2024-02-25.log rPackages.eventPred 0.2.3 -> 0.2.4 https://repology.org/project/r:eventpred/versions attrpath: rPackages.eventPred Checking auto update branch... No auto update branch exists Old version 0.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.eventPred 0.2.3 -> 0.2.4 https://repology.org/project/r:eventpred/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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.pycomposefile, using log file: /var/log/nixpkgs-update/python311Packages.pycomposefile/2024-02-25.log python311Packages.pycomposefile 0 -> 1 attrpath: python311Packages.pycomposefile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/fgqjdqm56265i5yizg2bj4fs090kqjs2-packages.json.drv building '/nix/store/fgqjdqm56265i5yizg2bj4fs090kqjs2-packages.json.drv'... Going to be running update for following packages: - python3.11-pycomposefile-0.0.30 Press Enter key to continue... Running update for: - python3.11-pycomposefile-0.0.30: UPDATING ... - python3.11-pycomposefile-0.0.30: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycomposefile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.pydrawise, using log file: /var/log/nixpkgs-update/python312Packages.pydrawise/2024-02-25.log python312Packages.pydrawise 2024.1.1 -> 2024.2.0 https://repology.org/project/python:pydrawise/versions attrpath: python312Packages.pydrawise Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/b8729xv4jx9jrppw5nzm1p00f2nzdpb6-packages.json.drv building '/nix/store/b8729xv4jx9jrppw5nzm1p00f2nzdpb6-packages.json.drv'... Going to be running update for following packages: - python3.12-pydrawise-2024.2.0 Press Enter key to continue... Running update for: - python3.12-pydrawise-2024.2.0: UPDATING ... - python3.12-pydrawise-2024.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.pydrawise 2024.1.1 -> 2024.2.0 https://repology.org/project/python:pydrawise/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.graphicalVAR, using log file: /var/log/nixpkgs-update/rPackages.graphicalVAR/2024-02-25.log rPackages.graphicalVAR 0.3.3 -> 0.3.4 https://repology.org/project/r:graphicalvar/versions attrpath: rPackages.graphicalVAR 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.graphicalVAR 0.3.3 -> 0.3.4 https://repology.org/project/r:graphicalvar/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.pytest-jupyter, using log file: /var/log/nixpkgs-update/python312Packages.pytest-jupyter/2024-02-25.log python312Packages.pytest-jupyter 0.8.0 -> 0.9.0 https://github.com/jupyter-server/pytest-jupyter/releases attrpath: python312Packages.pytest-jupyter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/dp0ps8vrb1bfddhi6z2b7lghksikz7a0-packages.json.drv building '/nix/store/dp0ps8vrb1bfddhi6z2b7lghksikz7a0-packages.json.drv'... Going to be running update for following packages: - python3.12-pytest-jupyter-0.8.0 Press Enter key to continue... Running update for: - python3.12-pytest-jupyter-0.8.0: UPDATING ... - python3.12-pytest-jupyter-0.8.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-jupyter/default.nix b/pkgs/development/python-modules/pytest-jupyter/default.nix index 63771bf4cf3c..2246c5826725 100644 --- a/pkgs/development/python-modules/pytest-jupyter/default.nix +++ b/pkgs/development/python-modules/pytest-jupyter/default.nix @@ -22,14 +22,14 @@ let self = buildPythonPackage rec { pname = "pytest-jupyter"; - version = "0.8.0"; + version = "0.9.0"; pyproject = true; src = fetchFromGitHub { owner = "jupyter-server"; repo = "pytest-jupyter"; rev = "refs/tags/v${version}"; - hash = "sha256-ND51UpPsvZGH6LdEaNFXaBLoCMB4n7caPoo1/Go9fNs="; + hash = "sha256-8pQNtzMylW9b3vk0kp7NcJnXAJKYeoFsHy/lyQFCNzc="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 103 > 25 [result] Failed to update python312Packages.pytest-jupyter 0.8.0 -> 0.9.0 https://github.com/jupyter-server/pytest-jupyter/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.hacking, using log file: /var/log/nixpkgs-update/python312Packages.hacking/2024-02-25.log python312Packages.hacking 6.0.1 -> 6.1.0 https://repology.org/project/python:hacking/versions attrpath: python312Packages.hacking Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/lkqx6k70bhrz0fmpnxfykrll0wiv18mg-packages.json.drv building '/nix/store/lkqx6k70bhrz0fmpnxfykrll0wiv18mg-packages.json.drv'... Going to be running update for following packages: - python3.12-hacking-6.0.1 Press Enter key to continue... Running update for: - python3.12-hacking-6.0.1: UPDATING ... - python3.12-hacking-6.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/hacking/default.nix b/pkgs/development/python-modules/hacking/default.nix index 5a01f5246f85..cd121822e651 100644 --- a/pkgs/development/python-modules/hacking/default.nix +++ b/pkgs/development/python-modules/hacking/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "hacking"; - version = "6.0.1"; + version = "6.1.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-YdeEb8G58m7CFnjpkHQmkJX5ZNe72M1kbrbIxML4jcE="; + hash = "sha256-3lBqMSQDThi046acld5JjDRgvLxJwWQ9MXjRW8barBQ="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 35 > 25 [result] Failed to update python312Packages.hacking 6.0.1 -> 6.1.0 https://repology.org/project/python:hacking/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.RSiena, using log file: /var/log/nixpkgs-update/rPackages.RSiena/2024-02-25.log rPackages.RSiena 1.4.1 -> 1.4.7 https://repology.org/project/r:rsiena/versions attrpath: rPackages.RSiena Checking auto update branch... No auto update branch exists Old version 1.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.RSiena 1.4.1 -> 1.4.7 https://repology.org/project/r:rsiena/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.whenever, using log file: /var/log/nixpkgs-update/python311Packages.whenever/2024-02-25.log python311Packages.whenever 0 -> 1 attrpath: python311Packages.whenever Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/cb30dy8j8g2qlrbh1ydbrs2ldy87c2i3-packages.json.drv building '/nix/store/cb30dy8j8g2qlrbh1ydbrs2ldy87c2i3-packages.json.drv'... Going to be running update for following packages: - python3.11-whenever-0.3.4 Press Enter key to continue... Running update for: - python3.11-whenever-0.3.4: UPDATING ... - python3.11-whenever-0.3.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.whenever 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.haskell-tools-nvim, using log file: /var/log/nixpkgs-update/lua51Packages.haskell-tools-nvim/2024-02-25.log lua51Packages.haskell-tools-nvim 3.0.2-1 -> 3.1.8 https://github.com/mrcjkb/haskell-tools.nvim/releases attrpath: lua51Packages.haskell-tools-nvim Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.haskell-tools-nvim 3.0.2-1 -> 3.1.8 https://github.com/mrcjkb/haskell-tools.nvim/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 lua51Packages.luasnip, using log file: /var/log/nixpkgs-update/lua51Packages.luasnip/2024-02-25.log lua51Packages.luasnip 2.1.1-1 -> 2.2.0 https://github.com/L3MON4D3/LuaSnip/releases attrpath: lua51Packages.luasnip Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.luasnip 2.1.1-1 -> 2.2.0 https://github.com/L3MON4D3/LuaSnip/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.dask, using log file: /var/log/nixpkgs-update/python312Packages.dask/2024-02-25.log python312Packages.dask 2024.1.1 -> 2024.2.1 https://repology.org/project/python:dask/versions attrpath: python312Packages.dask Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/qfsvksv5502c8spfd5zf4k5i233ragji-packages.json.drv building '/nix/store/qfsvksv5502c8spfd5zf4k5i233ragji-packages.json.drv'... Going to be running update for following packages: - python3.12-dask-2024.1.1 Press Enter key to continue... Running update for: - python3.12-dask-2024.1.1: UPDATING ... - python3.12-dask-2024.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.dask 2024.1.1 -> 2024.2.1 https://repology.org/project/python:dask/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.py3status, using log file: /var/log/nixpkgs-update/python312Packages.py3status/2024-02-25.log python312Packages.py3status 3.55 -> 3.56 https://repology.org/project/python:py3status/versions attrpath: python312Packages.py3status Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/pkn839xgvlkkck10nw6yiac840qpqw5g-packages.json.drv building '/nix/store/pkn839xgvlkkck10nw6yiac840qpqw5g-packages.json.drv'... Going to be running update for following packages: - python3.12-py3status-3.55 Press Enter key to continue... Running update for: - python3.12-py3status-3.55: UPDATING ... - python3.12-py3status-3.55: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/py3status/default.nix b/pkgs/development/python-modules/py3status/default.nix index 00552787cc50..004487bebbcd 100644 --- a/pkgs/development/python-modules/py3status/default.nix +++ b/pkgs/development/python-modules/py3status/default.nix @@ -24,12 +24,12 @@ buildPythonPackage rec { pname = "py3status"; - version = "3.55"; + version = "3.56"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-HGOHJQWEvTTL+GXVb8ZS8DlL9dHWuS0PioP1bZ32PhI="; + hash = "sha256-dHc5t8QO4wtwFlLkiaSu5Ern/MsxNHZMd5aeqWdKwNo="; }; 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.py3status Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python312Packages.py3status Standard output: error: nose-1.3.7 not supported for interpreter python3.12 (use '--show-trace' to show detailed location information) [result] Failed to update python312Packages.py3status 3.55 -> 3.56 https://repology.org/project/python:py3status/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-asyncio, using log file: /var/log/nixpkgs-update/python312Packages.trio-asyncio/2024-02-25.log python312Packages.trio-asyncio 0.13.0 -> 0.14.0 https://repology.org/project/python:trio-asyncio/versions attrpath: python312Packages.trio-asyncio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/clwlvvnphr68jcklpp06nd3b910dag2c-packages.json.drv building '/nix/store/clwlvvnphr68jcklpp06nd3b910dag2c-packages.json.drv'... Going to be running update for following packages: - python3.12-trio-asyncio-0.13.0 Press Enter key to continue... Running update for: - python3.12-trio-asyncio-0.13.0: UPDATING ... - python3.12-trio-asyncio-0.13.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/trio-asyncio/default.nix b/pkgs/development/python-modules/trio-asyncio/default.nix index de238ddc7c23..cfaeacf9ed1e 100644 --- a/pkgs/development/python-modules/trio-asyncio/default.nix +++ b/pkgs/development/python-modules/trio-asyncio/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "trio-asyncio"; - version = "0.13.0"; + version = "0.14.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -22,7 +22,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "trio_asyncio"; inherit version; - hash = "sha256-fKJLIaGxes3mV1LWkziGuiQoTlL0srDe/k6o7YpjSmI="; + hash = "sha256-msSKQ8vhZxtBIh7HNq4M2qc0yKOErGNiCWLBXXse3WQ="; }; 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.trio-asyncio 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 Sourcing pytest-check-hook Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/a3gqijbmz7jzc9qgvshi3wgnri2c20z7-trio_asyncio-0.14.0.tar.gz source root is trio_asyncio-0.14.0 setting SOURCE_DATE_EPOCH to timestamp 1707370046 of file trio_asyncio-0.14.0/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'setup.py') substituteStream(): WARNING: pattern \'pytest-runner\' doesn't match anything in file 'setup.py' @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... ERROR Missing dependencies: pytest-runner [result] Failed to update python312Packages.trio-asyncio 0.13.0 -> 0.14.0 https://repology.org/project/python:trio-asyncio/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.sparse, using log file: /var/log/nixpkgs-update/python312Packages.sparse/2024-02-25.log python312Packages.sparse 0.14.0 -> 0.15.1 https://repology.org/project/python:sparse/versions attrpath: python312Packages.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] this derivation will be built: /nix/store/485w9ry9kqqv267mah4a2wzfc4lbqlcl-packages.json.drv building '/nix/store/485w9ry9kqqv267mah4a2wzfc4lbqlcl-packages.json.drv'... Going to be running update for following packages: - python3.12-sparse-0.14.0 Press Enter key to continue... Running update for: - python3.12-sparse-0.14.0: UPDATING ... - python3.12-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 python312Packages.sparse Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python312Packages.sparse Standard output: error: nose-1.3.7 not supported for interpreter python3.12 (use '--show-trace' to show detailed location information) [result] Failed to update python312Packages.sparse 0.14.0 -> 0.15.1 https://repology.org/project/python:sparse/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.patsy, using log file: /var/log/nixpkgs-update/python312Packages.patsy/2024-02-25.log python312Packages.patsy 0.5.4 -> 0.5.6 https://github.com/pydata/patsy/releases attrpath: python312Packages.patsy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/k202bbpwql728vpjzw388lszsisv6b4x-packages.json.drv building '/nix/store/k202bbpwql728vpjzw388lszsisv6b4x-packages.json.drv'... Going to be running update for following packages: - python3.12-patsy-0.5.4 Press Enter key to continue... Running update for: - python3.12-patsy-0.5.4: UPDATING ... - python3.12-patsy-0.5.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/patsy/default.nix b/pkgs/development/python-modules/patsy/default.nix index ae4022f86002..48797d05142b 100644 --- a/pkgs/development/python-modules/patsy/default.nix +++ b/pkgs/development/python-modules/patsy/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "patsy"; - version = "0.5.4"; + version = "0.5.6"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-favFJ1lzCN4OjxiPqiCvfgaom9qjBnVt/HeDaT6havQ="; + hash = "sha256-lcbUenIiU1+Ev/f2PXMD8uKXdHpZjbic9cZ/DAx9LNs="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.patsy: 0.5.4 -> 0.5.6 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/281923" [result] Failed to update python312Packages.patsy 0.5.4 -> 0.5.6 https://github.com/pydata/patsy/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.parse, using log file: /var/log/nixpkgs-update/python312Packages.parse/2024-02-25.log python312Packages.parse 1.20.0 -> 1.20.1 https://github.com/r1chardj0n3s/parse/releases attrpath: python312Packages.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] this derivation will be built: /nix/store/3490cj12agjdlanwnq0krr4rclgzfl6y-packages.json.drv building '/nix/store/3490cj12agjdlanwnq0krr4rclgzfl6y-packages.json.drv'... Going to be running update for following packages: - python3.12-parse-1.20.0 Press Enter key to continue... Running update for: - python3.12-parse-1.20.0: UPDATING ... - python3.12-parse-1.20.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/parse/default.nix b/pkgs/development/python-modules/parse/default.nix index 9c6272e94a5c..b1aa2baedfac 100644 --- a/pkgs/development/python-modules/parse/default.nix +++ b/pkgs/development/python-modules/parse/default.nix @@ -5,14 +5,14 @@ }: buildPythonPackage rec { pname = "parse"; - version = "1.20.0"; + version = "1.20.1"; format = "pyproject"; src = fetchFromGitHub { owner = "r1chardj0n3s"; repo = "parse"; rev = "refs/tags/${version}"; - hash = "sha256-InYOgqTvMvQ/HWIa0WrJ4M2LL4LL87KwBst8yYnt3dk="; + hash = "sha256-FAAs39peR+Ibv0RKLrcnY2w0Z2EjVYyZ8U4HcbjTiew="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 144 > 25 [result] Failed to update python312Packages.parse 1.20.0 -> 1.20.1 https://github.com/r1chardj0n3s/parse/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.cliche, using log file: /var/log/nixpkgs-update/python311Packages.cliche/2024-02-25.log python311Packages.cliche 0 -> 1 attrpath: python311Packages.cliche Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/6xapiirw62rdzrafafkcwi68w0zl1gl5-packages.json.drv building '/nix/store/6xapiirw62rdzrafafkcwi68w0zl1gl5-packages.json.drv'... Going to be running update for following packages: - python3.11-cliche-0.10.108 Press Enter key to continue... Running update for: - python3.11-cliche-0.10.108: UPDATING ... - python3.11-cliche-0.10.108: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cliche 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.atpublic, using log file: /var/log/nixpkgs-update/python311Packages.atpublic/2024-02-25.log python311Packages.atpublic 0 -> 1 attrpath: python311Packages.atpublic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/8rd6iwpr6mwmbzkgys3cqy41qidd2n8y-packages.json.drv building '/nix/store/8rd6iwpr6mwmbzkgys3cqy41qidd2n8y-packages.json.drv'... Going to be running update for following packages: - python3.11-atpublic-4.0 Press Enter key to continue... Running update for: - python3.11-atpublic-4.0: UPDATING ... - python3.11-atpublic-4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.atpublic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.easyScreenCast, using log file: /var/log/nixpkgs-update/gnomeExtensions.easyScreenCast/2024-02-25.log gnomeExtensions.easyScreenCast 1.7.1 -> 1.8.0 https://github.com/EasyScreenCast/EasyScreenCast/releases attrpath: gnomeExtensions.easyScreenCast 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/desktops/gnome/extensions/EasyScreenCast/default.nix b/pkgs/desktops/gnome/extensions/EasyScreenCast/default.nix index e6bcc1b411d5..4db9ed1d0382 100644 --- a/pkgs/desktops/gnome/extensions/EasyScreenCast/default.nix +++ b/pkgs/desktops/gnome/extensions/EasyScreenCast/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "gnome-shell-extension-EasyScreenCast"; - version = "1.7.1"; + version = "1.8.0"; src = fetchFromGitHub { owner = "EasyScreenCast"; repo = "EasyScreenCast"; rev = finalAttrs.version; - hash = "sha256-G7wdRFA0qL+6inVRLAmKoP0E0IOyvlmQIUwbDv/DbLI="; + hash = "sha256-wQ7NV7sdHwB1vw4+QIxYAzIO9QjQbJRi4z1XewUg0U8="; }; 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 gnomeExtensions.easyScreenCast Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . gnomeExtensions.easyScreenCast Standard output: error: Package ‘gnome-shell-extension-EasyScreenCast-1.8.0’ in /var/cache/nixpkgs-update/worker/worktree/gnomeExtensions.easyScreenCast/pkgs/desktops/gnome/extensions/EasyScreenCast/default.nix:30 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 gnomeExtensions.easyScreenCast 1.7.1 -> 1.8.0 https://github.com/EasyScreenCast/EasyScreenCast/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.bn, using log file: /var/log/nixpkgs-update/aspellDicts.bn/2024-02-25.log aspellDicts.bn 0 -> 1 attrpath: aspellDicts.bn 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] these 2 derivations will be built: /nix/store/sanyrirs6l0vgc54y2607wc0qmmlmycl-update-aspellDict-bn.drv /nix/store/9winj4yr00k7c4430k0sy51b6z9qjsqj-packages.json.drv building '/nix/store/sanyrirs6l0vgc54y2607wc0qmmlmycl-update-aspellDict-bn.drv'... building '/nix/store/9winj4yr00k7c4430k0sy51b6z9qjsqj-packages.json.drv'... Going to be running update for following packages: - aspell-dict-bn-0.01.1-1 Press Enter key to continue... Running update for: - aspell-dict-bn-0.01.1-1: UPDATING ... - aspell-dict-bn-0.01.1-1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.bn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.amcrest, using log file: /var/log/nixpkgs-update/python311Packages.amcrest/2024-02-25.log python311Packages.amcrest 0 -> 1 attrpath: python311Packages.amcrest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/pfdfdbiz0wzjc37jhqbqfh9kvx1ixrgj-packages.json.drv building '/nix/store/pfdfdbiz0wzjc37jhqbqfh9kvx1ixrgj-packages.json.drv'... Going to be running update for following packages: - python3.11-amcrest-1.9.8 Press Enter key to continue... Running update for: - python3.11-amcrest-1.9.8: UPDATING ... - python3.11-amcrest-1.9.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.amcrest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nibabel, using log file: /var/log/nixpkgs-update/python311Packages.nibabel/2024-02-25.log python311Packages.nibabel 0 -> 1 attrpath: python311Packages.nibabel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ya2n10ln3mwc0c1xgfcipwam5shy2a3g-packages.json.drv building '/nix/store/ya2n10ln3mwc0c1xgfcipwam5shy2a3g-packages.json.drv'... Going to be running update for following packages: - python3.11-nibabel-5.2.0 Press Enter key to continue... Running update for: - python3.11-nibabel-5.2.0: UPDATING ... - python3.11-nibabel-5.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nibabel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pook, using log file: /var/log/nixpkgs-update/python311Packages.pook/2024-02-25.log python311Packages.pook 0 -> 1 attrpath: python311Packages.pook Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/aw3ljh8dy29w5xlf9dr3nd68y4h5q68w-packages.json.drv building '/nix/store/aw3ljh8dy29w5xlf9dr3nd68y4h5q68w-packages.json.drv'... Going to be running update for following packages: - python3.11-pook-1.3.0 Press Enter key to continue... Running update for: - python3.11-pook-1.3.0: UPDATING ... - python3.11-pook-1.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pook/default.nix b/pkgs/development/python-modules/pook/default.nix index fffca3cccaae..05b9e732e04a 100644 --- a/pkgs/development/python-modules/pook/default.nix +++ b/pkgs/development/python-modules/pook/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "pook"; - version = "1.3.0"; + version = "1.4.3"; pyproject = true; disabled = pythonOlder "3.8"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "h2non"; repo = "pook"; rev = "refs/tags/v${version}"; - hash = "sha256-0sS2QJcshMuxxCGlrcVHeIQnVMZbBoJfLsRIxpvl7pM="; + hash = "sha256-sdfkMvPSlVK7EoDUEuJbiuocOjGJygqiCiftrsjnDhU="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 2886 > 25 [result] Failed to update python311Packages.pook 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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 dae, using log file: /var/log/nixpkgs-update/dae/2024-02-25.log dae 0.4.0 -> 0.5.1 https://github.com/daeuniverse/dae/releases attrpath: dae Checking auto update branch... An auto update branch exists with message `dae: 0.4.0 -> 0.5.1`. New version is 0.5.1. An auto update branch exists with an equal or greater version [result] Failed to update dae 0.4.0 -> 0.5.1 https://github.com/daeuniverse/dae/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.aesara, using log file: /var/log/nixpkgs-update/python311Packages.aesara/2024-02-25.log python311Packages.aesara 0 -> 1 attrpath: python311Packages.aesara Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/cqp1n9rs0pys9ga28p8swzh7r9rmpa4h-packages.json.drv building '/nix/store/cqp1n9rs0pys9ga28p8swzh7r9rmpa4h-packages.json.drv'... Going to be running update for following packages: - python3.11-aesara-2.9.3 Press Enter key to continue... Running update for: - python3.11-aesara-2.9.3: UPDATING ... - python3.11-aesara-2.9.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aesara 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/qj5cqj8xqqba407rx7ka04slii8i1b6w-packages.json.drv building '/nix/store/qj5cqj8xqqba407rx7ka04slii8i1b6w-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/ypn2r5pj66621v4b3zif81vjdz20y0gx-packages.json.drv building '/nix/store/ypn2r5pj66621v4b3zif81vjdz20y0gx-packages.json.drv'... 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-25.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 these 2 derivations will be built: /nix/store/yk2q1y675s05hjkkl02mf4n8dizlmawq-update.sh.drv /nix/store/53pi0824icjchlhs8600kvac2gj5lhz2-packages.json.drv building '/nix/store/yk2q1y675s05hjkkl02mf4n8dizlmawq-update.sh.drv'... building '/nix/store/53pi0824icjchlhs8600kvac2gj5lhz2-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/83c44a5v4acdv5bn02rx2h6kgzx9yv62-packages.json.drv building '/nix/store/83c44a5v4acdv5bn02rx2h6kgzx9yv62-packages.json.drv'... 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-f0s3v80c/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 edge-runtime, using log file: /var/log/nixpkgs-update/edge-runtime/2024-02-25.log edge-runtime 0 -> 1 attrpath: edge-runtime 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/h9dkscbnvyjlami6ymw331x4yp7yi3id-packages.json.drv building '/nix/store/h9dkscbnvyjlami6ymw331x4yp7yi3id-packages.json.drv'... Going to be running update for following packages: - edge-runtime-1.14.0 Press Enter key to continue... Running update for: - edge-runtime-1.14.0: UPDATING ... - edge-runtime-1.14.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/web/edge-runtime/default.nix b/pkgs/development/web/edge-runtime/default.nix index a84e232bbb4c..b09e8879b770 100644 --- a/pkgs/development/web/edge-runtime/default.nix +++ b/pkgs/development/web/edge-runtime/default.nix @@ -11,7 +11,7 @@ let pname = "edge-runtime"; - version = "1.14.0"; + version = "1.36.7"; in rustPlatform.buildRustPackage { inherit pname version; @@ -20,11 +20,11 @@ rustPlatform.buildRustPackage { owner = "supabase"; repo = pname; rev = "v${version}"; - hash = "sha256-63XStzO4Jt6ObWuzcBf2QwCIWsStXvhQ0XaJabELhWg="; + hash = "sha256-p4qHV7W+cLzAE+9bS6G1uXKyXB6Rh59GmDwZwslUL0k="; fetchSubmodules = true; }; - cargoHash = "sha256-JwwdvvpqgSbl0Xyb5pQ5hzZRrrCnDSjwV+ikdO2pXCk="; + cargoHash = "sha256-g6znEW+PMO60iF1U53pRLFelJ+cuGonb3hilf7Tx3ok="; nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook ]; 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 edge-runtime nix build failed.  /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/target/release/deps/libdeno_core-d1663c50d67cfc52.rlib(deno_core-d1663c50d67cfc52.deno_core.ffacc69cfeb968cd-cgu.03.rcgu.o): in function `deno_core::runtime::jsruntime::JsRuntime::init_cppgc':  deno_core.ffacc69cfeb968cd-cgu.03:(.text._ZN9deno_core7runtime9jsruntime9JsRuntime10init_cppgc17h5e8eec258c4efe3fE+0xe2): undefined reference to `v8__Isolate__AttachCppHeap'  /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/target/release/deps/libdeno_core-d1663c50d67cfc52.rlib(deno_core-d1663c50d67cfc52.deno_core.ffacc69cfeb968cd-cgu.14.rcgu.o): in function `deno_core::ops_builtin_v8::op_encode::v8_fn_ptr':  deno_core.ffacc69cfeb968cd-cgu.14:(.text._ZN9deno_core14ops_builtin_v89op_encode9v8_fn_ptr17hc3409fe5bd837d85E+0x620): undefined reference to `v8__BackingStore__EmptyBackingStore'  /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/target/release/deps/libdeno_core-d1663c50d67cfc52.rlib(deno_core-d1663c50d67cfc52.deno_core.ffacc69cfeb968cd-cgu.14.rcgu.o): in function `deno_core::ops_builtin_v8::op_encode::v8_fn_ptr_metrics':  deno_core.ffacc69cfeb968cd-cgu.14:(.text._ZN9deno_core14ops_builtin_v89op_encode17v8_fn_ptr_metrics17h508962df4cff9e75E+0x782): undefined reference to `v8__BackingStore__EmptyBackingStore'  /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/target/release/deps/libdeno_core-d1663c50d67cfc52.rlib(deno_core-d1663c50d67cfc52.deno_core.ffacc69cfeb968cd-cgu.14.rcgu.o): in function `deno_core::ops_builtin_v8::op_serialize::v8_fn_ptr':  deno_core.ffacc69cfeb968cd-cgu.14:(.text._ZN9deno_core14ops_builtin_v812op_serialize9v8_fn_ptr17hb84de3ae397e60d7E+0x4005): undefined reference to `v8__BackingStore__EmptyBackingStore'  /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/target/release/deps/libdeno_core-d1663c50d67cfc52.rlib(deno_core-d1663c50d67cfc52.deno_core.ffacc69cfeb968cd-cgu.14.rcgu.o): in function `deno_core::ops_builtin_v8::op_serialize::v8_fn_ptr_metrics':  deno_core.ffacc69cfeb968cd-cgu.14:(.text._ZN9deno_core14ops_builtin_v812op_serialize17v8_fn_ptr_metrics17h9690bcdb352e56e8E+0x4167): undefined reference to `v8__BackingStore__EmptyBackingStore'  /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/target/release/deps/libserde_v8-186b3328f8853fd1.rlib(serde_v8-186b3328f8853fd1.serde_v8.bb2affc3f6ebea04-cgu.2.rcgu.o): in function `::to_v8':  serde_v8.bb2affc3f6ebea04-cgu.2:(.text._ZN86_$LT$serde_v8..magic..buffer..ToJsBuffer$u20$as$u20$serde_v8..magic..transl8..ToV8$GT$5to_v817h3adc489e6fc0c800E+0x1da): undefined reference to `v8__BackingStore__EmptyBackingStore'  /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/target/release/deps/libv8-096d06f697dc90d6.rlib(v8-096d06f697dc90d6.v8.956ec84c9706f8d5-cgu.11.rcgu.o): in function `v8::isolate::Isolate::get_cpp_heap':  v8.956ec84c9706f8d5-cgu.11:(.text._ZN2v87isolate7Isolate12get_cpp_heap17h450482b7daf1b2dfE+0x3): undefined reference to `v8__Isolate__GetCppHeap'  /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/target/release/deps/libv8-096d06f697dc90d6.rlib(v8-096d06f697dc90d6.v8.956ec84c9706f8d5-cgu.11.rcgu.o): in function `::drop':  v8.956ec84c9706f8d5-cgu.11:(.text._ZN67_$LT$v8..isolate..OwnedIsolate$u20$as$u20$core..ops..drop..Drop$GT$4drop17h64fdb86e2f65bc6bE+0x117): undefined reference to `v8__Isolate__GetCurrent'  /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/target/release/deps/libv8-096d06f697dc90d6.rlib(v8-096d06f697dc90d6.v8.956ec84c9706f8d5-cgu.13.rcgu.o): in function `v8::cppgc::initalize_process':  v8.956ec84c9706f8d5-cgu.13:(.text._ZN2v85cppgc17initalize_process17h736cc8c276866f81E+0x41): undefined reference to `cppgc__initialize_process'  /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/target/release/deps/libv8-096d06f697dc90d6.rlib(v8-096d06f697dc90d6.v8.956ec84c9706f8d5-cgu.13.rcgu.o): in function `::drop':  v8.956ec84c9706f8d5-cgu.13:(.text._ZN57_$LT$v8..cppgc..Heap$u20$as$u20$core..ops..drop..Drop$GT$4drop17h8a12b6fca5121817E+0x3): undefined reference to `cppgc__heap__DELETE'  /nix/store/p0p56gzz837fgmfd7lyisghcd7x2fdlc-binutils-2.40/bin/ld: /build/source/target/release/deps/libv8-096d06f697dc90d6.rlib(v8-096d06f697dc90d6.v8.956ec84c9706f8d5-cgu.13.rcgu.o): in function `v8::cppgc::Heap::create':  v8.956ec84c9706f8d5-cgu.13:(.text._ZN2v85cppgc4Heap6create17h871a04e25ac23a3aE+0x67): undefined reference to `cppgc__heap__create'  collect2: error: ld returned 1 exit status    = note: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified  = note: use the `-l` flag to specify native libraries to link  = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) error: could not compile `base` (build script) due to previous error warning: build failed, waiting for other jobs to finish... [result] Failed to update edge-runtime 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/21zmr1awsn7mbywk9r2h7wl8a4lxjy2q-packages.json.drv building '/nix/store/21zmr1awsn7mbywk9r2h7wl8a4lxjy2q-packages.json.drv'... 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-25.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-25.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/lfwgw56yx37491f4bs0pgjipy7krkn23-papi-7-1-0-t.tar.gz.drv building '/nix/store/lfwgw56yx37491f4bs0pgjipy7krkn23-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/lfwgw56yx37491f4bs0pgjipy7krkn23-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/lfwgw56yx37491f4bs0pgjipy7krkn23-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/lfwgw56yx37491f4bs0pgjipy7krkn23-papi-7-1-0-t.tar.gz.drv /nix/store/fkfqz7m4sw8is8j6y8ksvmfypc2yx6bb-papi-7.1.0.drv building '/nix/store/lfwgw56yx37491f4bs0pgjipy7krkn23-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/lfwgw56yx37491f4bs0pgjipy7krkn23-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/lfwgw56yx37491f4bs0pgjipy7krkn23-papi-7-1-0-t.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/fkfqz7m4sw8is8j6y8ksvmfypc2yx6bb-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-25.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] this derivation will be built: /nix/store/lkxk6i9f7hq0g1jlrnjx49a5g9c1ndvk-packages.json.drv building '/nix/store/lkxk6i9f7hq0g1jlrnjx49a5g9c1ndvk-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/n1kdff1yzkgsjgx6qwnxi90ylghsq0zq-packages.json.drv building '/nix/store/n1kdff1yzkgsjgx6qwnxi90ylghsq0zq-packages.json.drv'... 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 gnome-online-accounts, using log file: /var/log/nixpkgs-update/gnome-online-accounts/2024-02-25.log gnome-online-accounts 0 -> 1 attrpath: gnome-online-accounts Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome-online-accounts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zk-shell, using log file: /var/log/nixpkgs-update/zk-shell/2024-02-25.log zk-shell 0 -> 1 attrpath: zk-shell Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/00bgi1fkn06rr22pl2xxv9wldfrb2s19-packages.json.drv building '/nix/store/00bgi1fkn06rr22pl2xxv9wldfrb2s19-packages.json.drv'... Going to be running update for following packages: - zk-shell-1.0.0 Press Enter key to continue... Running update for: - zk-shell-1.0.0: UPDATING ... - zk-shell-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update zk-shell 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/gbc6f027wbxsqdxm96lh75b05qxjx1jd-packages.json.drv building '/nix/store/gbc6f027wbxsqdxm96lh75b05qxjx1jd-packages.json.drv'... 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-25.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/ihm1yj83rajz9vi6mr9lr922hczl03lh-guvcview-src-2.0.8.tar.gz.drv building '/nix/store/ihm1yj83rajz9vi6mr9lr922hczl03lh-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:00:01 --:--:-- 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 1278 0 --:--:-- --:--:-- --:--:-- 1289 0 154 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 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:02 --:--:-- 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/ihm1yj83rajz9vi6mr9lr922hczl03lh-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:02 --:--:-- 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/ihm1yj83rajz9vi6mr9lr922hczl03lh-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/ihm1yj83rajz9vi6mr9lr922hczl03lh-guvcview-src-2.0.8.tar.gz.drv /nix/store/dbrhv4skgsymvqbw9nfj2s0n4p1f9c86-guvcview-2.0.8.drv building '/nix/store/ihm1yj83rajz9vi6mr9lr922hczl03lh-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:00:01 --:--:-- 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 1278 0 --:--:-- --:--:-- --:--:-- 1289 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 243 0 --:--:-- --:--:-- --:--:-- 243 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/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/ihm1yj83rajz9vi6mr9lr922hczl03lh-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 243 0 --:--:-- --:--:-- --:--:-- 243 > 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/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/ihm1yj83rajz9vi6mr9lr922hczl03lh-guvcview-src-2.0.8.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/dbrhv4skgsymvqbw9nfj2s0n4p1f9c86-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 numix-icon-theme-square, using log file: /var/log/nixpkgs-update/numix-icon-theme-square/2024-02-25.log numix-icon-theme-square 0 -> 1 attrpath: numix-icon-theme-square Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/7mx8w6wk7a28i3wfqjnb5mdlxjv57fqi-packages.json.drv building '/nix/store/7mx8w6wk7a28i3wfqjnb5mdlxjv57fqi-packages.json.drv'... Going to be running update for following packages: - numix-icon-theme-square-24.02.05 Press Enter key to continue... Running update for: - numix-icon-theme-square-24.02.05: UPDATING ... - numix-icon-theme-square-24.02.05: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update numix-icon-theme-square 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.hascard, using log file: /var/log/nixpkgs-update/haskellPackages.hascard/2024-02-25.log haskellPackages.hascard 0.5.0.3.1 -> 0.6.0.1 https://repology.org/project/haskell:hascard/versions attrpath: haskellPackages.hascard Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hascard 0.5.0.3.1 -> 0.6.0.1 https://repology.org/project/haskell:hascard/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-asyncio, using log file: /var/log/nixpkgs-update/python311Packages.sphinxcontrib-asyncio/2024-02-25.log python311Packages.sphinxcontrib-asyncio 0 -> 1 attrpath: python311Packages.sphinxcontrib-asyncio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ja9qwhx3cm4rmvj16s0vy9hp3z9sba3h-packages.json.drv building '/nix/store/ja9qwhx3cm4rmvj16s0vy9hp3z9sba3h-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxcontrib-asyncio-0.3.0 Press Enter key to continue... Running update for: - python3.11-sphinxcontrib-asyncio-0.3.0: UPDATING ... - python3.11-sphinxcontrib-asyncio-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinxcontrib-asyncio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath boost-build, using log file: /var/log/nixpkgs-update/boost-build/2024-02-25.log boost-build 4.4.1 -> 4.10.1 https://repology.org/project/boost-build/versions attrpath: boost-build 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/0h50fmp82w8c4lgl73r1np461r1idf4a-source.drv building '/nix/store/0h50fmp82w8c4lgl73r1np461r1idf4a-source.drv'... trying https://github.com/boostorg/build/archive/4.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/0h50fmp82w8c4lgl73r1np461r1idf4a-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/boostorg/build/archive/4.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/0h50fmp82w8c4lgl73r1np461r1idf4a-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'boost-build.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/0h50fmp82w8c4lgl73r1np461r1idf4a-source.drv /nix/store/nqmnsrnsb5ziq85n4vxdh316q83qxdcx-boost-build-4.10.1.drv building '/nix/store/0h50fmp82w8c4lgl73r1np461r1idf4a-source.drv'... trying https://github.com/boostorg/build/archive/4.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/0h50fmp82w8c4lgl73r1np461r1idf4a-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/boostorg/build/archive/4.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/0h50fmp82w8c4lgl73r1np461r1idf4a-source.drv'. error: 1 dependencies of derivation '/nix/store/nqmnsrnsb5ziq85n4vxdh316q83qxdcx-boost-build-4.10.1.drv' failed to build [result] Failed to update boost-build 4.4.1 -> 4.10.1 https://repology.org/project/boost-build/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.pandoc-cli, using log file: /var/log/nixpkgs-update/haskellPackages.pandoc-cli/2024-02-25.log haskellPackages.pandoc-cli 3.1.11 -> 3.1.11.1 https://repology.org/project/haskell:pandoc-cli/versions attrpath: haskellPackages.pandoc-cli Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.pandoc-cli 3.1.11 -> 3.1.11.1 https://repology.org/project/haskell: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.fabricatr, using log file: /var/log/nixpkgs-update/rPackages.fabricatr/2024-02-25.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 rPackages.SenSpe, using log file: /var/log/nixpkgs-update/rPackages.SenSpe/2024-02-25.log rPackages.SenSpe 1.2 -> 1.3 https://repology.org/project/r:senspe/versions attrpath: rPackages.SenSpe Checking auto update branch... No auto update branch exists Old version 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.SenSpe 1.2 -> 1.3 https://repology.org/project/r:senspe/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath soundfont-fluid, using log file: /var/log/nixpkgs-update/soundfont-fluid/2024-02-25.log soundfont-fluid 3 -> 3.1 https://repology.org/project/fluid-soundfont/versions attrpath: soundfont-fluid Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: error: hash '1f96bi0y6rms255yr8dfk43.16azvwk66c99j6p43.1iavyq8jg7c5f8' has wrong length for hash type 'sha256' stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'soundfont-fluid.originalSrc' not found stderr did not split as expected full stderr was: error: hash '1f96bi0y6rms255yr8dfk43.16azvwk66c99j6p43.1iavyq8jg7c5f8' has wrong length for hash type 'sha256' (use '--show-trace' to show detailed location information) [result] Failed to update soundfont-fluid 3 -> 3.1 https://repology.org/project/fluid-soundfont/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kitty, using log file: /var/log/nixpkgs-update/kitty/2024-02-25.log kitty 0 -> 1 attrpath: kitty 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/mflmnmk7im7hknv5zvhlxajzcn3z2ph5-packages.json.drv building '/nix/store/mflmnmk7im7hknv5zvhlxajzcn3z2ph5-packages.json.drv'... Going to be running update for following packages: - kitty-0.32.2 Press Enter key to continue... Running update for: - kitty-0.32.2: UPDATING ... - kitty-0.32.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update kitty 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.dexidp, using log file: /var/log/nixpkgs-update/terraform-providers.dexidp/2024-02-25.log terraform-providers.dexidp 0 -> 1 attrpath: terraform-providers.dexidp Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.dexidp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.safetensors, using log file: /var/log/nixpkgs-update/python311Packages.safetensors/2024-02-25.log python311Packages.safetensors 0 -> 1 attrpath: python311Packages.safetensors 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/mr7d2f63zd7p5vlk98qda9aa6i4x7qn0-packages.json.drv building '/nix/store/mr7d2f63zd7p5vlk98qda9aa6i4x7qn0-packages.json.drv'... Going to be running update for following packages: - python3.11-safetensors-0.4.2 Press Enter key to continue... Running update for: - python3.11-safetensors-0.4.2: UPDATING ... - python3.11-safetensors-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.safetensors 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pygments-markdown-lexer, using log file: /var/log/nixpkgs-update/python311Packages.pygments-markdown-lexer/2024-02-25.log python311Packages.pygments-markdown-lexer 0 -> 1 attrpath: python311Packages.pygments-markdown-lexer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/vab3yzza2sr46iaragp8jrjlnij2jbqm-packages.json.drv building '/nix/store/vab3yzza2sr46iaragp8jrjlnij2jbqm-packages.json.drv'... Going to be running update for following packages: - python3.11-pygments-markdown-lexer-0.1.0.dev39 Press Enter key to continue... Running update for: - python3.11-pygments-markdown-lexer-0.1.0.dev39: UPDATING ... - python3.11-pygments-markdown-lexer-0.1.0.dev39: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pygments-markdown-lexer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycarwings2, using log file: /var/log/nixpkgs-update/python311Packages.pycarwings2/2024-02-25.log python311Packages.pycarwings2 0 -> 1 attrpath: python311Packages.pycarwings2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/vddanvd04vj979zw52pqdgcb0qydgmxz-packages.json.drv building '/nix/store/vddanvd04vj979zw52pqdgcb0qydgmxz-packages.json.drv'... Going to be running update for following packages: - python3.11-pycarwings2-2.14 Press Enter key to continue... Running update for: - python3.11-pycarwings2-2.14: UPDATING ... - python3.11-pycarwings2-2.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycarwings2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/g0mai11hrv7jbxz98z30l52dk1in29s4-packages.json.drv building '/nix/store/g0mai11hrv7jbxz98z30l52dk1in29s4-packages.json.drv'... 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 python311Packages.frozendict, using log file: /var/log/nixpkgs-update/python311Packages.frozendict/2024-02-25.log python311Packages.frozendict 0 -> 1 attrpath: python311Packages.frozendict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/vb319n0jhdfkzhpbl3rfb780siknvghc-packages.json.drv building '/nix/store/vb319n0jhdfkzhpbl3rfb780siknvghc-packages.json.drv'... Going to be running update for following packages: - python3.11-frozendict-2.4.0 Press Enter key to continue... Running update for: - python3.11-frozendict-2.4.0: UPDATING ... - python3.11-frozendict-2.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.frozendict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath elementsd-simplicity, using log file: /var/log/nixpkgs-update/elementsd-simplicity/2024-02-25.log elementsd-simplicity unstable-2023-04-18 -> 23.2.1 https://github.com/ElementsProject/elements/releases attrpath: elementsd-simplicity Checking auto update branch... No auto update branch exists Old version unstable-2023-04-18" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , autoreconfHook , pkg-config , util-linux , hexdump , autoSignDarwinBinariesHook , wrapQtAppsHook ? null , boost , libevent , miniupnpc , zeromq , zlib , db48 , sqlite , qrencode , qtbase ? null , qttools ? null , python3 , withGui , withWallet ? true }: stdenv.mkDerivation rec { pname = if withGui then "elements" else "elementsd"; version = "23.2.1"; src = fetchFromGitHub { owner = "ElementsProject"; repo = "elements"; rev = "elements-${version}"; sha256 = "sha256-qHtSgfZGZ4Beu5fsJAOZm8ejj7wfHBbOS6WAjOrCuw4="; }; nativeBuildInputs = [ autoreconfHook pkg-config ] ++ lib.optionals stdenv.isLinux [ util-linux ] ++ lib.optionals stdenv.isDarwin [ hexdump ] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [ autoSignDarwinBinariesHook ] ++ lib.optionals withGui [ wrapQtAppsHook ]; buildInputs = [ boost libevent miniupnpc zeromq zlib ] ++ lib.optionals withWallet [ db48 sqlite ] ++ lib.optionals withGui [ qrencode qtbase qttools ]; configureFlags = [ "--with-boost-libdir=${boost.out}/lib" "--disable-bench" ] ++ lib.optionals (!doCheck) [ "--disable-tests" "--disable-gui-tests" ] ++ lib.optionals (!withWallet) [ "--disable-wallet" ] ++ lib.optionals withGui [ "--with-gui=qt5" "--with-qt-bindir=${qtbase.dev}/bin:${qttools.dev}/bin" ]; # fix "Killed: 9 test/test_bitcoin" # https://github.com/NixOS/nixpkgs/issues/179474 hardeningDisable = lib.optionals (stdenv.isAarch64 && stdenv.isDarwin) [ "fortify" "stackprotector" ]; nativeCheckInputs = [ python3 ]; doCheck = true; checkFlags = [ "LC_ALL=en_US.UTF-8" ] # QT_PLUGIN_PATH needs to be set when executing QT, which is needed when testing Bitcoin's GUI. # See also https://github.com/NixOS/nixpkgs/issues/24256 ++ lib.optional withGui "QT_PLUGIN_PATH=${qtbase}/${qtbase.qtPluginPrefix}"; enableParallelBuilding = true; meta = with lib; { description = "Open Source implementation of advanced blockchain features extending the Bitcoin protocol"; longDescription= '' The Elements blockchain platform is a collection of feature experiments and extensions to the Bitcoin protocol. This platform enables anyone to build their own businesses or networks pegged to Bitcoin as a sidechain or run as a standalone blockchain with arbitrary asset tokens. ''; homepage = "https://www.github.com/ElementsProject/elements"; maintainers = with maintainers; [ prusnak ]; license = licenses.mit; platforms = platforms.unix; }; } [result] Failed to update elementsd-simplicity unstable-2023-04-18 -> 23.2.1 https://github.com/ElementsProject/elements/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 rabbitmq-java-client, using log file: /var/log/nixpkgs-update/rabbitmq-java-client/2024-02-25.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/l0pxfb1njjg960dkggsray588kcscrxw-rabbitmq-java-client-5.0.0.tar.gz.drv building '/nix/store/l0pxfb1njjg960dkggsray588kcscrxw-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 0 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/l0pxfb1njjg960dkggsray588kcscrxw-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 0 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/l0pxfb1njjg960dkggsray588kcscrxw-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 python311Packages.pydevccu, using log file: /var/log/nixpkgs-update/python311Packages.pydevccu/2024-02-25.log python311Packages.pydevccu 0 -> 1 attrpath: python311Packages.pydevccu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/djn4s9l6yfac5imawph7dgqybjhlk7kk-packages.json.drv building '/nix/store/djn4s9l6yfac5imawph7dgqybjhlk7kk-packages.json.drv'... Going to be running update for following packages: - python3.11-pydevccu-0.1.7 Press Enter key to continue... Running update for: - python3.11-pydevccu-0.1.7: UPDATING ... - python3.11-pydevccu-0.1.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydevccu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath checkov, using log file: /var/log/nixpkgs-update/checkov/2024-02-25.log checkov 0 -> 1 attrpath: checkov Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/j27lg6q6idi7dx16i9sbg7hs6ag06fla-packages.json.drv building '/nix/store/j27lg6q6idi7dx16i9sbg7hs6ag06fla-packages.json.drv'... Going to be running update for following packages: - checkov-3.2.8 Press Enter key to continue... Running update for: - checkov-3.2.8: UPDATING ... - checkov-3.2.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/analysis/checkov/default.nix b/pkgs/development/tools/analysis/checkov/default.nix index a60ef454284d..dfc1725b3584 100644 --- a/pkgs/development/tools/analysis/checkov/default.nix +++ b/pkgs/development/tools/analysis/checkov/default.nix @@ -5,14 +5,14 @@ python3.pkgs.buildPythonApplication rec { pname = "checkov"; - version = "3.2.8"; + version = "3.2.24"; pyproject = true; src = fetchFromGitHub { owner = "bridgecrewio"; repo = "checkov"; rev = "refs/tags/${version}"; - hash = "sha256-Hd1YOzIH6v8N/oP2cJRUv6OkgOv9aSe7nkvzpsCN3rc="; + hash = "sha256-1v6Mft+FVEGXNQDiulpOvRy3KAD1JPkstjrURlL5r4o="; }; 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 checkov nix build failed. adding 'checkov/yaml_doc/base_registry.py' adding 'checkov/yaml_doc/base_yaml_check.py' adding 'checkov/yaml_doc/enums.py' adding 'checkov/yaml_doc/registry.py' adding 'checkov/yaml_doc/runner.py' adding 'checkov-3.2.24.data/scripts/checkov' adding 'checkov-3.2.24.data/scripts/checkov.cmd' adding 'sast_integration_tests/__init__.py' adding 'sast_integration_tests/prepare_data.sh' adding 'sast_integration_tests/run_integration_tests.sh' adding 'sast_integration_tests/test_checkov_sast_report.py' adding 'checkov-3.2.24.dist-info/LICENSE' adding 'checkov-3.2.24.dist-info/METADATA' adding 'checkov-3.2.24.dist-info/WHEEL' adding 'checkov-3.2.24.dist-info/top_level.txt' adding 'checkov-3.2.24.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built checkov-3.2.24-py3-none-any.whl Finished creating a wheel... /build/source/dist /build/source Unpacking to: unpacked/checkov-3.2.24...OK Repacking wheel as ./checkov-3.2.24-py3-none-any.whl...OK /build/source Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for checkov-3.2.24-py3-none-any.whl - boto3==1.34.25 not satisfied by version 1.33.6 - botocore==1.34.25 not satisfied by version 1.34.21 [result] Failed to update checkov 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.breeze-grub, using log file: /var/log/nixpkgs-update/libsForQt5.breeze-grub/2024-02-25.log libsForQt5.breeze-grub 5.27.10 -> 5.93.0 https://repology.org/project/breeze-grub/versions attrpath: libsForQt5.breeze-grub 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.breeze-grub 5.27.10 -> 5.93.0 https://repology.org/project/breeze-grub/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/0z9yqkqz80nxbiwknkbb8hp6ifq48jj4-packages.json.drv building '/nix/store/0z9yqkqz80nxbiwknkbb8hp6ifq48jj4-packages.json.drv'... 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 rPackages.desk, using log file: /var/log/nixpkgs-update/rPackages.desk/2024-02-25.log rPackages.desk 1.1.0 -> 1.1.1 https://repology.org/project/r:desk/versions attrpath: rPackages.desk 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.desk 1.1.0 -> 1.1.1 https://repology.org/project/r:desk/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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] this derivation will be built: /nix/store/5q9x2zd4m2jn1zyi28zmmjsf9hg14pjz-packages.json.drv building '/nix/store/5q9x2zd4m2jn1zyi28zmmjsf9hg14pjz-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/3j8qlpy92xja75ifk797ddw61gs9a70x-packages.json.drv building '/nix/store/3j8qlpy92xja75ifk797ddw61gs9a70x-packages.json.drv'... 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.conting, using log file: /var/log/nixpkgs-update/rPackages.conting/2024-02-25.log rPackages.conting 1.7 -> 1.7.9999 https://repology.org/project/r:conting/versions attrpath: rPackages.conting Checking auto update branch... No auto update branch exists Old version 1.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.conting 1.7 -> 1.7.9999 https://repology.org/project/r:conting/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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 rocmPackages.rocr-debug-agent, using log file: /var/log/nixpkgs-update/rocmPackages.rocr-debug-agent/2024-02-25.log rocmPackages.rocr-debug-agent 0 -> 1 attrpath: rocmPackages.rocr-debug-agent Checking auto update branch... [version] [version] skipping because derivation has 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 these 2 derivations will be built: /nix/store/i241y8g2yf64yvz3fnjxg5qlcvyl5h9h-update.sh.drv /nix/store/ns2cavd2kiqszqqniah6rp2gz8kvzzs8-packages.json.drv building '/nix/store/i241y8g2yf64yvz3fnjxg5qlcvyl5h9h-update.sh.drv'... building '/nix/store/ns2cavd2kiqszqqniah6rp2gz8kvzzs8-packages.json.drv'... Going to be running update for following packages: - rocr-debug-agent-5.7.1 Press Enter key to continue... Running update for: - rocr-debug-agent-5.7.1: UPDATING ... - rocr-debug-agent-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocr-debug-agent-5.7.1 ---------------------- 'rocmPackages_5.rocr-debug-agent' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocr-debug-agent'. --- SHOWING ERROR LOG FOR rocr-debug-agent-5.7.1 ---------------------- The update script for rocr-debug-agent-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocr-debug-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 rPackages.shroomDK, using log file: /var/log/nixpkgs-update/rPackages.shroomDK/2024-02-25.log rPackages.shroomDK 0.2.2 -> 0.3.0 https://repology.org/project/r:shroomdk/versions attrpath: rPackages.shroomDK Checking auto update branch... No auto update branch exists Old version 0.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.shroomDK 0.2.2 -> 0.3.0 https://repology.org/project/r:shroomdk/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.visvow, using log file: /var/log/nixpkgs-update/rPackages.visvow/2024-02-25.log rPackages.visvow 1.3.10 -> 1.3.11 https://repology.org/project/r:visvow/versions attrpath: rPackages.visvow Checking auto update branch... No auto update branch exists Old version 1.3.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.visvow 1.3.10 -> 1.3.11 https://repology.org/project/r:visvow/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.heemod, using log file: /var/log/nixpkgs-update/rPackages.heemod/2024-02-25.log rPackages.heemod 0.16.0 -> 1.0.1 https://repology.org/project/r:heemod/versions attrpath: rPackages.heemod Checking auto update branch... No auto update branch exists Old version 0.16.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.heemod 0.16.0 -> 1.0.1 https://repology.org/project/r:heemod/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ppmlasso, using log file: /var/log/nixpkgs-update/rPackages.ppmlasso/2024-02-25.log rPackages.ppmlasso 1.3 -> 1.4 https://repology.org/project/r:ppmlasso/versions attrpath: rPackages.ppmlasso Checking auto update branch... No auto update branch exists Old version 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.ppmlasso 1.3 -> 1.4 https://repology.org/project/r:ppmlasso/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.BayesGmed, using log file: /var/log/nixpkgs-update/rPackages.BayesGmed/2024-02-25.log rPackages.BayesGmed 0.0.2 -> 0.0.3 https://repology.org/project/r:bayesgmed/versions attrpath: rPackages.BayesGmed 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.BayesGmed 0.0.2 -> 0.0.3 https://repology.org/project/r:bayesgmed/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.apex, using log file: /var/log/nixpkgs-update/rPackages.apex/2024-02-25.log rPackages.apex 1.0.4 -> 1.0.6 https://repology.org/project/r:apex/versions attrpath: rPackages.apex Checking auto update branch... No auto update branch exists Old version 1.0.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.apex 1.0.4 -> 1.0.6 https://repology.org/project/r:apex/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.nlmixr2data, using log file: /var/log/nixpkgs-update/rPackages.nlmixr2data/2024-02-25.log rPackages.nlmixr2data 2.0.8 -> 2.0.9 https://repology.org/project/r:nlmixr2data/versions attrpath: rPackages.nlmixr2data 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.nlmixr2data 2.0.8 -> 2.0.9 https://repology.org/project/r:nlmixr2data/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mediainfo, using log file: /var/log/nixpkgs-update/mediainfo/2024-02-25.log mediainfo 23.11 -> 24.01.1 https://repology.org/project/mediainfo/versions attrpath: mediainfo Checking auto update branch... An auto update branch exists with message `mediainfo: 23.11 -> 24.01.1`. New version is 24.01.1. An auto update branch exists with an equal or greater version [result] Failed to update mediainfo 23.11 -> 24.01.1 https://repology.org/project/mediainfo/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.tensorflow, using log file: /var/log/nixpkgs-update/rPackages.tensorflow/2024-02-25.log rPackages.tensorflow 2.14.0 -> 2.15.0 https://repology.org/project/r:tensorflow/versions attrpath: rPackages.tensorflow Checking auto update branch... No auto update branch exists Old version 2.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.tensorflow 2.14.0 -> 2.15.0 https://repology.org/project/r: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 currently don't know how to update perl [result] Failed to update perl536Packages.NetSSH 0.09 -> 2.14 https://repology.org/project/perl:net-ssh/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.compositions, using log file: /var/log/nixpkgs-update/rPackages.compositions/2024-02-25.log rPackages.compositions 2.0-7 -> 2.0.8 https://repology.org/project/r:compositions/versions attrpath: rPackages.compositions Checking auto update branch... No auto update branch exists Old version 2.0-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.compositions 2.0-7 -> 2.0.8 https://repology.org/project/r:compositions/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.filesstrings, using log file: /var/log/nixpkgs-update/rPackages.filesstrings/2024-02-25.log rPackages.filesstrings 3.2.4 -> 3.4.0 https://repology.org/project/r:filesstrings/versions attrpath: rPackages.filesstrings Checking auto update branch... No auto update branch exists Old version 3.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.filesstrings 3.2.4 -> 3.4.0 https://repology.org/project/r:filesstrings/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fetchmail, using log file: /var/log/nixpkgs-update/fetchmail/2024-02-25.log fetchmail 6.4.37 -> 6.4.38 https://repology.org/project/fetchmail/versions attrpath: fetchmail Checking auto update branch... An auto update branch exists with message `fetchmail: 6.4.37 -> 6.4.38`. New version is 6.4.38. An auto update branch exists with an equal or greater version [result] Failed to update fetchmail 6.4.37 -> 6.4.38 https://repology.org/project/fetchmail/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.shinymodels, using log file: /var/log/nixpkgs-update/rPackages.shinymodels/2024-02-25.log rPackages.shinymodels 0.1.0 -> 0.1.1 https://repology.org/project/r:shinymodels/versions attrpath: rPackages.shinymodels 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.shinymodels 0.1.0 -> 0.1.1 https://repology.org/project/r:shinymodels/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.InterpretMSSpectrum, using log file: /var/log/nixpkgs-update/rPackages.InterpretMSSpectrum/2024-02-25.log rPackages.InterpretMSSpectrum 1.3.8 -> 1.4.5 https://repology.org/project/r:interpretmsspectrum/versions attrpath: rPackages.InterpretMSSpectrum Checking auto update branch... No auto update branch exists Old version 1.3.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.InterpretMSSpectrum 1.3.8 -> 1.4.5 https://repology.org/project/r:interpretmsspectrum/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.KnapsackSampling, using log file: /var/log/nixpkgs-update/rPackages.KnapsackSampling/2024-02-25.log rPackages.KnapsackSampling 0.1.0 -> 0.1.1 https://repology.org/project/r:knapsacksampling/versions attrpath: rPackages.KnapsackSampling 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.KnapsackSampling 0.1.0 -> 0.1.1 https://repology.org/project/r:knapsacksampling/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.wai-extra, using log file: /var/log/nixpkgs-update/haskellPackages.wai-extra/2024-02-25.log haskellPackages.wai-extra 3.1.13.0 -> 3.1.14 https://repology.org/project/haskell:wai-extra/versions attrpath: haskellPackages.wai-extra Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.wai-extra 3.1.13.0 -> 3.1.14 https://repology.org/project/haskell:wai-extra/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pretalx, using log file: /var/log/nixpkgs-update/pretalx/2024-02-25.log pretalx 0 -> 1 attrpath: pretalx 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/k8lqqp6g64z5ikj85lqlwnnwmi3m06nr-packages.json.drv building '/nix/store/k8lqqp6g64z5ikj85lqlwnnwmi3m06nr-packages.json.drv'... Going to be running update for following packages: - pretalx-2023.1.3 Press Enter key to continue... Running update for: - pretalx-2023.1.3: UPDATING ... - pretalx-2023.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pretalx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.censored, using log file: /var/log/nixpkgs-update/rPackages.censored/2024-02-25.log rPackages.censored 0.2.0 -> 0.3.0 https://repology.org/project/r:censored/versions attrpath: rPackages.censored 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.censored 0.2.0 -> 0.3.0 https://repology.org/project/r:censored/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ProbSamplingI, using log file: /var/log/nixpkgs-update/rPackages.ProbSamplingI/2024-02-25.log rPackages.ProbSamplingI 0.1.0 -> 2.0 https://repology.org/project/r:probsamplingi/versions attrpath: rPackages.ProbSamplingI 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.ProbSamplingI 0.1.0 -> 2.0 https://repology.org/project/r:probsamplingi/versions [options] github_user: r-ryantm, pull_request: 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.CodeTidyAll 0.83 -> 0.84 https://repology.org/project/perl:code-tidyall/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.matsbyname, using log file: /var/log/nixpkgs-update/rPackages.matsbyname/2024-02-25.log rPackages.matsbyname 0.6.8 -> 0.6.10 https://repology.org/project/r:matsbyname/versions attrpath: rPackages.matsbyname Checking auto update branch... No auto update branch exists Old version 0.6.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.matsbyname 0.6.8 -> 0.6.10 https://repology.org/project/r:matsbyname/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bitbox02, using log file: /var/log/nixpkgs-update/python311Packages.bitbox02/2024-02-25.log python311Packages.bitbox02 0 -> 1 attrpath: python311Packages.bitbox02 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/4cg99h6pnfsdwkbwwvsysp3yixsnq4b0-packages.json.drv building '/nix/store/4cg99h6pnfsdwkbwwvsysp3yixsnq4b0-packages.json.drv'... Going to be running update for following packages: - python3.11-bitbox02-6.2.0 Press Enter key to continue... Running update for: - python3.11-bitbox02-6.2.0: UPDATING ... - python3.11-bitbox02-6.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bitbox02 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-disks, using log file: /var/log/nixpkgs-update/libsForQt5.plasma-disks/2024-02-25.log libsForQt5.plasma-disks 5.27.10 -> 6.0.0 https://repology.org/project/plasma-disks/versions attrpath: libsForQt5.plasma-disks 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-disks 5.27.10 -> 6.0.0 https://repology.org/project/plasma-disks/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gitqlient, using log file: /var/log/nixpkgs-update/gitqlient/2024-02-25.log gitqlient 0 -> 1 attrpath: gitqlient Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/09jdrx2mh1d4ib86g58lpq4xqm8q2mlf-packages.json.drv building '/nix/store/09jdrx2mh1d4ib86g58lpq4xqm8q2mlf-packages.json.drv'... Going to be running update for following packages: - gitqlient-1.6.2 Press Enter key to continue... Running update for: - gitqlient-1.6.2: UPDATING ... - gitqlient-1.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gitqlient 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dparse, using log file: /var/log/nixpkgs-update/python311Packages.dparse/2024-02-25.log python311Packages.dparse 0 -> 1 attrpath: python311Packages.dparse 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/v8iwx51s0gvpprihjpgbsz0g8y8h93ik-packages.json.drv building '/nix/store/v8iwx51s0gvpprihjpgbsz0g8y8h93ik-packages.json.drv'... Going to be running update for following packages: - python3.11-dparse-0.6.3 Press Enter key to continue... Running update for: - python3.11-dparse-0.6.3: UPDATING ... - python3.11-dparse-0.6.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dparse 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath x2goclient, using log file: /var/log/nixpkgs-update/x2goclient/2024-02-25.log x2goclient 4.1.2.2 -> 4.1.2.3 https://repology.org/project/x2goclient/versions attrpath: x2goclient 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/x2goclient/default.nix b/pkgs/applications/networking/remote/x2goclient/default.nix index 854fee0b6b65..77799e813367 100644 --- a/pkgs/applications/networking/remote/x2goclient/default.nix +++ b/pkgs/applications/networking/remote/x2goclient/default.nix @@ -17,11 +17,11 @@ qt5.mkDerivation rec { pname = "x2goclient"; - version = "4.1.2.2"; + version = "4.1.2.3"; src = fetchurl { url = "https://code.x2go.org/releases/source/${pname}/${pname}-${version}.tar.gz"; - sha256 = "yZUyZ8QPpnEZrZanO6yx8mYZbaIFnwzc0bjVGZQh0So="; + sha256 = "sha256-q4uzx40xYlx0nkLxX4EP49JCknoVKYMIwT3qO5Fayjw="; }; buildInputs = [ [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 x2goclient nix build failed. Ignored 7 untranslated source text(s) Updating '/build/x2goclient-4.1.2.3/res/i18n/x2goclient_fr.qm'... Generated 705 translation(s) (704 finished and 1 unfinished) Updating '/build/x2goclient-4.1.2.3/res/i18n/x2goclient_nb_no.qm'... Generated 705 translation(s) (704 finished and 1 unfinished) Updating '/build/x2goclient-4.1.2.3/res/i18n/x2goclient_nl.qm'... Generated 705 translation(s) (704 finished and 1 unfinished) Updating '/build/x2goclient-4.1.2.3/res/i18n/x2goclient_pt.qm'... Generated 0 translation(s) (0 finished and 0 unfinished) Ignored 705 untranslated source text(s) Updating '/build/x2goclient-4.1.2.3/res/i18n/x2goclient_ru.qm'... Generated 425 translation(s) (415 finished and 10 unfinished) Ignored 280 untranslated source text(s) Updating '/build/x2goclient-4.1.2.3/res/i18n/x2goclient_sv.qm'... Generated 691 translation(s) (690 finished and 1 unfinished) Ignored 14 untranslated source text(s) Updating '/build/x2goclient-4.1.2.3/res/i18n/x2goclient_tr.qm'... Generated 424 translation(s) (413 finished and 11 unfinished) Ignored 281 untranslated source text(s) Updating '/build/x2goclient-4.1.2.3/res/i18n/x2goclient_zh_tw.qm'... Generated 310 translation(s) (289 finished and 21 unfinished) Ignored 395 untranslated source text(s) mkdir -p /build/x2goclient-4.1.2.3/client_build && cd /build/x2goclient-4.1.2.3/client_build && /nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/bin/qmake QMAKE_CFLAGS=" " QMAKE_CXXFLAGS=" " QMAKE_LFLAGS="" QMAKE_LIBS="" ../x2goclient.pro Info: creating stash file /build/x2goclient-4.1.2.3/client_build/.qmake.stash Project MESSAGE: building x2goclient via /nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev/mkspecs/linux-g++ with ldap and cups cd /build/x2goclient-4.1.2.3/client_build && make make[1]: Entering directory '/build/x2goclient-4.1.2.3/client_build' make[1]: *** No rule to make target 'SHELL'. Stop. make[1]: Leaving directory '/build/x2goclient-4.1.2.3/client_build' make: *** [Makefile:85: build_client] Error 2 [result] Failed to update x2goclient 4.1.2.2 -> 4.1.2.3 https://repology.org/project/x2goclient/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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-25.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] this derivation will be built: /nix/store/hcc626jargb98insjrvyjc6g8198f62n-packages.json.drv building '/nix/store/hcc626jargb98insjrvyjc6g8198f62n-packages.json.drv'... 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-25.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.meshcat, using log file: /var/log/nixpkgs-update/python311Packages.meshcat/2024-02-25.log python311Packages.meshcat 0 -> 1 attrpath: python311Packages.meshcat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/7y0kayhkmlkrfn7b8y8qw9kvfrpd4lcj-packages.json.drv building '/nix/store/7y0kayhkmlkrfn7b8y8qw9kvfrpd4lcj-packages.json.drv'... Going to be running update for following packages: - python3.11-meshcat-0.3.2 Press Enter key to continue... Running update for: - python3.11-meshcat-0.3.2: UPDATING ... - python3.11-meshcat-0.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.meshcat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.comm, using log file: /var/log/nixpkgs-update/python311Packages.comm/2024-02-25.log python311Packages.comm 0 -> 1 attrpath: python311Packages.comm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/c37x4ak1qvmzr9jvcaczpgq2mng6ypc2-packages.json.drv building '/nix/store/c37x4ak1qvmzr9jvcaczpgq2mng6ypc2-packages.json.drv'... Going to be running update for following packages: - python3.11-comm-0.2.1 Press Enter key to continue... Running update for: - python3.11-comm-0.2.1: UPDATING ... - python3.11-comm-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.comm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioquic, using log file: /var/log/nixpkgs-update/python311Packages.aioquic/2024-02-25.log python311Packages.aioquic 0 -> 1 attrpath: python311Packages.aioquic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/lsqbydylbzk0xb0qm4nzzib9ngq78s3j-packages.json.drv building '/nix/store/lsqbydylbzk0xb0qm4nzzib9ngq78s3j-packages.json.drv'... Going to be running update for following packages: - python3.11-aioquic-0.9.25 Press Enter key to continue... Running update for: - python3.11-aioquic-0.9.25: UPDATING ... - python3.11-aioquic-0.9.25: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioquic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.gt, using log file: /var/log/nixpkgs-update/rPackages.gt/2024-02-25.log rPackages.gt 0.10.0 -> 0.10.1 https://repology.org/project/r:gt/versions attrpath: rPackages.gt Checking auto update branch... No auto update branch exists Old version 0.10.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.gt 0.10.0 -> 0.10.1 https://repology.org/project/r:gt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.webrtc-noise-gain, using log file: /var/log/nixpkgs-update/python311Packages.webrtc-noise-gain/2024-02-25.log python311Packages.webrtc-noise-gain 0 -> 1 attrpath: python311Packages.webrtc-noise-gain Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/fpyvdrg2pxy5c5dpf2crirp7irq505wb-packages.json.drv building '/nix/store/fpyvdrg2pxy5c5dpf2crirp7irq505wb-packages.json.drv'... Going to be running update for following packages: - python3.11-webrtc-noise-gain-1.2.3 Press Enter key to continue... Running update for: - python3.11-webrtc-noise-gain-1.2.3: UPDATING ... - python3.11-webrtc-noise-gain-1.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.webrtc-noise-gain 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.platformdirs, using log file: /var/log/nixpkgs-update/python311Packages.platformdirs/2024-02-25.log python311Packages.platformdirs 0 -> 1 attrpath: python311Packages.platformdirs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/a05rbwx0fhvdjh80cg71w1hchnzgrm1a-packages.json.drv building '/nix/store/a05rbwx0fhvdjh80cg71w1hchnzgrm1a-packages.json.drv'... Going to be running update for following packages: - python3.11-platformdirs-4.0.0 Press Enter key to continue... Running update for: - python3.11-platformdirs-4.0.0: UPDATING ... - python3.11-platformdirs-4.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/platformdirs/default.nix b/pkgs/development/python-modules/platformdirs/default.nix index 6cf9822c5e41..7c45f33cb598 100644 --- a/pkgs/development/python-modules/platformdirs/default.nix +++ b/pkgs/development/python-modules/platformdirs/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "platformdirs"; - version = "4.0.0"; + version = "4.2.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = pname; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-27Cy8VEmbrO96G2mVStxkoWSRXlwZLWirI3tH6kBsus="; + hash = "sha256-DjRqOIkyhkA3Z1gl2o78R4kp23qJBj+pRmDBld8AbDI="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 11271 > 25 [result] Failed to update python311Packages.platformdirs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-payment-cryptography, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-payment-cryptography/2024-02-25.log python312Packages.mypy-boto3-payment-cryptography 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-payment-cryptography Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/bdv85g9sg0jdsg6wjjyyyk9jhgmydm7k-packages.json.drv building '/nix/store/bdv85g9sg0jdsg6wjjyyyk9jhgmydm7k-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-payment-cryptography-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-payment-cryptography-1.34.0: UPDATING ... - python3.12-mypy-boto3-payment-cryptography-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-payment-cryptography 1.34.0 -> 7.23.1 https://github.com/youtype/mypy_boto3_builder/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 materia-kde-theme, using log file: /var/log/nixpkgs-update/materia-kde-theme/2024-02-25.log materia-kde-theme 20220714 -> 20220823 https://github.com/PapirusDevelopmentTeam/materia-kde/releases attrpath: materia-kde-theme mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update materia-kde-theme 20220714 -> 20220823 https://github.com/PapirusDevelopmentTeam/materia-kde/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.glad2, using log file: /var/log/nixpkgs-update/python311Packages.glad2/2024-02-25.log python311Packages.glad2 0 -> 1 attrpath: python311Packages.glad2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/qfx9nyjzklr3ajy33kg3ck7qyacprvbl-packages.json.drv building '/nix/store/qfx9nyjzklr3ajy33kg3ck7qyacprvbl-packages.json.drv'... Going to be running update for following packages: - python3.11-glad2-2.0.4 Press Enter key to continue... Running update for: - python3.11-glad2-2.0.4: UPDATING ... - python3.11-glad2-2.0.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/glad2/default.nix b/pkgs/development/python-modules/glad2/default.nix index 57ee88c4997a..4c268dae71cc 100644 --- a/pkgs/development/python-modules/glad2/default.nix +++ b/pkgs/development/python-modules/glad2/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "glad2"; - version = "2.0.4"; + version = "2.0.5"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-7eFjn2nyugjx9JikCnB/NKYJ0k6y6g1sk2RomnmM99A="; + hash = "sha256-ugdXtqo6IEtjeHOxPQubQIZa4ZbfcpD8bAHYGOWK+Bw="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 191 > 25 [result] Failed to update python311Packages.glad2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath teamocil, using log file: /var/log/nixpkgs-update/teamocil/2024-02-25.log teamocil 0 -> 1 attrpath: teamocil 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 teamocil 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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-25.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 netlify-cli, using log file: /var/log/nixpkgs-update/netlify-cli/2024-02-25.log netlify-cli 12.2.4 -> 17.17.0 https://github.com/netlify/cli/releases attrpath: netlify-cli Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update netlify-cli 12.2.4 -> 17.17.0 https://github.com/netlify/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.busypie, using log file: /var/log/nixpkgs-update/python311Packages.busypie/2024-02-25.log python311Packages.busypie 0 -> 1 attrpath: python311Packages.busypie Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/67lzyrh2ppax30hi1rxzbz8lil2xjq93-packages.json.drv building '/nix/store/67lzyrh2ppax30hi1rxzbz8lil2xjq93-packages.json.drv'... Going to be running update for following packages: - python3.11-busypie-0.5.1 Press Enter key to continue... Running update for: - python3.11-busypie-0.5.1: UPDATING ... - python3.11-busypie-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.busypie 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sagemaker, using log file: /var/log/nixpkgs-update/python311Packages.sagemaker/2024-02-25.log python311Packages.sagemaker 0 -> 1 attrpath: python311Packages.sagemaker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/f5mmsvr34icaxlzh7p3h5r3vbqdggwnc-packages.json.drv building '/nix/store/f5mmsvr34icaxlzh7p3h5r3vbqdggwnc-packages.json.drv'... Going to be running update for following packages: - python3.11-sagemaker-2.208.0 Press Enter key to continue... Running update for: - python3.11-sagemaker-2.208.0: UPDATING ... - python3.11-sagemaker-2.208.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sagemaker/default.nix b/pkgs/development/python-modules/sagemaker/default.nix index e1423c9270e7..050ad52a9712 100644 --- a/pkgs/development/python-modules/sagemaker/default.nix +++ b/pkgs/development/python-modules/sagemaker/default.nix @@ -26,7 +26,7 @@ buildPythonPackage rec { pname = "sagemaker"; - version = "2.208.0"; + version = "2.209.0"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -35,7 +35,7 @@ buildPythonPackage rec { owner = "aws"; repo = "sagemaker-python-sdk"; rev = "refs/tags/v${version}"; - hash = "sha256-9YcYRwwa5P31jZpDrsewBY+r2kjRmoGM8CkXqAMilvE="; + hash = "sha256-bLUmCC1zprWe5J4bJnjnv+/FvCkvvMf0T8RV7KawLg4="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/16l89ddjkxa7vz3qszi0la3h8vcp2fv3-python3.11-sagemaker-2.209.0" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
  • python312Packages.sagemaker
1 package built:
  • python311Packages.sagemaker
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.sagemaker is: Library for training and deploying machine learning models on Amazon SageMaker meta.homepage for python311Packages.sagemaker is: https://github.com/aws/sagemaker-python-sdk/ meta.changelog for python311Packages.sagemaker is: https://github.com/aws/sagemaker-python-sdk/blob/v2.209.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 2.209.0 with grep in /nix/store/16l89ddjkxa7vz3qszi0la3h8vcp2fv3-python3.11-sagemaker-2.209.0 - found 2.209.0 in filename of file in /nix/store/16l89ddjkxa7vz3qszi0la3h8vcp2fv3-python3.11-sagemaker-2.209.0 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath python311Packages.sagemaker python312Packages.sagemaker ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/16l89ddjkxa7vz3qszi0la3h8vcp2fv3-python3.11-sagemaker-2.209.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.sagemaker https://github.com/r-ryantm/nixpkgs/archive/dec23aa0453dc94da71d4b1449032f3a6a1e355f.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/dec23aa0453dc94da71d4b1449032f3a6a1e355f#python311Packages.sagemaker ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/16l89ddjkxa7vz3qszi0la3h8vcp2fv3-python3.11-sagemaker-2.209.0 ls -la /nix/store/16l89ddjkxa7vz3qszi0la3h8vcp2fv3-python3.11-sagemaker-2.209.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 failed to build:
  • python312Packages.sagemaker
1 package built:
  • python311Packages.sagemaker
--- ###### Maintainer pings cc @NeQuissimus 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/291407 [result] Success updating python311Packages.sagemaker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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] these 2 derivations will be built: /nix/store/vzywq4xggjvvl044qbl05adpgivp7zx6-update-aspellDict-gu.drv /nix/store/zr5gn1ywmcl9q9pc990hmjskb69kq3q0-packages.json.drv building '/nix/store/vzywq4xggjvvl044qbl05adpgivp7zx6-update-aspellDict-gu.drv'... building '/nix/store/zr5gn1ywmcl9q9pc990hmjskb69kq3q0-packages.json.drv'... 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 python311Packages.azure-mgmt-containerservice, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-containerservice/2024-02-25.log python311Packages.azure-mgmt-containerservice 0 -> 1 attrpath: python311Packages.azure-mgmt-containerservice Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/jkh35b8hvr5ccb2g8za28hz3574hhppl-packages.json.drv building '/nix/store/jkh35b8hvr5ccb2g8za28hz3574hhppl-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-containerservice-29.1.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-containerservice-29.1.0: UPDATING ... - python3.11-azure-mgmt-containerservice-29.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-containerservice 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.surt, using log file: /var/log/nixpkgs-update/python311Packages.surt/2024-02-25.log python311Packages.surt 0 -> 1 attrpath: python311Packages.surt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/6dzqgy295cac7i8dpv50ippfwpw0sb39-packages.json.drv building '/nix/store/6dzqgy295cac7i8dpv50ippfwpw0sb39-packages.json.drv'... Going to be running update for following packages: - python3.11-surt-0.3.1 Press Enter key to continue... Running update for: - python3.11-surt-0.3.1: UPDATING ... - python3.11-surt-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.surt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ecoaliface, using log file: /var/log/nixpkgs-update/python311Packages.ecoaliface/2024-02-25.log python311Packages.ecoaliface 0 -> 1 attrpath: python311Packages.ecoaliface Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/x2v4amxnm9c818bqswp9dnlghrkjjnk5-packages.json.drv building '/nix/store/x2v4amxnm9c818bqswp9dnlghrkjjnk5-packages.json.drv'... Going to be running update for following packages: - python3.11-ecoaliface-0.5.0 Press Enter key to continue... Running update for: - python3.11-ecoaliface-0.5.0: UPDATING ... - python3.11-ecoaliface-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ecoaliface 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.periodiq, using log file: /var/log/nixpkgs-update/python311Packages.periodiq/2024-02-25.log python311Packages.periodiq 0 -> 1 attrpath: python311Packages.periodiq Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/c0jm8aspj1rm042d6w7i9nkf02a7yv57-packages.json.drv building '/nix/store/c0jm8aspj1rm042d6w7i9nkf02a7yv57-packages.json.drv'... Going to be running update for following packages: - python3.11-periodiq-0.12.1 Press Enter key to continue... Running update for: - python3.11-periodiq-0.12.1: UPDATING ... - python3.11-periodiq-0.12.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.periodiq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/h4h2yzwiwm0sfhip9z7py4ks6g1wx6s2-packages.json.drv building '/nix/store/h4h2yzwiwm0sfhip9z7py4ks6g1wx6s2-packages.json.drv'... 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 ddns-go, using log file: /var/log/nixpkgs-update/ddns-go/2024-02-25.log ddns-go 6.0.3 -> 6.1.2 https://github.com/jeessy2/ddns-go/releases attrpath: ddns-go Checking auto update branch... No auto update branch exists Old version 6.0.3" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "ddns-go"; version = "6.1.2"; src = fetchFromGitHub { owner = "jeessy2"; repo = pname; rev = "v${version}"; hash = "sha256-OKQRcYG3t7sU/HSmnkViWWm1is0fhrb6nyh8ahl/l6U="; }; vendorHash = "sha256-VCp+seFaYXElQmktYlWm+nW4gNwNocOVm7T+M6+AdNg="; ldflags = [ "-X main.version=${version}" ]; # network required doCheck = false; meta = with lib;{ homepage = "https://github.com/jeessy2/ddns-go"; description = "Simple and easy to use DDNS"; license = licenses.mit; maintainers = with maintainers; [ oluceps ]; mainProgram = "ddns-go"; }; } [result] Failed to update ddns-go 6.0.3 -> 6.1.2 https://github.com/jeessy2/ddns-go/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.linetable, using log file: /var/log/nixpkgs-update/python311Packages.linetable/2024-02-25.log python311Packages.linetable 0 -> 1 attrpath: python311Packages.linetable 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] this derivation will be built: /nix/store/pywkvixsc4zkl9wk7apz42nspvax6k6b-packages.json.drv building '/nix/store/pywkvixsc4zkl9wk7apz42nspvax6k6b-packages.json.drv'... Going to be running update for following packages: - python3.11-linetable-0.0.3 Press Enter key to continue... Running update for: - python3.11-linetable-0.0.3: UPDATING ... - python3.11-linetable-0.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.linetable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.llvm.lldb, using log file: /var/log/nixpkgs-update/rocmPackages.llvm.lldb/2024-02-25.log rocmPackages.llvm.lldb 0 -> 1 attrpath: rocmPackages.llvm.lldb Checking auto update branch... [version] [version] skipping because derivation has 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 these 2 derivations will be built: /nix/store/rdw66lw4bz784vxbzsp9b5im698wwcbp-update.sh.drv /nix/store/rql5rd2849ilc4h595l5gy76mbmxhins-packages.json.drv building '/nix/store/rdw66lw4bz784vxbzsp9b5im698wwcbp-update.sh.drv'... building '/nix/store/rql5rd2849ilc4h595l5gy76mbmxhins-packages.json.drv'... Going to be running update for following packages: - rocm-llvm-lldb-5.7.1 Press Enter key to continue... Running update for: - rocm-llvm-lldb-5.7.1: UPDATING ... - rocm-llvm-lldb-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-llvm-lldb-5.7.1 ---------------------- 'rocmPackages_5.llvm.lldb' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.llvm.lldb'. --- SHOWING ERROR LOG FOR rocm-llvm-lldb-5.7.1 ---------------------- The update script for rocm-llvm-lldb-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.llvm.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 sass, using log file: /var/log/nixpkgs-update/sass/2024-02-25.log sass 0 -> 1 attrpath: sass 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 sass 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.execnb, using log file: /var/log/nixpkgs-update/python311Packages.execnb/2024-02-25.log python311Packages.execnb 0 -> 1 attrpath: python311Packages.execnb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/bb3qwql4nxx9fm90xa54ywqlb0sm3rd3-packages.json.drv building '/nix/store/bb3qwql4nxx9fm90xa54ywqlb0sm3rd3-packages.json.drv'... Going to be running update for following packages: - python3.11-execnb-0.1.5 Press Enter key to continue... Running update for: - python3.11-execnb-0.1.5: UPDATING ... - python3.11-execnb-0.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.execnb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.wavefront, using log file: /var/log/nixpkgs-update/terraform-providers.wavefront/2024-02-25.log terraform-providers.wavefront 0 -> 1 attrpath: terraform-providers.wavefront Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.wavefront 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bun, using log file: /var/log/nixpkgs-update/bun/2024-02-25.log bun 0 -> 1 attrpath: bun 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] these 2 derivations will be built: /nix/store/lnqsvhyfib1pqwv58scappzv2c7jjqcz-update-bun.drv /nix/store/1cpbf4qimwvvr7r616c9r91n6pc4cw2b-packages.json.drv building '/nix/store/lnqsvhyfib1pqwv58scappzv2c7jjqcz-update-bun.drv'... building '/nix/store/1cpbf4qimwvvr7r616c9r91n6pc4cw2b-packages.json.drv'... Going to be running update for following packages: - bun-1.0.28 Press Enter key to continue... Running update for: - bun-1.0.28: UPDATING ... - bun-1.0.28: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/web/bun/default.nix b/pkgs/development/web/bun/default.nix index 40828aa1909e..916f125dcc49 100644 --- a/pkgs/development/web/bun/default.nix +++ b/pkgs/development/web/bun/default.nix @@ -12,7 +12,7 @@ }: stdenvNoCC.mkDerivation rec { - version = "1.0.28"; + version = "1.0.29"; pname = "bun"; src = passthru.sources.${stdenvNoCC.hostPlatform.system} or (throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}"); @@ -51,19 +51,19 @@ stdenvNoCC.mkDerivation rec { sources = { "aarch64-darwin" = fetchurl { url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-aarch64.zip"; - hash = "sha256-kw39m8zD1f4uGjs2r/J2j8YbjbKDjZmFWxzf/x81poM="; + hash = "sha256-tcrFHzGJkpVDkrEUff6OR4i76E2+dmYIXuwJ3BiNvQc="; }; "aarch64-linux" = fetchurl { url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-aarch64.zip"; - hash = "sha256-eJr3mWusSNrDqPHV5PwVsfGK4o57XDsBHozpPJE7HsU="; + hash = "sha256-ujiVw1Pemlo+OHPj8JtazNzYVziq8a65mYdXcS5ViL4="; }; "x86_64-darwin" = fetchurl { url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-darwin-x64.zip"; - hash = "sha256-qkVy1w+MrlBplX0CLuW0yufnZ/+ETkJPSm/91KpAR+c="; + hash = "sha256-rY9VixMXgn8E2NzZpJg873eADM9ZnJnAkdAVnj91S2o="; }; "x86_64-linux" = fetchurl { url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64.zip"; - hash = "sha256-a9upDXwlgmvF99ulUplrscWrsGp/7AsLTfx1FPYY41s="; + hash = "sha256-mhDFX6Z1UFGXLqDbUAt8TP/8Ejavzu+WdFGayrtS2Ns="; }; }; updateScript = writeShellScript "update-bun" '' No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/jk432rp4sfm9y912yy071cxdx30bbhvm-bun-1.0.29" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
  • bun
  • helix-gpt
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 bun is: Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one meta.homepage for bun is: https://bun.sh meta.changelog for bun is: https://bun.sh/blog/bun-v1.0.29 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/oven-sh/bun/releases/tag/bun-v1.0.29) - [Compare changes on GitHub](https://github.com/oven-sh/bun/compare/bun-v1.0.28...bun-v1.0.29) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.0.29 with grep in /nix/store/jk432rp4sfm9y912yy071cxdx30bbhvm-bun-1.0.29 - found 1.0.29 in filename of file in /nix/store/jk432rp4sfm9y912yy071cxdx30bbhvm-bun-1.0.29 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath bun helix-gpt ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/jk432rp4sfm9y912yy071cxdx30bbhvm-bun-1.0.29 \ --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 bun https://github.com/r-ryantm/nixpkgs/archive/2ed1ebcb1cb62ac3df2fccc2262c36f6265cbd6b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/2ed1ebcb1cb62ac3df2fccc2262c36f6265cbd6b#bun ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/jk432rp4sfm9y912yy071cxdx30bbhvm-bun-1.0.29 ls -la /nix/store/jk432rp4sfm9y912yy071cxdx30bbhvm-bun-1.0.29/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:
  • bun
  • helix-gpt
--- ###### Maintainer pings cc @DAlperin @06kellyjac @thilobillerbeck @cdmistman @coffee-is-power 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/291418 [result] Success updating bun 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath f2c, using log file: /var/log/nixpkgs-update/f2c/2024-02-25.log f2c 20230428 -> 20240130 https://repology.org/project/f2c/versions attrpath: f2c 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/tools/f2c/default.nix b/pkgs/development/tools/f2c/default.nix index 63b3c5ae32eb..da68b27ddeb9 100644 --- a/pkgs/development/tools/f2c/default.nix +++ b/pkgs/development/tools/f2c/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation { pname = "f2c"; - version = "20230428"; + version = "20240130"; src = fetchurl { url = "https://www.netlib.org/f2c/src.tgz"; - sha256 = "sha256-dLpnwyGjtikhbH7VpIoGHD5cNyKshc6wHczmkTdRcFo="; + sha256 = "sha256-YciR1CbtsFvGR9b3/DRcLn9NzlXQksVKj8Xhr0g6MjU="; }; makeFlags = [ "-f" "makefile.u" ]; Source url did not change. [result] Failed to update f2c 20230428 -> 20240130 https://repology.org/project/f2c/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyld, using log file: /var/log/nixpkgs-update/python311Packages.pyld/2024-02-25.log python311Packages.pyld 1.0.5 -> 2.0.4 https://repology.org/project/python:pyld/versions attrpath: python311Packages.pyld 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/8m5xh6fm5mbg41ap80rjz4aaxqrfhqx8-packages.json.drv building '/nix/store/8m5xh6fm5mbg41ap80rjz4aaxqrfhqx8-packages.json.drv'... Going to be running update for following packages: - python3.11-pyld-1.0.5 Press Enter key to continue... Running update for: - python3.11-pyld-1.0.5: UPDATING ... - python3.11-pyld-1.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyld 1.0.5 -> 2.0.4 https://repology.org/project/python:pyld/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jetbrains.goland, using log file: /var/log/nixpkgs-update/jetbrains.goland/2024-02-25.log jetbrains.goland 2023.3.3 -> 2023.3.4 https://repology.org/project/goland/versions attrpath: jetbrains.goland Checking auto update branch... No auto update branch exists Old version 2023.3.3" not present in master derivation file with contents: { lib , stdenv , callPackage , fetchurl , jdk , zlib , python3 , lldb , dotnet-sdk_7 , maven , openssl , expat , libxcrypt , libxcrypt-legacy , fontconfig , libxml2 , runCommand , musl , R , libgcc , lttng-ust_2_12 , xz , xorg , libGL , vmopts ? null }: let inherit (stdenv.hostPlatform) system; # `ides.json` is handwritten and contains information that doesn't change across updates, like maintainers and other metadata # `versions.json` contains everything generated/needed by the update script version numbers, build numbers and tarball hashes ideInfo = lib.importJSON ./bin/ides.json; versions = lib.importJSON ./bin/versions.json; products = versions.${system} or (throw "Unsupported system: ${system}"); package = if stdenv.isDarwin then ./bin/darwin.nix else ./bin/linux.nix; mkJetBrainsProductCore = callPackage package { inherit vmopts; }; mkMeta = meta: fromSource: { inherit (meta) homepage longDescription; description = meta.description + lib.optionalString meta.isOpenSource (if fromSource then " (built from source)" else " (patched binaries from jetbrains)"); maintainers = map (x: lib.maintainers."${x}") meta.maintainers; license = if meta.isOpenSource then lib.licenses.asl20 else lib.licenses.unfree; }; mkJetBrainsProduct = { pname , fromSource ? false , extraWrapperArgs ? [ ] , extraLdPath ? [ ] , extraBuildInputs ? [ ] }: mkJetBrainsProductCore { inherit pname jdk extraWrapperArgs extraLdPath extraBuildInputs; src = if fromSource then communitySources."${pname}" else fetchurl { url = products."${pname}".url; sha256 = products."${pname}".sha256; }; inherit (products."${pname}") version; buildNumber = products."${pname}".build_number; inherit (ideInfo."${pname}") wmClass product; productShort = ideInfo."${pname}".productShort or ideInfo."${pname}".product; meta = mkMeta ideInfo."${pname}".meta fromSource; libdbm = if ideInfo."${pname}".meta.isOpenSource then communitySources."${pname}".libdbm else communitySources.idea-community.libdbm; fsnotifier = if ideInfo."${pname}".meta.isOpenSource then communitySources."${pname}".fsnotifier else communitySources.idea-community.fsnotifier; }; communitySources = callPackage ./source { }; buildIdea = args: mkJetBrainsProduct (args // { extraLdPath = [ zlib ]; extraWrapperArgs = [ ''--set M2_HOME "${maven}/maven"'' ''--set M2 "${maven}/maven/bin"'' ]; }); buildPycharm = args: (mkJetBrainsProduct args).overrideAttrs (finalAttrs: previousAttrs: lib.optionalAttrs stdenv.isLinux { buildInputs = with python3.pkgs; (previousAttrs.buildInputs or []) ++ [ python3 setuptools ]; preInstall = '' echo "compiling cython debug speedups" if [[ -d plugins/python-ce ]]; then ${python3.interpreter} plugins/python-ce/helpers/pydev/setup_cython.py build_ext --inplace else ${python3.interpreter} plugins/python/helpers/pydev/setup_cython.py build_ext --inplace fi ''; # See https://www.jetbrains.com/help/pycharm/2022.1/cython-speedups.html }); in rec { # Sorted alphabetically clion = (mkJetBrainsProduct { pname = "clion"; extraBuildInputs = lib.optionals (stdenv.isLinux) [ python3 stdenv.cc.cc openssl libxcrypt-legacy musl ] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ expat libxml2 xz ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/clion # I think the included gdb has a couple of patches, so we patch it instead of replacing ls -d $PWD/bin/gdb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ls -d $PWD/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ) ''; }); datagrip = mkJetBrainsProduct { pname = "datagrip"; extraBuildInputs = [ stdenv.cc.cc ]; }; dataspell = let libr = runCommand "libR" {} '' mkdir -p $out/lib ln -s ${R}/lib/R/lib/libR.so $out/lib/libR.so ''; in mkJetBrainsProduct { pname = "dataspell"; extraBuildInputs = [ libgcc libr stdenv.cc.cc ]; }; gateway = mkJetBrainsProduct { pname = "gateway"; }; goland = (mkJetBrainsProduct { pname = "goland"; extraWrapperArgs = [ # fortify source breaks build since delve compiles with -O0 ''--prefix CGO_CPPFLAGS " " "-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"'' ]; extraBuildInputs = [ libgcc stdenv.cc.cc ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString stdenv.isLinux '' interp="$(cat $NIX_CC/nix-support/dynamic-linker)" patchelf --set-interpreter $interp $out/goland/plugins/go-plugin/lib/dlv/linux/dlv chmod +x $out/goland/plugins/go-plugin/lib/dlv/linux/dlv ''; }); idea-community-bin = buildIdea { pname = "idea-community"; extraBuildInputs = [ stdenv.cc.cc ]; }; idea-community-src = buildIdea { pname = "idea-community"; extraBuildInputs = [ stdenv.cc.cc ]; fromSource = true; }; idea-community = if stdenv.isDarwin || stdenv.isAarch64 then idea-community-bin else idea-community-src; idea-ultimate = buildIdea { pname = "idea-ultimate"; extraBuildInputs = [ stdenv.cc.cc lldb musl ]; }; mps = mkJetBrainsProduct { pname = "mps"; }; phpstorm = mkJetBrainsProduct { pname = "phpstorm"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; pycharm-community-bin = buildPycharm { pname = "pycharm-community"; }; pycharm-community-src = buildPycharm { pname = "pycharm-community"; fromSource = true; }; pycharm-community = if stdenv.isDarwin then pycharm-community-bin else pycharm-community-src; pycharm-professional = buildPycharm { pname = "pycharm-professional"; extraBuildInputs = [ musl ]; }; rider = (mkJetBrainsProduct { pname = "rider"; extraBuildInputs = [ fontconfig stdenv.cc.cc openssl libxcrypt lttng-ust_2_12 musl ]; }).overrideAttrs (attrs: { postInstall = (attrs.postInstall or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/rider ls -d $PWD/plugins/cidr-debugger-plugin/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so \ --replace-needed libcrypt.so.1 libcrypt.so for dir in lib/ReSharperHost/linux-*; do rm -rf $dir/dotnet ln -s ${dotnet-sdk_7} $dir/dotnet done ) ''; }); ruby-mine = mkJetBrainsProduct { pname = "ruby-mine"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; rust-rover = (mkJetBrainsProduct { pname = "rust-rover"; extraBuildInputs = lib.optionals (stdenv.isLinux) [ python3 openssl libxcrypt-legacy fontconfig xorg.libX11 libGL ] ++ lib.optionals (stdenv.isLinux && stdenv.isAarch64) [ expat libxml2 xz ]; }).overrideAttrs (attrs: { postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) '' ( cd $out/rust-rover # Copied over from clion (gdb seems to have a couple of patches) ls -d $PWD/bin/gdb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so ls -d $PWD/bin/lldb/linux/*/lib/python3.8/lib-dynload/* | xargs patchelf \ --replace-needed libssl.so.10 libssl.so \ --replace-needed libcrypto.so.10 libcrypto.so interp="$(cat $NIX_CC/nix-support/dynamic-linker)" patchelf --set-interpreter $interp $PWD/plugins/intellij-rust/bin/linux/*/intellij-rust-native-helper chmod +x $PWD/plugins/intellij-rust/bin/linux/*/intellij-rust-native-helper ) ''; }); webstorm = mkJetBrainsProduct { pname = "webstorm"; extraBuildInputs = [ stdenv.cc.cc musl ]; }; plugins = callPackage ./plugins { } // { __attrsFailEvaluation = true; }; } [result] Failed to update jetbrains.goland 2023.3.3 -> 2023.3.4 https://repology.org/project/goland/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath efivar, using log file: /var/log/nixpkgs-update/efivar/2024-02-25.log efivar 38 -> 39 https://github.com/rhinstaller/efivar/releases attrpath: efivar 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 efivar 38 -> 39 https://github.com/rhinstaller/efivar/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.pytest-flask, using log file: /var/log/nixpkgs-update/python311Packages.pytest-flask/2024-02-25.log python311Packages.pytest-flask 0 -> 1 attrpath: python311Packages.pytest-flask Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/1w63lb15wvp13rqg1q7yp621lrmf2iyd-packages.json.drv building '/nix/store/1w63lb15wvp13rqg1q7yp621lrmf2iyd-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-flask-1.3.0 Press Enter key to continue... Running update for: - python3.11-pytest-flask-1.3.0: UPDATING ... - python3.11-pytest-flask-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-flask 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lego, using log file: /var/log/nixpkgs-update/lego/2024-02-25.log lego 4.14.2 -> 4.15.0 https://github.com/go-acme/lego/releases attrpath: lego Checking auto update branch... An auto update branch exists with message `lego: 4.14.2 -> 4.15.0`. New version is 4.15.0. An auto update branch exists with an equal or greater version [result] Failed to update lego 4.14.2 -> 4.15.0 https://github.com/go-acme/lego/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 fits-cloudctl, using log file: /var/log/nixpkgs-update/fits-cloudctl/2024-02-25.log fits-cloudctl 0.12.13 -> 0.12.16 https://github.com/fi-ts/cloudctl/releases attrpath: fits-cloudctl Checking auto update branch... An auto update branch exists with message `fits-cloudctl: 0.12.13 -> 0.12.16`. New version is 0.12.16. An auto update branch exists with an equal or greater version [result] Failed to update fits-cloudctl 0.12.13 -> 0.12.16 https://github.com/fi-ts/cloudctl/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.onnxmltools, using log file: /var/log/nixpkgs-update/python311Packages.onnxmltools/2024-02-25.log python311Packages.onnxmltools 0 -> 1 attrpath: python311Packages.onnxmltools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/6dpvw147i1i7rsn7nqa2my8ykyk6p4aa-packages.json.drv building '/nix/store/6dpvw147i1i7rsn7nqa2my8ykyk6p4aa-packages.json.drv'... Going to be running update for following packages: - python3.11-onnxmltools-1.12.0 Press Enter key to continue... Running update for: - python3.11-onnxmltools-1.12.0: UPDATING ... - python3.11-onnxmltools-1.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.onnxmltools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.gala, using log file: /var/log/nixpkgs-update/pantheon.gala/2024-02-25.log pantheon.gala 0 -> 1 attrpath: pantheon.gala Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/nlp7fdw1yaxhn5gg53rh09faa74d6zp3-packages.json.drv building '/nix/store/nlp7fdw1yaxhn5gg53rh09faa74d6zp3-packages.json.drv'... Going to be running update for following packages: - gala-7.1.3 Press Enter key to continue... Running update for: - gala-7.1.3: UPDATING ... - gala-7.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.gala 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-marketplaceordering, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-marketplaceordering/2024-02-25.log python311Packages.azure-mgmt-marketplaceordering 0 -> 1 attrpath: python311Packages.azure-mgmt-marketplaceordering Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/a5cgkymhz5hd8mk3hnnc5rlbnfs5f9hp-packages.json.drv building '/nix/store/a5cgkymhz5hd8mk3hnnc5rlbnfs5f9hp-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-marketplaceordering-1.1.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-marketplaceordering-1.1.0: UPDATING ... - python3.11-azure-mgmt-marketplaceordering-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-marketplaceordering 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.watermark, using log file: /var/log/nixpkgs-update/python311Packages.watermark/2024-02-25.log python311Packages.watermark 0 -> 1 attrpath: python311Packages.watermark Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/43pbhymzwp48aphwwy5q05pmyzs7r292-packages.json.drv building '/nix/store/43pbhymzwp48aphwwy5q05pmyzs7r292-packages.json.drv'... Going to be running update for following packages: - python3.11-watermark-2.4.0 Press Enter key to continue... Running update for: - python3.11-watermark-2.4.0: UPDATING ... - python3.11-watermark-2.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.watermark 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.pantheon-agent-geoclue2, using log file: /var/log/nixpkgs-update/pantheon.pantheon-agent-geoclue2/2024-02-25.log pantheon.pantheon-agent-geoclue2 0 -> 1 attrpath: pantheon.pantheon-agent-geoclue2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/dzc9kpz5qvm3hqx509y44szmsi4m5f1c-packages.json.drv building '/nix/store/dzc9kpz5qvm3hqx509y44szmsi4m5f1c-packages.json.drv'... Going to be running update for following packages: - pantheon-agent-geoclue2-1.0.6 Press Enter key to continue... Running update for: - pantheon-agent-geoclue2-1.0.6: UPDATING ... - pantheon-agent-geoclue2-1.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.pantheon-agent-geoclue2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymediainfo, using log file: /var/log/nixpkgs-update/python311Packages.pymediainfo/2024-02-25.log python311Packages.pymediainfo 0 -> 1 attrpath: python311Packages.pymediainfo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/7v25455s79drx028ldg1b9h28nlpmby7-packages.json.drv building '/nix/store/7v25455s79drx028ldg1b9h28nlpmby7-packages.json.drv'... Going to be running update for following packages: - python3.11-pymediainfo-6.1.0 Press Enter key to continue... Running update for: - python3.11-pymediainfo-6.1.0: UPDATING ... - python3.11-pymediainfo-6.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymediainfo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-docx, using log file: /var/log/nixpkgs-update/python311Packages.python-docx/2024-02-25.log python311Packages.python-docx 0 -> 1 attrpath: python311Packages.python-docx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/5zfp4638svj1qqxnfha49bs38q4yk2a8-packages.json.drv building '/nix/store/5zfp4638svj1qqxnfha49bs38q4yk2a8-packages.json.drv'... Going to be running update for following packages: - python3.11-python-docx-1.1.0 Press Enter key to continue... Running update for: - python3.11-python-docx-1.1.0: UPDATING ... - python3.11-python-docx-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-docx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-maps, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-maps/2024-02-25.log python311Packages.azure-mgmt-maps 0 -> 1 attrpath: python311Packages.azure-mgmt-maps Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/50vywqhyn8zdx15rk2l30zshrq95wsbh-packages.json.drv building '/nix/store/50vywqhyn8zdx15rk2l30zshrq95wsbh-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-maps-2.1.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-maps-2.1.0: UPDATING ... - python3.11-azure-mgmt-maps-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-maps 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-tagging, using log file: /var/log/nixpkgs-update/python311Packages.django-tagging/2024-02-25.log python311Packages.django-tagging 0 -> 1 attrpath: python311Packages.django-tagging Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/i7sin2yjlv30g1fr2qh06n9w4vhdihh5-packages.json.drv building '/nix/store/i7sin2yjlv30g1fr2qh06n9w4vhdihh5-packages.json.drv'... Going to be running update for following packages: - python3.11-django-tagging-0.5.0 Press Enter key to continue... Running update for: - python3.11-django-tagging-0.5.0: UPDATING ... - python3.11-django-tagging-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-tagging 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyenphase, using log file: /var/log/nixpkgs-update/python311Packages.pyenphase/2024-02-25.log python311Packages.pyenphase 0 -> 1 attrpath: python311Packages.pyenphase Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ik06clq1cjkxy2vgiyp1jd1s6qn80shq-packages.json.drv building '/nix/store/ik06clq1cjkxy2vgiyp1jd1s6qn80shq-packages.json.drv'... Going to be running update for following packages: - python3.11-pyenphase-1.19.0 Press Enter key to continue... Running update for: - python3.11-pyenphase-1.19.0: UPDATING ... - python3.11-pyenphase-1.19.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyenphase 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath smbscan, using log file: /var/log/nixpkgs-update/smbscan/2024-02-25.log smbscan 0 -> 1 attrpath: smbscan Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ql7qll2qcnghgjp1gjhh2fp8953b79ik-packages.json.drv building '/nix/store/ql7qll2qcnghgjp1gjhh2fp8953b79ik-packages.json.drv'... Going to be running update for following packages: - smbscan-unstable-2022-05-26 Press Enter key to continue... Running update for: - smbscan-unstable-2022-05-26: UPDATING ... - smbscan-unstable-2022-05-26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update smbscan 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libyamlcpp, using log file: /var/log/nixpkgs-update/libyamlcpp/2024-02-25.log libyamlcpp 0 -> 1 attrpath: libyamlcpp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/6p8zgsnd0ssxn1f43qjibck63a9k441m-packages.json.drv building '/nix/store/6p8zgsnd0ssxn1f43qjibck63a9k441m-packages.json.drv'... Going to be running update for following packages: - yaml-cpp-0.8.0 Press Enter key to continue... Running update for: - yaml-cpp-0.8.0: UPDATING ... - yaml-cpp-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libyamlcpp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pdbfixer, using log file: /var/log/nixpkgs-update/python311Packages.pdbfixer/2024-02-25.log python311Packages.pdbfixer 0 -> 1 attrpath: python311Packages.pdbfixer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/rq3z1zai8c9ijh67ld0nvq9jklh6qmr8-packages.json.drv building '/nix/store/rq3z1zai8c9ijh67ld0nvq9jklh6qmr8-packages.json.drv'... Going to be running update for following packages: - python3.11-pdbfixer-1.9 Press Enter key to continue... Running update for: - python3.11-pdbfixer-1.9: UPDATING ... - python3.11-pdbfixer-1.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pdbfixer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.websockify, using log file: /var/log/nixpkgs-update/python311Packages.websockify/2024-02-25.log python311Packages.websockify 0 -> 1 attrpath: python311Packages.websockify Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/qwkcdfkydlgickvd76v9x9x875ssnwrm-packages.json.drv building '/nix/store/qwkcdfkydlgickvd76v9x9x875ssnwrm-packages.json.drv'... Going to be running update for following packages: - python3.11-websockify-0.11.0 Press Enter key to continue... Running update for: - python3.11-websockify-0.11.0: UPDATING ... - python3.11-websockify-0.11.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.websockify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.httpauth, using log file: /var/log/nixpkgs-update/python311Packages.httpauth/2024-02-25.log python311Packages.httpauth 0 -> 1 attrpath: python311Packages.httpauth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ragwrpwd3yzj508bqbm17hlb6pvj3z6h-packages.json.drv building '/nix/store/ragwrpwd3yzj508bqbm17hlb6pvj3z6h-packages.json.drv'... Going to be running update for following packages: - python3.11-httpauth-0.3 Press Enter key to continue... Running update for: - python3.11-httpauth-0.3: UPDATING ... - python3.11-httpauth-0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.httpauth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fpylll, using log file: /var/log/nixpkgs-update/python311Packages.fpylll/2024-02-25.log python311Packages.fpylll 0 -> 1 attrpath: python311Packages.fpylll Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/g6grzlrmg79hvhqfll4r1mwnkmlw46aw-packages.json.drv building '/nix/store/g6grzlrmg79hvhqfll4r1mwnkmlw46aw-packages.json.drv'... Going to be running update for following packages: - python3.11-fpylll-0.6.1 Press Enter key to continue... Running update for: - python3.11-fpylll-0.6.1: UPDATING ... - python3.11-fpylll-0.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fpylll 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-tables, using log file: /var/log/nixpkgs-update/python311Packages.mdformat-tables/2024-02-25.log python311Packages.mdformat-tables 0 -> 1 attrpath: python311Packages.mdformat-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] this derivation will be built: /nix/store/y68md9n6affab1wrly1vjxbywq12qn8f-packages.json.drv building '/nix/store/y68md9n6affab1wrly1vjxbywq12qn8f-packages.json.drv'... Going to be running update for following packages: - python3.11-mdformat-tables-0.4.1 Press Enter key to continue... Running update for: - python3.11-mdformat-tables-0.4.1: UPDATING ... - python3.11-mdformat-tables-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mdformat-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 gjs, using log file: /var/log/nixpkgs-update/gjs/2024-02-25.log gjs 0 -> 1 attrpath: gjs Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gjs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.seccomp, using log file: /var/log/nixpkgs-update/python311Packages.seccomp/2024-02-25.log python311Packages.seccomp 0 -> 1 attrpath: python311Packages.seccomp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/5iqv1mx8v5s7247r4pnadin98bcmsam8-packages.json.drv building '/nix/store/5iqv1mx8v5s7247r4pnadin98bcmsam8-packages.json.drv'... Going to be running update for following packages: - python3.11-libseccomp-2.5.5 Press Enter key to continue... Running update for: - python3.11-libseccomp-2.5.5: UPDATING ... - python3.11-libseccomp-2.5.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.seccomp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vala, using log file: /var/log/nixpkgs-update/vala/2024-02-25.log vala 0 -> 1 attrpath: vala 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/hwarqwim7dw7kd72vkbxkahwvv42f0qi-packages.json.drv building '/nix/store/hwarqwim7dw7kd72vkbxkahwvv42f0qi-packages.json.drv'... Going to be running update for following packages: - vala-0.56.14 Press Enter key to continue... Running update for: - vala-0.56.14: UPDATING ... - vala-0.56.14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update vala 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pyradio, using log file: /var/log/nixpkgs-update/pyradio/2024-02-25.log pyradio 0 -> 1 attrpath: pyradio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/bq25sai9h0p0s8zlq0hr3frys9fhb4r5-packages.json.drv building '/nix/store/bq25sai9h0p0s8zlq0hr3frys9fhb4r5-packages.json.drv'... Going to be running update for following packages: - pyradio-0.9.1 Press Enter key to continue... Running update for: - pyradio-0.9.1: UPDATING ... - pyradio-0.9.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/audio/pyradio/default.nix b/pkgs/applications/audio/pyradio/default.nix index 2fc911222da9..eaf736d35df0 100644 --- a/pkgs/applications/audio/pyradio/default.nix +++ b/pkgs/applications/audio/pyradio/default.nix @@ -6,13 +6,13 @@ python3Packages.buildPythonApplication rec { pname = "pyradio"; - version = "0.9.1"; + version = "0.9.2.25"; src = fetchFromGitHub { owner = "coderholic"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-tu/qlrbTcUCIRF15x9ATKHH+LDy1OsGJpo5x+CerTKg="; + hash = "sha256-GkOp0iK84HDvVH8RmtmIKJ5EtQIECgZS5g8pmaIhUcc="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - pyradio: 0.9.1 -> 0.9.2.25 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291343" [result] Failed to update pyradio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-cache, using log file: /var/log/nixpkgs-update/python311Packages.jupyter-cache/2024-02-25.log python311Packages.jupyter-cache 0 -> 1 attrpath: python311Packages.jupyter-cache Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/5j5mz8v8f4s60p5wjqaxix82307gabir-packages.json.drv building '/nix/store/5j5mz8v8f4s60p5wjqaxix82307gabir-packages.json.drv'... Going to be running update for following packages: - python3.11-jupyter-cache-1.0.0 Press Enter key to continue... Running update for: - python3.11-jupyter-cache-1.0.0: UPDATING ... - python3.11-jupyter-cache-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jupyter-cache 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/h3iffx6fiws6yk6n6qyyqm26c717ns0k-packages.json.drv building '/nix/store/h3iffx6fiws6yk6n6qyyqm26c717ns0k-packages.json.drv'... 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.mautrix, using log file: /var/log/nixpkgs-update/python311Packages.mautrix/2024-02-25.log python311Packages.mautrix 0 -> 1 attrpath: python311Packages.mautrix Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/c65b374bjmclq2y9jqkbsz0qpgrb3m94-packages.json.drv building '/nix/store/c65b374bjmclq2y9jqkbsz0qpgrb3m94-packages.json.drv'... Going to be running update for following packages: - python3.11-mautrix-0.20.4 Press Enter key to continue... Running update for: - python3.11-mautrix-0.20.4: UPDATING ... - python3.11-mautrix-0.20.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mautrix 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wsproto, using log file: /var/log/nixpkgs-update/python311Packages.wsproto/2024-02-25.log python311Packages.wsproto 0 -> 1 attrpath: python311Packages.wsproto Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/mq0pmbxa4bd1blgsfpqixyzrji7mfg0v-packages.json.drv building '/nix/store/mq0pmbxa4bd1blgsfpqixyzrji7mfg0v-packages.json.drv'... Going to be running update for following packages: - python3.11-wsproto-1.2.0 Press Enter key to continue... Running update for: - python3.11-wsproto-1.2.0: UPDATING ... - python3.11-wsproto-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.wsproto 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath coursier, using log file: /var/log/nixpkgs-update/coursier/2024-02-25.log coursier 0 -> 1 attrpath: coursier Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/nriidgnksv9pj5v0xi4qv22yjhx6xzp1-update.sh.drv /nix/store/v76ad55j7nygl9r3v96xywvpjdairvsj-packages.json.drv building '/nix/store/nriidgnksv9pj5v0xi4qv22yjhx6xzp1-update.sh.drv'... building '/nix/store/v76ad55j7nygl9r3v96xywvpjdairvsj-packages.json.drv'... Going to be running update for following packages: - coursier-2.1.8 Press Enter key to continue... Running update for: - coursier-2.1.8: UPDATING ... - coursier-2.1.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/coursier/default.nix b/pkgs/development/tools/coursier/default.nix index 0e6a3453fd98..01a37c78c170 100644 --- a/pkgs/development/tools/coursier/default.nix +++ b/pkgs/development/tools/coursier/default.nix @@ -8,11 +8,11 @@ let in stdenv.mkDerivation rec { pname = "coursier"; - version = "2.1.8"; + version = "2.1.9"; src = fetchurl { url = "https://github.com/coursier/coursier/releases/download/v${version}/coursier"; - hash = "sha256-fnd2/4ea411c/f3p/BzIHekoRYVznobJbBY4NGb1NwI="; + hash = "sha256-Zj0nDCpbT7foGdUkxPG/FeljZj1alk/gvE0m/T4WlXE="; }; dontUnpack = true; An auto update branch exists with message `coursier: 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 coursier 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bite-parser, using log file: /var/log/nixpkgs-update/python311Packages.bite-parser/2024-02-25.log python311Packages.bite-parser 0 -> 1 attrpath: python311Packages.bite-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] this derivation will be built: /nix/store/194b9micc8kp1kkfrjfzb0rigi0di5p7-packages.json.drv building '/nix/store/194b9micc8kp1kkfrjfzb0rigi0di5p7-packages.json.drv'... Going to be running update for following packages: - python3.11-bite-parser-0.2.4 Press Enter key to continue... Running update for: - python3.11-bite-parser-0.2.4: UPDATING ... - python3.11-bite-parser-0.2.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bite-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 httpstat, using log file: /var/log/nixpkgs-update/httpstat/2024-02-25.log httpstat 0 -> 1 attrpath: httpstat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/7zb9g77xv104gmmkdp24wiq6bgmzpl2w-packages.json.drv building '/nix/store/7zb9g77xv104gmmkdp24wiq6bgmzpl2w-packages.json.drv'... Going to be running update for following packages: - httpstat-1.3.1 Press Enter key to continue... Running update for: - httpstat-1.3.1: UPDATING ... - httpstat-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update httpstat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pdfplumber, using log file: /var/log/nixpkgs-update/python311Packages.pdfplumber/2024-02-25.log python311Packages.pdfplumber 0 -> 1 attrpath: python311Packages.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] this derivation will be built: /nix/store/xd3ikd0q3l41ac1rrw1cpnf6ibyr1v3z-packages.json.drv building '/nix/store/xd3ikd0q3l41ac1rrw1cpnf6ibyr1v3z-packages.json.drv'... Going to be running update for following packages: - python3.11-pdfplumber-0.10.3 Press Enter key to continue... Running update for: - python3.11-pdfplumber-0.10.3: UPDATING ... - python3.11-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 python311Packages.pdfplumber Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . python311Packages.pdfplumber Standard output: error: build log of 'python311Packages.pdfplumber' is not available [result] Failed to update python311Packages.pdfplumber 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.basemap/2024-02-25.log python311Packages.basemap 0 -> 1 attrpath: python311Packages.basemap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/p9dn96ra6ylx201fmrxjnvnqq8dma1jf-packages.json.drv building '/nix/store/p9dn96ra6ylx201fmrxjnvnqq8dma1jf-packages.json.drv'... Going to be running update for following packages: - python3.11-basemap-1.4.0 Press Enter key to continue... Running update for: - python3.11-basemap-1.4.0: UPDATING ... - python3.11-basemap-1.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/basemap/default.nix b/pkgs/development/python-modules/basemap/default.nix index b3e26b5a55d6..3dd2e761b097 100644 --- a/pkgs/development/python-modules/basemap/default.nix +++ b/pkgs/development/python-modules/basemap/default.nix @@ -17,14 +17,14 @@ buildPythonPackage rec { pname = "basemap"; - version = "1.4.0"; + version = "1.4.1"; format = "setuptools"; src = fetchFromGitHub { owner = "matplotlib"; repo = "basemap"; rev = "refs/tags/v${version}"; - hash = "sha256-RlEizHJwSojujqFFi14T5/W5L9juVSHMQepbRlirMeI="; + hash = "sha256-0rTGsphwLy2yGvhO7bcmFqdgysIXXkDBmURwRVw3ZHY="; }; sourceRoot = "${src.name}/packages/basemap"; An auto update branch exists with message `python311Packages.basemap: 1.4.0 -> 1.4.1`. New version is 1.4.1. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.basemap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.llvm.flang, using log file: /var/log/nixpkgs-update/rocmPackages.llvm.flang/2024-02-25.log rocmPackages.llvm.flang 0 -> 1 attrpath: rocmPackages.llvm.flang Checking auto update branch... [version] [version] skipping because derivation has 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 these 2 derivations will be built: /nix/store/3di7lqnjbdkn9b7dsrbqxl9y97p1gvzk-update.sh.drv /nix/store/pv8sjnd02ph4w5dnxffq3hk67vdgcfcn-packages.json.drv building '/nix/store/3di7lqnjbdkn9b7dsrbqxl9y97p1gvzk-update.sh.drv'... building '/nix/store/pv8sjnd02ph4w5dnxffq3hk67vdgcfcn-packages.json.drv'... Going to be running update for following packages: - rocm-llvm-flang-5.7.1 Press Enter key to continue... Running update for: - rocm-llvm-flang-5.7.1: UPDATING ... - rocm-llvm-flang-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-llvm-flang-5.7.1 ---------------------- 'rocmPackages_5.llvm.flang' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.llvm.flang'. --- SHOWING ERROR LOG FOR rocm-llvm-flang-5.7.1 ---------------------- The update script for rocm-llvm-flang-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.llvm.flang 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mf2py, using log file: /var/log/nixpkgs-update/python311Packages.mf2py/2024-02-25.log python311Packages.mf2py 0 -> 1 attrpath: python311Packages.mf2py Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/4nvci20zbzfmfxsaz14gvj2y64r29gyd-packages.json.drv building '/nix/store/4nvci20zbzfmfxsaz14gvj2y64r29gyd-packages.json.drv'... Going to be running update for following packages: - python3.11-mf2py-2.0.1 Press Enter key to continue... Running update for: - python3.11-mf2py-2.0.1: UPDATING ... - python3.11-mf2py-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mf2py 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.bim, using log file: /var/log/nixpkgs-update/octavePackages.bim/2024-02-25.log octavePackages.bim 0 -> 1 attrpath: octavePackages.bim Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/i8snzsqrchhp54sgnvab1sxjqpj0gs70-packages.json.drv building '/nix/store/i8snzsqrchhp54sgnvab1sxjqpj0gs70-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-bim-1.1.6 Press Enter key to continue... Running update for: - octave-8.4.0-bim-1.1.6: UPDATING ... - octave-8.4.0-bim-1.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.bim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wandb, using log file: /var/log/nixpkgs-update/python311Packages.wandb/2024-02-25.log python311Packages.wandb 0 -> 1 attrpath: python311Packages.wandb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/360c5lvbz6pkzj0yqa2grhlxnjrbhpmw-packages.json.drv building '/nix/store/360c5lvbz6pkzj0yqa2grhlxnjrbhpmw-packages.json.drv'... Going to be running update for following packages: - python3.11-wandb-0.16.0 Press Enter key to continue... Running update for: - python3.11-wandb-0.16.0: UPDATING ... - python3.11-wandb-0.16.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/wandb/default.nix b/pkgs/development/python-modules/wandb/default.nix index 654d63981a65..f34aab546ada 100644 --- a/pkgs/development/python-modules/wandb/default.nix +++ b/pkgs/development/python-modules/wandb/default.nix @@ -55,7 +55,7 @@ buildPythonPackage rec { pname = "wandb"; - version = "0.16.0"; + version = "0.16.3"; format = "pyproject"; disabled = pythonOlder "3.6"; @@ -64,7 +64,7 @@ buildPythonPackage rec { owner = pname; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-XXs9KjiAPzZ932r4UJ87RpM+qhg/bNDWEYsq2Ua6SRw="; + hash = "sha256-YIL/tBUTwt/bkEjlVTRmcWV3XL+l8GZ3TejkPSLcMlM="; }; 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.wandb nix build failed. /nix/store/6a8l7ficc5mfmnmhgyy5bhj38blaajc4-python3.11-wandb-0.16.3/lib/python3.11/site-packages/wandb/proto/wandb_internal_codegen.py: interpreter directive changed from "#!/usr/bin/env python" to "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python" /nix/store/6a8l7ficc5mfmnmhgyy5bhj38blaajc4-python3.11-wandb-0.16.3/lib/python3.11/site-packages/wandb/vendor/watchdog_0_9_0/wandb_watchdog/watchmedo.py: interpreter directive changed from "#!/usr/bin/env python" to "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python" /nix/store/6a8l7ficc5mfmnmhgyy5bhj38blaajc4-python3.11-wandb-0.16.3/lib/python3.11/site-packages/wandb/sdk/lib/fsm.py: interpreter directive changed from "#!/usr/bin/env python" to "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python" stripping (with command strip and flags -S -p) in /nix/store/6a8l7ficc5mfmnmhgyy5bhj38blaajc4-python3.11-wandb-0.16.3/lib /nix/store/6a8l7ficc5mfmnmhgyy5bhj38blaajc4-python3.11-wandb-0.16.3/bin shrinking RPATHs of ELF executables and libraries in /nix/store/hplf4nqz5vvkrq7xmzx1ndbfhvhmcpp4-python3.11-wandb-0.16.3-dist checking for references to /build/ in /nix/store/hplf4nqz5vvkrq7xmzx1ndbfhvhmcpp4-python3.11-wandb-0.16.3-dist... patching script interpreter paths in /nix/store/hplf4nqz5vvkrq7xmzx1ndbfhvhmcpp4-python3.11-wandb-0.16.3-dist Rewriting #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11 to #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8 wrapping `/nix/store/6a8l7ficc5mfmnmhgyy5bhj38blaajc4-python3.11-wandb-0.16.3/bin/wandb'... Rewriting #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/bin/python3.11 to #!/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8 wrapping `/nix/store/6a8l7ficc5mfmnmhgyy5bhj38blaajc4-python3.11-wandb-0.16.3/bin/wb'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing @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: wandb @nix { "action": "setPhase", "phase": "pytestXdistHook" } Running phase: pytestXdistHook @nix { "action": "setPhase", "phase": "pytestCheckPhase" } Running phase: pytestCheckPhase Executing pytestCheckPhase Disabled tests path "tests/pytest_tests/unit_tests_old/test_cli.py" does not exist. Aborting [result] Failed to update python311Packages.wandb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-serializinghtml, using log file: /var/log/nixpkgs-update/python311Packages.sphinxcontrib-serializinghtml/2024-02-25.log python311Packages.sphinxcontrib-serializinghtml 0 -> 1 attrpath: python311Packages.sphinxcontrib-serializinghtml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/8a2fbn2ysyvqr10pm6in1iv5i8igqm5s-packages.json.drv building '/nix/store/8a2fbn2ysyvqr10pm6in1iv5i8igqm5s-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxcontrib-serializinghtml-1.1.9 Press Enter key to continue... Running update for: - python3.11-sphinxcontrib-serializinghtml-1.1.9: UPDATING ... - python3.11-sphinxcontrib-serializinghtml-1.1.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix b/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix index 0f06dce774c5..c2f09769d1ac 100644 --- a/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "sphinxcontrib-serializinghtml"; - version = "1.1.9"; + version = "1.1.10"; pyproject = true; disabled = pythonOlder "3.9"; @@ -15,7 +15,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "sphinxcontrib_serializinghtml"; inherit version; - hash = "sha256-DGT/iYM54frCmr0r9fEQePPsQTz+nARtMSDXymVTC1Q="; + hash = "sha256-k/P13EWLkbGS/hDDl+Mk8mLPFj158ygsFY6ENqLEUR8="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 39711 > 25 [result] Failed to update python311Packages.sphinxcontrib-serializinghtml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libnabo, using log file: /var/log/nixpkgs-update/libnabo/2024-02-25.log libnabo 1.0.7 -> 1.1.0 https://github.com/ethz-asl/libnabo/releases attrpath: libnabo Checking auto update branch... An auto update branch exists with message `libnabo: 1.0.7 -> 1.1.0`. New version is 1.1.0. An auto update branch exists with an equal or greater version [result] Failed to update libnabo 1.0.7 -> 1.1.0 https://github.com/ethz-asl/libnabo/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 otus-lisp, using log file: /var/log/nixpkgs-update/otus-lisp/2024-02-25.log otus-lisp 2.5 -> 2.5.1 https://github.com/yuriy-chumak/ol/releases attrpath: otus-lisp 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/ot/otus-lisp/package.nix b/pkgs/by-name/ot/otus-lisp/package.nix index ba51c417fdb8..6a161d4e75aa 100644 --- a/pkgs/by-name/ot/otus-lisp/package.nix +++ b/pkgs/by-name/ot/otus-lisp/package.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "otus-lisp"; - version = "2.5"; + version = "2.5.1"; src = fetchFromGitHub { owner = "yuriy-chumak"; repo = "ol"; rev = finalAttrs.version; - hash = "sha256-xwn2cvtw3co7MJ4J0FraEtZhKWVaaaoJYMrohyFF+us="; + hash = "sha256-KHOAdL5K+NxVPvA5y7u8v1tuXpJRFcnTxAgRjqGeEBA="; }; nativeBuildInputs = [ xxd ]; [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 otus-lisp nix build failed. got build log for 'otus-lisp' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/k3jkvy2s93wqaydp2h91r3xgazfwwwgm-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 no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash PREFIX=\$\(out\) GNUmakefile:33: \033[1;31mSubmodules not loaded. Run 'git submodule update --init --recursive' once.\033[0m /nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash: line 1: which: command not found /nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash: line 1: which: command not found sed -e '/\/\/ /d' src/olvm.c >includes/ol/vm.h gcc src/olvm.c -o vm \ extensions/ffi.c -Iincludes \ -std=gnu99 -fno-exceptions -DHAVE_SOCKETS=1 -DHAVE_DLOPEN=1 -DHAVE_SECCOMP=1 -DHAS_MEMFD_CREATE=1 -lm -I/usr/include/ -O2 -DNDEBUG -DPREFIX=\"/nix/store/wx7axm0skfkwh4la5zilrgr9ymxjsyj6-otus-lisp-2.5.1\" -ldl -Xlinker --export-dynamic Ok. GNUmakefile:62: *** "You must have 'od' (coreutils) or 'xxd' (vim) tool installed.". Stop. [result] Failed to update otus-lisp 2.5 -> 2.5.1 https://github.com/yuriy-chumak/ol/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-25.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/bnqa606cwwff6ja8l6gz7milm7ajd1zi-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-25.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] this derivation will be built: /nix/store/b6sf9d0l2kkpzz0rvjmvdninvf2fb6xg-packages.json.drv building '/nix/store/b6sf9d0l2kkpzz0rvjmvdninvf2fb6xg-packages.json.drv'... 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-25.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/54341b5q2wjqrzg27i1vgykswj00h3yh-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/qibs0nixiad6mcszagwwxg0qkwkjnr4h-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 dnd-tools, using log file: /var/log/nixpkgs-update/dnd-tools/2024-02-25.log dnd-tools 0 -> 1 attrpath: dnd-tools 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/dxq857nkc1x9imncj59c7r4x6k99i3x5-packages.json.drv building '/nix/store/dxq857nkc1x9imncj59c7r4x6k99i3x5-packages.json.drv'... Going to be running update for following packages: - dnd-tools-unstable-2021-02-18 Press Enter key to continue... Running update for: - dnd-tools-unstable-2021-02-18: UPDATING ... - dnd-tools-unstable-2021-02-18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dnd-tools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.schwifty, using log file: /var/log/nixpkgs-update/python311Packages.schwifty/2024-02-25.log python311Packages.schwifty 0 -> 1 attrpath: python311Packages.schwifty Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/0i9r40yrh1igl8wn60n96fkgaarc23k7-packages.json.drv building '/nix/store/0i9r40yrh1igl8wn60n96fkgaarc23k7-packages.json.drv'... Going to be running update for following packages: - python3.11-schwifty-2024.1.1.post0 Press Enter key to continue... Running update for: - python3.11-schwifty-2024.1.1.post0: UPDATING ... - python3.11-schwifty-2024.1.1.post0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.schwifty 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-django, using log file: /var/log/nixpkgs-update/python311Packages.pytest-django/2024-02-25.log python311Packages.pytest-django 0 -> 1 attrpath: python311Packages.pytest-django Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/jzrcmfgnadns9qkd7bhr9gz2rx1xkqhp-packages.json.drv building '/nix/store/jzrcmfgnadns9qkd7bhr9gz2rx1xkqhp-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-django-4.7.0 Press Enter key to continue... Running update for: - python3.11-pytest-django-4.7.0: UPDATING ... - python3.11-pytest-django-4.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-django/default.nix b/pkgs/development/python-modules/pytest-django/default.nix index 531ad08dec46..af7169bffc60 100644 --- a/pkgs/development/python-modules/pytest-django/default.nix +++ b/pkgs/development/python-modules/pytest-django/default.nix @@ -10,12 +10,12 @@ }: buildPythonPackage rec { pname = "pytest-django"; - version = "4.7.0"; + version = "4.8.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-ktb9RrHXm1T7awYLuzlCgHM5bOxxfV8uEiqZDUtqpeg="; + hash = "sha256-XQVP4BHFbzsQ+Xj0Go77Llrfx+aA7zb7VxraHyR3nZA="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 336 > 25 [result] Failed to update python311Packages.pytest-django 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypytools, using log file: /var/log/nixpkgs-update/python311Packages.pypytools/2024-02-25.log python311Packages.pypytools 0 -> 1 attrpath: python311Packages.pypytools 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/n92v745vfwa9zki4009mmhwch4hsyyv2-packages.json.drv building '/nix/store/n92v745vfwa9zki4009mmhwch4hsyyv2-packages.json.drv'... Going to be running update for following packages: - python3.11-pypytools-0.6.2 Press Enter key to continue... Running update for: - python3.11-pypytools-0.6.2: UPDATING ... - python3.11-pypytools-0.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pypytools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.fem-fenics, using log file: /var/log/nixpkgs-update/octavePackages.fem-fenics/2024-02-25.log octavePackages.fem-fenics 0 -> 1 attrpath: octavePackages.fem-fenics Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/gnps7s1fi6xybdwi1sr2rv8ffw4din27-packages.json.drv building '/nix/store/gnps7s1fi6xybdwi1sr2rv8ffw4din27-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-fem-fenics-0.0.5 Press Enter key to continue... Running update for: - octave-8.4.0-fem-fenics-0.0.5: UPDATING ... - octave-8.4.0-fem-fenics-0.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.fem-fenics 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xcp, using log file: /var/log/nixpkgs-update/xcp/2024-02-25.log xcp 0.18.1 -> 0.20.4 https://github.com/tarka/xcp/releases attrpath: xcp Checking auto update branch... An auto update branch exists with message `xcp: 0.18.1 -> 0.20.3`. New version is 0.20.4. The auto update branch does not match or exceed the new version. [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-UdQUrIRos3TmebotdESvKH+90WVMJ0oTc43p+AT4xMI= [rustCrateVersion] Finished updating Crate version and replacing hashes [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/xcp/default.nix b/pkgs/tools/misc/xcp/default.nix index b1c11c4465e9..b73df9f97f99 100644 --- a/pkgs/tools/misc/xcp/default.nix +++ b/pkgs/tools/misc/xcp/default.nix @@ -2,19 +2,19 @@ rustPlatform.buildRustPackage rec { pname = "xcp"; - version = "0.18.1"; + version = "0.20.4"; src = fetchFromGitHub { owner = "tarka"; repo = pname; rev = "v${version}"; - sha256 = "sha256-uZnKrWD3a3TpdKplLxzCKacfpuoo3vrCZmFsePIxR18="; + sha256 = "sha256-0ucm8XBxYwXvpVJN8If8BIToQGiBisKLZJYKuvaORto="; }; # no such file or directory errors doCheck = false; - cargoHash = "sha256-QaLNc05fI6V/5hbSfOL+uKnjkyxDclAmULx45z9gigs="; + cargoHash = "sha256-UdQUrIRos3TmebotdESvKH+90WVMJ0oTc43p+AT4xMI="; meta = with lib; { description = "An extended cp(1)"; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/2laglhf79vvbf9kbxkj6m522435dwhlf-xcp-0.20.4" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • xcp
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/tarka/xcp/releases. meta.description for xcp is: An extended cp(1) meta.homepage for xcp is: https://github.com/tarka/xcp ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/tarka/xcp/releases/tag/v0.20.4) - [Compare changes on GitHub](https://github.com/tarka/xcp/compare/v0.18.1...v0.20.4) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.20.4 with grep in /nix/store/2laglhf79vvbf9kbxkj6m522435dwhlf-xcp-0.20.4 - found 0.20.4 in filename of file in /nix/store/2laglhf79vvbf9kbxkj6m522435dwhlf-xcp-0.20.4 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath xcp ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/2laglhf79vvbf9kbxkj6m522435dwhlf-xcp-0.20.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 xcp https://github.com/r-ryantm/nixpkgs/archive/e4cc8944b2aefd21fc40adf43decaa00497ecc92.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/e4cc8944b2aefd21fc40adf43decaa00497ecc92#xcp ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/2laglhf79vvbf9kbxkj6m522435dwhlf-xcp-0.20.4 ls -la /nix/store/2laglhf79vvbf9kbxkj6m522435dwhlf-xcp-0.20.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)
1 package built:
  • xcp
--- ###### Maintainer pings cc @legendofmiracles 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/286217 [result] Success updating xcp 0.18.1 -> 0.20.4 https://github.com/tarka/xcp/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 yabridge, using log file: /var/log/nixpkgs-update/yabridge/2024-02-25.log yabridge 0 -> 1 attrpath: yabridge 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/g2h2bm31lzj749ibd1p6dqnan19533ba-packages.json.drv building '/nix/store/g2h2bm31lzj749ibd1p6dqnan19533ba-packages.json.drv'... Going to be running update for following packages: - yabridge-5.1.0 Press Enter key to continue... Running update for: - yabridge-5.1.0: UPDATING ... - yabridge-5.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update yabridge 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath win2xcur, using log file: /var/log/nixpkgs-update/win2xcur/2024-02-25.log win2xcur 0 -> 1 attrpath: win2xcur Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ssg158wspsgnv43g2pa6paq03xxnajrb-packages.json.drv building '/nix/store/ssg158wspsgnv43g2pa6paq03xxnajrb-packages.json.drv'... Going to be running update for following packages: - python3.11-win2xcur-0.1.2 Press Enter key to continue... Running update for: - python3.11-win2xcur-0.1.2: UPDATING ... - python3.11-win2xcur-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update win2xcur 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyshp, using log file: /var/log/nixpkgs-update/python311Packages.pyshp/2024-02-25.log python311Packages.pyshp 0 -> 1 attrpath: python311Packages.pyshp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/4zzckqkbq6ixs6y6w1av509s6bf6pxr2-packages.json.drv building '/nix/store/4zzckqkbq6ixs6y6w1av509s6bf6pxr2-packages.json.drv'... Going to be running update for following packages: - python3.11-pyshp-2.3.1 Press Enter key to continue... Running update for: - python3.11-pyshp-2.3.1: UPDATING ... - python3.11-pyshp-2.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyshp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ipyparallel, using log file: /var/log/nixpkgs-update/python311Packages.ipyparallel/2024-02-25.log python311Packages.ipyparallel 0 -> 1 attrpath: python311Packages.ipyparallel Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ghx632v59vpl9wssnsfl9s6yk3dm5zmp-packages.json.drv building '/nix/store/ghx632v59vpl9wssnsfl9s6yk3dm5zmp-packages.json.drv'... Going to be running update for following packages: - python3.11-ipyparallel-8.6.1 Press Enter key to continue... Running update for: - python3.11-ipyparallel-8.6.1: UPDATING ... - python3.11-ipyparallel-8.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ipyparallel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-25.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] this derivation will be built: /nix/store/l7i46cadjsrzyf2q9dyszklfqmxzr4df-packages.json.drv building '/nix/store/l7i46cadjsrzyf2q9dyszklfqmxzr4df-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/w2bmxlmjycq74gdpjbmx5ii1sicwjbqh-packages.json.drv building '/nix/store/w2bmxlmjycq74gdpjbmx5ii1sicwjbqh-packages.json.drv'... 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-25.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] this derivation will be built: /nix/store/yf4van8sf8b5izhih97ip6lpa56llcl6-packages.json.drv building '/nix/store/yf4van8sf8b5izhih97ip6lpa56llcl6-packages.json.drv'... 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.gpy, using log file: /var/log/nixpkgs-update/python311Packages.gpy/2024-02-25.log python311Packages.gpy 0 -> 1 attrpath: python311Packages.gpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/9gdnxjkjh1p8wphlz6ram64ahglsm4cm-packages.json.drv building '/nix/store/9gdnxjkjh1p8wphlz6ram64ahglsm4cm-packages.json.drv'... Going to be running update for following packages: - python3.11-GPy-1.13.0 Press Enter key to continue... Running update for: - python3.11-GPy-1.13.0: UPDATING ... - python3.11-GPy-1.13.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/gpy/default.nix b/pkgs/development/python-modules/gpy/default.nix index e4fbda924760..7f9d7a957519 100644 --- a/pkgs/development/python-modules/gpy/default.nix +++ b/pkgs/development/python-modules/gpy/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "GPy"; - version = "1.13.0"; + version = "1.13.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -24,8 +24,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "SheffieldML"; repo = "GPy"; - rev = "refs/tags/v.${version}"; - hash = "sha256-2HKKKBD/JFSeLQGvvgObxqxv9IHEKFnpaejdKbYZbmY="; + rev = "refs/tags/v${version}"; + hash = "sha256-ykoGdXy1uagKrP9Nqn74mDESZwKVPq6wQgnHlCznevM="; }; 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.gpy nix build failed. adding 'GPy/util/multioutput.py' adding 'GPy/util/netpbmfile.py' adding 'GPy/util/normalizer.py' adding 'GPy/util/parallel.py' adding 'GPy/util/pca.py' adding 'GPy/util/quad_integrate.py' adding 'GPy/util/squashers.py' adding 'GPy/util/subarray_and_sorting.py' adding 'GPy/util/univariate_Gaussian.py' adding 'GPy/util/warping_functions.py' adding 'GPy-1.13.1.dist-info/AUTHORS.txt' adding 'GPy-1.13.1.dist-info/LICENSE.txt' adding 'GPy-1.13.1.dist-info/METADATA' adding 'GPy-1.13.1.dist-info/WHEEL' adding 'GPy-1.13.1.dist-info/top_level.txt' adding 'GPy-1.13.1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel GPy: Saving user configuration file to /homeless-shelter/.config/GPy/user.cfg GPy: Could not write user configuration file /homeless-shelter/.config/GPy/user.cfg Successfully built GPy-1.13.1-cp311-cp311-linux_x86_64.whl Finished creating a wheel... Finished executing pypaBuildPhase buildPhase completed in 32 seconds @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for GPy-1.13.1-cp311-cp311-linux_x86_64.whl - paramz>=0.9.6 not satisfied by version 0.9.5 - scipy<1.12.0,>=1.3.0 not satisfied by version 1.12.0 [result] Failed to update python311Packages.gpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pywbem, using log file: /var/log/nixpkgs-update/python311Packages.pywbem/2024-02-25.log python311Packages.pywbem 0 -> 1 attrpath: python311Packages.pywbem Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/yr0v0cdg64wghk5nzb2yz2s74x0w9lq6-packages.json.drv building '/nix/store/yr0v0cdg64wghk5nzb2yz2s74x0w9lq6-packages.json.drv'... Going to be running update for following packages: - python3.11-pywbem-1.6.2 Press Enter key to continue... Running update for: - python3.11-pywbem-1.6.2: UPDATING ... - python3.11-pywbem-1.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pywbem 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vharfbuzz, using log file: /var/log/nixpkgs-update/python311Packages.vharfbuzz/2024-02-25.log python311Packages.vharfbuzz 0 -> 1 attrpath: python311Packages.vharfbuzz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/wxz6micf4ryiyjkwhd9gskbj7a54gp3a-packages.json.drv building '/nix/store/wxz6micf4ryiyjkwhd9gskbj7a54gp3a-packages.json.drv'... Going to be running update for following packages: - python3.11-vharfbuzz-0.2.0 Press Enter key to continue... Running update for: - python3.11-vharfbuzz-0.2.0: UPDATING ... - python3.11-vharfbuzz-0.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/vharfbuzz/default.nix b/pkgs/development/python-modules/vharfbuzz/default.nix index 27ea9d84f256..6551ef2cbb7a 100644 --- a/pkgs/development/python-modules/vharfbuzz/default.nix +++ b/pkgs/development/python-modules/vharfbuzz/default.nix @@ -8,12 +8,12 @@ buildPythonPackage rec { pname = "vharfbuzz"; - version = "0.2.0"; + version = "0.3.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-uDX2fYqxV4wmAAIMfA3dBohWmq1N0VurSTEFOjSRpmY="; + hash = "sha256-bBKmVvLuc/CtQF+TSri8ngglnj4QCh77FV+JHPzsFAI="; }; propagatedBuildInputs = [ An auto update branch exists with message `python311Packages.vharfbuzz: 0.2.0 -> 0.3.0`. New version is 0.3.0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.vharfbuzz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libgpiod, using log file: /var/log/nixpkgs-update/python311Packages.libgpiod/2024-02-25.log python311Packages.libgpiod 0 -> 1 attrpath: python311Packages.libgpiod Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/qslxq2pxrzb1f59ddlnp02bqlzaks813-packages.json.drv building '/nix/store/qslxq2pxrzb1f59ddlnp02bqlzaks813-packages.json.drv'... Going to be running update for following packages: - python3.11-libgpiod-2.1 Press Enter key to continue... Running update for: - python3.11-libgpiod-2.1: UPDATING ... - python3.11-libgpiod-2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.libgpiod 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath arubaotp-seed-extractor, using log file: /var/log/nixpkgs-update/arubaotp-seed-extractor/2024-02-25.log arubaotp-seed-extractor 0 -> 1 attrpath: arubaotp-seed-extractor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ivy9gizlfww8w0r607b7bs5zklxh61kg-packages.json.drv building '/nix/store/ivy9gizlfww8w0r607b7bs5zklxh61kg-packages.json.drv'... Going to be running update for following packages: - arubaotp-seed-extractor-unstable-22-12-2022 Press Enter key to continue... Running update for: - arubaotp-seed-extractor-unstable-22-12-2022: UPDATING ... - arubaotp-seed-extractor-unstable-22-12-2022: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update arubaotp-seed-extractor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath quast, using log file: /var/log/nixpkgs-update/quast/2024-02-25.log quast 0 -> 1 attrpath: quast Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/dxg0qn6jcrpyjzk7qnq792m7y4g3wsnn-packages.json.drv building '/nix/store/dxg0qn6jcrpyjzk7qnq792m7y4g3wsnn-packages.json.drv'... Going to be running update for following packages: - quast-5.0.2 Press Enter key to continue... Running update for: - quast-5.0.2: UPDATING ... - quast-5.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update quast 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath plecost, using log file: /var/log/nixpkgs-update/plecost/2024-02-25.log plecost 0 -> 1 attrpath: plecost 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/l32cbwi7xhpma0iglbi4714xvikbv548-packages.json.drv building '/nix/store/l32cbwi7xhpma0iglbi4714xvikbv548-packages.json.drv'... Going to be running update for following packages: - plecost-1.1.4 Press Enter key to continue... Running update for: - plecost-1.1.4: UPDATING ... - plecost-1.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update plecost 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mutt-ics, using log file: /var/log/nixpkgs-update/mutt-ics/2024-02-25.log mutt-ics 0 -> 1 attrpath: mutt-ics Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/phxy34dwc6cw2biqlfyl80kdfijk3ya7-packages.json.drv building '/nix/store/phxy34dwc6cw2biqlfyl80kdfijk3ya7-packages.json.drv'... Going to be running update for following packages: - mutt-ics-0.9.2 Press Enter key to continue... Running update for: - mutt-ics-0.9.2: UPDATING ... - mutt-ics-0.9.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mutt-ics 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-acro, using log file: /var/log/nixpkgs-update/pandoc-acro/2024-02-25.log pandoc-acro 0 -> 1 attrpath: pandoc-acro Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/1g07h6kfvqsgzf3k7bz79xa6gshdhx8m-packages.json.drv building '/nix/store/1g07h6kfvqsgzf3k7bz79xa6gshdhx8m-packages.json.drv'... Going to be running update for following packages: - pandoc-acro-0.10.1 Press Enter key to continue... Running update for: - pandoc-acro-0.10.1: UPDATING ... - pandoc-acro-0.10.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pandoc-acro 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydexcom, using log file: /var/log/nixpkgs-update/python311Packages.pydexcom/2024-02-25.log python311Packages.pydexcom 0 -> 1 attrpath: python311Packages.pydexcom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/02gxqgpi8xab2a9rh89xbrkm8z73h3rv-packages.json.drv building '/nix/store/02gxqgpi8xab2a9rh89xbrkm8z73h3rv-packages.json.drv'... Going to be running update for following packages: - python3.11-pydexcom-0.3.2 Press Enter key to continue... Running update for: - python3.11-pydexcom-0.3.2: UPDATING ... - python3.11-pydexcom-0.3.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydexcom 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vte, using log file: /var/log/nixpkgs-update/vte/2024-02-25.log vte 0 -> 1 attrpath: vte Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update vte 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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 python311Packages.tensorboard-plugin-wit, using log file: /var/log/nixpkgs-update/python311Packages.tensorboard-plugin-wit/2024-02-25.log python311Packages.tensorboard-plugin-wit 0 -> 1 attrpath: python311Packages.tensorboard-plugin-wit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/8lpr4xayhj7n59l2y3xwcsiibrdz9714-packages.json.drv building '/nix/store/8lpr4xayhj7n59l2y3xwcsiibrdz9714-packages.json.drv'... Going to be running update for following packages: - python3.11-tensorboard_plugin_wit-1.7.0 Press Enter key to continue... Running update for: - python3.11-tensorboard_plugin_wit-1.7.0: UPDATING ... - python3.11-tensorboard_plugin_wit-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tensorboard-plugin-wit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.duckdb, using log file: /var/log/nixpkgs-update/python311Packages.duckdb/2024-02-25.log python311Packages.duckdb 0 -> 1 attrpath: python311Packages.duckdb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/a9x95s6m9a0hfcdzicv3slqdvvmc4waq-packages.json.drv building '/nix/store/a9x95s6m9a0hfcdzicv3slqdvvmc4waq-packages.json.drv'... Going to be running update for following packages: - python3.11-duckdb-0.9.2 Press Enter key to continue... Running update for: - python3.11-duckdb-0.9.2: UPDATING ... - python3.11-duckdb-0.9.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.duckdb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-25.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] this derivation will be built: /nix/store/zmd485mxk7zi92spj1z0wfi4sk9hd9d8-packages.json.drv building '/nix/store/zmd485mxk7zi92spj1z0wfi4sk9hd9d8-packages.json.drv'... 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.govee-ble, using log file: /var/log/nixpkgs-update/python311Packages.govee-ble/2024-02-25.log python311Packages.govee-ble 0 -> 1 attrpath: python311Packages.govee-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] this derivation will be built: /nix/store/9y85svj7hg0v2bmf6dw5r4baz4595yy0-packages.json.drv building '/nix/store/9y85svj7hg0v2bmf6dw5r4baz4595yy0-packages.json.drv'... Going to be running update for following packages: - python3.11-govee-ble-0.31.0 Press Enter key to continue... Running update for: - python3.11-govee-ble-0.31.0: UPDATING ... - python3.11-govee-ble-0.31.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.govee-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.python-dotenv, using log file: /var/log/nixpkgs-update/python311Packages.python-dotenv/2024-02-25.log python311Packages.python-dotenv 0 -> 1 attrpath: python311Packages.python-dotenv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/9ayj1vw4rmws5p1wa277dmsh1jn0d98z-packages.json.drv building '/nix/store/9ayj1vw4rmws5p1wa277dmsh1jn0d98z-packages.json.drv'... Going to be running update for following packages: - python3.11-python-dotenv-1.0.0 Press Enter key to continue... Running update for: - python3.11-python-dotenv-1.0.0: UPDATING ... - python3.11-python-dotenv-1.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/python-dotenv/default.nix b/pkgs/development/python-modules/python-dotenv/default.nix index b335a8a9831c..47b60bd2a2d8 100644 --- a/pkgs/development/python-modules/python-dotenv/default.nix +++ b/pkgs/development/python-modules/python-dotenv/default.nix @@ -11,13 +11,13 @@ buildPythonPackage rec { pname = "python-dotenv"; - version = "1.0.0"; + version = "1.0.1"; format = "setuptools"; disabled = pythonOlder "3.5"; src = fetchPypi { inherit pname version; - hash = "sha256-qN+WA0qubS1QpOvoIWMmxhw+tkg2d2UE/MpBDlk3o7o="; + hash = "sha256-4yTukKAj2AjxlZxGvLwERGoQztJ3eD3G7gmYfDfsEMo="; }; propagatedBuildInputs = [ click ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 3914 > 25 [result] Failed to update python311Packages.python-dotenv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openrefine, using log file: /var/log/nixpkgs-update/openrefine/2024-02-25.log openrefine 0 -> 1 attrpath: openrefine 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/3qkxwfik7h6r07gbc7lci12y03b02qzx-packages.json.drv building '/nix/store/3qkxwfik7h6r07gbc7lci12y03b02qzx-packages.json.drv'... Going to be running update for following packages: - openrefine-3.7.9 Press Enter key to continue... Running update for: - openrefine-3.7.9: UPDATING ... - openrefine-3.7.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update openrefine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath opae, using log file: /var/log/nixpkgs-update/opae/2024-02-25.log opae 1.0.0 -> 2.2.0-1 https://github.com/opae/opae-sdk/releases attrpath: opae 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/pyb7vfmgwhvimsm53dlqq8b1400wf7k0-source.drv building '/nix/store/pyb7vfmgwhvimsm53dlqq8b1400wf7k0-source.drv'... trying https://github.com/opae/opae-sdk/archive/refs/tags/2.2.0-1-5.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/pyb7vfmgwhvimsm53dlqq8b1400wf7k0-source.drv' failed with exit code 1; last 9 log lines: > > trying https://github.com/opae/opae-sdk/archive/refs/tags/2.2.0-1-5.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/pyb7vfmgwhvimsm53dlqq8b1400wf7k0-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'opae.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/pyb7vfmgwhvimsm53dlqq8b1400wf7k0-source.drv /nix/store/pwmqd9q9l926s56jdcafjcca4zhji09j-opae-2.2.0-1.drv building '/nix/store/pyb7vfmgwhvimsm53dlqq8b1400wf7k0-source.drv'... trying https://github.com/opae/opae-sdk/archive/refs/tags/2.2.0-1-5.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/pyb7vfmgwhvimsm53dlqq8b1400wf7k0-source.drv' failed with exit code 1; last 9 log lines: > > trying https://github.com/opae/opae-sdk/archive/refs/tags/2.2.0-1-5.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/pyb7vfmgwhvimsm53dlqq8b1400wf7k0-source.drv'. error: 1 dependencies of derivation '/nix/store/pwmqd9q9l926s56jdcafjcca4zhji09j-opae-2.2.0-1.drv' failed to build [result] Failed to update opae 1.0.0 -> 2.2.0-1 https://github.com/opae/opae-sdk/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.bytewax, using log file: /var/log/nixpkgs-update/python311Packages.bytewax/2024-02-25.log python311Packages.bytewax 0 -> 1 attrpath: python311Packages.bytewax Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/azmqvb0waljb5s9j59dliyrwh6piybk5-packages.json.drv building '/nix/store/azmqvb0waljb5s9j59dliyrwh6piybk5-packages.json.drv'... Going to be running update for following packages: - python3.11-bytewax-0.17.2 Press Enter key to continue... Running update for: - python3.11-bytewax-0.17.2: UPDATING ... - python3.11-bytewax-0.17.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bytewax 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyhumps, using log file: /var/log/nixpkgs-update/python311Packages.pyhumps/2024-02-25.log python311Packages.pyhumps 0 -> 1 attrpath: python311Packages.pyhumps Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/y3mxd5cz1lbiiks56kazgcfprj8z9vy0-packages.json.drv building '/nix/store/y3mxd5cz1lbiiks56kazgcfprj8z9vy0-packages.json.drv'... Going to be running update for following packages: - python3.11-pyhumps-3.8.0 Press Enter key to continue... Running update for: - python3.11-pyhumps-3.8.0: UPDATING ... - python3.11-pyhumps-3.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyhumps 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dnsrecon, using log file: /var/log/nixpkgs-update/dnsrecon/2024-02-25.log dnsrecon 0 -> 1 attrpath: dnsrecon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/iiv2975i361sbkasc53vgnlpif65v6ar-packages.json.drv building '/nix/store/iiv2975i361sbkasc53vgnlpif65v6ar-packages.json.drv'... Going to be running update for following packages: - dnsrecon-1.1.5 Press Enter key to continue... Running update for: - dnsrecon-1.1.5: UPDATING ... - dnsrecon-1.1.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update dnsrecon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.btchip, using log file: /var/log/nixpkgs-update/python311Packages.btchip/2024-02-25.log python311Packages.btchip 0 -> 1 attrpath: python311Packages.btchip Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/108bvq7pw7z88mj6f015vglvgqahgx83-packages.json.drv building '/nix/store/108bvq7pw7z88mj6f015vglvgqahgx83-packages.json.drv'... Going to be running update for following packages: - python3.11-btchip-python-0.1.32 Press Enter key to continue... Running update for: - python3.11-btchip-python-0.1.32: UPDATING ... - python3.11-btchip-python-0.1.32: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.btchip 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opensearch-py, using log file: /var/log/nixpkgs-update/python311Packages.opensearch-py/2024-02-25.log python311Packages.opensearch-py 0 -> 1 attrpath: python311Packages.opensearch-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] this derivation will be built: /nix/store/4yrpxhf20py2hnvsqxy8p0ryvvk9y0k0-packages.json.drv building '/nix/store/4yrpxhf20py2hnvsqxy8p0ryvvk9y0k0-packages.json.drv'... Going to be running update for following packages: - python3.11-opensearch-py-2.4.2 Press Enter key to continue... Running update for: - python3.11-opensearch-py-2.4.2: UPDATING ... - python3.11-opensearch-py-2.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opensearch-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.javaproperties, using log file: /var/log/nixpkgs-update/python311Packages.javaproperties/2024-02-25.log python311Packages.javaproperties 0 -> 1 attrpath: python311Packages.javaproperties Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/kv5r28qx4f5qp71yvg5hxvak0xscqvw3-packages.json.drv building '/nix/store/kv5r28qx4f5qp71yvg5hxvak0xscqvw3-packages.json.drv'... Going to be running update for following packages: - python3.11-javaproperties-0.8.1 Press Enter key to continue... Running update for: - python3.11-javaproperties-0.8.1: UPDATING ... - python3.11-javaproperties-0.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.javaproperties 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.josepy, using log file: /var/log/nixpkgs-update/python311Packages.josepy/2024-02-25.log python311Packages.josepy 0 -> 1 attrpath: python311Packages.josepy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/vkgn92qr194sr54xl4i6d7g7w7i0kbcp-packages.json.drv building '/nix/store/vkgn92qr194sr54xl4i6d7g7w7i0kbcp-packages.json.drv'... Going to be running update for following packages: - python3.11-josepy-1.14.0 Press Enter key to continue... Running update for: - python3.11-josepy-1.14.0: UPDATING ... - python3.11-josepy-1.14.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.josepy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.num2words, using log file: /var/log/nixpkgs-update/python311Packages.num2words/2024-02-25.log python311Packages.num2words 0 -> 1 attrpath: python311Packages.num2words Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/1mi1yifqcic6x34g3ch9j4842vlnqhjx-packages.json.drv building '/nix/store/1mi1yifqcic6x34g3ch9j4842vlnqhjx-packages.json.drv'... Going to be running update for following packages: - python3.11-num2words-0.5.13 Press Enter key to continue... Running update for: - python3.11-num2words-0.5.13: UPDATING ... - python3.11-num2words-0.5.13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.num2words 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jira, using log file: /var/log/nixpkgs-update/python311Packages.jira/2024-02-25.log python311Packages.jira 0 -> 1 attrpath: python311Packages.jira Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/59b19qzn274h85wdm9ln004lpxzh1f6n-packages.json.drv building '/nix/store/59b19qzn274h85wdm9ln004lpxzh1f6n-packages.json.drv'... Going to be running update for following packages: - python3.11-jira-3.5.2 Press Enter key to continue... Running update for: - python3.11-jira-3.5.2: UPDATING ... - python3.11-jira-3.5.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/jira/default.nix b/pkgs/development/python-modules/jira/default.nix index 9b8a808b878f..e1e324b10b9d 100644 --- a/pkgs/development/python-modules/jira/default.nix +++ b/pkgs/development/python-modules/jira/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "jira"; - version = "3.5.2"; + version = "3.6.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -30,7 +30,7 @@ buildPythonPackage rec { owner = "pycontribs"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-9hzKN57OHi2be9C2mtHZU1KcpbcKxiiYDj9Vw7MxTK4="; + hash = "sha256-Wv6xjk1nyFIDKAypyQRlqFglzxe9Ems2ON3PEehUP/Q="; }; 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.jira nix build failed. adding 'tests/resources/test_remote_link.py' adding 'tests/resources/test_request_type.py' adding 'tests/resources/test_resolution.py' adding 'tests/resources/test_role.py' adding 'tests/resources/test_security_level.py' adding 'tests/resources/test_service_desk.py' adding 'tests/resources/test_sprint.py' adding 'tests/resources/test_status.py' adding 'tests/resources/test_status_category.py' adding 'tests/resources/test_user.py' adding 'tests/resources/test_version.py' adding 'tests/resources/test_vote.py' adding 'tests/resources/test_watchers.py' adding 'tests/resources/test_worklog.py' adding 'jira-3.6.0.dist-info/AUTHORS.rst' adding 'jira-3.6.0.dist-info/LICENSE' adding 'jira-3.6.0.dist-info/METADATA' adding 'jira-3.6.0.dist-info/WHEEL' adding 'jira-3.6.0.dist-info/entry_points.txt' adding 'jira-3.6.0.dist-info/top_level.txt' adding 'jira-3.6.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built jira-3.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 jira-3.6.0-py3-none-any.whl - pillow not installed [result] Failed to update python311Packages.jira 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.nautilus, using log file: /var/log/nixpkgs-update/gnome.nautilus/2024-02-25.log gnome.nautilus 0 -> 1 attrpath: gnome.nautilus Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.nautilus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gajim, using log file: /var/log/nixpkgs-update/gajim/2024-02-25.log gajim 0 -> 1 attrpath: gajim Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/vldz7wc87s0jbrri29bbp5gxxw3clz9l-packages.json.drv building '/nix/store/vldz7wc87s0jbrri29bbp5gxxw3clz9l-packages.json.drv'... Going to be running update for following packages: - gajim-1.8.4 Press Enter key to continue... Running update for: - gajim-1.8.4: UPDATING ... - gajim-1.8.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gajim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.meshlabxml, using log file: /var/log/nixpkgs-update/python311Packages.meshlabxml/2024-02-25.log python311Packages.meshlabxml 0 -> 1 attrpath: python311Packages.meshlabxml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/z7gkqccw99scf56ca4k16y7hnya8350y-packages.json.drv building '/nix/store/z7gkqccw99scf56ca4k16y7hnya8350y-packages.json.drv'... Going to be running update for following packages: - python3.11-MeshLabXML-2018.3 Press Enter key to continue... Running update for: - python3.11-MeshLabXML-2018.3: UPDATING ... - python3.11-MeshLabXML-2018.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.meshlabxml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.multiset, using log file: /var/log/nixpkgs-update/python311Packages.multiset/2024-02-25.log python311Packages.multiset 0 -> 1 attrpath: python311Packages.multiset 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/a3m55wzlxs6r935rik9dc7b9ykhnvhkp-packages.json.drv building '/nix/store/a3m55wzlxs6r935rik9dc7b9ykhnvhkp-packages.json.drv'... Going to be running update for following packages: - python3.11-multiset-3.0.1 Press Enter key to continue... Running update for: - python3.11-multiset-3.0.1: UPDATING ... - python3.11-multiset-3.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/multiset/default.nix b/pkgs/development/python-modules/multiset/default.nix index 0e6e143676bc..e6b7c7adfe0c 100644 --- a/pkgs/development/python-modules/multiset/default.nix +++ b/pkgs/development/python-modules/multiset/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "multiset"; - version = "3.0.1"; + version = "3.0.2"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-5FZxyug4Wo5iSKmwejqDKAwtDMQxJxMFjPus3F7Jlz4="; + hash = "sha256-oqUSMaQtkiriJFwpTCNaKfioiOBoZdL84hxuyvER//8="; }; 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.multiset nix build failed. got build log for 'python311Packages.multiset' 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/r47544vb78z12xbs0jpqwjk85c1jxhna-multiset-3.0.2.tar.gz source root is multiset-3.0.2 setting SOURCE_DATE_EPOCH to timestamp 1703939629 of file multiset-3.0.2/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/8k1wr9lq8629bq1ricissyq15p4gfin4-relax-setuptools-scm-dependency.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.multiset 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath antlr3, using log file: /var/log/nixpkgs-update/antlr3/2024-02-25.log antlr3 3.5.2 -> 3.5.3 https://github.com/antlr/antlr3/releases attrpath: antlr3 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 antlr3 3.5.2 -> 3.5.3 https://github.com/antlr/antlr3/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 oxidized, using log file: /var/log/nixpkgs-update/oxidized/2024-02-25.log oxidized 0 -> 1 attrpath: oxidized 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 oxidized 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-excel-table, using log file: /var/log/nixpkgs-update/python311Packages.sphinxcontrib-excel-table/2024-02-25.log python311Packages.sphinxcontrib-excel-table 0 -> 1 attrpath: python311Packages.sphinxcontrib-excel-table Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/n5qw86fx54zz811axp2jkjavg8za03n2-packages.json.drv building '/nix/store/n5qw86fx54zz811axp2jkjavg8za03n2-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinxcontrib-excel-table-1.0.8 Press Enter key to continue... Running update for: - python3.11-sphinxcontrib-excel-table-1.0.8: UPDATING ... - python3.11-sphinxcontrib-excel-table-1.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinxcontrib-excel-table 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.modeled, using log file: /var/log/nixpkgs-update/python311Packages.modeled/2024-02-25.log python311Packages.modeled 0 -> 1 attrpath: python311Packages.modeled Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/h0xca08g1a2yib2adjfr1qgm1bs8ipiv-packages.json.drv building '/nix/store/h0xca08g1a2yib2adjfr1qgm1bs8ipiv-packages.json.drv'... Going to be running update for following packages: - python3.11-modeled-0.1.8 Press Enter key to continue... Running update for: - python3.11-modeled-0.1.8: UPDATING ... - python3.11-modeled-0.1.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.modeled 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bayespy, using log file: /var/log/nixpkgs-update/python311Packages.bayespy/2024-02-25.log python311Packages.bayespy 0 -> 1 attrpath: python311Packages.bayespy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/l2bkd5a5dvnhk6r0gb0cs5f256rcy10w-packages.json.drv building '/nix/store/l2bkd5a5dvnhk6r0gb0cs5f256rcy10w-packages.json.drv'... Going to be running update for following packages: - python3.11-bayespy-0.5.26 Press Enter key to continue... Running update for: - python3.11-bayespy-0.5.26: UPDATING ... - python3.11-bayespy-0.5.26: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/bayespy/default.nix b/pkgs/development/python-modules/bayespy/default.nix index eaee0ef0974c..86ca3020bacc 100644 --- a/pkgs/development/python-modules/bayespy/default.nix +++ b/pkgs/development/python-modules/bayespy/default.nix @@ -4,7 +4,7 @@ buildPythonPackage rec { pname = "bayespy"; - version = "0.5.26"; + version = "0.5.28"; format = "setuptools"; # Python 2 not supported and not some old Python 3 because MPL doesn't support @@ -13,7 +13,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - sha256 = "sha256-NOvuqPKioRIqScd2jC7nakonDEovTo9qKp/uTk9z1BE="; + sha256 = "sha256-0NKxx3dGNNsYc0nD9nIwJ1wpDJHu4Ny+Z/zzj4jys40="; }; nativeCheckInputs = [ pytestCheckHook nose glibcLocales ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/sc772s4acf5wc42mw89qzm6l855w34cc-python3.11-bayespy-0.5.28" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • python311Packages.bayespy
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.bayespy is: Variational Bayesian inference tools for Python meta.homepage for python311Packages.bayespy is: http://www.bayespy.org ###### 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.5.28 with grep in /nix/store/sc772s4acf5wc42mw89qzm6l855w34cc-python3.11-bayespy-0.5.28 - found 0.5.28 in filename of file in /nix/store/sc772s4acf5wc42mw89qzm6l855w34cc-python3.11-bayespy-0.5.28 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath python311Packages.bayespy ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/sc772s4acf5wc42mw89qzm6l855w34cc-python3.11-bayespy-0.5.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.bayespy https://github.com/r-ryantm/nixpkgs/archive/b69b3b679062182e9c88e9a6d75a4cf932daa7ae.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/b69b3b679062182e9c88e9a6d75a4cf932daa7ae#python311Packages.bayespy ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/sc772s4acf5wc42mw89qzm6l855w34cc-python3.11-bayespy-0.5.28 ls -la /nix/store/sc772s4acf5wc42mw89qzm6l855w34cc-python3.11-bayespy-0.5.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 built:
  • python311Packages.bayespy
--- ###### Maintainer pings cc @jluttine 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/291435 [result] Success updating python311Packages.bayespy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.marshmallow-enum, using log file: /var/log/nixpkgs-update/python311Packages.marshmallow-enum/2024-02-25.log python311Packages.marshmallow-enum 0 -> 1 attrpath: python311Packages.marshmallow-enum Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/1jgzp2jqlm105zmh1mjsqq4hjpqp0ijn-packages.json.drv building '/nix/store/1jgzp2jqlm105zmh1mjsqq4hjpqp0ijn-packages.json.drv'... Going to be running update for following packages: - python3.11-marshmallow-enum-1.5.1 Press Enter key to continue... Running update for: - python3.11-marshmallow-enum-1.5.1: UPDATING ... - python3.11-marshmallow-enum-1.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.marshmallow-enum 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gitg, using log file: /var/log/nixpkgs-update/gitg/2024-02-25.log gitg 0 -> 1 attrpath: gitg 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/w2vpj1xg0ama358fb0is9a14plym7j8s-packages.json.drv building '/nix/store/w2vpj1xg0ama358fb0is9a14plym7j8s-packages.json.drv'... Going to be running update for following packages: - gitg-41 Press Enter key to continue... Running update for: - gitg-41: UPDATING ... - gitg-41: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/desktops/gnome/misc/gitg/default.nix b/pkgs/desktops/gnome/misc/gitg/default.nix index e2d008a8697e..a17746f19cf2 100644 --- a/pkgs/desktops/gnome/misc/gitg/default.nix +++ b/pkgs/desktops/gnome/misc/gitg/default.nix @@ -30,11 +30,11 @@ stdenv.mkDerivation rec { pname = "gitg"; - version = "41"; + version = "44"; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; - sha256 = "f7Ybn7EPuqVI0j1wZbq9cq1j5iHeVYQMBlzm45hsRik="; + sha256 = "NCoxaE2rlnHNNBvT485mWtzuBGDCoIHdxJPNvAMTJTA="; }; 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 gitg nix build failed. got build log for 'gitg' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/m37pkr0in2p36nlai9j5awaj066rdv6b-gitg-44.tar.xz source root is gitg-44 setting SOURCE_DATE_EPOCH to timestamp 1691062584 of file gitg-44/win32/make-installer.bat @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/1026apa5sgc4pij63iwj2d9jlaq520c3-1978973b12848741b08695ec2020bac98584d636.patch patching file data/meson.build Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file data/meson.build.rej [result] Failed to update gitg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pyditz, using log file: /var/log/nixpkgs-update/pyditz/2024-02-25.log pyditz 0 -> 1 attrpath: pyditz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ivql5rmjsf2lygly313k97wa99hr3slj-packages.json.drv building '/nix/store/ivql5rmjsf2lygly313k97wa99hr3slj-packages.json.drv'... Going to be running update for following packages: - pyditz-0.11 Press Enter key to continue... Running update for: - pyditz-0.11: UPDATING ... - pyditz-0.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pyditz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.palettable, using log file: /var/log/nixpkgs-update/python311Packages.palettable/2024-02-25.log python311Packages.palettable 0 -> 1 attrpath: python311Packages.palettable Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/76alzk4ypyxpsxq41pimjh3qps6d4g7i-packages.json.drv building '/nix/store/76alzk4ypyxpsxq41pimjh3qps6d4g7i-packages.json.drv'... Going to be running update for following packages: - python3.11-palettable-3.3.3 Press Enter key to continue... Running update for: - python3.11-palettable-3.3.3: UPDATING ... - python3.11-palettable-3.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.palettable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-aggregator, using log file: /var/log/nixpkgs-update/git-aggregator/2024-02-25.log git-aggregator 0 -> 1 attrpath: git-aggregator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ia7022pbiqq3hypaz9av0wkbj88rfg08-packages.json.drv building '/nix/store/ia7022pbiqq3hypaz9av0wkbj88rfg08-packages.json.drv'... Going to be running update for following packages: - git-aggregator-2.1.0 Press Enter key to continue... Running update for: - git-aggregator-2.1.0: UPDATING ... - git-aggregator-2.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/version-management/git-aggregator/default.nix b/pkgs/applications/version-management/git-aggregator/default.nix index 34365cb5d90d..4694669cce4b 100644 --- a/pkgs/applications/version-management/git-aggregator/default.nix +++ b/pkgs/applications/version-management/git-aggregator/default.nix @@ -2,11 +2,11 @@ python3Packages.buildPythonApplication rec { pname = "git-aggregator"; - version = "2.1.0"; + version = "4.0"; src = fetchPypi { inherit pname version; - sha256 = "sha256-79xNPzYP1j71sU5wZM5e2xTqQExqQEdxXPxbk4T/Scw="; + sha256 = "sha256-g31wsNW+mazyC9lA2nwItnEJ8ARrhX/xI60EiWBRVZg="; }; nativeBuildInputs = 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 git-aggregator Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix --extra-experimental-features nix-command log -f . git-aggregator Standard output: error: build log of 'git-aggregator' is not available [result] Failed to update git-aggregator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath labwc-gtktheme, using log file: /var/log/nixpkgs-update/labwc-gtktheme/2024-02-25.log labwc-gtktheme 0 -> 1 attrpath: labwc-gtktheme Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/nmpryhx8xy1lagadxx9min5nczrsgnql-packages.json.drv building '/nix/store/nmpryhx8xy1lagadxx9min5nczrsgnql-packages.json.drv'... Going to be running update for following packages: - labwc-gtktheme-unstable-2022-07-17 Press Enter key to continue... Running update for: - labwc-gtktheme-unstable-2022-07-17: UPDATING ... - labwc-gtktheme-unstable-2022-07-17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update labwc-gtktheme 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.tn, using log file: /var/log/nixpkgs-update/aspellDicts.tn/2024-02-25.log aspellDicts.tn 0 -> 1 attrpath: aspellDicts.tn 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] these 2 derivations will be built: /nix/store/i9gvk7kh4pasjmqj5nnxf3sbzf66w2a7-update-aspellDict-tn.drv /nix/store/zjih4xkagc1cjndjimf32c9s7v8j2h5x-packages.json.drv building '/nix/store/i9gvk7kh4pasjmqj5nnxf3sbzf66w2a7-update-aspellDict-tn.drv'... building '/nix/store/zjih4xkagc1cjndjimf32c9s7v8j2h5x-packages.json.drv'... Going to be running update for following packages: - aspell-dict-tn-1.0.1-0 Press Enter key to continue... Running update for: - aspell-dict-tn-1.0.1-0: UPDATING ... - aspell-dict-tn-1.0.1-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.tn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.botocore-stubs, using log file: /var/log/nixpkgs-update/python311Packages.botocore-stubs/2024-02-25.log python311Packages.botocore-stubs 0 -> 1 attrpath: python311Packages.botocore-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] this derivation will be built: /nix/store/h8g1vz3akv1z6347rj86c74p0y04blr2-packages.json.drv building '/nix/store/h8g1vz3akv1z6347rj86c74p0y04blr2-packages.json.drv'... Going to be running update for following packages: - python3.11-botocore-stubs-1.34.49 Press Enter key to continue... Running update for: - python3.11-botocore-stubs-1.34.49: UPDATING ... - python3.11-botocore-stubs-1.34.49: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.botocore-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.matplotlib, using log file: /var/log/nixpkgs-update/python311Packages.matplotlib/2024-02-25.log python311Packages.matplotlib 0 -> 1 attrpath: python311Packages.matplotlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/s8fbsn39bhqlh1jfj67bdfr2qfibrvv2-packages.json.drv building '/nix/store/s8fbsn39bhqlh1jfj67bdfr2qfibrvv2-packages.json.drv'... Going to be running update for following packages: - python3.11-matplotlib-3.8.2 Press Enter key to continue... Running update for: - python3.11-matplotlib-3.8.2: UPDATING ... - python3.11-matplotlib-3.8.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/matplotlib/default.nix b/pkgs/development/python-modules/matplotlib/default.nix index 8fb5c7c292cf..788df3d9458e 100644 --- a/pkgs/development/python-modules/matplotlib/default.nix +++ b/pkgs/development/python-modules/matplotlib/default.nix @@ -77,7 +77,7 @@ let in buildPythonPackage rec { - version = "3.8.2"; + version = "3.8.3"; pname = "matplotlib"; format = "pyproject"; @@ -85,7 +85,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-Aal4uHG4ge52AXFS8fGgy/a9X3uP+Mlt8N8b1X2HVaE="; + hash = "sha256-e0FiOemuOL5UsCirv5BIr/UFSpq6VBa+8L0X+RYs4WE="; }; env.XDG_RUNTIME_DIR = "/tmp"; No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 5961 > 25 [result] Failed to update python311Packages.matplotlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nxengine-evo, using log file: /var/log/nixpkgs-update/nxengine-evo/2024-02-25.log nxengine-evo 2.6.4 -> 2.6.5-1 https://github.com/nxengine/nxengine-evo/releases attrpath: nxengine-evo Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - nxengine-evo: 2.6.4 -> 2.6.5-1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/286570" [result] Failed to update nxengine-evo 2.6.4 -> 2.6.5-1 https://github.com/nxengine/nxengine-evo/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.pytest-spec, using log file: /var/log/nixpkgs-update/python311Packages.pytest-spec/2024-02-25.log python311Packages.pytest-spec 0 -> 1 attrpath: python311Packages.pytest-spec Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/43kxa7dj6i2j2pzkbwc84q7118iakq7s-packages.json.drv building '/nix/store/43kxa7dj6i2j2pzkbwc84q7118iakq7s-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-spec-unstable-2023-06-04 Press Enter key to continue... Running update for: - python3.11-pytest-spec-unstable-2023-06-04: UPDATING ... - python3.11-pytest-spec-unstable-2023-06-04: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-spec 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.grc, using log file: /var/log/nixpkgs-update/aspellDicts.grc/2024-02-25.log aspellDicts.grc 0 -> 1 attrpath: aspellDicts.grc 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] these 2 derivations will be built: /nix/store/010gxiwkh5bddvrskd801j6c5p3wi24p-update-aspellDict-grc.drv /nix/store/wikbphs99jjb7c45jx0rpyyvb56msiwp-packages.json.drv building '/nix/store/010gxiwkh5bddvrskd801j6c5p3wi24p-update-aspellDict-grc.drv'... building '/nix/store/wikbphs99jjb7c45jx0rpyyvb56msiwp-packages.json.drv'... Going to be running update for following packages: - aspell-dict-grc-0.02-0 Press Enter key to continue... Running update for: - aspell-dict-grc-0.02-0: UPDATING ... - aspell-dict-grc-0.02-0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.grc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cmctl, using log file: /var/log/nixpkgs-update/cmctl/2024-02-25.log cmctl 0 -> 1 attrpath: cmctl 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/5j28my6ibk2aig5c58jhl65g04fai82x-packages.json.drv building '/nix/store/5j28my6ibk2aig5c58jhl65g04fai82x-packages.json.drv'... Going to be running update for following packages: - cmctl-1.14.2 Press Enter key to continue... Running update for: - cmctl-1.14.2: UPDATING ... - cmctl-1.14.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/cluster/cmctl/default.nix b/pkgs/applications/networking/cluster/cmctl/default.nix index e871b43a91d5..e23af212b554 100644 --- a/pkgs/applications/networking/cluster/cmctl/default.nix +++ b/pkgs/applications/networking/cluster/cmctl/default.nix @@ -8,18 +8,18 @@ buildGoModule rec { pname = "cmctl"; - version = "1.14.2"; + version = "1.14.3"; src = fetchFromGitHub { owner = "cert-manager"; repo = "cert-manager"; rev = "v${version}"; - hash = "sha256-pq7v7j/w+gDlyjYyrOk86YW76rwxLQQUFwhaPrblCSw="; + hash = "sha256-CPHSWGM8zq+Sg0tqdm9kmIyBFpVf1ot40Ud7Mpe1sNI="; }; sourceRoot = "${src.name}/cmd/ctl"; - vendorHash = "sha256-HHlZkxXEJIP3u2rB4+B8Z9vcGwzRT5dtjf5Hu1WVroI="; + vendorHash = "sha256-CBX/U9v2ubmPveXUeWbogHDyWVAtU0pyOWAlnRsMs4c="; ldflags = [ "-s" No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/4kb502w89apphy2k2293pamgll99hi8q-cmctl-1.14.3" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • cmctl
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 cmctl is: A CLI tool for managing cert-manager service on Kubernetes clusters meta.homepage for cmctl is: https://cert-manager.io/ ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/cert-manager/cert-manager/releases/tag/v1.14.3) - [Compare changes on GitHub](https://github.com/cert-manager/cert-manager/compare/v1.14.2...v1.14.3) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.14.3 with grep in /nix/store/4kb502w89apphy2k2293pamgll99hi8q-cmctl-1.14.3 - found 1.14.3 in filename of file in /nix/store/4kb502w89apphy2k2293pamgll99hi8q-cmctl-1.14.3 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath cmctl ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/4kb502w89apphy2k2293pamgll99hi8q-cmctl-1.14.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 cmctl https://github.com/r-ryantm/nixpkgs/archive/74cfb74bb2d7c062294962093bb5727a3b556f9e.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/74cfb74bb2d7c062294962093bb5727a3b556f9e#cmctl ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/4kb502w89apphy2k2293pamgll99hi8q-cmctl-1.14.3 ls -la /nix/store/4kb502w89apphy2k2293pamgll99hi8q-cmctl-1.14.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:
  • cmctl
--- ###### Maintainer pings cc @JoshVanL 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/291440 [result] Success updating cmctl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.GeneSelectR, using log file: /var/log/nixpkgs-update/rPackages.GeneSelectR/2024-02-25.log rPackages.GeneSelectR 1.0.0 -> 1.0.1 https://repology.org/project/r:geneselectr/versions attrpath: rPackages.GeneSelectR 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.GeneSelectR 1.0.0 -> 1.0.1 https://repology.org/project/r:geneselectr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.GroupSeq, using log file: /var/log/nixpkgs-update/rPackages.GroupSeq/2024-02-25.log rPackages.GroupSeq 1.4.2 -> 1.4.3 https://repology.org/project/r:groupseq/versions attrpath: rPackages.GroupSeq 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.GroupSeq 1.4.2 -> 1.4.3 https://repology.org/project/r:groupseq/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.RcppHNSW, using log file: /var/log/nixpkgs-update/rPackages.RcppHNSW/2024-02-25.log rPackages.RcppHNSW 0.5.0 -> 0.6.0 https://repology.org/project/r:rcpphnsw/versions attrpath: rPackages.RcppHNSW 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.RcppHNSW 0.5.0 -> 0.6.0 https://repology.org/project/r:rcpphnsw/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spigot, using log file: /var/log/nixpkgs-update/spigot/2024-02-25.log spigot 20220606 -> 20240202 https://repology.org/project/spigot-calculator/versions attrpath: spigot Checking auto update branch... No auto update branch exists Old version 20220606" not present in master derivation file with contents: { lib , stdenv , fetchurl , callPackage , cmake , gmp , halibut , ncurses , perl }: stdenv.mkDerivation (finalAttrs: { pname = "spigot"; version = "20220606.eb585f8"; src = fetchurl { url = "https://www.chiark.greenend.org.uk/~sgtatham/spigot/spigot-${finalAttrs.version}.tar.gz"; hash = "sha256-JyNNZo/HUPWv5rYtlNYp8Hl0C7i3yxEyKm+77ysN7Ao="; }; nativeBuildInputs = [ cmake halibut perl ]; buildInputs = [ gmp ncurses ]; outputs = [ "out" "man" ]; strictDeps = true; passthru.tests = { approximation = callPackage ./tests/approximation.nix { spigot = finalAttrs.finalPackage; }; }; meta = { homepage = "https://www.chiark.greenend.org.uk/~sgtatham/spigot/"; description = "A command-line exact real calculator"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ AndersonTorres ]; platforms = lib.platforms.unix; }; }) [result] Failed to update spigot 20220606 -> 20240202 https://repology.org/project/spigot-calculator/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.sphinxcontrib-apidoc, using log file: /var/log/nixpkgs-update/python312Packages.sphinxcontrib-apidoc/2024-02-25.log python312Packages.sphinxcontrib-apidoc 0.4.0 -> 0.5.0 https://repology.org/project/python:sphinxcontrib-apidoc/versions attrpath: python312Packages.sphinxcontrib-apidoc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/2rnsmq0x2wwvk13wkgji0py5mklrxpl0-packages.json.drv building '/nix/store/2rnsmq0x2wwvk13wkgji0py5mklrxpl0-packages.json.drv'... Going to be running update for following packages: - python3.12-sphinxcontrib-apidoc-0.4.0 Press Enter key to continue... Running update for: - python3.12-sphinxcontrib-apidoc-0.4.0: UPDATING ... - python3.12-sphinxcontrib-apidoc-0.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinxcontrib-apidoc/default.nix b/pkgs/development/python-modules/sphinxcontrib-apidoc/default.nix index 327ff267eebc..9abab99c0598 100644 --- a/pkgs/development/python-modules/sphinxcontrib-apidoc/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-apidoc/default.nix @@ -7,12 +7,12 @@ buildPythonPackage rec { pname = "sphinxcontrib-apidoc"; - version = "0.4.0"; + version = "0.5.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-/lnRWIJHKqk8Jzevvepr7bNM41y9NKpJR5CfXfFQCq0="; + hash = "sha256-Ze/NkiEqX4I3FfuV7gmLRYprsJpe5hfZ7T3q2XF3zVU="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/bjzcpq04g29w51l65lkq55kxwr1nxp8s-python3.12-sphinxcontrib-apidoc-0.5.0" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages marked as broken and skipped:
  • python312Packages.python-openstackclient
  • python312Packages.sphinxcontrib-apidoc
2 packages built:
  • openstackclient (python311Packages.python-openstackclient)
  • python311Packages.sphinxcontrib-apidoc
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.sphinxcontrib-apidoc is: Sphinx extension for running sphinx-apidoc on each build meta.homepage for python312Packages.sphinxcontrib-apidoc is: https://github.com/sphinx-contrib/apidoc ###### 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.5.0 with grep in /nix/store/bjzcpq04g29w51l65lkq55kxwr1nxp8s-python3.12-sphinxcontrib-apidoc-0.5.0 - found 0.5.0 in filename of file in /nix/store/bjzcpq04g29w51l65lkq55kxwr1nxp8s-python3.12-sphinxcontrib-apidoc-0.5.0 ---
Rebuild report (if merged into master) (click to expand) ``` 5 total rebuild path(s) 5 package rebuild(s) First fifty rebuilds by attrpath openstackclient python311Packages.python-openstackclient python311Packages.sphinxcontrib-apidoc python312Packages.python-openstackclient python312Packages.sphinxcontrib-apidoc ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/bjzcpq04g29w51l65lkq55kxwr1nxp8s-python3.12-sphinxcontrib-apidoc-0.5.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 python312Packages.sphinxcontrib-apidoc https://github.com/r-ryantm/nixpkgs/archive/dcee7e76e91609f17cb16bccff8a3b50ba5df8cb.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/dcee7e76e91609f17cb16bccff8a3b50ba5df8cb#python312Packages.sphinxcontrib-apidoc ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/bjzcpq04g29w51l65lkq55kxwr1nxp8s-python3.12-sphinxcontrib-apidoc-0.5.0 ls -la /nix/store/bjzcpq04g29w51l65lkq55kxwr1nxp8s-python3.12-sphinxcontrib-apidoc-0.5.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)
2 packages marked as broken and skipped:
  • python312Packages.python-openstackclient
  • python312Packages.sphinxcontrib-apidoc
2 packages built:
  • openstackclient (python311Packages.python-openstackclient)
  • python311Packages.sphinxcontrib-apidoc
--- ###### Maintainer pings cc @SuperSandro2000 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/291444 [result] Success updating python312Packages.sphinxcontrib-apidoc 0.4.0 -> 0.5.0 https://repology.org/project/python:sphinxcontrib-apidoc/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.SPLICE, using log file: /var/log/nixpkgs-update/rPackages.SPLICE/2024-02-25.log rPackages.SPLICE 1.1.1 -> 1.1.2 https://repology.org/project/r:splice/versions attrpath: rPackages.SPLICE 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.SPLICE 1.1.1 -> 1.1.2 https://repology.org/project/r:splice/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.parameters, using log file: /var/log/nixpkgs-update/rPackages.parameters/2024-02-25.log rPackages.parameters 0.21.3 -> 0.21.5 https://repology.org/project/r:parameters/versions attrpath: rPackages.parameters Checking auto update branch... No auto update branch exists Old version 0.21.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.parameters 0.21.3 -> 0.21.5 https://repology.org/project/r:parameters/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.dbarts, using log file: /var/log/nixpkgs-update/rPackages.dbarts/2024-02-25.log rPackages.dbarts 0.9-25 -> 0.9-26 https://repology.org/project/r:dbarts/versions attrpath: rPackages.dbarts Checking auto update branch... No auto update branch exists Old version 0.9-25" 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.dbarts 0.9-25 -> 0.9-26 https://repology.org/project/r:dbarts/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libredwg, using log file: /var/log/nixpkgs-update/libredwg/2024-02-25.log libredwg 0.12.5.6313 -> 0.13.2 https://github.com/LibreDWG/libredwg/releases attrpath: libredwg Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - libredwg: 0.12.5.6313 -> 0.13.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/288144" [result] Failed to update libredwg 0.12.5.6313 -> 0.13.2 https://github.com/LibreDWG/libredwg/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 linuxKernel.packages.linux_6_7.openrazer, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_7.openrazer/2024-02-25.log linuxKernel.packages.linux_6_7.openrazer 3.6.1-6.7.6 -> 3.7.0 https://github.com/openrazer/openrazer/releases attrpath: linuxKernel.packages.linux_6_7.openrazer Checking auto update branch... No auto update branch exists Old version 3.6.1-6.7.6" not present in master derivation file with contents: { coreutils , fetchFromGitHub , kernel , stdenv , lib , util-linux }: let common = import ../../../development/python-modules/openrazer/common.nix { inherit lib fetchFromGitHub; }; in stdenv.mkDerivation (common // { pname = "openrazer"; version = "${common.version}-${kernel.version}"; nativeBuildInputs = kernel.moduleBuildDependencies; makeFlags = kernel.makeFlags ++ [ "KERNELDIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" ]; installPhase = '' runHook preInstall binDir="$out/lib/modules/${kernel.modDirVersion}/kernel/drivers/hid" mkdir -p "$binDir" cp -v driver/*.ko "$binDir" RAZER_MOUNT_OUT="$out/bin/razer_mount" RAZER_RULES_OUT="$out/etc/udev/rules.d/99-razer.rules" install -m 644 -v -D install_files/udev/99-razer.rules $RAZER_RULES_OUT install -m 755 -v -D install_files/udev/razer_mount $RAZER_MOUNT_OUT substituteInPlace $RAZER_RULES_OUT \ --replace razer_mount $RAZER_MOUNT_OUT \ --replace plugdev openrazer substituteInPlace $RAZER_MOUNT_OUT \ --replace /usr/bin/logger ${util-linux}/bin/logger \ --replace chgrp ${coreutils}/bin/chgrp \ --replace "PATH='/sbin:/bin:/usr/sbin:/usr/bin'" "" \ --replace plugdev openrazer runHook postInstall ''; enableParallelBuilding = true; meta = common.meta // { description = "An entirely open source Linux driver that allows you to manage your Razer peripherals on GNU/Linux"; broken = kernel.kernelOlder "4.19"; }; }) [result] Failed to update linuxKernel.packages.linux_6_7.openrazer 3.6.1-6.7.6 -> 3.7.0 https://github.com/openrazer/openrazer/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.python3-openid, using log file: /var/log/nixpkgs-update/python311Packages.python3-openid/2024-02-25.log python311Packages.python3-openid 0 -> 1 attrpath: python311Packages.python3-openid Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/7nyrkbjrfki821hx2izrmjcpahcmr16g-packages.json.drv building '/nix/store/7nyrkbjrfki821hx2izrmjcpahcmr16g-packages.json.drv'... Going to be running update for following packages: - python3.11-python3-openid-3.2.0 Press Enter key to continue... Running update for: - python3.11-python3-openid-3.2.0: UPDATING ... - python3.11-python3-openid-3.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python3-openid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ufmt, using log file: /var/log/nixpkgs-update/python311Packages.ufmt/2024-02-25.log python311Packages.ufmt 0 -> 1 attrpath: python311Packages.ufmt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/w10cj119d7pfqsils0cxd7990mp7wq8l-packages.json.drv building '/nix/store/w10cj119d7pfqsils0cxd7990mp7wq8l-packages.json.drv'... Going to be running update for following packages: - python3.11-ufmt-2.1.0 Press Enter key to continue... Running update for: - python3.11-ufmt-2.1.0: UPDATING ... - python3.11-ufmt-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ufmt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiosasl, using log file: /var/log/nixpkgs-update/python311Packages.aiosasl/2024-02-25.log python311Packages.aiosasl 0 -> 1 attrpath: python311Packages.aiosasl 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/kf1hxl37gr2jg5q2fvpawz15j03liwrr-packages.json.drv building '/nix/store/kf1hxl37gr2jg5q2fvpawz15j03liwrr-packages.json.drv'... Going to be running update for following packages: - python3.11-aiosasl-0.5.0 Press Enter key to continue... Running update for: - python3.11-aiosasl-0.5.0: UPDATING ... - python3.11-aiosasl-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiosasl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ton, using log file: /var/log/nixpkgs-update/ton/2024-02-25.log ton 0 -> 1 attrpath: ton Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/gsh0j17p0axjchkrayldqa5l8hiiilc1-packages.json.drv building '/nix/store/gsh0j17p0axjchkrayldqa5l8hiiilc1-packages.json.drv'... Going to be running update for following packages: - ton-2023.10 Press Enter key to continue... Running update for: - ton-2023.10: UPDATING ... - ton-2023.10: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/blockchains/ton/default.nix b/pkgs/applications/blockchains/ton/default.nix index a65a1428df0e..a1963db30a2e 100644 --- a/pkgs/applications/blockchains/ton/default.nix +++ b/pkgs/applications/blockchains/ton/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "ton"; - version = "2023.10"; + version = "2024.01"; src = fetchFromGitHub { owner = "ton-blockchain"; repo = "ton"; rev = "v${version}"; - sha256 = "sha256-K1RhhW7EvwYV7/ng3NPjSGdHEQvJZ7K97YXd7s5wghc="; + sha256 = "sha256-nZ7yel+lTNO5zFzN711tLwAvqpf5qaYOxERwApnMVOs="; fetchSubmodules = true; }; No auto update branch exists Old version 2023.10" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , cmake , git , pkg-config , gperf , libmicrohttpd , libsodium , openssl , readline , secp256k1 , zlib , nix-update-script }: stdenv.mkDerivation rec { pname = "ton"; version = "2024.01"; src = fetchFromGitHub { owner = "ton-blockchain"; repo = "ton"; rev = "v${version}"; hash = "sha256-nZ7yel+lTNO5zFzN711tLwAvqpf5qaYOxERwApnMVOs="; fetchSubmodules = true; }; outputs = [ "out" "dev" ]; nativeBuildInputs = [ cmake git pkg-config ]; buildInputs = [ gperf libmicrohttpd libsodium openssl readline secp256k1 zlib ]; passthru.updateScript = nix-update-script { }; meta = with lib; { # The build fails on darwin as: # error: aligned allocation function of type 'void *(std::size_t, std::align_val_t)' is only available on macOS 10.13 or newer broken = stdenv.isDarwin; description = "A fully decentralized layer-1 blockchain designed by Telegram"; homepage = "https://ton.org/"; changelog = "https://github.com/ton-blockchain/ton/blob/v${version}/Changelog.md"; license = licenses.lgpl2Only; platforms = platforms.all; maintainers = with maintainers; [ misuzu ]; }; } [result] Failed to update ton 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioprometheus, using log file: /var/log/nixpkgs-update/python311Packages.aioprometheus/2024-02-25.log python311Packages.aioprometheus 0 -> 1 attrpath: python311Packages.aioprometheus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ilbjz4y7pl0lgm0zrwx6pdyil39nwi75-packages.json.drv building '/nix/store/ilbjz4y7pl0lgm0zrwx6pdyil39nwi75-packages.json.drv'... Going to be running update for following packages: - python3.11-aioprometheus-unstable-2023-03-14 Press Enter key to continue... Running update for: - python3.11-aioprometheus-unstable-2023-03-14: UPDATING ... - python3.11-aioprometheus-unstable-2023-03-14: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioprometheus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyopenuv, using log file: /var/log/nixpkgs-update/python311Packages.pyopenuv/2024-02-25.log python311Packages.pyopenuv 0 -> 1 attrpath: python311Packages.pyopenuv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/kp0zp2hmnyvphd09xbs22vvk60fqybw8-packages.json.drv building '/nix/store/kp0zp2hmnyvphd09xbs22vvk60fqybw8-packages.json.drv'... Going to be running update for following packages: - python3.11-pyopenuv-2023.12.0 Press Enter key to continue... Running update for: - python3.11-pyopenuv-2023.12.0: UPDATING ... - python3.11-pyopenuv-2023.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyopenuv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dave, using log file: /var/log/nixpkgs-update/dave/2024-02-25.log dave 0.4.0 -> 0.5.0 https://github.com/micromata/dave/releases attrpath: dave 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-iyq2DGdbdfJIRNkGAIKTk1LLDydpVX3juQFaG6H5vJQ=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'dave.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/ci05bf9bfq4sd5ndf6cjp52r2xkf2cbd-dave-0.5.0-go-modules.drv /nix/store/cksgcw9ihn9x8chx9dmcbxd9n06cd3fs-dave-0.5.0.drv building '/nix/store/ci05bf9bfq4sd5ndf6cjp52r2xkf2cbd-dave-0.5.0-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/65pwmgil0c3m8400hbhinp88vkkhblkq-source source root is source Running phase: patchPhase applying patch /nix/store/nb0zmcygz2shwkiyws4aiidnzkv9rbb9-go-modules.patch The next patch would create the file go.mod, which already exists! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored The next patch would create the file go.sum, which already exists! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored patching file go.mod Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file go.mod.rej patching file go.sum Hunk #1 succeeded at 382 with fuzz 2 (offset 371 lines). Hunk #2 FAILED at 36. Hunk #3 FAILED at 69. Hunk #4 FAILED at 96. Hunk #5 FAILED at 143. Hunk #6 FAILED at 163. Hunk #7 succeeded at 709 with fuzz 2 (offset 521 lines). Hunk #8 FAILED at 272. Hunk #9 succeeded at 1304 with fuzz 2 (offset 983 lines). 6 out of 9 hunks FAILED -- saving rejects to file go.sum.rej error: builder for '/nix/store/ci05bf9bfq4sd5ndf6cjp52r2xkf2cbd-dave-0.5.0-go-modules.drv' failed with exit code 1; last 25 log lines: > applying patch /nix/store/nb0zmcygz2shwkiyws4aiidnzkv9rbb9-go-modules.patch > The next patch would create the file go.mod, > which already exists! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 1 out of 1 hunk ignored > The next patch would create the file go.sum, > which already exists! Assume -R? [n] > Apply anyway? [n] > Skipping patch. > 1 out of 1 hunk ignored > patching file go.mod > Hunk #1 FAILED at 1. > 1 out of 1 hunk FAILED -- saving rejects to file go.mod.rej > patching file go.sum > Hunk #1 succeeded at 382 with fuzz 2 (offset 371 lines). > Hunk #2 FAILED at 36. > Hunk #3 FAILED at 69. > Hunk #4 FAILED at 96. > Hunk #5 FAILED at 143. > Hunk #6 FAILED at 163. > Hunk #7 succeeded at 709 with fuzz 2 (offset 521 lines). > Hunk #8 FAILED at 272. > Hunk #9 succeeded at 1304 with fuzz 2 (offset 983 lines). > 6 out of 9 hunks FAILED -- saving rejects to file go.sum.rej For full logs, run 'nix log /nix/store/ci05bf9bfq4sd5ndf6cjp52r2xkf2cbd-dave-0.5.0-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/cksgcw9ihn9x8chx9dmcbxd9n06cd3fs-dave-0.5.0.drv' failed to build [result] Failed to update dave 0.4.0 -> 0.5.0 https://github.com/micromata/dave/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.amberelectric, using log file: /var/log/nixpkgs-update/python311Packages.amberelectric/2024-02-25.log python311Packages.amberelectric 0 -> 1 attrpath: python311Packages.amberelectric Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/ry4c9j8b358j9a566v3ggg61qyjyfisk-packages.json.drv building '/nix/store/ry4c9j8b358j9a566v3ggg61qyjyfisk-packages.json.drv'... Going to be running update for following packages: - python3.11-amberelectric-1.1.0 Press Enter key to continue... Running update for: - python3.11-amberelectric-1.1.0: UPDATING ... - python3.11-amberelectric-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.amberelectric 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-crfsuite, using log file: /var/log/nixpkgs-update/python311Packages.python-crfsuite/2024-02-25.log python311Packages.python-crfsuite 0 -> 1 attrpath: python311Packages.python-crfsuite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/yv2wgdcv207hzlj4k338cq6avq4r82ir-packages.json.drv building '/nix/store/yv2wgdcv207hzlj4k338cq6avq4r82ir-packages.json.drv'... Going to be running update for following packages: - python3.11-python-crfsuite-0.9.10 Press Enter key to continue... Running update for: - python3.11-python-crfsuite-0.9.10: UPDATING ... - python3.11-python-crfsuite-0.9.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-crfsuite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spring-boot, using log file: /var/log/nixpkgs-update/spring-boot/2024-02-25.log spring-boot 0 -> 1 attrpath: spring-boot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/f8adwpn5rlj968ifj1z4infrdcb93va7-packages.json.drv building '/nix/store/f8adwpn5rlj968ifj1z4infrdcb93va7-packages.json.drv'... Going to be running update for following packages: - spring-boot-cli-3.2.2 Press Enter key to continue... Running update for: - spring-boot-cli-3.2.2: UPDATING ... - spring-boot-cli-3.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/spring-boot-cli/default.nix b/pkgs/development/tools/spring-boot-cli/default.nix index 5e92ac17f7bc..b22a8ae8c54c 100644 --- a/pkgs/development/tools/spring-boot-cli/default.nix +++ b/pkgs/development/tools/spring-boot-cli/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "spring-boot-cli"; - version = "3.2.2"; + version = "3.2.3"; src = fetchzip { url = "mirror://maven/org/springframework/boot/${finalAttrs.pname}/${finalAttrs.version}/${finalAttrs.pname}-${finalAttrs.version}-bin.zip"; - hash = "sha256-Jlczhy4Nfquhrm+SO/MRfBsHrHRHDkU4TUTTPTH7aVk="; + hash = "sha256-H4QYEp5QfWLdcQybrBE49eMPXvt68gjEjJMQvh1drZs="; }; nativeBuildInputs = [ makeWrapper installShellFiles ]; No auto update branch exists There might already be an open PR for this update: - spring-boot-cli: 3.2.2 -> 3.2.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291287" [result] Failed to update spring-boot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath zimlib, using log file: /var/log/nixpkgs-update/zimlib/2024-02-25.log zimlib 8.2.0 -> 9.1.0 https://github.com/openzim/libzim/releases attrpath: zimlib Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - zimlib: 8.2.0 -> 9.1.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291192" [result] Failed to update zimlib 8.2.0 -> 9.1.0 https://github.com/openzim/libzim/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.random, using log file: /var/log/nixpkgs-update/terraform-providers.random/2024-02-25.log terraform-providers.random 0 -> 1 attrpath: terraform-providers.random Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.random 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tewisay, using log file: /var/log/nixpkgs-update/tewisay/2024-02-25.log tewisay 0 -> 1 attrpath: tewisay 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/6w90kjhhdaf5ws63lgkkqsyf61279vj8-packages.json.drv building '/nix/store/6w90kjhhdaf5ws63lgkkqsyf61279vj8-packages.json.drv'... Going to be running update for following packages: - tewisay-unstable-2022-11-04 Press Enter key to continue... Running update for: - tewisay-unstable-2022-11-04: UPDATING ... - tewisay-unstable-2022-11-04: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tewisay 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cement, using log file: /var/log/nixpkgs-update/python311Packages.cement/2024-02-25.log python311Packages.cement 0 -> 1 attrpath: python311Packages.cement Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/gzc1kmjy0cxvhrz7nrx4r846s5zxm4jq-packages.json.drv building '/nix/store/gzc1kmjy0cxvhrz7nrx4r846s5zxm4jq-packages.json.drv'... Going to be running update for following packages: - python3.11-cement-3.0.8 Press Enter key to continue... Running update for: - python3.11-cement-3.0.8: UPDATING ... - python3.11-cement-3.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cement 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gotrue-supabase, using log file: /var/log/nixpkgs-update/gotrue-supabase/2024-02-25.log gotrue-supabase 2.105.0 -> 2.143.0 https://github.com/supabase/gotrue/releases attrpath: gotrue-supabase Checking auto update branch... An auto update branch exists with message `gotrue-supabase: 2.105.0 -> 2.143.0`. New version is 2.143.0. An auto update branch exists with an equal or greater version [result] Failed to update gotrue-supabase 2.105.0 -> 2.143.0 https://github.com/supabase/gotrue/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.jsonable, using log file: /var/log/nixpkgs-update/python311Packages.jsonable/2024-02-25.log python311Packages.jsonable 0 -> 1 attrpath: python311Packages.jsonable Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/7dsjp5mn91ibl629wnfn2n6sf8whj91y-packages.json.drv building '/nix/store/7dsjp5mn91ibl629wnfn2n6sf8whj91y-packages.json.drv'... Going to be running update for following packages: - python3.11-jsonable-0.3.1 Press Enter key to continue... Running update for: - python3.11-jsonable-0.3.1: UPDATING ... - python3.11-jsonable-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jsonable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sov, using log file: /var/log/nixpkgs-update/sov/2024-02-25.log sov 0 -> 1 attrpath: sov 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/db20da0yizn7g1wn1cpbm39z0qbzvs7r-packages.json.drv building '/nix/store/db20da0yizn7g1wn1cpbm39z0qbzvs7r-packages.json.drv'... Going to be running update for following packages: - sov-0.94 Press Enter key to continue... Running update for: - sov-0.94: UPDATING ... - sov-0.94: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sov 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-consumption, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-consumption/2024-02-25.log python311Packages.azure-mgmt-consumption 0 -> 1 attrpath: python311Packages.azure-mgmt-consumption Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/62zdvbxak6gvlsdy06yp3lnd8f3m6vv9-packages.json.drv building '/nix/store/62zdvbxak6gvlsdy06yp3lnd8f3m6vv9-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-consumption-10.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-consumption-10.0.0: UPDATING ... - python3.11-azure-mgmt-consumption-10.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-consumption 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-smarttub, using log file: /var/log/nixpkgs-update/python311Packages.python-smarttub/2024-02-25.log python311Packages.python-smarttub 0 -> 1 attrpath: python311Packages.python-smarttub Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/xl7psji9hkjdg9mx21302g6y7j97b6w6-packages.json.drv building '/nix/store/xl7psji9hkjdg9mx21302g6y7j97b6w6-packages.json.drv'... Going to be running update for following packages: - python3.11-python-smarttub-0.0.36 Press Enter key to continue... Running update for: - python3.11-python-smarttub-0.0.36: UPDATING ... - python3.11-python-smarttub-0.0.36: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-smarttub 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pywayland, using log file: /var/log/nixpkgs-update/python311Packages.pywayland/2024-02-25.log python311Packages.pywayland 0 -> 1 attrpath: python311Packages.pywayland Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/dn4cinbhysmg9xr3zc52byifdk20nibq-packages.json.drv building '/nix/store/dn4cinbhysmg9xr3zc52byifdk20nibq-packages.json.drv'... Going to be running update for following packages: - python3.11-pywayland-0.4.17 Press Enter key to continue... Running update for: - python3.11-pywayland-0.4.17: UPDATING ... - python3.11-pywayland-0.4.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pywayland 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath webmesh, using log file: /var/log/nixpkgs-update/webmesh/2024-02-25.log webmesh 0.1.2 -> 0.17.1 https://github.com/webmeshproj/webmesh/releases attrpath: webmesh 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-LBd5IrNFGkEhz+joDv6juL7WuoFyoqCXnmEHFB1K6Nc=" [golangModuleVersion] Replaced vendorHash with sha256-xoc7NSdg5bn3aXgcrolJwv8jyrv2HEXFmiCtRXBVwVg= 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 webmesh nix build failed. got build log for 'webmesh' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/plg2jgf6b2nc3lz8icswn2s8yz2zybz2-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/node stat /build/source/cmd/node: directory not found [result] Failed to update webmesh 0.1.2 -> 0.17.1 https://github.com/webmeshproj/webmesh/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.mwoauth, using log file: /var/log/nixpkgs-update/python311Packages.mwoauth/2024-02-25.log python311Packages.mwoauth 0 -> 1 attrpath: python311Packages.mwoauth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/wk1mlyd2mvjr2ph3ls6bg90xi4rxz11x-packages.json.drv building '/nix/store/wk1mlyd2mvjr2ph3ls6bg90xi4rxz11x-packages.json.drv'... Going to be running update for following packages: - python3.11-mwoauth-0.3.8 Press Enter key to continue... Running update for: - python3.11-mwoauth-0.3.8: UPDATING ... - python3.11-mwoauth-0.3.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mwoauth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath jgmenu, using log file: /var/log/nixpkgs-update/jgmenu/2024-02-25.log jgmenu 0 -> 1 attrpath: jgmenu Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/mvwfwxb7lwc35zj8g7skasgn96m3zc16-packages.json.drv building '/nix/store/mvwfwxb7lwc35zj8g7skasgn96m3zc16-packages.json.drv'... Going to be running update for following packages: - jgmenu-4.4.1 Press Enter key to continue... Running update for: - jgmenu-4.4.1: UPDATING ... - jgmenu-4.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update jgmenu 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lingua, using log file: /var/log/nixpkgs-update/python311Packages.lingua/2024-02-25.log python311Packages.lingua 0 -> 1 attrpath: python311Packages.lingua Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/v6k81zqg4761b13ns8g5ldldh0p277bz-packages.json.drv building '/nix/store/v6k81zqg4761b13ns8g5ldldh0p277bz-packages.json.drv'... Going to be running update for following packages: - python3.11-lingua-4.15.0 Press Enter key to continue... Running update for: - python3.11-lingua-4.15.0: UPDATING ... - python3.11-lingua-4.15.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lingua 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath projectm, using log file: /var/log/nixpkgs-update/projectm/2024-02-25.log projectm 3.1.12 -> 4.0.0 https://github.com/projectM-visualizer/projectM/releases attrpath: projectm Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - [WIP] projectm: 3.1.12 -> 4.0.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/250969" [result] Failed to update projectm 3.1.12 -> 4.0.0 https://github.com/projectM-visualizer/projectM/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.sip4, using log file: /var/log/nixpkgs-update/python311Packages.sip4/2024-02-25.log python311Packages.sip4 0 -> 1 attrpath: python311Packages.sip4 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/jmh57w860lgb9ajlfvawakmdl0wwi8rq-packages.json.drv building '/nix/store/jmh57w860lgb9ajlfvawakmdl0wwi8rq-packages.json.drv'... Going to be running update for following packages: - python3.11-sip-4.19.25 Press Enter key to continue... Running update for: - python3.11-sip-4.19.25: UPDATING ... - python3.11-sip-4.19.25: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sip4 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hieroglyph, using log file: /var/log/nixpkgs-update/python311Packages.hieroglyph/2024-02-25.log python311Packages.hieroglyph 0 -> 1 attrpath: python311Packages.hieroglyph Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/w7ql5ksrvlbzc946pxyvnb9nk7y4339i-packages.json.drv building '/nix/store/w7ql5ksrvlbzc946pxyvnb9nk7y4339i-packages.json.drv'... Going to be running update for following packages: - python3.11-hieroglyph-2.1.0 Press Enter key to continue... Running update for: - python3.11-hieroglyph-2.1.0: UPDATING ... - python3.11-hieroglyph-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hieroglyph 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sarif-om, using log file: /var/log/nixpkgs-update/python311Packages.sarif-om/2024-02-25.log python311Packages.sarif-om 0 -> 1 attrpath: python311Packages.sarif-om Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/8qvcg6mh6lr1nb08v6cdaqdiyld6rxir-packages.json.drv building '/nix/store/8qvcg6mh6lr1nb08v6cdaqdiyld6rxir-packages.json.drv'... Going to be running update for following packages: - python3.11-sarif-om-1.0.4 Press Enter key to continue... Running update for: - python3.11-sarif-om-1.0.4: UPDATING ... - python3.11-sarif-om-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sarif-om 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kubefirst, using log file: /var/log/nixpkgs-update/kubefirst/2024-02-25.log kubefirst 2.3.7 -> 2.3.8 https://github.com/kubefirst/kubefirst/releases attrpath: kubefirst Checking auto update branch... An auto update branch exists with message `kubefirst: 2.3.7 -> 2.3.8`. New version is 2.3.8. An auto update branch exists with an equal or greater version [result] Failed to update kubefirst 2.3.7 -> 2.3.8 https://github.com/kubefirst/kubefirst/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 planify, using log file: /var/log/nixpkgs-update/planify/2024-02-25.log planify 4.4 -> 4.5 https://github.com/alainm23/planify/releases attrpath: planify 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/planify/default.nix b/pkgs/applications/office/planify/default.nix index 9c8aad5e9cae..2aa9b739a45d 100644 --- a/pkgs/applications/office/planify/default.nix +++ b/pkgs/applications/office/planify/default.nix @@ -25,13 +25,13 @@ stdenv.mkDerivation rec { pname = "planify"; - version = "4.4"; + version = "4.5"; src = fetchFromGitHub { owner = "alainm23"; repo = "planify"; rev = version; - hash = "sha256-HX6ZMx2NUAQxEGLIk/wgUlQX0BFtee3+t/JdlMTIYBw="; + hash = "sha256-GpdsJzfShw6JNVD9cFmjjEs9qMVShor7KIzBIxbs+MA="; }; 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 planify nix build failed. Project version: 4.5 C compiler for the host machine: gcc (gcc 13.2.0 "gcc (GCC) 13.2.0") C linker for the host machine: gcc ld.bfd 2.40 Vala compiler for the host machine: valac (valac 0.56.14) Host machine cpu family: x86_64 Host machine cpu: x86_64 Found pkg-config: YES (/nix/store/492n7ylp2f9zn0k3vghv1snypgkzznc5-pkg-config-wrapper-0.29.2/bin/pkg-config) 0.29.2 Run-time dependency gio-2.0 found: YES 2.78.4 Run-time dependency glib-2.0 found: YES 2.78.4 Run-time dependency gee-0.8 found: YES 0.20.6 Run-time dependency gtk4 found: YES 4.12.5 Run-time dependency libsoup-3.0 found: YES 3.4.4 Run-time dependency sqlite3 found: YES 3.45.1 Run-time dependency libadwaita-1 found: YES 1.4.3 Run-time dependency webkitgtk-6.0 found: YES 2.42.5 Run-time dependency gtksourceview-5 found: YES 5.10.0 Run-time dependency granite-7 found: YES 7.4.0 Run-time dependency json-glib-1.0 found: YES 1.8.0 Run-time dependency libecal-2.0 found: YES 3.50.4 Run-time dependency libedataserver-1.2 found: YES 3.50.4 Run-time dependency libical-glib found: YES 3.0.17 Run-time dependency libportal found: YES 0.7.1 Run-time dependency libportal-gtk4 found: YES 0.7.1 Did not find CMake 'cmake' Found CMake: NO Run-time dependency gxml-0.20 found: NO (tried pkgconfig) meson.build:29:14: ERROR: Dependency "gxml-0.20" not found, tried pkgconfig A full log can be found at /build/source/build/meson-logs/meson-log.txt [result] Failed to update planify 4.4 -> 4.5 https://github.com/alainm23/planify/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 lidarr, using log file: /var/log/nixpkgs-update/lidarr/2024-02-25.log lidarr 0 -> 1 attrpath: lidarr 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/0j96cmsc996i2vpyf0xi7bcbx1s80c1p-packages.json.drv building '/nix/store/0j96cmsc996i2vpyf0xi7bcbx1s80c1p-packages.json.drv'... Going to be running update for following packages: - lidarr-2.0.7.3849 Press Enter key to continue... Running update for: - lidarr-2.0.7.3849: UPDATING ... - lidarr-2.0.7.3849: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/lidarr/default.nix b/pkgs/servers/lidarr/default.nix index aba1c766ce50..06a51b450331 100644 --- a/pkgs/servers/lidarr/default.nix +++ b/pkgs/servers/lidarr/default.nix @@ -8,13 +8,13 @@ let x86_64-darwin = "x64"; }."${stdenv.hostPlatform.system}" or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); hash = { - x64-linux_hash = "sha256-TqwVWV3kfBTqGYf6PT9H0E9YiG/AfLWEViKocVrhZuU="; - arm64-linux_hash = "sha256-aCaUZgnk4rnhEV3hDVZx1Bfz+PteefGeGvEdoKXGxxg="; - x64-osx_hash = "sha256-4O3H2gsH2Q3V9xY1fIMzkaU0qSEg3CF89chnrMdCmdk="; + x64-linux_hash = "sha256-njTaQIi15k0+8tnuIO+waRmSE+BAG46ln+qzesFfI0E="; + arm64-linux_hash = "sha256-dgX/G3eyWjtVmwptv0+Fbmt7/SjR26N5Ug+YXeC9fgU="; + x64-osx_hash = "sha256-kFliWQB1eQK1AoeWIZ3XaYj5mwSwRJWL2G8OwaLTFN4="; }."${arch}-${os}_hash"; in stdenv.mkDerivation rec { pname = "lidarr"; - version = "2.0.7.3849"; + version = "2.1.7.4030"; src = fetchurl { url = "https://github.com/lidarr/Lidarr/releases/download/v${version}/Lidarr.master.${version}.${os}-core-${arch}.tar.gz"; An auto update branch exists with message `lidarr: 2.0.7.3849 -> 2.1.7.4030`. New version is 2.1.7.4030. An auto update branch exists with an equal or greater version [result] Failed to update lidarr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-twitter, using log file: /var/log/nixpkgs-update/python311Packages.python-twitter/2024-02-25.log python311Packages.python-twitter 0 -> 1 attrpath: python311Packages.python-twitter 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/dxwmc4j2zn4jpbb47vjb3x8wmf3jddz9-packages.json.drv building '/nix/store/dxwmc4j2zn4jpbb47vjb3x8wmf3jddz9-packages.json.drv'... Going to be running update for following packages: - python3.11-python-twitter-3.5 Press Enter key to continue... Running update for: - python3.11-python-twitter-3.5: UPDATING ... - python3.11-python-twitter-3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-twitter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.slicedimage, using log file: /var/log/nixpkgs-update/python311Packages.slicedimage/2024-02-25.log python311Packages.slicedimage 0 -> 1 attrpath: python311Packages.slicedimage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/hbvy8vxm2wxzzhs6v5w973ix12cr373m-packages.json.drv building '/nix/store/hbvy8vxm2wxzzhs6v5w973ix12cr373m-packages.json.drv'... Going to be running update for following packages: - python3.11-slicedimage-4.1.1 Press Enter key to continue... Running update for: - python3.11-slicedimage-4.1.1: UPDATING ... - python3.11-slicedimage-4.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.slicedimage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cddl, using log file: /var/log/nixpkgs-update/cddl/2024-02-25.log cddl 0 -> 1 attrpath: cddl 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 cddl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pep440, using log file: /var/log/nixpkgs-update/python311Packages.pep440/2024-02-25.log python311Packages.pep440 0 -> 1 attrpath: python311Packages.pep440 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/46j8khlvg9qqsm40qvayzhaq4lx6vmah-packages.json.drv building '/nix/store/46j8khlvg9qqsm40qvayzhaq4lx6vmah-packages.json.drv'... Going to be running update for following packages: - python3.11-pep440-0.1.2 Press Enter key to continue... Running update for: - python3.11-pep440-0.1.2: UPDATING ... - python3.11-pep440-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pep440 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lagrange, using log file: /var/log/nixpkgs-update/lagrange/2024-02-25.log lagrange 0 -> 1 attrpath: lagrange Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/4vyx84vfjszdzdqfvc1ccaljvqiv51sw-packages.json.drv building '/nix/store/4vyx84vfjszdzdqfvc1ccaljvqiv51sw-packages.json.drv'... Going to be running update for following packages: - lagrange-1.17.6 Press Enter key to continue... Running update for: - lagrange-1.17.6: UPDATING ... - lagrange-1.17.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lagrange 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.opencensus-context, using log file: /var/log/nixpkgs-update/python311Packages.opencensus-context/2024-02-25.log python311Packages.opencensus-context 0 -> 1 attrpath: python311Packages.opencensus-context Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/gw0q24v9cfly8cwnw9qxdc2l4acxg15b-packages.json.drv building '/nix/store/gw0q24v9cfly8cwnw9qxdc2l4acxg15b-packages.json.drv'... Going to be running update for following packages: - python3.11-opencensus-context-0.1.3 Press Enter key to continue... Running update for: - python3.11-opencensus-context-0.1.3: UPDATING ... - python3.11-opencensus-context-0.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.opencensus-context 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-sound-theme, using log file: /var/log/nixpkgs-update/pantheon.elementary-sound-theme/2024-02-25.log pantheon.elementary-sound-theme 0 -> 1 attrpath: pantheon.elementary-sound-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] this derivation will be built: /nix/store/yl4wdz12flgk84mgj6brgn33n6kbg3ml-packages.json.drv building '/nix/store/yl4wdz12flgk84mgj6brgn33n6kbg3ml-packages.json.drv'... Going to be running update for following packages: - elementary-sound-theme-1.1.0 Press Enter key to continue... Running update for: - elementary-sound-theme-1.1.0: UPDATING ... - elementary-sound-theme-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-sound-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 rocmPackages.rocalution, using log file: /var/log/nixpkgs-update/rocmPackages.rocalution/2024-02-25.log rocmPackages.rocalution 0 -> 1 attrpath: rocmPackages.rocalution Checking auto update branch... [version] [version] skipping because derivation has 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 these 2 derivations will be built: /nix/store/jiri9cml8a54dn9i12zfi31nh611ffx2-update.sh.drv /nix/store/xfhqrrqhj344kr4rfcrazl7ndxyn1xj4-packages.json.drv building '/nix/store/jiri9cml8a54dn9i12zfi31nh611ffx2-update.sh.drv'... building '/nix/store/xfhqrrqhj344kr4rfcrazl7ndxyn1xj4-packages.json.drv'... Going to be running update for following packages: - rocalution-5.7.1 Press Enter key to continue... Running update for: - rocalution-5.7.1: UPDATING ... - rocalution-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocalution-5.7.1 ---------------------- 'rocmPackages_5.rocalution' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocalution'. --- SHOWING ERROR LOG FOR rocalution-5.7.1 ---------------------- The update script for rocalution-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocalution 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath embree, using log file: /var/log/nixpkgs-update/embree/2024-02-25.log embree 3.13.5 -> 4.3.1 https://github.com/embree/embree/releases attrpath: embree 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 embree 3.13.5 -> 4.3.1 https://github.com/embree/embree/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.nose3, using log file: /var/log/nixpkgs-update/python311Packages.nose3/2024-02-25.log python311Packages.nose3 0 -> 1 attrpath: python311Packages.nose3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/lfssixy4vi2xg9cdsi29xlkhnz5isis3-packages.json.drv building '/nix/store/lfssixy4vi2xg9cdsi29xlkhnz5isis3-packages.json.drv'... Going to be running update for following packages: - python3.11-nose3-1.3.8 Press Enter key to continue... Running update for: - python3.11-nose3-1.3.8: UPDATING ... - python3.11-nose3-1.3.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nose3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tuna, using log file: /var/log/nixpkgs-update/tuna/2024-02-25.log tuna 0 -> 1 attrpath: tuna Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/k0yx8y8mbskvb7z0an6xx8lickl8gdzk-packages.json.drv building '/nix/store/k0yx8y8mbskvb7z0an6xx8lickl8gdzk-packages.json.drv'... Going to be running update for following packages: - tuna-0.15 Press Enter key to continue... Running update for: - tuna-0.15: UPDATING ... - tuna-0.15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tuna 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-dcgm-exporter, using log file: /var/log/nixpkgs-update/prometheus-dcgm-exporter/2024-02-25.log prometheus-dcgm-exporter 3.2.5-3.1.7 -> 3.3.3-3.3.1 https://github.com/NVIDIA/dcgm-exporter/releases attrpath: prometheus-dcgm-exporter Checking auto update branch... An auto update branch exists with message `prometheus-dcgm-exporter: 3.2.5-3.1.7 -> 3.3.0-3.2.0`. New version is 3.3.3-3.3.1. 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-Fjvx15e/psxoqoS6c6GhiQfe7g2aI40EmPR26xLhrzg="