attrpath: rPackages.cauchypca 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.cauchypca 1.2 -> 1.3 https://repology.org/project/r:cauchypca/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.fuzzySim, using log file: /var/log/nixpkgs-update/rPackages.fuzzySim/2024-03-05.log rPackages.fuzzySim 4.10.5 -> 4.10.7 https://repology.org/project/r:fuzzysim/versions attrpath: rPackages.fuzzySim Checking auto update branch... No auto update branch exists Old version 4.10.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.fuzzySim 4.10.5 -> 4.10.7 https://repology.org/project/r:fuzzysim/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.f1dataR, using log file: /var/log/nixpkgs-update/rPackages.f1dataR/2024-03-05.log rPackages.f1dataR 1.4.1 -> 1.5.0 https://repology.org/project/r:f1datar/versions attrpath: rPackages.f1dataR 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.f1dataR 1.4.1 -> 1.5.0 https://repology.org/project/r:f1datar/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.RKorAPClient, using log file: /var/log/nixpkgs-update/rPackages.RKorAPClient/2024-03-05.log rPackages.RKorAPClient 0.7.7 -> 0.8.0 https://repology.org/project/r:rkorapclient/versions attrpath: rPackages.RKorAPClient Checking auto update branch... No auto update branch exists Old version 0.7.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.RKorAPClient 0.7.7 -> 0.8.0 https://repology.org/project/r:rkorapclient/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ggdag, using log file: /var/log/nixpkgs-update/rPackages.ggdag/2024-03-05.log rPackages.ggdag 0.2.10 -> 0.2.11 https://repology.org/project/r:ggdag/versions attrpath: rPackages.ggdag Checking auto update branch... No auto update branch exists Old version 0.2.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.ggdag 0.2.10 -> 0.2.11 https://repology.org/project/r:ggdag/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.TDA, using log file: /var/log/nixpkgs-update/rPackages.TDA/2024-03-05.log rPackages.TDA 1.9 -> 1.9.1 https://repology.org/project/r:tda/versions attrpath: rPackages.TDA Checking auto update branch... No auto update branch exists Old version 1.9" 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.TDA 1.9 -> 1.9.1 https://repology.org/project/r:tda/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.rstanarm, using log file: /var/log/nixpkgs-update/rPackages.rstanarm/2024-03-05.log rPackages.rstanarm 2.26.1 -> 2.32.1 https://repology.org/project/r:rstanarm/versions attrpath: rPackages.rstanarm Checking auto update branch... No auto update branch exists Old version 2.26.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.rstanarm 2.26.1 -> 2.32.1 https://repology.org/project/r:rstanarm/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.FIESTAutils, using log file: /var/log/nixpkgs-update/rPackages.FIESTAutils/2024-03-05.log rPackages.FIESTAutils 1.2.0 -> 1.2.2 https://repology.org/project/r:fiestautils/versions attrpath: rPackages.FIESTAutils 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.FIESTAutils 1.2.0 -> 1.2.2 https://repology.org/project/r:fiestautils/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.DeclareDesign, using log file: /var/log/nixpkgs-update/rPackages.DeclareDesign/2024-03-05.log rPackages.DeclareDesign 1.0.4 -> 1.0.6 https://repology.org/project/r:declaredesign/versions attrpath: rPackages.DeclareDesign 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.DeclareDesign 1.0.4 -> 1.0.6 https://repology.org/project/r:declaredesign/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ImpactEffectsize, using log file: /var/log/nixpkgs-update/rPackages.ImpactEffectsize/2024-03-05.log rPackages.ImpactEffectsize 0.6.2 -> 0.6.3 https://repology.org/project/r:impacteffectsize/versions attrpath: rPackages.ImpactEffectsize Checking auto update branch... No auto update branch exists Old version 0.6.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.ImpactEffectsize 0.6.2 -> 0.6.3 https://repology.org/project/r:impacteffectsize/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ndisc6, using log file: /var/log/nixpkgs-update/ndisc6/2024-03-05.log ndisc6 1.0.4 -> 1.0.8 https://repology.org/project/ndisc6/versions attrpath: ndisc6 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/aznyhnf9fp76i3gwbhs13xqc5vvy4aan-ndisc6-1.0.8.tar.bz2.drv building '/nix/store/aznyhnf9fp76i3gwbhs13xqc5vvy4aan-ndisc6-1.0.8.tar.bz2.drv'... trying https://www.remlab.net/files/ndisc6/archive/ndisc6-1.0.8.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 277 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download ndisc6-1.0.8.tar.bz2 from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'ndisc6.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/aznyhnf9fp76i3gwbhs13xqc5vvy4aan-ndisc6-1.0.8.tar.bz2.drv /nix/store/h3df6gz1l8n18hpkhxzf5l1lcirlp58k-ndisc6-1.0.8.drv building '/nix/store/aznyhnf9fp76i3gwbhs13xqc5vvy4aan-ndisc6-1.0.8.tar.bz2.drv'... trying https://www.remlab.net/files/ndisc6/archive/ndisc6-1.0.8.tar.bz2 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 277 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download ndisc6-1.0.8.tar.bz2 from any mirror error: builder for '/nix/store/aznyhnf9fp76i3gwbhs13xqc5vvy4aan-ndisc6-1.0.8.tar.bz2.drv' failed with exit code 1; last 7 log lines: > > trying https://www.remlab.net/files/ndisc6/archive/ndisc6-1.0.8.tar.bz2 > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 277 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download ndisc6-1.0.8.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/aznyhnf9fp76i3gwbhs13xqc5vvy4aan-ndisc6-1.0.8.tar.bz2.drv'. error: 1 dependencies of derivation '/nix/store/h3df6gz1l8n18hpkhxzf5l1lcirlp58k-ndisc6-1.0.8.drv' failed to build [result] Failed to update ndisc6 1.0.4 -> 1.0.8 https://repology.org/project/ndisc6/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sdl-jstest, using log file: /var/log/nixpkgs-update/sdl-jstest/2024-03-05.log sdl-jstest 2018-06-15 -> 20180114 https://repology.org/project/sdl-jstest/versions attrpath: sdl-jstest Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update sdl-jstest 2018-06-15 -> 20180114 https://repology.org/project/sdl-jstest/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath unixODBCDrivers.mariadb, using log file: /var/log/nixpkgs-update/unixODBCDrivers.mariadb/2024-03-05.log unixODBCDrivers.mariadb 3.1.14 -> 3.1.20 https://repology.org/project/mariadb-connector-odbc/versions attrpath: unixODBCDrivers.mariadb Checking auto update branch... No auto update branch exists Old version 3.1.14" not present in master derivation file with contents: { fetchurl, stdenv, unixODBC, cmake, postgresql, mariadb, sqlite, zlib, libxml2, dpkg, lib, openssl, libkrb5, libuuid, patchelf, libiconv, fixDarwinDylibNames, fetchFromGitHub }: # Each of these ODBC drivers can be configured in your odbcinst.ini file using # the various passthru and meta values. Of note are: # # * `passthru.fancyName`, the typical name used to reference the driver # * `passthru.driver`, the path to the driver within the built package # * `meta.description`, a short description of the ODBC driver # # For example, you might generate it as follows: # # '' # [${package.fancyName}] # Description = ${package.meta.description} # Driver = ${package}/${package.driver} # '' { psql = stdenv.mkDerivation rec { pname = "psqlodbc"; version = "10.01.0000"; src = fetchurl { url = "mirror://postgresql/odbc/versions/src/${pname}-${version}.tar.gz"; sha256 = "1cyams7157f3gry86x64xrplqi2vyqrq3rqka59gv4lb4rpl7jl7"; }; buildInputs = [ unixODBC postgresql ]; # see the top of the file for an explanation passthru = { fancyName = "PostgreSQL"; driver = "lib/psqlodbcw.so"; }; meta = with lib; { description = "Official PostgreSQL ODBC Driver"; homepage = "https://odbc.postgresql.org/"; license = licenses.lgpl2; platforms = platforms.unix; }; }; mariadb = stdenv.mkDerivation rec { pname = "mariadb-connector-odbc"; version = "3.1.20"; src = fetchFromGitHub { owner = "mariadb-corporation"; repo = "mariadb-connector-odbc"; rev = version; hash = "sha256-l+HlS7/A0shwsEXYKDhi+QCmwHaMTeKrtcvo9yYpYws="; # this driver only seems to build correctly when built against the mariadb-connect-c subrepo # (see https://github.com/NixOS/nixpkgs/issues/73258) fetchSubmodules = true; }; patches = [ # Fix `call to undeclared function 'sleep'` with clang 16 ./mariadb-connector-odbc-unistd.patch ]; nativeBuildInputs = [ cmake ]; buildInputs = [ unixODBC openssl libiconv zlib ] ++ lib.optionals stdenv.isDarwin [ libkrb5 ]; # TODO: remove preConfigure on staging preConfigure = if !stdenv.isDarwin then '' # we don't want to build a .pkg substituteInPlace CMakeLists.txt \ --replace "IF(APPLE)" "IF(0)" \ --replace "CMAKE_SYSTEM_NAME MATCHES AIX" "APPLE" '' else null; cmakeFlags = [ "-DWITH_EXTERNAL_ZLIB=ON" "-DODBC_LIB_DIR=${lib.getLib unixODBC}/lib" "-DODBC_INCLUDE_DIR=${lib.getDev unixODBC}/include" "-DWITH_OPENSSL=ON" # on darwin this defaults to ON but we want to build against unixODBC "-DWITH_IODBC=OFF" ]; buildFlags = if stdenv.isDarwin then [ "maodbc" ] else null; installTargets = if stdenv.isDarwin then [ "install/fast" ] else null; # see the top of the file for an explanation passthru = { fancyName = "MariaDB"; driver = "lib/libmaodbc${stdenv.hostPlatform.extensions.sharedLibrary}"; }; meta = with lib; { description = "MariaDB ODBC database driver"; homepage = "https://downloads.mariadb.org/connector-odbc/"; license = licenses.gpl2; platforms = platforms.linux ++ platforms.darwin; }; }; mysql = stdenv.mkDerivation rec { pname = "mysql-connector-odbc"; majorVersion = "5.3"; version = "${majorVersion}.6"; src = fetchurl { url = "https://dev.mysql.com/get/Downloads/Connector-ODBC/${majorVersion}/${pname}-${version}-src.tar.gz"; sha256 = "1smi4z49i4zm7cmykjkwlxxzqvn7myngsw5bc35z6gqxmi8c55xr"; }; nativeBuildInputs = [ cmake ]; buildInputs = [ unixODBC mariadb ]; cmakeFlags = [ "-DWITH_UNIXODBC=1" ]; # see the top of the file for an explanation passthru = { fancyName = "MySQL"; driver = "lib/libmyodbc3-3.51.12.so"; }; meta = with lib; { description = "MySQL ODBC database driver"; homepage = "https://dev.mysql.com/downloads/connector/odbc/"; license = licenses.gpl2; platforms = platforms.linux; broken = true; }; }; sqlite = stdenv.mkDerivation rec { pname = "sqlite-connector-odbc"; version = "0.9993"; src = fetchurl { url = "http://www.ch-werner.de/sqliteodbc/sqliteodbc-${version}.tar.gz"; sha256 = "0dgsj28sc7f7aprmdd0n5a1rmcx6pv7170c8dfjl0x1qsjxim6hs"; }; buildInputs = [ unixODBC sqlite zlib libxml2 ]; configureFlags = [ "--with-odbc=${unixODBC}" "--with-sqlite3=${sqlite.dev}" ]; installTargets = [ "install-3" ]; # move libraries to $out/lib where they're expected to be postInstall = '' mkdir -p "$out/lib" mv "$out"/*.* "$out/lib" ''; # see the top of the file for an explanation passthru = { fancyName = "SQLite"; driver = "lib/libsqlite3odbc.so"; }; meta = with lib; { description = "ODBC driver for SQLite"; homepage = "http://www.ch-werner.de/sqliteodbc"; license = licenses.bsd2; platforms = platforms.unix; maintainers = with maintainers; [ vlstill ]; }; }; msodbcsql17 = stdenv.mkDerivation rec { pname = "msodbcsql17"; version = "${versionMajor}.${versionMinor}.${versionAdditional}-1"; versionMajor = "17"; versionMinor = "7"; versionAdditional = "1.1"; src = fetchurl { url = "https://packages.microsoft.com/debian/10/prod/pool/main/m/msodbcsql17/msodbcsql${versionMajor}_${version}_amd64.deb"; sha256 = "0vwirnp56jibm3qf0kmi4jnz1w7xfhnsfr8imr0c9hg6av4sk3a6"; }; nativeBuildInputs = [ dpkg patchelf ]; unpackPhase = "dpkg -x $src ./"; buildPhase = ""; installPhase = '' mkdir -p $out mkdir -p $out/lib cp -r opt/microsoft/msodbcsql${versionMajor}/lib64 opt/microsoft/msodbcsql${versionMajor}/share $out/ ''; postFixup = '' patchelf --set-rpath ${lib.makeLibraryPath [ unixODBC openssl libkrb5 libuuid stdenv.cc.cc ]} \ $out/lib/libmsodbcsql-${versionMajor}.${versionMinor}.so.${versionAdditional} ''; # see the top of the file for an explanation passthru = { fancyName = "ODBC Driver ${versionMajor} for SQL Server"; driver = "lib/libmsodbcsql-${versionMajor}.${versionMinor}.so.${versionAdditional}"; }; meta = with lib; { broken = stdenv.isDarwin; description = "ODBC Driver ${versionMajor} for SQL Server"; homepage = "https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; platforms = platforms.linux; maintainers = with maintainers; [ spencerjanssen ]; }; }; msodbcsql18 = stdenv.mkDerivation(finalAttrs: { pname = "msodbcsql${finalAttrs.versionMajor}"; version = "${finalAttrs.versionMajor}.${finalAttrs.versionMinor}.${finalAttrs.versionAdditional}${finalAttrs.versionSuffix}"; versionMajor = "18"; versionMinor = "1"; versionAdditional = "1.1"; versionSuffix = lib.optionalString stdenv.isLinux "-1"; src = fetchurl { url = { x86_64-linux = "https://packages.microsoft.com/debian/11/prod/pool/main/m/${finalAttrs.pname}/${finalAttrs.pname}_${finalAttrs.version}_amd64.deb"; aarch64-linux = "https://packages.microsoft.com/debian/11/prod/pool/main/m/${finalAttrs.pname}/${finalAttrs.pname}_${finalAttrs.version}_arm64.deb"; x86_64-darwin = "https://download.microsoft.com/download/6/4/0/64006503-51e3-44f0-a6cd-a9b757d0d61b/${finalAttrs.pname}-${finalAttrs.version}-amd64.tar.gz"; aarch64-darwin = "https://download.microsoft.com/download/6/4/0/64006503-51e3-44f0-a6cd-a9b757d0d61b/${finalAttrs.pname}-${finalAttrs.version}-arm64.tar.gz"; }.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}"); hash = { x86_64-linux = "sha256:1f0rmh1aynf1sqmjclbsyh2wz5jby0fixrwz71zp6impxpwvil52"; aarch64-linux = "sha256:0zphnbvkqdbkcv6lvv63p7pyl68h5bs2dy6vv44wm6bi89svms4a"; x86_64-darwin = "sha256:1fn80byn1yihflznxcm9cpj42mpllnz54apnk9n46vzm2ng2lj6d"; aarch64-darwin = "sha256:116xl8r2apr5b48jnq6myj9fwqs88yccw5176yfyzh4534fznj5x"; }.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}"); }; nativeBuildInputs = if stdenv.isDarwin then [ # Fix up the names encoded into the dylib, and make them absolute. fixDarwinDylibNames ] else [ dpkg patchelf ]; unpackPhase = lib.optionalString stdenv.isLinux '' dpkg -x $src ./ ''; installPhase = if stdenv.isDarwin then '' mkdir -p $out tar xf $src --strip-components=1 -C $out '' else '' mkdir -p $out mkdir -p $out/lib cp -r opt/microsoft/msodbcsql${finalAttrs.versionMajor}/lib64 opt/microsoft/msodbcsql${finalAttrs.versionMajor}/share $out/ ''; # Replace the hard-coded paths in the dylib with nixpkgs equivalents. fixupPhase = lib.optionalString stdenv.isDarwin '' ${stdenv.cc.bintools.targetPrefix}install_name_tool \ -change /usr/lib/libiconv.2.dylib ${libiconv}/lib/libiconv.2.dylib \ -change /opt/homebrew/lib/libodbcinst.2.dylib ${unixODBC}/lib/libodbcinst.2.dylib \ $out/${finalAttrs.passthru.driver} ''; postFixup = lib.optionalString stdenv.isLinux '' patchelf --set-rpath ${lib.makeLibraryPath [ unixODBC openssl libkrb5 libuuid stdenv.cc.cc ]} \ $out/${finalAttrs.passthru.driver} ''; # see the top of the file for an explanation passthru = { fancyName = "ODBC Driver ${finalAttrs.versionMajor} for SQL Server"; driver = "lib/libmsodbcsql${if stdenv.isDarwin then ".${finalAttrs.versionMajor}.dylib" else "-${finalAttrs.versionMajor}.${finalAttrs.versionMinor}.so.${finalAttrs.versionAdditional}"}"; }; meta = with lib; { description = finalAttrs.passthru.fancyName; homepage = "https://learn.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-ver16"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; platforms = platforms.unix; license = licenses.unfree; maintainers = with maintainers; [ SamirTalwar ]; }; }); redshift = stdenv.mkDerivation rec { pname = "redshift-odbc"; version = "1.4.49.1000"; src = fetchurl { url = "https://s3.amazonaws.com/redshift-downloads/drivers/odbc/${version}/AmazonRedshiftODBC-64-bit-${version}-1.x86_64.deb"; sha256 = "sha256-r5HvsZjB7+x+ClxtWoONkE1/NAbz90NbHfzxC6tf7jA="; }; nativeBuildInputs = [ dpkg ]; unpackPhase = '' dpkg -x $src src cd src ''; # `unixODBC` is loaded with `dlopen`, so `autoPatchElfHook` cannot see it, and `patchELF` phase would strip the manual patchelf. Thus: # - Manually patchelf with `unixODCB` libraries # - Disable automatic `patchELF` phase installPhase = '' mkdir -p $out/lib cp opt/amazon/redshiftodbc/lib/64/* $out/lib patchelf --set-rpath ${unixODBC}/lib/ $out/lib/libamazonredshiftodbc64.so ''; dontPatchELF = true; buildInputs = [ unixODBC ]; # see the top of the file for an explanation passthru = { fancyName = "Amazon Redshift (x64)"; driver = "lib/libamazonredshiftodbc64.so"; }; meta = with lib; { broken = stdenv.isDarwin; description = "Amazon Redshift ODBC driver"; homepage = "https://docs.aws.amazon.com/redshift/latest/mgmt/configure-odbc-connection.html"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; platforms = platforms.linux; maintainers = with maintainers; [ sir4ur0n ]; }; }; } [result] Failed to update unixODBCDrivers.mariadb 3.1.14 -> 3.1.20 https://repology.org/project/mariadb-connector-odbc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath s3backer, using log file: /var/log/nixpkgs-update/s3backer/2024-03-05.log s3backer 2.0.2 -> 2.1.1 https://repology.org/project/s3backer/versions attrpath: s3backer 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/filesystems/s3backer/default.nix b/pkgs/tools/filesystems/s3backer/default.nix index 3585408a2f7d..ab63847f8385 100644 --- a/pkgs/tools/filesystems/s3backer/default.nix +++ b/pkgs/tools/filesystems/s3backer/default.nix @@ -4,10 +4,10 @@ stdenv.mkDerivation rec { pname = "s3backer"; - version = "2.0.2"; + version = "2.1.1"; src = fetchFromGitHub { - sha256 = "sha256-xmOtL4v3UxdjrL09sSfXyF5FoMrNerSqG9nvEuwMvNM="; + sha256 = "sha256-D/KJPKuKZIvL24dIiP7lLnAjHJFodprVAP/V6VJ5iTs="; rev = version; repo = "s3backer"; owner = "archiecobbs"; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A s3backer nix build failed. got build log for 's3backer' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/5bv6d19k09snkx55icqr2fd7yqwq8dpl-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/2i4l0hrliny6s8zhkr39y4mixwn408s4-fix-darwin-builds.patch patching file s3backer.h patch unexpectedly ends in middle of line Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file s3backer.h.rej [result] Failed to update s3backer 2.0.2 -> 2.1.1 https://repology.org/project/s3backer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath chromatic, using log file: /var/log/nixpkgs-update/chromatic/2024-03-05.log chromatic 0-unstable-2023-08-05 -> 0.1.2 https://repology.org/project/chromatic/versions attrpath: chromatic Checking auto update branch... No auto update branch exists [outpaths] eval start [outpaths] eval end [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update chromatic 0-unstable-2023-08-05 -> 0.1.2 https://repology.org/project/chromatic/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath trino-cli, using log file: /var/log/nixpkgs-update/trino-cli/2024-03-05.log trino-cli 435 -> 439 https://repology.org/project/trino-cli/versions attrpath: trino-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/development/tools/database/trino-cli/default.nix b/pkgs/development/tools/database/trino-cli/default.nix index c42ab0208b32..899fa72d673a 100644 --- a/pkgs/development/tools/database/trino-cli/default.nix +++ b/pkgs/development/tools/database/trino-cli/default.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "trino-cli"; - version = "435"; + version = "439"; jarfilename = "${pname}-${version}-executable.jar"; @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "mirror://maven/io/trino/${pname}/${version}/${jarfilename}"; - sha256 = "sha256-X+G75KtlQus9mYcGtAMm7MDo7reN2ZTlVvhGhzEu5W4="; + sha256 = "sha256-ANrv3+hpRn00zFAu6FHltk6seQ4lP2esDIhsJrctfY0="; }; dontUnpack = true; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/0ssnmhp8pysihrl9gy2i881nkgqbnmr1-trino-cli-439" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` 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 https://repology.org/project/trino-cli/versions. meta.description for trino-cli is: The Trino CLI provides a terminal-based, interactive shell for running queries meta.homepage for trino-cli is: https://github.com/trinodb/trino ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 439 with grep in /nix/store/0ssnmhp8pysihrl9gy2i881nkgqbnmr1-trino-cli-439 - found 439 in filename of file in /nix/store/0ssnmhp8pysihrl9gy2i881nkgqbnmr1-trino-cli-439 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath trino-cli ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/0ssnmhp8pysihrl9gy2i881nkgqbnmr1-trino-cli-439 \ --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 trino-cli https://github.com/r-ryantm/nixpkgs/archive/da85f3bb2c8553742e143cdc8d84bc78cbdee423.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/da85f3bb2c8553742e143cdc8d84bc78cbdee423#trino-cli ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/0ssnmhp8pysihrl9gy2i881nkgqbnmr1-trino-cli-439 ls -la /nix/store/0ssnmhp8pysihrl9gy2i881nkgqbnmr1-trino-cli-439/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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @regadas @cpcloud 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/293358 [result] Success updating trino-cli 435 -> 439 https://repology.org/project/trino-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.manymome_table, using log file: /var/log/nixpkgs-update/rPackages.manymome_table/2024-03-05.log rPackages.manymome_table 0.2.0 -> 0.3.0 https://repology.org/project/r:manymome.table/versions attrpath: rPackages.manymome_table 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.manymome_table 0.2.0 -> 0.3.0 https://repology.org/project/r:manymome.table/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.drake, using log file: /var/log/nixpkgs-update/rPackages.drake/2024-03-05.log rPackages.drake 7.13.8 -> 7.13.9 https://repology.org/project/r:drake/versions attrpath: rPackages.drake Checking auto update branch... No auto update branch exists Old version 7.13.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.drake 7.13.8 -> 7.13.9 https://repology.org/project/r:drake/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.bayesanova, using log file: /var/log/nixpkgs-update/rPackages.bayesanova/2024-03-05.log rPackages.bayesanova 1.5 -> 1.6 https://repology.org/project/r:bayesanova/versions attrpath: rPackages.bayesanova Checking auto update branch... No auto update branch exists Old version 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.bayesanova 1.5 -> 1.6 https://repology.org/project/r:bayesanova/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.colorRamps, using log file: /var/log/nixpkgs-update/rPackages.colorRamps/2024-03-05.log rPackages.colorRamps 2.3.1 -> 2.3.2 https://repology.org/project/r:colorramps/versions attrpath: rPackages.colorRamps Checking auto update branch... No auto update branch exists Old version 2.3.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.colorRamps 2.3.1 -> 2.3.2 https://repology.org/project/r:colorramps/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.microsoft-kiota-serialization-json, using log file: /var/log/nixpkgs-update/python311Packages.microsoft-kiota-serialization-json/2024-03-05.log python311Packages.microsoft-kiota-serialization-json 0 -> 1 attrpath: python311Packages.microsoft-kiota-serialization-json Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zw2l1fsqsnhpf5jzb88nycakhzd2fvp6-packages.json.drv building '/nix/store/zw2l1fsqsnhpf5jzb88nycakhzd2fvp6-packages.json.drv'... Going to be running update for following packages: - python3.11-kiota-serialization-json-1.0.0 Press Enter key to continue... Running update for: - python3.11-kiota-serialization-json-1.0.0: UPDATING ... - python3.11-kiota-serialization-json-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.microsoft-kiota-serialization-json 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.qrmdata, using log file: /var/log/nixpkgs-update/rPackages.qrmdata/2024-03-05.log rPackages.qrmdata 2022-05-31-1 -> 2024-03-04-2 https://repology.org/project/r:qrmdata/versions attrpath: rPackages.qrmdata Checking auto update branch... No auto update branch exists Old version 2022-05-31-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.qrmdata 2022-05-31-1 -> 2024-03-04-2 https://repology.org/project/r:qrmdata/versions [options] github_user: r-ryantm, pull_request: YES, batch_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_vulkan_beta, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_6_7.nvidia_x11_vulkan_beta/2024-03-05.log linuxKernel.packages.linux_6_7.nvidia_x11_vulkan_beta 550.40.53-6.7.7 -> 550.54.14 https://repology.org/project/nvidia/versions attrpath: linuxKernel.packages.linux_6_7.nvidia_x11_vulkan_beta Checking auto update branch... No auto update branch exists Old version 550.40.53-6.7.7" 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_vulkan_beta 550.40.53-6.7.7 -> 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.GWSDAT, using log file: /var/log/nixpkgs-update/rPackages.GWSDAT/2024-03-05.log rPackages.GWSDAT 3.2.0 -> 3.2.1 https://repology.org/project/r:gwsdat/versions attrpath: rPackages.GWSDAT Checking auto update branch... No auto update branch exists Old version 3.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.GWSDAT 3.2.0 -> 3.2.1 https://repology.org/project/r:gwsdat/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.tinythemes, using log file: /var/log/nixpkgs-update/rPackages.tinythemes/2024-03-05.log rPackages.tinythemes 0.0.1 -> 0.0.2 https://repology.org/project/r:tinythemes/versions attrpath: rPackages.tinythemes Checking auto update branch... No auto update branch exists Old version 0.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.tinythemes 0.0.1 -> 0.0.2 https://repology.org/project/r:tinythemes/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.coala, using log file: /var/log/nixpkgs-update/rPackages.coala/2024-03-05.log rPackages.coala 0.7.1 -> 0.7.2 https://repology.org/project/r:coala/versions attrpath: rPackages.coala Checking auto update branch... No auto update branch exists Old version 0.7.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.coala 0.7.1 -> 0.7.2 https://repology.org/project/r:coala/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xen-light, using log file: /var/log/nixpkgs-update/xen-light/2024-03-05.log xen-light 4.15.1 -> 4.18.0 https://repology.org/project/xen/versions attrpath: xen-light Checking auto update branch... No auto update branch exists Old version 4.15.1" not present in master derivation file with contents: config: { lib, stdenv, cmake, pkg-config, which # Xen , bison, bzip2, checkpolicy, dev86, figlet, flex, gettext, glib , acpica-tools, libaio, libiconv, libuuid, ncurses, openssl, perl , xz, yajl, zlib , python3Packages # Xen Optional , ocamlPackages # Scripts , coreutils, gawk, gnused, gnugrep, diffutils, multipath-tools , iproute2, inetutils, iptables, bridge-utils, openvswitch, nbd, drbd , util-linux, procps, systemd # Documentation # python3Packages.markdown , fig2dev, ghostscript, texinfo, pandoc , binutils-unwrapped , ...} @ args: with lib; let #TODO: fix paths instead scriptEnvPath = concatMapStringsSep ":" (x: "${x}/bin") [ which perl coreutils gawk gnused gnugrep diffutils util-linux multipath-tools iproute2 inetutils iptables bridge-utils openvswitch nbd drbd ]; withXenfiles = f: concatStringsSep "\n" (mapAttrsToList f config.xenfiles); withTools = a: f: withXenfiles (name: x: optionalString (hasAttr a x) '' echo "processing ${name}" __do() { cd "tools/${name}" ${f name x} } ( __do ) ''); # We don't want to use the wrapped version, because this version of ld is # only used for linking the Xen EFI binary, and the build process really # needs control over the LDFLAGS used efiBinutils = binutils-unwrapped.overrideAttrs (oldAttrs: { name = "efi-binutils"; configureFlags = oldAttrs.configureFlags ++ [ "--enable-targets=x86_64-pep" ]; doInstallCheck = false; # We get a spurious failure otherwise, due to host/target mis-match }); in stdenv.mkDerivation (rec { inherit (config) version; name = "xen-${version}"; dontUseCmakeConfigure = true; hardeningDisable = [ "stackprotector" "fortify" "pic" ]; nativeBuildInputs = [ pkg-config cmake ]; buildInputs = [ which # Xen bison bzip2 checkpolicy dev86 figlet flex gettext glib acpica-tools libaio libiconv libuuid ncurses openssl perl python3Packages.python xz yajl zlib # oxenstored ocamlPackages.findlib ocamlPackages.ocaml systemd # Python fixes python3Packages.wrapPython # Documentation python3Packages.markdown fig2dev ghostscript texinfo pandoc # Others ] ++ (concatMap (x: x.buildInputs or []) (attrValues config.xenfiles)) ++ (config.buildInputs or []); prePatch = '' ### Generic fixes # Xen's stubdoms, tools and firmwares need various sources that # are usually fetched at build time using wget and git. We can't # have that, so we prefetch them in nix-expression and setup # fake wget and git for debugging purposes. mkdir fake-bin # Fake git: just print what it wants and die cat > fake-bin/wget << EOF #!${stdenv.shell} -e echo ===== FAKE WGET: Not fetching \$* [ -e \$3 ] EOF # Fake git: just print what it wants and die cat > fake-bin/git << EOF #!${stdenv.shell} echo ===== FAKE GIT: Not cloning \$* [ -e \$3 ] EOF chmod +x fake-bin/* export PATH=$PATH:$PWD/fake-bin # Remove in-tree qemu stuff in case we build from a tar-ball rm -rf tools/qemu-xen tools/qemu-xen-traditional # Fix shebangs, mainly for build-scripts # We want to do this before getting prefetched stuff to speed things up # (prefetched stuff has lots of files) find . -type f | xargs sed -i 's@/usr/bin/\(python\|perl\)@/usr/bin/env \1@g' find . -type f -not -path "./tools/hotplug/Linux/xendomains.in" \ | xargs sed -i 's@/bin/bash@${stdenv.shell}@g' # Get prefetched stuff ${withXenfiles (name: x: '' echo "${x.src} -> tools/${name}" cp -r ${x.src} tools/${name} chmod -R +w tools/${name} '')} ''; patches = [ ] ++ (config.patches or []); postPatch = '' ### Hacks # Work around a bug in our GCC wrapper: `gcc -MF foo -v' doesn't # print the GCC version number properly. substituteInPlace xen/Makefile \ --replace '$(CC) $(CFLAGS) -v' '$(CC) -v' # Hack to get `gcc -m32' to work without having 32-bit Glibc headers. mkdir -p tools/include/gnu touch tools/include/gnu/stubs-32.h ### Fixing everything else substituteInPlace tools/libfsimage/common/fsimage_plugin.c \ --replace /usr $out substituteInPlace tools/misc/xenpvnetboot \ --replace /usr/sbin/mount ${util-linux}/bin/mount \ --replace /usr/sbin/umount ${util-linux}/bin/umount substituteInPlace tools/xenmon/xenmon.py \ --replace /usr/bin/pkill ${procps}/bin/pkill ${optionalString (builtins.compareVersions config.version "4.8" >= 0) '' substituteInPlace tools/hotplug/Linux/launch-xenstore.in \ --replace /bin/mkdir mkdir ''} ${optionalString (builtins.compareVersions config.version "4.6" < 0) '' # TODO: use this as a template and support our own if-up scripts instead? substituteInPlace tools/hotplug/Linux/xen-backend.rules.in \ --replace "@XEN_SCRIPT_DIR@" $out/etc/xen/scripts # blktap is not provided by xen, but by xapi sed -i '/blktap/d' tools/hotplug/Linux/xen-backend.rules.in ''} ${withTools "patches" (name: x: '' ${concatMapStringsSep "\n" (p: '' echo "# Patching with ${p}" patch -p1 < ${p} '') x.patches} '')} ${withTools "postPatch" (name: x: x.postPatch)} ${config.postPatch or ""} ''; postConfigure = '' substituteInPlace tools/hotplug/Linux/xendomains \ --replace /bin/ls ls ''; EFI_LD = "${efiBinutils}/bin/ld"; EFI_VENDOR = "nixos"; # TODO: Flask needs more testing before enabling it by default. #makeFlags = [ "XSM_ENABLE=y" "FLASK_ENABLE=y" "PREFIX=$(out)" "CONFIG_DIR=/etc" "XEN_EXTFILES_URL=\\$(XEN_ROOT)/xen_ext_files" ]; makeFlags = [ "PREFIX=$(out) CONFIG_DIR=/etc" "XEN_SCRIPT_DIR=/etc/xen/scripts" ] ++ (config.makeFlags or []); preBuild = '' ${config.preBuild or ""} ''; buildFlags = [ "xen" "tools" ]; postBuild = '' make -C docs man-pages ${withTools "buildPhase" (name: x: x.buildPhase)} ''; installPhase = '' mkdir -p $out $out/share $out/share/man cp -prvd dist/install/nix/store/*/* $out/ cp -prvd dist/install/boot $out/boot cp -prvd dist/install/etc $out cp -dR docs/man1 docs/man5 $out/share/man/ ${withTools "installPhase" (name: x: x.installPhase)} # Hack substituteInPlace $out/etc/xen/scripts/hotplugpath.sh \ --replace SBINDIR=\"$out/sbin\" SBINDIR=\"$out/bin\" wrapPythonPrograms # We also need to wrap pygrub, which lies in lib wrapPythonProgramsIn "$out/lib" "$out $pythonPath" shopt -s extglob for i in $out/etc/xen/scripts/!(*.sh); do sed -i "2s@^@export PATH=$out/bin:${scriptEnvPath}\n@" $i done ''; enableParallelBuilding = true; # TODO(@oxij): Stop referencing args here meta = { homepage = "http://www.xen.org/"; description = "Xen hypervisor and related components" + optionalString (args ? meta && args.meta ? description) " (${args.meta.description})"; longDescription = (args.meta.longDescription or "") + "\nIncludes:\n" + withXenfiles (name: x: "* ${name}: ${x.meta.description or "(No description)"}."); platforms = [ "x86_64-linux" ]; maintainers = [ ]; license = lib.licenses.gpl2; knownVulnerabilities = [ # https://www.openwall.com/lists/oss-security/2023/03/21/1 # Affects 3.2 (at *least*) - 4.17 "CVE-2022-42332" # https://www.openwall.com/lists/oss-security/2023/03/21/2 # Affects 4.11 - 4.17 "CVE-2022-42333" "CVE-2022-42334" # https://www.openwall.com/lists/oss-security/2023/03/21/3 # Affects 4.15 - 4.17 "CVE-2022-42331" # https://xenbits.xen.org/docs/unstable/support-matrix.html ] ++ lib.optionals (lib.versionOlder version "4.15") [ "This version of Xen has reached its end of life. See https://xenbits.xen.org/docs/unstable/support-matrix.html" ]; } // (config.meta or {}); } // removeAttrs config [ "xenfiles" "buildInputs" "patches" "postPatch" "meta" ]) [result] Failed to update xen-light 4.15.1 -> 4.18.0 https://repology.org/project/xen/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath echidna, using log file: /var/log/nixpkgs-update/echidna/2024-03-05.log echidna 2.2.2 -> 2.2.3 https://github.com/crytic/echidna/releases attrpath: echidna Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/security/echidna/default.nix b/pkgs/tools/security/echidna/default.nix index 7f503acd6f0b..c5ebe1b309d1 100644 --- a/pkgs/tools/security/echidna/default.nix +++ b/pkgs/tools/security/echidna/default.nix @@ -9,13 +9,13 @@ mkDerivation rec { pname = "echidna"; - version = "2.2.2"; + version = "2.2.3"; src = fetchFromGitHub { owner = "crytic"; repo = "echidna"; rev = "v${version}"; - sha256 = "sha256-l1ILdO+xb0zx/TFM6Am9j5hq1RnIMNf2HU6YvslAj0w="; + sha256 = "sha256-NJ2G6EkexYE4P3GD7PZ+lLEs1dqnoqIB2zfAOD5SQ8M="; }; isLibrary = true; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A echidna nix build failed.  | 25 | fromEVM :: (MonadIO m, MonadState (VM Concrete RealWorld) m) => EVM Concrete RealWorld r -> m r  | ^^^^^^^^ lib/Echidna/Types.hs:25:69: error: Not in scope: type constructor or class ‘Concrete’  | 25 | fromEVM :: (MonadIO m, MonadState (VM Concrete RealWorld) m) => EVM Concrete RealWorld r -> m r  | ^^^^^^^^ [ 7 of 41] Compiling Echidna.Types.Random ( lib/Echidna/Types/Random.hs, dist/build/Echidna/Types/Random.o, dist/build/Echidna/Types/Random.dyn_o ) [ 8 of 41] Compiling Echidna.Types.Signature ( lib/Echidna/Types/Signature.hs, dist/build/Echidna/Types/Signature.o, dist/build/Echidna/Types/Signature.dyn_o ) [ 9 of 41] Compiling Echidna.ABI ( lib/Echidna/ABI.hs, dist/build/Echidna/ABI.o, dist/build/Echidna/ABI.dyn_o ) [10 of 41] Compiling Echidna.Types.Solidity ( lib/Echidna/Types/Solidity.hs, dist/build/Echidna/Types/Solidity.o, dist/build/Echidna/Types/Solidity.dyn_o ) [11 of 41] Compiling Echidna.Types.Tx ( lib/Echidna/Types/Tx.hs, dist/build/Echidna/Types/Tx.o, dist/build/Echidna/Types/Tx.dyn_o ) lib/Echidna/Types/Tx.hs:203:23: error: Not in scope: type constructor or class ‘Concrete’  | 203 | getResult :: VMResult Concrete s -> TxResult  | ^^^^^^^^ lib/Echidna/Types/Tx.hs:230:14: error: Not in scope: data constructor ‘NonexistentFork’  | 230 | VMFailure (NonexistentFork _) -> ErrorNonexistentFork  | ^^^^^^^^^^^^^^^ [24 of 41] Compiling Echidna.Utility ( lib/Echidna/Utility.hs, dist/build/Echidna/Utility.o, dist/build/Echidna/Utility.dyn_o ) [26 of 41] Compiling Echidna.SourceAnalysis.Slither ( lib/Echidna/SourceAnalysis/Slither.hs, dist/build/Echidna/SourceAnalysis/Slither.o, dist/build/Echidna/SourceAnalysis/Slither.dyn_o ) [27 of 41] Compiling Etherscan ( lib/Etherscan.hs, dist/build/Etherscan.o, dist/build/Etherscan.dyn_o ) [39 of 41] Compiling Paths_echidna ( dist/build/autogen/Paths_echidna.hs, dist/build/Paths_echidna.o, dist/build/Paths_echidna.dyn_o ) [result] Failed to update echidna 2.2.2 -> 2.2.3 https://github.com/crytic/echidna/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 arti, using log file: /var/log/nixpkgs-update/arti/2024-03-05.log arti 1.1.13 -> 1.2.0 https://repology.org/project/arti/versions attrpath: arti Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - arti: 1.1.13 -> 1.2.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293349" [result] Failed to update arti 1.1.13 -> 1.2.0 https://repology.org/project/arti/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath keymapp, using log file: /var/log/nixpkgs-update/keymapp/2024-03-05.log keymapp 1.0.8 -> 1.1.0 https://repology.org/project/keymapp/versions attrpath: keymapp 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/w75fq8nsilsv142qavdq4rzi05wc7kzz-keymapp-1.1.0.tar.gz.drv building '/nix/store/w75fq8nsilsv142qavdq4rzi05wc7kzz-keymapp-1.1.0.tar.gz.drv'... trying https://oryx.nyc3.cdn.digitaloceanspaces.com/keymapp/keymapp-1.1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 214 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download keymapp-1.1.0.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'keymapp.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/5s9p7n8nflpilqj7y31qlg8mldjbzdgf-keymapp.desktop.drv /nix/store/w75fq8nsilsv142qavdq4rzi05wc7kzz-keymapp-1.1.0.tar.gz.drv /nix/store/7sy0p2vc7wmzwgw69qlfp29axqyzx898-keymapp-1.1.0.drv building '/nix/store/5s9p7n8nflpilqj7y31qlg8mldjbzdgf-keymapp.desktop.drv'... building '/nix/store/w75fq8nsilsv142qavdq4rzi05wc7kzz-keymapp-1.1.0.tar.gz.drv'... trying https://oryx.nyc3.cdn.digitaloceanspaces.com/keymapp/keymapp-1.1.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 214 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download keymapp-1.1.0.tar.gz from any mirror error: builder for '/nix/store/w75fq8nsilsv142qavdq4rzi05wc7kzz-keymapp-1.1.0.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://oryx.nyc3.cdn.digitaloceanspaces.com/keymapp/keymapp-1.1.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 214 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 403 > error: cannot download keymapp-1.1.0.tar.gz from any mirror For full logs, run 'nix log /nix/store/w75fq8nsilsv142qavdq4rzi05wc7kzz-keymapp-1.1.0.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/7sy0p2vc7wmzwgw69qlfp29axqyzx898-keymapp-1.1.0.drv' failed to build [result] Failed to update keymapp 1.0.8 -> 1.1.0 https://repology.org/project/keymapp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gh, using log file: /var/log/nixpkgs-update/gh/2024-03-05.log gh 2.44.1 -> 2.45.0 https://repology.org/project/github-cli/versions attrpath: gh 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-r1zcwBz/mJOv1RU4Ilgg73yH37xu7a/BmqgAkiODq0I=" [golangModuleVersion] Replaced vendorHash with sha256-FprVBvYPGWLcUKlWg9JU7yy2KDa/3rceAEHUIYHN4f8= [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/gh/default.nix b/pkgs/applications/version-management/gh/default.nix index 659de8d676a3..129ae0854bd5 100644 --- a/pkgs/applications/version-management/gh/default.nix +++ b/pkgs/applications/version-management/gh/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "gh"; - version = "2.44.1"; + version = "2.45.0"; src = fetchFromGitHub { owner = "cli"; repo = "cli"; rev = "v${version}"; - hash = "sha256-ZcJY9XNkp1Glo0sQ0O9iadsvW4eterkogjlJmQeP+M4="; + hash = "sha256-jztBWn/1bDTxR/q27RYJM6boFWyduTKAtIn5zIZK2tU="; }; - vendorHash = "sha256-r1zcwBz/mJOv1RU4Ilgg73yH37xu7a/BmqgAkiODq0I="; + vendorHash = "sha256-FprVBvYPGWLcUKlWg9JU7yy2KDa/3rceAEHUIYHN4f8="; nativeBuildInputs = [ installShellFiles ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/yrlmd02lfgzz3f5g2n3s8ink2f72y6j1-gh-2.45.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` 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 https://repology.org/project/github-cli/versions. meta.description for gh is: GitHub CLI tool meta.homepage for gh is: https://cli.github.com/ meta.changelog for gh is: https://github.com/cli/cli/releases/tag/v2.45.0 ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/cli/cli/releases/tag/v2.45.0) - [Compare changes on GitHub](https://github.com/cli/cli/compare/v2.44.1...v2.45.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.45.0 with grep in /nix/store/yrlmd02lfgzz3f5g2n3s8ink2f72y6j1-gh-2.45.0 - found 2.45.0 in filename of file in /nix/store/yrlmd02lfgzz3f5g2n3s8ink2f72y6j1-gh-2.45.0 ---
Rebuild report (if merged into master) (click to expand) ``` 2 total rebuild path(s) 2 package rebuild(s) First fifty rebuilds by attrpath gh github-cli ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/yrlmd02lfgzz3f5g2n3s8ink2f72y6j1-gh-2.45.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 gh https://github.com/r-ryantm/nixpkgs/archive/e0fe78897d445c23e7517c83337850452b0e7c1a.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/e0fe78897d445c23e7517c83337850452b0e7c1a#gh ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/yrlmd02lfgzz3f5g2n3s8ink2f72y6j1-gh-2.45.0 ls -la /nix/store/yrlmd02lfgzz3f5g2n3s8ink2f72y6j1-gh-2.45.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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @zowoq 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/293369 [result] Success updating gh 2.44.1 -> 2.45.0 https://repology.org/project/github-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 rubyPackages.listen, using log file: /var/log/nixpkgs-update/rubyPackages.listen/2024-03-05.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 python311Packages.pyside6, using log file: /var/log/nixpkgs-update/python311Packages.pyside6/2024-03-05.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 cargo-shuttle, using log file: /var/log/nixpkgs-update/cargo-shuttle/2024-03-05.log cargo-shuttle 0.39.0 -> 0.40.0 https://github.com/shuttle-hq/shuttle/releases attrpath: cargo-shuttle 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/rust/cargo-shuttle/default.nix b/pkgs/development/tools/rust/cargo-shuttle/default.nix index befba6ffac56..69bfbf43cd25 100644 --- a/pkgs/development/tools/rust/cargo-shuttle/default.nix +++ b/pkgs/development/tools/rust/cargo-shuttle/default.nix @@ -10,13 +10,13 @@ rustPlatform.buildRustPackage rec { pname = "cargo-shuttle"; - version = "0.39.0"; + version = "0.40.0"; src = fetchFromGitHub { owner = "shuttle-hq"; repo = "shuttle"; rev = "v${version}"; - hash = "sha256-U6C6pUl6Re3fYt5KlBItpErboYXctsotunsUpWmZxiY="; + hash = "sha256-eruWNBm/W8KKWt1qPrbLTJT992OyxqsVn4H0tamaSVk="; }; cargoLock = { [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cargo-shuttle nix build failed. > "toml_edit 0.19.15", > ] > > [[package]] > name = "toml" 6876a6992,7004 > ] > > [[package]] > name = "toml_edit" > version = "0.19.15" > source = "registry+https://github.com/rust-lang/crates.io-index" > checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" > dependencies = [ > "indexmap 2.1.0", > "serde", > "serde_spanned", > "toml_datetime", > "winnow", ERROR: cargoHash or cargoSha256 is out of date Cargo.lock is not the same in /build/cargo-vendor-dir To fix the issue: 1. Set cargoHash/cargoSha256 to an empty string: `cargoHash = "";` 2. Build the derivation and wait for it to fail with a hash mismatch 3. Copy the "got: sha256-..." value back into the cargoHash field You should have: cargoHash = "sha256-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX="; [result] Failed to update cargo-shuttle 0.39.0 -> 0.40.0 https://github.com/shuttle-hq/shuttle/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 hwatch, using log file: /var/log/nixpkgs-update/hwatch/2024-03-05.log hwatch 0.3.10 -> 0.3.11 https://github.com/blacknon/hwatch/releases attrpath: hwatch Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-P4XkbV6QlokedKumX3UbCfEaAqH9VF9IKVyZIumZ6u0= [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/hwatch/default.nix b/pkgs/tools/misc/hwatch/default.nix index 2eb8be5d2f93..96621948192a 100644 --- a/pkgs/tools/misc/hwatch/default.nix +++ b/pkgs/tools/misc/hwatch/default.nix @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "hwatch"; - version = "0.3.10"; + version = "0.3.11"; src = fetchFromGitHub { owner = "blacknon"; repo = pname; rev = "refs/tags/${version}"; - sha256 = "sha256-RvsL6OajXwEY77W3Wj6GMijYwn7XDnKiJyDXbNG01ag="; + sha256 = "sha256-S6hnmNnwdWd6iFM01K52oiKXiqu/0v5yvKKoeQMEqy0="; }; - cargoHash = "sha256-v7MvXnc9Xa+6QAyi2N9/WtqnvXf9M1SlR86kNjfu46Y="; + cargoHash = "sha256-P4XkbV6QlokedKumX3UbCfEaAqH9VF9IKVyZIumZ6u0="; nativeBuildInputs = [ installShellFiles ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/lhq2fjf58y25lfvl1qvfsw4j574d9z8q-hwatch-0.3.11" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` 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 https://github.com/blacknon/hwatch/releases. meta.description for hwatch is: Modern alternative to the watch command meta.homepage for hwatch is: https://github.com/blacknon/hwatch ###### Updates performed - Rust version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.3.11 with grep in /nix/store/lhq2fjf58y25lfvl1qvfsw4j574d9z8q-hwatch-0.3.11 - found 0.3.11 in filename of file in /nix/store/lhq2fjf58y25lfvl1qvfsw4j574d9z8q-hwatch-0.3.11 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath hwatch ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/lhq2fjf58y25lfvl1qvfsw4j574d9z8q-hwatch-0.3.11 \ --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 hwatch https://github.com/r-ryantm/nixpkgs/archive/3b57441bab5bb5e470d43c6de2e786c0157f2d56.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/3b57441bab5bb5e470d43c6de2e786c0157f2d56#hwatch ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/lhq2fjf58y25lfvl1qvfsw4j574d9z8q-hwatch-0.3.11 ls -la /nix/store/lhq2fjf58y25lfvl1qvfsw4j574d9z8q-hwatch-0.3.11/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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @hamburger1984 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/293379 [result] Success updating hwatch 0.3.10 -> 0.3.11 https://github.com/blacknon/hwatch/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 superiotool, using log file: /var/log/nixpkgs-update/superiotool/2024-03-05.log superiotool 4.21 -> 20121019 https://repology.org/project/superiotool/versions attrpath: superiotool Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update superiotool 4.21 -> 20121019 https://repology.org/project/superiotool/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.sirt, using log file: /var/log/nixpkgs-update/rPackages.sirt/2024-03-05.log rPackages.sirt 3.13-228 -> 4.1-15 https://repology.org/project/r:sirt/versions attrpath: rPackages.sirt Checking auto update branch... No auto update branch exists Old version 3.13-228" 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.sirt 3.13-228 -> 4.1-15 https://repology.org/project/r:sirt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.topkg, using log file: /var/log/nixpkgs-update/ocamlPackages.topkg/2024-03-05.log ocamlPackages.topkg 1.0.5 -> 1.0.7 https://repology.org/project/ocaml:topkg/versions attrpath: ocamlPackages.topkg Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update ocamlPackages.topkg 1.0.5 -> 1.0.7 https://repology.org/project/ocaml:topkg/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.datamods, using log file: /var/log/nixpkgs-update/rPackages.datamods/2024-03-05.log rPackages.datamods 1.4.2 -> 1.4.5 https://repology.org/project/r:datamods/versions attrpath: rPackages.datamods 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.datamods 1.4.2 -> 1.4.5 https://repology.org/project/r:datamods/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ldmtool, using log file: /var/log/nixpkgs-update/ldmtool/2024-03-05.log ldmtool 0.2.4 -> 0.2.5 https://repology.org/project/ldmtool/versions attrpath: ldmtool 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 ldmtool 0.2.4 -> 0.2.5 https://repology.org/project/ldmtool/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ggVennDiagram, using log file: /var/log/nixpkgs-update/rPackages.ggVennDiagram/2024-03-05.log rPackages.ggVennDiagram 1.4.9 -> 1.5.2 https://repology.org/project/r:ggvenndiagram/versions attrpath: rPackages.ggVennDiagram Checking auto update branch... No auto update branch exists Old version 1.4.9" 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.ggVennDiagram 1.4.9 -> 1.5.2 https://repology.org/project/r:ggvenndiagram/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libnbd, using log file: /var/log/nixpkgs-update/libnbd/2024-03-05.log libnbd 1.18.2 -> 1.19.7 https://repology.org/project/libnbd/versions attrpath: libnbd 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/55lbdi9ray1qzn7p8jln3q3784ly84n6-libnbd-1.19.7.tar.gz.drv building '/nix/store/55lbdi9ray1qzn7p8jln3q3784ly84n6-libnbd-1.19.7.tar.gz.drv'... trying https://download.libguestfs.org/libnbd/1.19-stable/libnbd-1.19.7.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 237 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libnbd-1.19.7.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libnbd.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/55lbdi9ray1qzn7p8jln3q3784ly84n6-libnbd-1.19.7.tar.gz.drv /nix/store/d3hnlz38nij5g1nxiyd6bm3xd5ajjpjd-libnbd-1.19.7.drv building '/nix/store/55lbdi9ray1qzn7p8jln3q3784ly84n6-libnbd-1.19.7.tar.gz.drv'... trying https://download.libguestfs.org/libnbd/1.19-stable/libnbd-1.19.7.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 237 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download libnbd-1.19.7.tar.gz from any mirror error: builder for '/nix/store/55lbdi9ray1qzn7p8jln3q3784ly84n6-libnbd-1.19.7.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://download.libguestfs.org/libnbd/1.19-stable/libnbd-1.19.7.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 237 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download libnbd-1.19.7.tar.gz from any mirror For full logs, run 'nix log /nix/store/55lbdi9ray1qzn7p8jln3q3784ly84n6-libnbd-1.19.7.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/d3hnlz38nij5g1nxiyd6bm3xd5ajjpjd-libnbd-1.19.7.drv' failed to build [result] Failed to update libnbd 1.18.2 -> 1.19.7 https://repology.org/project/libnbd/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.tidyhydat, using log file: /var/log/nixpkgs-update/rPackages.tidyhydat/2024-03-05.log rPackages.tidyhydat 0.6.0 -> 0.6.1 https://repology.org/project/r:tidyhydat/versions attrpath: rPackages.tidyhydat Checking auto update branch... No auto update branch exists Old version 0.6.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.tidyhydat 0.6.0 -> 0.6.1 https://repology.org/project/r:tidyhydat/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.densvis, using log file: /var/log/nixpkgs-update/rPackages.densvis/2024-03-05.log rPackages.densvis 1.12.0 -> 1.12.1 https://repology.org/project/r:densvis/versions attrpath: rPackages.densvis Checking auto update branch... No auto update branch exists Old version 1.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.densvis 1.12.0 -> 1.12.1 https://repology.org/project/r:densvis/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qsampler, using log file: /var/log/nixpkgs-update/qsampler/2024-03-05.log qsampler 0.6.1 -> 0.9.12 https://repology.org/project/qsampler/versions attrpath: qsampler 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/qsampler/default.nix b/pkgs/applications/audio/qsampler/default.nix index bb40e0b3eebc..b3d889a1d6ab 100644 --- a/pkgs/applications/audio/qsampler/default.nix +++ b/pkgs/applications/audio/qsampler/default.nix @@ -3,11 +3,11 @@ mkDerivation rec { pname = "qsampler"; - version = "0.6.1"; + version = "0.9.12"; src = fetchurl { url = "mirror://sourceforge/qsampler/${pname}-${version}.tar.gz"; - sha256 = "1wr7k739zx2nz00b810f60g9k3y92w05nfci987hw7y2sks9rd8j"; + sha256 = "sha256-3+yysvv3WYNarjCcnMG3/kiSKgUMMit8udMLFX02ZlY="; }; nativeBuildInputs = [ autoconf automake libtool pkg-config qttools ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A qsampler nix build failed. got build log for 'qsampler' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/a41hyfdd02azmdfvf4l74f6i57ir035z-qsampler-0.9.12.tar.gz source root is qsampler-0.9.12 setting SOURCE_DATE_EPOCH to timestamp 1706002889 of file qsampler-0.9.12/src/translations/qsampler_ru.ts @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase make: Makefile.svn: No such file or directory make: *** No rule to make target 'Makefile.svn'. Stop. /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update qsampler 0.6.1 -> 0.9.12 https://repology.org/project/qsampler/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mpi, using log file: /var/log/nixpkgs-update/mpi/2024-03-05.log mpi 4.1.6 -> 5.0.2 https://repology.org/project/openmpi/versions attrpath: mpi 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/openmpi/default.nix b/pkgs/development/libraries/openmpi/default.nix index 8c54c13c9139..f1319e2e1122 100644 --- a/pkgs/development/libraries/openmpi/default.nix +++ b/pkgs/development/libraries/openmpi/default.nix @@ -20,11 +20,11 @@ stdenv.mkDerivation rec { pname = "openmpi"; - version = "4.1.6"; + version = "5.0.2"; src = with lib.versions; fetchurl { url = "https://www.open-mpi.org/software/ompi/v${major version}.${minor version}/downloads/${pname}-${version}.tar.bz2"; - sha256 = "sha256-90CZRIVRbetjtTEa8SLCZRefUyig2FelZ7hdsAsR5BU="; + sha256 = "sha256-7katju7iw/9wdyFgv/h3y/OMMwoLw7PdyBFkizOWaY8="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mpi nix build failed. checking for repo version... v5.0.2 checking Open SHMEM version... 5.0.2 checking Open SHMEM release date... Feb 06, 2024 checking Open SHMEM repository version... v5.0.2 checking for repo version... v5.0.2 checking Open Portable Access Layer version... 5.0.2 checking Open Portable Access Layer release date... Feb 06, 2024 checking Open Portable Access Layer repository version... v5.0.2 checking for bootstrap Autoconf version... 2.71 checking for bootstrap Automake version... 1.16 checking for bootstrap Libtool version... 2.4.6 *** Initialization, setup configure: builddir: /build/openmpi-5.0.2 configure: srcdir: /build/openmpi-5.0.2 configure: WARNING: An MPI C++ bindings-related command line option configure: WARNING: was given to "configure". configure: WARNING: configure: WARNING: This command line option will be removed in a future configure: WARNING: version of Open MPI; you should discontinue using it. configure: WARNING: You have been warned! configure: WARNING: configure: WARNING: The MPI C++ bindings were deprecated in the MPI-2.2 configure: WARNING: standard in 2009, and removed from the MPI-3.0 configure: WARNING: standard in 2012. The MPI C++ bindings were then configure: WARNING: removed from Open MPI v5.0.0 in 2022. configure: WARNING: configure: WARNING: If you need support for the MPI C++ bindings, you configure: WARNING: will need to use an older version of Open MPI. configure: error: Build cannot continue. [result] Failed to update mpi 4.1.6 -> 5.0.2 https://repology.org/project/openmpi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pscale, using log file: /var/log/nixpkgs-update/pscale/2024-03-05.log pscale 0.183.0 -> 0.185.0 https://github.com/planetscale/cli/releases attrpath: pscale 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-oENe7OGAW/i5LJbqPn7PJDemdxfSsLwmpER28R6zza4=" [golangModuleVersion] Replaced vendorHash with sha256-oENe7OGAW/i5LJbqPn7PJDemdxfSsLwmpER28R6zza4= [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/pscale/default.nix b/pkgs/development/tools/pscale/default.nix index de78dcbc1aa5..06a152e8fcb1 100644 --- a/pkgs/development/tools/pscale/default.nix +++ b/pkgs/development/tools/pscale/default.nix @@ -8,13 +8,13 @@ buildGoModule rec { pname = "pscale"; - version = "0.183.0"; + version = "0.185.0"; src = fetchFromGitHub { owner = "planetscale"; repo = "cli"; rev = "v${version}"; - sha256 = "sha256-+zmfMOp+ygVUErggHz+9AkpJ7AjfUBjCRcE4Uqusjz4="; + sha256 = "sha256-UzNfNuOt6ZmzxVx/H8aEmQL6b4PPyNkQzxSqhBtoLT8="; }; vendorHash = "sha256-oENe7OGAW/i5LJbqPn7PJDemdxfSsLwmpER28R6zza4="; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/x8lf9n1wkxqg588drjgy5cl1bw3gfvaw-pscale-0.185.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` 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 https://github.com/planetscale/cli/releases. meta.description for pscale is: The CLI for PlanetScale Database meta.homepage for pscale is: https://www.planetscale.com/ meta.changelog for pscale is: https://github.com/planetscale/cli/releases/tag/v0.185.0 ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/planetscale/cli/releases/tag/v0.185.0) - [Compare changes on GitHub](https://github.com/planetscale/cli/compare/v0.183.0...v0.185.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.185.0 with grep in /nix/store/x8lf9n1wkxqg588drjgy5cl1bw3gfvaw-pscale-0.185.0 - found 0.185.0 in filename of file in /nix/store/x8lf9n1wkxqg588drjgy5cl1bw3gfvaw-pscale-0.185.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath pscale ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/x8lf9n1wkxqg588drjgy5cl1bw3gfvaw-pscale-0.185.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 pscale https://github.com/r-ryantm/nixpkgs/archive/bc06cd1dcc2677fe42ac256be313f6dbcd96e948.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/bc06cd1dcc2677fe42ac256be313f6dbcd96e948#pscale ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/x8lf9n1wkxqg588drjgy5cl1bw3gfvaw-pscale-0.185.0 ls -la /nix/store/x8lf9n1wkxqg588drjgy5cl1bw3gfvaw-pscale-0.185.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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @pimeys @kashw2 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/293384 [result] Success updating pscale 0.183.0 -> 0.185.0 https://github.com/planetscale/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 zncModules.playback, using log file: /var/log/nixpkgs-update/zncModules.playback/2024-03-05.log zncModules.playback 2015-08-04 -> 20200510 https://repology.org/project/znc-playback/versions attrpath: zncModules.playback 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 zncModules.playback 2015-08-04 -> 20200510 https://repology.org/project/znc-playback/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.BeSS, using log file: /var/log/nixpkgs-update/rPackages.BeSS/2024-03-05.log rPackages.BeSS 2.0.3 -> 2.0.4 https://repology.org/project/r:bess/versions attrpath: rPackages.BeSS Checking auto update branch... No auto update branch exists Old version 2.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.BeSS 2.0.3 -> 2.0.4 https://repology.org/project/r:bess/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath postgresql12JitPackages.apache_datasketches, using log file: /var/log/nixpkgs-update/postgresql12JitPackages.apache_datasketches/2024-03-05.log postgresql12JitPackages.apache_datasketches 1.6.0 -> 4.1.0 https://repology.org/project/apache-datasketches/versions attrpath: postgresql12JitPackages.apache_datasketches 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 postgresql12JitPackages.apache_datasketches 1.6.0 -> 4.1.0 https://repology.org/project/apache-datasketches/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mcrl2, using log file: /var/log/nixpkgs-update/mcrl2/2024-03-05.log mcrl2 202307 -> 202307.1 https://repology.org/project/mcrl2/versions attrpath: mcrl2 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/hgm3b9zj5fzdqvmhwqgva5h47swrivyr-mcrl2-202307.1.1.tar.gz.drv building '/nix/store/hgm3b9zj5fzdqvmhwqgva5h47swrivyr-mcrl2-202307.1.1.tar.gz.drv'... trying https://www.mcrl2.org/download/release/mcrl2-202307.1.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 1019 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download mcrl2-202307.1.1.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'mcrl2.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/hgm3b9zj5fzdqvmhwqgva5h47swrivyr-mcrl2-202307.1.1.tar.gz.drv /nix/store/3yzi7kla3x1rknikk88c7hdxsi082vvc-mcrl2-202307.1.drv building '/nix/store/hgm3b9zj5fzdqvmhwqgva5h47swrivyr-mcrl2-202307.1.1.tar.gz.drv'... trying https://www.mcrl2.org/download/release/mcrl2-202307.1.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 1019 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download mcrl2-202307.1.1.tar.gz from any mirror error: builder for '/nix/store/hgm3b9zj5fzdqvmhwqgva5h47swrivyr-mcrl2-202307.1.1.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://www.mcrl2.org/download/release/mcrl2-202307.1.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 1019 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download mcrl2-202307.1.1.tar.gz from any mirror For full logs, run 'nix log /nix/store/hgm3b9zj5fzdqvmhwqgva5h47swrivyr-mcrl2-202307.1.1.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/3yzi7kla3x1rknikk88c7hdxsi082vvc-mcrl2-202307.1.drv' failed to build [result] Failed to update mcrl2 202307 -> 202307.1 https://repology.org/project/mcrl2/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.list, using log file: /var/log/nixpkgs-update/rPackages.list/2024-03-05.log rPackages.list 9.2.4 -> 9.2.6 https://repology.org/project/r:list/versions attrpath: rPackages.list Checking auto update branch... No auto update branch exists Old version 9.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.list 9.2.4 -> 9.2.6 https://repology.org/project/r:list/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python312Packages.sudachidict-full, using log file: /var/log/nixpkgs-update/python312Packages.sudachidict-full/2024-03-05.log python312Packages.sudachidict-full 20230927 -> 20240109 https://github.com/WorksApplications/SudachiDict/releases attrpath: python312Packages.sudachidict-full 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/48hwyv3wk810lxih1i4m7aaa7q8aqj89-packages.json.drv building '/nix/store/48hwyv3wk810lxih1i4m7aaa7q8aqj89-packages.json.drv'... Going to be running update for following packages: - python3.12-sudachidict-full-20230927 Press Enter key to continue... Running update for: - python3.12-sudachidict-full-20230927: UPDATING ... - python3.12-sudachidict-full-20230927: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.sudachidict-full 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 python311Packages.mypy-boto3-controltower, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-controltower/2024-03-05.log python311Packages.mypy-boto3-controltower 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-controltower Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xm7ibcjml25vrhiy55c7vy397mglmlkn-packages.json.drv building '/nix/store/xm7ibcjml25vrhiy55c7vy397mglmlkn-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-controltower-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-controltower-1.34.0: UPDATING ... - python3.11-mypy-boto3-controltower-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-controltower 1.34.0 -> 7.23.2 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 qlcplus, using log file: /var/log/nixpkgs-update/qlcplus/2024-03-05.log qlcplus 4.12.3 -> 4.12.7 https://repology.org/project/qlcplus/versions attrpath: qlcplus 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 qlcplus 4.12.3 -> 4.12.7 https://repology.org/project/qlcplus/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mattermost, using log file: /var/log/nixpkgs-update/mattermost/2024-03-05.log mattermost 0 -> 1 attrpath: mattermost 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/w1kba9x2dbqr3zf5hjql9cr7846696bx-packages.json.drv building '/nix/store/w1kba9x2dbqr3zf5hjql9cr7846696bx-packages.json.drv'... Going to be running update for following packages: - mattermost-9.5.1 Press Enter key to continue... Running update for: - mattermost-9.5.1: UPDATING ... - mattermost-9.5.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/mattermost/default.nix b/pkgs/servers/mattermost/default.nix index c76dd152929c..8ef60f3fa5ea 100644 --- a/pkgs/servers/mattermost/default.nix +++ b/pkgs/servers/mattermost/default.nix @@ -12,13 +12,13 @@ buildGoModule rec { # See https://docs.mattermost.com/upgrade/extended-support-release.html # When a new ESR version is available (e.g. 8.1.x -> 9.5.x), update # the version regex in passthru.updateScript as well. - version = "9.5.1"; + version = "9.5.2"; src = fetchFromGitHub { owner = "mattermost"; repo = "mattermost"; rev = "v${version}"; - hash = "sha256-w+VF8VoS7oIcDlYS5kCFzSX4rgD9l1B99XBHeJDB6JI="; + hash = "sha256-NYP0mhON+TCvNTSx4I4hddFGF9TWtnMAwyJvX8sEdWU="; }; # Needed because buildGoModule does not support go workspaces yet. No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mattermost Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . mattermost Standard output: error: build log of 'mattermost' is not available [result] Failed to update mattermost 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ceres-solver, using log file: /var/log/nixpkgs-update/ceres-solver/2024-03-05.log ceres-solver 2.1.0 -> 2.2.0 https://repology.org/project/ceres-solver/versions attrpath: ceres-solver Checking auto update branch... An auto update branch exists with message `ceres-solver: 2.1.0 -> 2.2.0`. New version is 2.2.0. An auto update branch exists with an equal or greater version [result] Failed to update ceres-solver 2.1.0 -> 2.2.0 https://repology.org/project/ceres-solver/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.shellify, using log file: /var/log/nixpkgs-update/haskellPackages.shellify/2024-03-05.log haskellPackages.shellify 0.11.0.0 -> 0.11.0.1 https://repology.org/project/haskell:shellify/versions attrpath: haskellPackages.shellify Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.shellify 0.11.0.0 -> 0.11.0.1 https://repology.org/project/haskell:shellify/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gvisor, using log file: /var/log/nixpkgs-update/gvisor/2024-03-05.log gvisor 20231113.0 -> 20240206.0 https://repology.org/project/gvisor/versions attrpath: gvisor 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] Hashes equal; no update necessary [result] Failed to update gvisor 20231113.0 -> 20240206.0 https://repology.org/project/gvisor/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.CoastlineFD, using log file: /var/log/nixpkgs-update/rPackages.CoastlineFD/2024-03-05.log rPackages.CoastlineFD 1.1.0 -> 1.1.2 https://repology.org/project/r:coastlinefd/versions attrpath: rPackages.CoastlineFD 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.CoastlineFD 1.1.0 -> 1.1.2 https://repology.org/project/r:coastlinefd/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath netcat-openbsd, using log file: /var/log/nixpkgs-update/netcat-openbsd/2024-03-05.log netcat-openbsd 1.219-1 -> 1.226_1 https://repology.org/project/netcat-openbsd-debian/versions attrpath: netcat-openbsd 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/9p7fpbmcjgmvlbzbr6yyv7z3js88a1pc-source.drv building '/nix/store/9p7fpbmcjgmvlbzbr6yyv7z3js88a1pc-source.drv'... trying https://salsa.debian.org/api/v4/projects/debian%2Fnetcat-openbsd/repository/archive.tar.gz?sha=refs%2Ftags%2Fdebian%2F1.226_1 % 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: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'netcat-openbsd.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/9p7fpbmcjgmvlbzbr6yyv7z3js88a1pc-source.drv /nix/store/ijwlq1zijj1r5zg5lv1cvs70mgi48a3s-netcat-openbsd-1.226_1.drv building '/nix/store/9p7fpbmcjgmvlbzbr6yyv7z3js88a1pc-source.drv'... trying https://salsa.debian.org/api/v4/projects/debian%2Fnetcat-openbsd/repository/archive.tar.gz?sha=refs%2Ftags%2Fdebian%2F1.226_1 % 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/9p7fpbmcjgmvlbzbr6yyv7z3js88a1pc-source.drv' failed with exit code 1; last 7 log lines: > > trying https://salsa.debian.org/api/v4/projects/debian%2Fnetcat-openbsd/repository/archive.tar.gz?sha=refs%2Ftags%2Fdebian%2F1.226_1 > % 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/9p7fpbmcjgmvlbzbr6yyv7z3js88a1pc-source.drv'. error: 1 dependencies of derivation '/nix/store/ijwlq1zijj1r5zg5lv1cvs70mgi48a3s-netcat-openbsd-1.226_1.drv' failed to build [result] Failed to update netcat-openbsd 1.219-1 -> 1.226_1 https://repology.org/project/netcat-openbsd-debian/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linssid, using log file: /var/log/nixpkgs-update/linssid/2024-03-05.log linssid 2.7 -> 3.6 https://repology.org/project/linssid/versions attrpath: linssid 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/linssid/default.nix b/pkgs/applications/networking/linssid/default.nix index 000354d1e5c9..8540e6d5577c 100644 --- a/pkgs/applications/networking/linssid/default.nix +++ b/pkgs/applications/networking/linssid/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "linssid"; - version = "2.7"; + version = "3.6"; src = fetchurl { url = "mirror://sourceforge/project/linssid/LinSSID_${version}/linssid_${version}.orig.tar.gz"; - sha256 = "13d35rlcjncd8lx3khkgn9x8is2xjd5fp6ns5xsn3w6l4xj9b4gl"; + sha256 = "sha256-VzAe6T9wjyUSMWZov05xhQLzfyGl6Tto/GBKkDLj5Jw="; }; nativeBuildInputs = [ pkg-config qmake wrapQtAppsHook ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A linssid nix build failed. got build log for 'linssid' from 'daemon' @nix { "action": "setPhase", "phase": "qmakePrePhase" } Running phase: qmakePrePhase @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/66f8v5kwfn4zd0xwkbvrjv3j4zwh9sws-linssid_3.6.orig.tar.gz source root is linssid-3.6 setting SOURCE_DATE_EPOCH to timestamp 1529889959 of file linssid-3.6/linssid-app/README_3.6 @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/dc1xdv94cbfbxdfhf8242a4d5cii59a1-0001-unbundled-qwt.patch patching file linssid-app/linssid-app.pro Hunk #1 FAILED at 19. 1 out of 1 hunk FAILED -- saving rejects to file linssid-app/linssid-app.pro.rej patching file linssid.pro Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file linssid.pro.rej [result] Failed to update linssid 2.7 -> 3.6 https://repology.org/project/linssid/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_4_19.system76-power, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_4_19.system76-power/2024-03-05.log linuxKernel.packages.linux_4_19.system76-power 1.1.23 -> 1.1.25 https://repology.org/project/system76-power/versions attrpath: linuxKernel.packages.linux_4_19.system76-power 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 'linuxKernel.packages.linux_4_19.system76-power.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/p9s7asprpw3vf9qkmi1w0k7m61q55hi4-system76-power-1.1.25-vendor.tar.gz.drv /nix/store/rbwk904x3ahsnrk9ffndlh8kjqa2ia4d-system76-power-1.1.25.drv building '/nix/store/p9s7asprpw3vf9qkmi1w0k7m61q55hi4-system76-power-1.1.25-vendor.tar.gz.drv'... Running phase: unpackPhase unpacking source archive /nix/store/k3i8zj485kzb4y62908iv0avq2p928bj-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/pop-os/sysfs-class#ab63e7f638aadfaf896a02e53cf330343d331337" 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/p9s7asprpw3vf9qkmi1w0k7m61q55hi4-system76-power-1.1.25-vendor.tar.gz.drv' failed with exit code 1; last 15 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/k3i8zj485kzb4y62908iv0avq2p928bj-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/pop-os/sysfs-class#ab63e7f638aadfaf896a02e53cf330343d331337" > > 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/p9s7asprpw3vf9qkmi1w0k7m61q55hi4-system76-power-1.1.25-vendor.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/rbwk904x3ahsnrk9ffndlh8kjqa2ia4d-system76-power-1.1.25.drv' failed to build [result] Failed to update linuxKernel.packages.linux_4_19.system76-power 1.1.23 -> 1.1.25 https://repology.org/project/system76-power/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.awkward, using log file: /var/log/nixpkgs-update/python312Packages.awkward/2024-03-05.log python312Packages.awkward 2.6.1 -> 2.6.2 https://github.com/scikit-hep/awkward/releases attrpath: python312Packages.awkward Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r2krz1d8y5p30v9x8rcq57wnxqqjgzip-packages.json.drv building '/nix/store/r2krz1d8y5p30v9x8rcq57wnxqqjgzip-packages.json.drv'... Going to be running update for following packages: - python3.12-awkward-2.6.1 Press Enter key to continue... Running update for: - python3.12-awkward-2.6.1: UPDATING ... - python3.12-awkward-2.6.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/awkward/default.nix b/pkgs/development/python-modules/awkward/default.nix index 5c174cb54d2b..a093cb5d8e40 100644 --- a/pkgs/development/python-modules/awkward/default.nix +++ b/pkgs/development/python-modules/awkward/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "awkward"; - version = "2.6.1"; + version = "2.6.2"; pyproject = true; disabled = pythonOlder "3.8"; @@ -33,7 +33,7 @@ buildPythonPackage rec { owner = "scikit-hep"; repo = "awkward"; rev = "refs/tags/v${version}"; - hash = "sha256-G9jXAo37mhvXzn7cQ/DEUGauGs+P7JxBntfu7ZPfaHc="; + hash = "sha256-5wUTEB0iVffyCi671y4EsTum+7K1GDeAHlhdLpRgKnQ="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.awkward: 2.6.1 -> 2.6.2 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293357" [result] Failed to update python312Packages.awkward 2.6.1 -> 2.6.2 https://github.com/scikit-hep/awkward/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.blobfile, using log file: /var/log/nixpkgs-update/python312Packages.blobfile/2024-03-05.log python312Packages.blobfile 2.0.2 -> 2.1.0 https://github.com/christopher-hesse/blobfile/releases attrpath: python312Packages.blobfile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g2rbs97nzlgva3xws0gmvrwvbqghx0n7-packages.json.drv building '/nix/store/g2rbs97nzlgva3xws0gmvrwvbqghx0n7-packages.json.drv'... Going to be running update for following packages: - python3.12-blobfile-2.0.2 Press Enter key to continue... Running update for: - python3.12-blobfile-2.0.2: UPDATING ... - python3.12-blobfile-2.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/blobfile/default.nix b/pkgs/development/python-modules/blobfile/default.nix index 9c99c8502774..039468acca4a 100644 --- a/pkgs/development/python-modules/blobfile/default.nix +++ b/pkgs/development/python-modules/blobfile/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "blobfile"; - version = "2.0.2"; + version = "2.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "christopher-hesse"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-vVoiNIN/LNdbedaOQ+gtj4jhzmrGri49fftHKG+K/fg="; + hash = "sha256-VBh1JMP+8FEqD0uXpxA5RRMFH9XIUb4FUgsPq3vZWHM="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 45 > 25 [result] Failed to update python312Packages.blobfile 2.0.2 -> 2.1.0 https://github.com/christopher-hesse/blobfile/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 flyway, using log file: /var/log/nixpkgs-update/flyway/2024-03-05.log flyway 9.22.3 -> 10.8.1 https://repology.org/project/flyway/versions attrpath: flyway 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/flyway/default.nix b/pkgs/development/tools/flyway/default.nix index cd42388f0f82..169a49e529ac 100644 --- a/pkgs/development/tools/flyway/default.nix +++ b/pkgs/development/tools/flyway/default.nix @@ -2,10 +2,10 @@ stdenv.mkDerivation (finalAttrs: { pname = "flyway"; - version = "9.22.3"; + version = "10.8.1"; src = fetchurl { url = "mirror://maven/org/flywaydb/flyway-commandline/${finalAttrs.version}/flyway-commandline-${finalAttrs.version}.tar.gz"; - sha256 = "sha256-utAJpbU5NkKyJyyWB0yfwHZJxQAVJgiKm12wmGK1ojQ="; + sha256 = "sha256-nty/x4yDAyhlb+4rM5zUlR9e7UZcUb3KPrW9uy1wdVo="; }; nativeBuildInputs = [ makeWrapper ]; dontBuild = true; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A flyway nix build failed. got build log for 'flyway' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/0gz5nsn3rkhgf0n1wirishccy3cazh59-flyway-commandline-10.8.1.tar.gz source root is flyway-10.8.1 setting SOURCE_DATE_EPOCH to timestamp 1708015478 of file flyway-10.8.1/drivers/snowflake-jdbc-3.13.30.jar @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": "installPhase" } Running phase: installPhase cp: cannot stat 'sql': No such file or directory cp: cannot stat 'jars': No such file or directory [result] Failed to update flyway 9.22.3 -> 10.8.1 https://repology.org/project/flyway/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.holidays, using log file: /var/log/nixpkgs-update/python312Packages.holidays/2024-03-05.log python312Packages.holidays 0.43 -> 0.44 https://github.com/vacanza/python-holidays/releases attrpath: python312Packages.holidays Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/61rxp0pnwj1zncmhd45i6m5i00s67czk-packages.json.drv building '/nix/store/61rxp0pnwj1zncmhd45i6m5i00s67czk-packages.json.drv'... Going to be running update for following packages: - python3.12-holidays-0.43 Press Enter key to continue... Running update for: - python3.12-holidays-0.43: UPDATING ... - python3.12-holidays-0.43: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/holidays/default.nix b/pkgs/development/python-modules/holidays/default.nix index 87069dcbbaa0..0ed4d2555673 100644 --- a/pkgs/development/python-modules/holidays/default.nix +++ b/pkgs/development/python-modules/holidays/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "holidays"; - version = "0.43"; + version = "0.44"; pyproject = true; disabled = pythonOlder "3.8"; @@ -30,7 +30,7 @@ buildPythonPackage rec { owner = "vacanza"; repo = "python-holidays"; rev = "refs/tags/v${version}"; - hash = "sha256-8Qm8hzGVkaYLwqUcqUxcY4iDR1jrhnSoBS8E2Wewb+U="; + hash = "sha256-RwM4RtFIUSaM/e4kiHOMg97lZ4VknB1pOqGRuIe2ns8="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.holidays nix build failed. unpacking source archive /nix/store/rgz0agc0i2z8010d5am0nl5wi1s8mh1b-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 patching script interpreter paths in scripts/l10n/generate_mo_files.py scripts/l10n/generate_po_files.py scripts/l10n/generate_mo_files.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/n3jf1lkdfakxskzsm4nlhss8mdgmcqhc-python3-3.12.2/bin/python3" scripts/l10n/generate_po_files.py: interpreter directive changed from "#!/usr/bin/env python3" to "/nix/store/n3jf1lkdfakxskzsm4nlhss8mdgmcqhc-python3-3.12.2/bin/python3" @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 Traceback (most recent call last): File "/nix/store/c0mm5gdhbmpi0pdbjbmwghm89mb0p4hd-python3.12-lingua-4.15.0/lib/python3.12/site-packages/lingua/extract.py", line 15, in from configparser import SafeConfigParser ImportError: cannot import name 'SafeConfigParser' from 'configparser' (/nix/store/n3jf1lkdfakxskzsm4nlhss8mdgmcqhc-python3-3.12.2/lib/python3.12/configparser.py). Did you mean: 'RawConfigParser'? During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/build/source/./scripts/l10n/generate_po_files.py", line 19, in from lingua.extract import main as create_pot_file File "/nix/store/c0mm5gdhbmpi0pdbjbmwghm89mb0p4hd-python3.12-lingua-4.15.0/lib/python3.12/site-packages/lingua/extract.py", line 17, in from ConfigParser import SafeConfigParser ModuleNotFoundError: No module named 'ConfigParser' /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update python312Packages.holidays 0.43 -> 0.44 https://github.com/vacanza/python-holidays/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.posthog, using log file: /var/log/nixpkgs-update/python312Packages.posthog/2024-03-05.log python312Packages.posthog 3.4.2 -> 3.5.0 https://github.com/PostHog/posthog-python/releases attrpath: python312Packages.posthog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n5yrwfjbfd23ywma2dmdw2c7g63ni3jf-packages.json.drv building '/nix/store/n5yrwfjbfd23ywma2dmdw2c7g63ni3jf-packages.json.drv'... Going to be running update for following packages: - python3.12-posthog-3.4.2 Press Enter key to continue... Running update for: - python3.12-posthog-3.4.2: UPDATING ... - python3.12-posthog-3.4.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/posthog/default.nix b/pkgs/development/python-modules/posthog/default.nix index 6795ebf1f691..03372065aedd 100644 --- a/pkgs/development/python-modules/posthog/default.nix +++ b/pkgs/development/python-modules/posthog/default.nix @@ -14,7 +14,7 @@ }: let pname = "posthog"; - version = "3.4.2"; + version = "3.5.0"; in buildPythonPackage { inherit pname version; @@ -24,7 +24,7 @@ buildPythonPackage { owner = "PostHog"; repo = "posthog-python"; rev = "refs/tags/v${version}"; - hash = "sha256-PhZBpcMwU7fjmE0g+l83zHm+95N60Sbd9pNNc4Roa2A="; + hash = "sha256-+nYMQxqI9RZ5vVL6KgiRLcx0JHWJTs/rZ6U6jIuaz+w="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/74j0d5ki6pcv2h8wvnh260b3hjbvhspk-python3.12-posthog-3.5.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
6 packages marked as broken and skipped:
  • python311Packages.farm-haystack
  • python311Packages.farm-haystack.dist
  • python312Packages.chromadb
  • python312Packages.chromadb.dist
  • python312Packages.open-interpreter
  • python312Packages.open-interpreter.dist
2 packages failed to build:
  • tftui
  • tftui.dist
14 packages built:
  • open-interpreter (python311Packages.open-interpreter)
  • open-interpreter.dist (python311Packages.open-interpreter.dist)
  • python311Packages.chromadb
  • python311Packages.chromadb.dist
  • python311Packages.llama-index
  • python311Packages.llama-index-cli
  • python311Packages.llama-index-cli.dist
  • python311Packages.llama-index-vector-stores-chroma
  • python311Packages.llama-index-vector-stores-chroma.dist
  • python311Packages.llama-index.dist
  • python311Packages.posthog
  • python311Packages.posthog.dist
  • python312Packages.posthog
  • python312Packages.posthog.dist
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.posthog is: Official PostHog python library meta.homepage for python312Packages.posthog is: https://github.com/PostHog/posthog-python meta.changelog for python312Packages.posthog is: https://github.com/PostHog/posthog-python/releases/tag/v3.5.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 3.5.0 with grep in /nix/store/74j0d5ki6pcv2h8wvnh260b3hjbvhspk-python3.12-posthog-3.5.0 - found 3.5.0 in filename of file in /nix/store/74j0d5ki6pcv2h8wvnh260b3hjbvhspk-python3.12-posthog-3.5.0 ---
Rebuild report (if merged into master) (click to expand) ``` 12 total rebuild path(s) 12 package rebuild(s) First fifty rebuilds by attrpath open-interpreter python311Packages.chromadb python311Packages.farm-haystack python311Packages.llama-index python311Packages.llama-index-cli python311Packages.llama-index-vector-stores-chroma python311Packages.open-interpreter python311Packages.posthog python312Packages.chromadb python312Packages.open-interpreter python312Packages.posthog tftui ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/74j0d5ki6pcv2h8wvnh260b3hjbvhspk-python3.12-posthog-3.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.posthog https://github.com/r-ryantm/nixpkgs/archive/aee11a436263b836d452b471924e960395082438.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/aee11a436263b836d452b471924e960395082438#python312Packages.posthog ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/74j0d5ki6pcv2h8wvnh260b3hjbvhspk-python3.12-posthog-3.5.0 ls -la /nix/store/74j0d5ki6pcv2h8wvnh260b3hjbvhspk-python3.12-posthog-3.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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
6 packages marked as broken and skipped:
  • python311Packages.farm-haystack
  • python311Packages.farm-haystack.dist
  • python312Packages.chromadb
  • python312Packages.chromadb.dist
  • python312Packages.open-interpreter
  • python312Packages.open-interpreter.dist
2 packages failed to build:
  • tftui
  • tftui.dist
14 packages built:
  • open-interpreter (python311Packages.open-interpreter)
  • open-interpreter.dist (python311Packages.open-interpreter.dist)
  • python311Packages.chromadb
  • python311Packages.chromadb.dist
  • python311Packages.llama-index
  • python311Packages.llama-index-cli
  • python311Packages.llama-index-cli.dist
  • python311Packages.llama-index-vector-stores-chroma
  • python311Packages.llama-index-vector-stores-chroma.dist
  • python311Packages.llama-index.dist
  • python311Packages.posthog
  • python311Packages.posthog.dist
  • python312Packages.posthog
  • python312Packages.posthog.dist
--- ###### 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/293395 [result] Success updating python312Packages.posthog 3.4.2 -> 3.5.0 https://github.com/PostHog/posthog-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 projectlibre, using log file: /var/log/nixpkgs-update/projectlibre/2024-03-05.log projectlibre 1.7.0 -> 1.9.3 https://repology.org/project/projectlibre/versions attrpath: projectlibre 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/projectlibre/default.nix b/pkgs/applications/misc/projectlibre/default.nix index ceb61d71866c..e7805c841360 100644 --- a/pkgs/applications/misc/projectlibre/default.nix +++ b/pkgs/applications/misc/projectlibre/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { pname = "projectlibre"; - version = "1.7.0"; + version = "1.9.3"; src = fetchgit { url = "https://git.code.sf.net/p/projectlibre/code"; - rev = "0c939507cc63e9eaeb855437189cdec79e9386c2"; # version 1.7.0 was not tagged - sha256 = "0vy5vgbp45ai957gaby2dj1hvmbxfdlfnwcanwqm9f8q16qipdbq"; + rev = "0c939507cc63e9eaeb855437189cdec79e9386c2"; # version 1.9.3 was not tagged + sha256 = "sha256-eLUbsQkYuVQxt4px62hzfdUNg2zCL/VOSVEVctfbxW8="; }; nativeBuildInputs = [ makeWrapper ]; rev equal; no update necessary [result] Failed to update projectlibre 1.7.0 -> 1.9.3 https://repology.org/project/projectlibre/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath steamguard-cli, using log file: /var/log/nixpkgs-update/steamguard-cli/2024-03-05.log steamguard-cli 0.12.6 -> 0.13.0 https://github.com/dyc3/steamguard-cli/releases attrpath: steamguard-cli Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-4QyFNy7oGWKScKZXQc63TxsI3avyEVSlqJAmv+lg1GE= [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/by-name/st/steamguard-cli/package.nix b/pkgs/by-name/st/steamguard-cli/package.nix index c0c51c33ef5f..748c0c1e97db 100644 --- a/pkgs/by-name/st/steamguard-cli/package.nix +++ b/pkgs/by-name/st/steamguard-cli/package.nix @@ -6,16 +6,16 @@ rustPlatform.buildRustPackage rec { pname = "steamguard-cli"; - version = "0.12.6"; + version = "0.13.0"; src = fetchFromGitHub { owner = "dyc3"; repo = pname; rev = "v${version}"; - hash = "sha256-LKzN4bNhouwOiTx3pEOLw3bDqRAhKkPi25i0yP/n0PI="; + hash = "sha256-+Lax9MaNyrsckgx7HtpXC1zBWcZNt16inY8qil0CVLQ="; }; - cargoHash = "sha256-SLbT2538maN2gQAf8BdRHpDRcYjA9lkMgCpiEYOas28="; + cargoHash = "sha256-4QyFNy7oGWKScKZXQc63TxsI3avyEVSlqJAmv+lg1GE="; nativeBuildInputs = [ installShellFiles ]; postInstall = '' [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/k0k160v8ykahzljzcjjc7bafqvpan61k-steamguard-cli-0.13.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • steamguard-cli
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/dyc3/steamguard-cli/releases. meta.description for steamguard-cli is: A linux utility for generating 2FA codes for Steam and managing Steam trade confirmations. meta.homepage for steamguard-cli is: https://github.com/dyc3/steamguard-cli meta.changelog for steamguard-cli is: https://github.com/dyc3/steamguard-cli/releases/tag/v0.13.0 ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/dyc3/steamguard-cli/releases/tag/v0.13.0) - [Compare changes on GitHub](https://github.com/dyc3/steamguard-cli/compare/v0.12.6...v0.13.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.13.0 with grep in /nix/store/k0k160v8ykahzljzcjjc7bafqvpan61k-steamguard-cli-0.13.0 - found 0.13.0 in filename of file in /nix/store/k0k160v8ykahzljzcjjc7bafqvpan61k-steamguard-cli-0.13.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath steamguard-cli ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/k0k160v8ykahzljzcjjc7bafqvpan61k-steamguard-cli-0.13.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 steamguard-cli https://github.com/r-ryantm/nixpkgs/archive/da88d1cb6fee6faf85c6f5fa1a31d5c94e9f457c.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/da88d1cb6fee6faf85c6f5fa1a31d5c94e9f457c#steamguard-cli ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/k0k160v8ykahzljzcjjc7bafqvpan61k-steamguard-cli-0.13.0 ls -la /nix/store/k0k160v8ykahzljzcjjc7bafqvpan61k-steamguard-cli-0.13.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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • steamguard-cli
--- ###### Maintainer pings cc @surfaceflinger 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/293398 [result] Success updating steamguard-cli 0.12.6 -> 0.13.0 https://github.com/dyc3/steamguard-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 haskellPackages.infinite-list, using log file: /var/log/nixpkgs-update/haskellPackages.infinite-list/2024-03-05.log haskellPackages.infinite-list 0.1 -> 0.1.1 https://repology.org/project/haskell:infinite-list/versions attrpath: haskellPackages.infinite-list Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.infinite-list 0.1 -> 0.1.1 https://repology.org/project/haskell:infinite-list/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath djmount, using log file: /var/log/nixpkgs-update/djmount/2024-03-05.log djmount 0.71 -> 0.71.1 https://repology.org/project/djmount/versions attrpath: djmount 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/flyryvk7x64kan2731sgl6avn31xh1qy-djmount-0.71.1.tar.gz.drv building '/nix/store/flyryvk7x64kan2731sgl6avn31xh1qy-djmount-0.71.1.tar.gz.drv'... trying https://downloads.sourceforge.net/djmount/0.71.1/djmount-0.71.1.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/djmount/0.71.1/djmount-0.71.1.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/djmount/0.71.1/djmount-0.71.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 907 0 --:--:-- --:--:-- --:--:-- 913 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/djmount/0.71.1/djmount-0.71.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 245 0 --:--:-- --:--:-- --:--:-- 245 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/djmount/0.71.1/djmount-0.71.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 318 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/djmount/0.71.1/djmount-0.71.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 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 djmount-0.71.1.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'djmount.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/flyryvk7x64kan2731sgl6avn31xh1qy-djmount-0.71.1.tar.gz.drv /nix/store/dv7hm3sib6qcgfp3vz2fgjsxhlfv8dpy-djmount-0.71.1.drv building '/nix/store/flyryvk7x64kan2731sgl6avn31xh1qy-djmount-0.71.1.tar.gz.drv'... trying https://downloads.sourceforge.net/djmount/0.71.1/djmount-0.71.1.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/djmount/0.71.1/djmount-0.71.1.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/djmount/0.71.1/djmount-0.71.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 138 100 138 0 0 1295 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/djmount/0.71.1/djmount-0.71.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 154 100 154 0 0 249 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/djmount/0.71.1/djmount-0.71.1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 318 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/djmount/0.71.1/djmount-0.71.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 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 djmount-0.71.1.tar.gz from any mirror error: builder for '/nix/store/flyryvk7x64kan2731sgl6avn31xh1qy-djmount-0.71.1.tar.gz.drv' failed with exit code 1; last 25 log lines: > trying https://versaweb.dl.sourceforge.net/sourceforge/djmount/0.71.1/djmount-0.71.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 154 100 154 0 0 249 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/djmount/0.71.1/djmount-0.71.1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 318 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/djmount/0.71.1/djmount-0.71.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 > 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 djmount-0.71.1.tar.gz from any mirror For full logs, run 'nix log /nix/store/flyryvk7x64kan2731sgl6avn31xh1qy-djmount-0.71.1.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/dv7hm3sib6qcgfp3vz2fgjsxhlfv8dpy-djmount-0.71.1.drv' failed to build [result] Failed to update djmount 0.71 -> 0.71.1 https://repology.org/project/djmount/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.menhir, using log file: /var/log/nixpkgs-update/ocamlPackages.menhir/2024-03-05.log ocamlPackages.menhir 20230608 -> 20231231 https://repology.org/project/ocaml:menhir/versions attrpath: ocamlPackages.menhir Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - ocamlPackages.menhirLib: 20230608 -> 20231231 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/290480" [result] Failed to update ocamlPackages.menhir 20230608 -> 20231231 https://repology.org/project/ocaml:menhir/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath audio-recorder, using log file: /var/log/nixpkgs-update/audio-recorder/2024-03-05.log audio-recorder 2.1.3 -> 3.3.4 https://repology.org/project/audio-recorder/versions attrpath: audio-recorder 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/xax4pnbalfxlgjz2x296l22vvr1v0lnc-audio-recorder-3.3.4.tar.gz.drv building '/nix/store/xax4pnbalfxlgjz2x296l22vvr1v0lnc-audio-recorder-3.3.4.tar.gz.drv'... trying https://launchpad.net/~audio-recorder/+archive/ubuntu/ppa/+files/audio-recorder_3.3.4%7Ebionic.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10366 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download audio-recorder-3.3.4.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'audio-recorder.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/xax4pnbalfxlgjz2x296l22vvr1v0lnc-audio-recorder-3.3.4.tar.gz.drv /nix/store/dx81lf9rczbdijl4cq0sl43r9ikc0a1i-audio-recorder-3.3.4.drv building '/nix/store/xax4pnbalfxlgjz2x296l22vvr1v0lnc-audio-recorder-3.3.4.tar.gz.drv'... trying https://launchpad.net/~audio-recorder/+archive/ubuntu/ppa/+files/audio-recorder_3.3.4%7Ebionic.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 10366 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download audio-recorder-3.3.4.tar.gz from any mirror error: builder for '/nix/store/xax4pnbalfxlgjz2x296l22vvr1v0lnc-audio-recorder-3.3.4.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://launchpad.net/~audio-recorder/+archive/ubuntu/ppa/+files/audio-recorder_3.3.4%7Ebionic.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 10366 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download audio-recorder-3.3.4.tar.gz from any mirror For full logs, run 'nix log /nix/store/xax4pnbalfxlgjz2x296l22vvr1v0lnc-audio-recorder-3.3.4.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/dx81lf9rczbdijl4cq0sl43r9ikc0a1i-audio-recorder-3.3.4.drv' failed to build [result] Failed to update audio-recorder 2.1.3 -> 3.3.4 https://repology.org/project/audio-recorder/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.intRinsic, using log file: /var/log/nixpkgs-update/rPackages.intRinsic/2024-03-05.log rPackages.intRinsic 1.0.1 -> 1.0.2 https://repology.org/project/r:intrinsic/versions attrpath: rPackages.intRinsic 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.intRinsic 1.0.1 -> 1.0.2 https://repology.org/project/r:intrinsic/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ac-rtags, using log file: /var/log/nixpkgs-update/emacsPackages.ac-rtags/2024-03-05.log emacsPackages.ac-rtags 2.38 -> 3.23 https://repology.org/project/emacs:ac-rtags/versions attrpath: emacsPackages.ac-rtags Checking auto update branch... No auto update branch exists Old version 2.38" not present in master derivation file with contents: /* # Updating To update the list of packages from MELPA, 1. Run `./update-melpa` 2. Check for evaluation errors: # "../../../../../" points to the default.nix from root of Nixpkgs tree env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../../ -A emacs.pkgs.melpaStablePackages env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../../ -A emacs.pkgs.melpaPackages 3. Run `git commit -m "melpa-packages $(date -Idate)" recipes-archive-melpa.json` ## Update from overlay Alternatively, run the following command: ./update-from-overlay It will update both melpa and elpa packages using https://github.com/nix-community/emacs-overlay. It's almost instantenous and formats commits for you. */ { lib, pkgs }: variant: self: let dontConfigure = pkg: if pkg != null then pkg.override (args: { melpaBuild = drv: args.melpaBuild (drv // { dontConfigure = true; }); }) else null; markBroken = pkg: if pkg != null then pkg.override (args: { melpaBuild = drv: args.melpaBuild (drv // { meta = (drv.meta or { }) // { broken = true; }; }); }) else null; externalSrc = pkg: epkg: if pkg != null then pkg.override (args: { melpaBuild = drv: args.melpaBuild (drv // { inherit (epkg) src version; propagatedUserEnvPkgs = [ epkg ]; }); }) else null; buildWithGit = pkg: pkg.overrideAttrs (attrs: { nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ [ pkgs.git ]; }); fix-rtags = pkg: if pkg != null then dontConfigure (externalSrc pkg pkgs.rtags) else null; generateMelpa = lib.makeOverridable ({ archiveJson ? ./recipes-archive-melpa.json }: let inherit (import ./libgenerated.nix lib self) melpaDerivation; super = ( lib.listToAttrs (builtins.filter (s: s != null) (map (melpaDerivation variant) (lib.importJSON archiveJson) ) ) ); overrides = lib.optionalAttrs (variant == "stable") { # upstream issue: missing file header abridge-diff = if super.abridge-diff.version == "0.1" then markBroken super.abridge-diff else super.abridge-diff; # upstream issue: missing file header bufshow = markBroken super.bufshow; # upstream issue: missing file header speech-tagger = markBroken super.speech-tagger; # upstream issue: missing file header textmate = markBroken super.textmate; # upstream issue: missing file header window-numbering = markBroken super.window-numbering; # upstream issue: missing file header voca-builder = markBroken super.voca-builder; # upstream issue: missing file header initsplit = markBroken super.initsplit; # upstream issue: missing file header jsfmt = markBroken super.jsfmt; # upstream issue: missing file header maxframe = markBroken super.maxframe; # upstream issue: missing file header connection = markBroken super.connection; # upstream issue: missing file header dictionary = markBroken super.dictionary; # upstream issue: missing file header fold-dwim = if super.fold-dwim.version == "1.2" then markBroken super.fold-dwim else super.fold-dwim; # upstream issue: missing file header gl-conf-mode = if super.gl-conf-mode.version == "0.3" then markBroken super.gl-conf-mode else super.gl-conf-mode; # upstream issue: missing file header ligo-mode = if super.ligo-mode.version == "0.3" then markBroken super.ligo-mode else null; # auto-updater is failing; use manual one # upstream issue: missing file header link = markBroken super.link; # upstream issue: missing file header org-dp = if super.org-dp.version == "1" then markBroken super.org-dp else super.org-dp; # upstream issue: missing file header revbufs = if super.revbufs.version == "1.2" then markBroken super.revbufs else super.revbufs; # upstream issue: missing file header elmine = markBroken super.elmine; # upstream issue: missing file header ido-complete-space-or-hyphen = markBroken super.ido-complete-space-or-hyphen; } // { # Expects bash to be at /bin/bash ac-rtags = fix-rtags super.ac-rtags; airline-themes = super.airline-themes.override { inherit (self.melpaPackages) powerline; }; auto-complete-clang-async = super.auto-complete-clang-async.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ pkgs.llvmPackages.llvm ]; CFLAGS = "-I${pkgs.llvmPackages.libclang.lib}/include"; LDFLAGS = "-L${pkgs.llvmPackages.libclang.lib}/lib"; }); # part of a larger package caml = dontConfigure super.caml; # part of a larger package # upstream issue: missing package version cmake-mode = dontConfigure super.cmake-mode; company-rtags = fix-rtags super.company-rtags; easy-kill-extras = super.easy-kill-extras.override { inherit (self.melpaPackages) easy-kill; }; dune = dontConfigure super.dune; emacsql = super.emacsql.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ pkgs.sqlite ]; postBuild = '' cd source/sqlite make cd - ''; postInstall = (old.postInstall or "") + "\n" + '' install -m=755 -D source/sqlite/emacsql-sqlite \ $out/share/emacs/site-lisp/elpa/emacsql-${old.version}/sqlite/emacsql-sqlite ''; stripDebugList = [ "share" ]; }); emacsql-sqlite = super.emacsql-sqlite.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ pkgs.sqlite ]; postBuild = '' cd source/sqlite make cd - ''; postInstall = (old.postInstall or "") + "\n" + '' install -m=755 -D source/sqlite/emacsql-sqlite \ $out/share/emacs/site-lisp/elpa/emacsql-sqlite-${old.version}/sqlite/emacsql-sqlite ''; stripDebugList = [ "share" ]; }); epkg = super.epkg.overrideAttrs (old: { postPatch = '' substituteInPlace lisp/epkg.el \ --replace '(call-process "sqlite3"' '(call-process "${pkgs.sqlite}/bin/sqlite3"' ''; }); erlang = super.erlang.overrideAttrs (attrs: { buildInputs = attrs.buildInputs ++ [ pkgs.perl pkgs.ncurses ]; }); # https://github.com/syl20bnr/evil-escape/pull/86 evil-escape = super.evil-escape.overrideAttrs (attrs: { postPatch = '' substituteInPlace evil-escape.el \ --replace ' ;;; evil' ';;; evil' ''; packageRequires = with self; [ evil ]; }); ess-R-data-view = super.ess-R-data-view.override { inherit (self.melpaPackages) ess ctable popup; }; flycheck-rtags = fix-rtags super.flycheck-rtags; pdf-tools = super.pdf-tools.overrideAttrs (old: { # Temporary work around for: # - https://github.com/vedang/pdf-tools/issues/102 # - https://github.com/vedang/pdf-tools/issues/103 # - https://github.com/vedang/pdf-tools/issues/109 CXXFLAGS = "-std=c++17"; nativeBuildInputs = [ pkgs.autoconf pkgs.automake pkgs.pkg-config pkgs.removeReferencesTo ]; buildInputs = old.buildInputs ++ [ pkgs.libpng pkgs.zlib pkgs.poppler ]; preBuild = '' make server/epdfinfo remove-references-to ${lib.concatStringsSep " " ( map (output: "-t " + output) ( [ pkgs.glib.dev pkgs.libpng.dev pkgs.poppler.dev pkgs.zlib.dev pkgs.cairo.dev ] ++ lib.optional pkgs.stdenv.isLinux pkgs.stdenv.cc.libc.dev ) )} server/epdfinfo ''; recipe = pkgs.writeText "recipe" '' (pdf-tools :repo "politza/pdf-tools" :fetcher github :files ("lisp/pdf-*.el" "server/epdfinfo")) ''; }); # Build same version as Haskell package hindent = (externalSrc super.hindent pkgs.haskellPackages.hindent).overrideAttrs (attrs: { packageRequires = [ self.haskell-mode ]; }); hotfuzz = super.hotfuzz.overrideAttrs (old: { nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.cmake ]; dontUseCmakeBuildDir = true; preBuild = '' make -j$NIX_BUILD_CORES ''; postInstall = (old.postInstall or "") + "\n" + '' install source/hotfuzz-module.so $out/share/emacs/site-lisp/elpa/hotfuzz-* ''; }); irony = super.irony.overrideAttrs (old: { cmakeFlags = old.cmakeFlags or [ ] ++ [ "-DCMAKE_INSTALL_BINDIR=bin" ]; env.NIX_CFLAGS_COMPILE = "-UCLANG_RESOURCE_DIR"; preConfigure = '' cd server ''; preBuild = '' make install -D bin/irony-server $out/bin/irony-server cd .. ''; checkPhase = '' cd source/server make check cd ../.. ''; preFixup = '' rm -rf $out/share/emacs/site-lisp/elpa/*/server ''; dontUseCmakeBuildDir = true; doCheck = pkgs.stdenv.isLinux; packageRequires = [ self.emacs ]; buildInputs = [ pkgs.llvmPackages.libclang self.emacs ]; nativeBuildInputs = [ pkgs.cmake pkgs.llvmPackages.llvm ]; }); # tries to write a log file to $HOME insert-shebang = super.insert-shebang.overrideAttrs (attrs: { HOME = "/tmp"; }); ivy-rtags = fix-rtags super.ivy-rtags; jinx = super.jinx.overrideAttrs (old: let libExt = pkgs.stdenv.hostPlatform.extensions.sharedLibrary; in { nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.pkg-config ]; buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.enchant2 ]; postBuild = '' pushd working/jinx NIX_CFLAGS_COMPILE="$($PKG_CONFIG --cflags enchant-2) $NIX_CFLAGS_COMPILE" $CC -shared -o jinx-mod${libExt} jinx-mod.c -lenchant-2 popd ''; postInstall = (old.postInstall or "") + "\n" + '' pushd source outd=$(echo $out/share/emacs/site-lisp/elpa/jinx-*) install -m444 --target-directory=$outd jinx-mod${libExt} rm $outd/jinx-mod.c $outd/emacs-module.h popd ''; meta = old.meta // { maintainers = [ lib.maintainers.DamienCassou ]; }; }); sqlite3 = super.sqlite3.overrideAttrs (old: { buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.sqlite ]; postBuild = '' pushd working/sqlite3 make popd ''; postInstall = (old.postInstall or "") + "\n" + '' pushd source outd=$out/share/emacs/site-lisp/elpa/sqlite3-* install -m444 -t $outd sqlite3-api.so rm $outd/*.c $outd/*.h popd ''; meta = old.meta // { maintainers = [ lib.maintainers.DamienCassou ]; }; }); libgit = super.libgit.overrideAttrs(attrs: { nativeBuildInputs = (attrs.nativeBuildInputs or []) ++ [ pkgs.cmake ]; buildInputs = attrs.buildInputs ++ [ pkgs.libgit2 ]; dontUseCmakeBuildDir = true; postPatch = '' sed -i s/'add_subdirectory(libgit2)'// CMakeLists.txt ''; postBuild = '' pushd working/libgit make popd ''; postInstall = (attrs.postInstall or "") + "\n" + '' outd=$(echo $out/share/emacs/site-lisp/elpa/libgit-**) mkdir $outd/build install -m444 -t $outd/build ./source/src/libegit2.so rm -r $outd/src $outd/Makefile $outd/CMakeLists.txt ''; }); evil-magit = buildWithGit super.evil-magit; eopengrok = buildWithGit super.eopengrok; forge = buildWithGit super.forge; magit = buildWithGit super.magit; magit-find-file = buildWithGit super.magit-find-file; magit-gh-pulls = buildWithGit super.magit-gh-pulls; magit-imerge = buildWithGit super.magit-imerge; magit-lfs = buildWithGit super.magit-lfs; magit-org-todos = buildWithGit super.magit-org-todos; magit-tbdiff = buildWithGit super.magit-tbdiff; magit-topgit = buildWithGit super.magit-topgit; magit-vcsh = buildWithGit super.magit-vcsh; magit-gerrit = buildWithGit super.magit-gerrit; magit-annex = buildWithGit super.magit-annex; magit-todos = buildWithGit super.magit-todos; magit-filenotify = buildWithGit super.magit-filenotify; magit-gitflow = buildWithGit super.magit-gitflow; magithub = buildWithGit super.magithub; magit-svn = buildWithGit super.magit-svn; kubernetes = buildWithGit super.kubernetes; kubernetes-evil = buildWithGit super.kubernetes-evil; egg = buildWithGit super.egg; kapacitor = buildWithGit super.kapacitor; gerrit = buildWithGit super.gerrit; gerrit-download = buildWithGit super.gerrit-download; github-pullrequest = buildWithGit super.github-pullrequest; jist = buildWithGit super.jist; mandoku = buildWithGit super.mandoku; mandoku-tls = buildWithGit super.mandoku-tls; magit-p4 = buildWithGit super.magit-p4; magit-rbr = buildWithGit super.magit-rbr; magit-diff-flycheck = buildWithGit super.magit-diff-flycheck; magit-reviewboard = buildWithGit super.magit-reviewboard; magit-patch-changelog = buildWithGit super.magit-patch-changelog; magit-circleci = buildWithGit super.magit-circleci; magit-delta = buildWithGit super.magit-delta; orgit = buildWithGit super.orgit; orgit-forge = buildWithGit super.orgit-forge; ox-rss = buildWithGit super.ox-rss; python-isort = super.python-isort.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace python-isort.el \ --replace '-isort-command "isort"' '-isort-command "${lib.getExe pkgs.isort}"' ''; }); # upstream issue: missing file header mhc = super.mhc.override { inherit (self.melpaPackages) calfw; }; # missing .NET nemerle = markBroken super.nemerle; # part of a larger package notmuch = dontConfigure super.notmuch; pikchr-mode = super.pikchr-mode.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace pikchr-mode.el \ --replace '"pikchr")' '"${lib.getExe pkgs.pikchr}")' ''; }); rtags = dontConfigure (externalSrc super.rtags pkgs.rtags); rtags-xref = dontConfigure super.rtags; rime = super.rime.overrideAttrs (old: { buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.librime ]; preBuild = (old.preBuild or "") + '' make lib mkdir -p /build/rime-lib cp *.so /build/rime-lib ''; postInstall = (old.postInstall or "") + '' install -m444 -t $out/share/emacs/site-lisp/elpa/rime-* /build/rime-lib/*.so ''; }); shm = super.shm.overrideAttrs (attrs: { propagatedUserEnvPkgs = [ pkgs.haskellPackages.structured-haskell-mode ]; }); # Telega has a server portion for it's network protocol telega = super.telega.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ pkgs.tdlib ]; nativeBuildInputs = [ pkgs.pkg-config ]; postPatch = '' substituteInPlace telega-customize.el \ --replace 'defcustom telega-server-command "telega-server"' \ "defcustom telega-server-command \"$out/bin/telega-server\"" substituteInPlace telega-sticker.el --replace '"dwebp' '"${pkgs.libwebp}/bin/dwebp' substituteInPlace telega-sticker.el --replace '"ffmpeg' '"${pkgs.ffmpeg}/bin/ffmpeg' substituteInPlace telega-vvnote.el --replace '"ffmpeg' '"${pkgs.ffmpeg}/bin/ffmpeg' ''; postBuild = '' cd source/server make cd - ''; postInstall = (old.postInstall or "") + "\n" + '' mkdir -p $out/bin install -m755 -Dt $out/bin ./source/server/telega-server ''; }); tokei = super.tokei.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace tokei.el \ --replace 'tokei-program "tokei"' 'tokei-program "${lib.getExe pkgs.tokei}"' ''; }); treemacs-magit = super.treemacs-magit.overrideAttrs (attrs: { # searches for Git at build time nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ [ pkgs.git ]; }); typst-mode = super.typst-mode.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace typst-mode.el \ --replace 'typst-executable-location "typst"' 'typst-executable-location "${lib.getExe pkgs.typst}"' ''; }); vdiff-magit = super.vdiff-magit.overrideAttrs (attrs: { nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ [ pkgs.git ]; }); zmq = super.zmq.overrideAttrs (old: { stripDebugList = [ "share" ]; preBuild = '' export EZMQ_LIBDIR=$(mktemp -d) make ''; nativeBuildInputs = [ pkgs.autoconf pkgs.automake pkgs.pkg-config pkgs.libtool (pkgs.zeromq.override { enableDrafts = true; }) ]; postInstall = (old.postInstall or "") + "\n" + '' mv $EZMQ_LIBDIR/emacs-zmq.* $out/share/emacs/site-lisp/elpa/zmq-* rm -r $out/share/emacs/site-lisp/elpa/zmq-*/src rm $out/share/emacs/site-lisp/elpa/zmq-*/Makefile ''; }); # Map legacy renames from emacs2nix since code generation was ported to emacs lisp _0blayout = super."0blayout"; desktop-plus = super."desktop+"; ghub-plus = super."ghub+"; git-gutter-plus = super."git-gutter+"; git-gutter-fringe-plus = super."git-gutter-fringe+"; ido-completing-read-plus = super."ido-completing-read+"; image-plus = super."image+"; image-dired-plus = super."image-dired+"; markdown-mode-plus = super."markdown-mode+"; package-plus = super."package+"; rect-plus = super."rect+"; # upstream issue: missing file header instapaper = markBroken super.instapaper; # upstream issue: doesn't build magit-stgit = markBroken super.magit-stgit; # upstream issue: missing file header melancholy-theme = markBroken super.melancholy-theme; # upstream issue: doesn't build eterm-256color = markBroken super.eterm-256color; # upstream issue: doesn't build per-buffer-theme = markBroken super.per-buffer-theme; # upstream issue: missing file header qiita = markBroken super.qiita; # upstream issue: missing file header sql-presto = markBroken super.sql-presto; editorconfig = super.editorconfig.overrideAttrs (attrs: { propagatedUserEnvPkgs = [ pkgs.editorconfig-core-c ]; }); # missing dependencies evil-search-highlight-persist = super.evil-search-highlight-persist.overrideAttrs (attrs: { packageRequires = with self; [ evil highlight ]; }); hamlet-mode = super.hamlet-mode.overrideAttrs (attrs: { patches = [ # Fix build; maintainer email fails to parse (pkgs.fetchpatch { url = "https://github.com/lightquake/hamlet-mode/commit/253495d1330d6ec88d97fac136c78f57c650aae0.patch"; sha256 = "dSxS5yuXzCW96CUyvJWwjkhf1FMGBfiKKoBxeDVdz9Y="; }) ]; }); helm-rtags = fix-rtags super.helm-rtags; # tries to write to $HOME php-auto-yasnippets = super.php-auto-yasnippets.overrideAttrs (attrs: { HOME = "/tmp"; }); racer = super.racer.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace racer.el \ --replace /usr/local/src/rust/src ${pkgs.rustPlatform.rustcSrc} ''; }); spaceline = super.spaceline.override { inherit (self.melpaPackages) powerline; }; vterm = super.vterm.overrideAttrs (old: { nativeBuildInputs = [ pkgs.cmake ]; buildInputs = old.buildInputs ++ [ self.emacs pkgs.libvterm-neovim ]; cmakeFlags = [ "-DEMACS_SOURCE=${self.emacs.src}" "-DUSE_SYSTEM_LIBVTERM=ON" ]; # we need the proper out directory to exist, so we do this in the # postInstall instead of postBuild postInstall = (old.postInstall or "") + "\n" + '' pushd source/build >/dev/null make install -m444 -t $out/share/emacs/site-lisp/elpa/vterm-** ../*.so popd > /dev/null rm -rf $out/share/emacs/site-lisp/elpa/vterm-**/{CMake*,build,*.c,*.h} ''; }); w3m = super.w3m.override (args: { melpaBuild = drv: args.melpaBuild (drv // { prePatch = let w3m = "${lib.getBin pkgs.w3m}/bin/w3m"; in '' substituteInPlace w3m.el \ --replace 'defcustom w3m-command nil' \ 'defcustom w3m-command "${w3m}"' ''; }); }); wordnut = super.wordnut.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace wordnut.el \ --replace 'wordnut-cmd "wn"' 'wordnut-cmd "${lib.getExe pkgs.wordnet}"' ''; }); mozc = super.mozc.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace src/unix/emacs/mozc.el \ --replace '"mozc_emacs_helper"' '"${pkgs.ibus-engines.mozc}/lib/mozc/mozc_emacs_helper"' ''; }); # Build a helper executable that interacts with the macOS Dictionary.app osx-dictionary = if pkgs.stdenv.isDarwin then super.osx-dictionary.overrideAttrs (old: { buildInputs = old.buildInputs ++ (with pkgs.darwin.apple_sdk.frameworks; [CoreServices Foundation]); dontUnpack = false; buildPhase = (old.buildPhase or "") + '' cd source $CXX -O3 -framework CoreServices -framework Foundation osx-dictionary.m -o osx-dictionary-cli ''; postInstall = (old.postInstall or "") + "\n" + '' outd=$out/share/emacs/site-lisp/elpa/osx-dictionary-* mkdir -p $out/bin install -m444 -t $out/bin osx-dictionary-cli rm $outd/osx-dictionary.m ''; }) else super.osx-dictionary; }; in lib.mapAttrs (n: v: if lib.hasAttr n overrides then overrides.${n} else v) super); in (generateMelpa { }) // { __attrsFailEvaluation = true; } [result] Failed to update emacsPackages.ac-rtags 2.38 -> 3.23 https://repology.org/project/emacs:ac-rtags/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.procs, using log file: /var/log/nixpkgs-update/rPackages.procs/2024-03-05.log rPackages.procs 1.0.4 -> 1.0.5 https://repology.org/project/r:procs/versions attrpath: rPackages.procs 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.procs 1.0.4 -> 1.0.5 https://repology.org/project/r:procs/versions [options] github_user: r-ryantm, pull_request: 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.XSParseKeyword 0.38 -> 0.390.0 https://repology.org/project/perl:xs-parse-keyword/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath storm, using log file: /var/log/nixpkgs-update/storm/2024-03-05.log storm 2.4.0 -> 2.6.1 https://repology.org/project/apache-storm/versions attrpath: storm Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/computing/storm/default.nix b/pkgs/servers/computing/storm/default.nix index d4669488901a..f3ef46f7b307 100644 --- a/pkgs/servers/computing/storm/default.nix +++ b/pkgs/servers/computing/storm/default.nix @@ -7,12 +7,12 @@ stdenv.mkDerivation rec { pname = "apache-storm"; - version = "2.4.0"; + version = "2.6.1"; name = "${pname}-${version}"; src = fetchurl { url = "mirror://apache/storm/${name}/${name}.tar.gz"; - sha256 = "sha256-VFNcaISPBRMGR5l/P6/pGnK7lHClDW2AmXJ00gzxwMY="; + sha256 = "sha256-INodXwCTH5XsjwuFPh5FkAL4fBlfZbSFlR/9l0Nmj94="; }; nativeBuildInputs = [ zip unzip ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A storm Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . storm Standard output: error: Ă¢Â€Â¦ while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) Ă¢Â€Â¦ while evaluating derivation 'apache-storm-2.6.1' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/storm/pkgs/stdenv/generic/make-derivation.nix:353:7 Ă¢Â€Â¦ while evaluating attribute 'fixupPhase' of derivation 'apache-storm-2.6.1' at /var/cache/nixpkgs-update/worker/worktree/storm/pkgs/servers/computing/storm/default.nix:30:3: 29| 30| fixupPhase = '' | ^ 31| # Fix python reference error: Package Ă¢Â€Â˜python-2.7.18.7Ă¢Â€Â™ in /var/cache/nixpkgs-update/worker/worktree/storm/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" ]; } [result] Failed to update storm 2.4.0 -> 2.6.1 https://repology.org/project/apache-storm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath blackshades, using log file: /var/log/nixpkgs-update/blackshades/2024-03-05.log blackshades 2.5.1 -> 20070723 https://repology.org/project/blackshades/versions attrpath: blackshades 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/596j3paipm64giq4blx1bfplqyfl76pr-source.drv building '/nix/store/596j3paipm64giq4blx1bfplqyfl76pr-source.drv'... exporting https://git.sr.ht/~cnx/blackshades (rev 20070723) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref 20070723 remote: Enumerating objects: 2681, done. remote: Total 2681 (delta 0), reused 0 (delta 0), pack-reused 2681 Receiving objects: 100% (2681/2681), 4.56 MiB | 20.67 MiB/s, done. Resolving deltas: 100% (1737/1737), done. From https://git.sr.ht/~cnx/blackshades * [new branch] main -> origin/main * [new tag] 1.1.1 -> 1.1.1 * [new tag] 1.2.0 -> 1.2.0 * [new tag] 1.3.0 -> 1.3.0 * [new tag] 1.3.1 -> 1.3.1 * [new tag] 1.3.2 -> 1.3.2 * [new tag] 1.3.3 -> 1.3.3 * [new tag] 1.3.4 -> 1.3.4 * [new tag] 2.0.0 -> 2.0.0 * [new tag] 2.1.0 -> 2.1.0 * [new tag] 2.2.0 -> 2.2.0 * [new tag] 2.2.1 -> 2.2.1 * [new tag] 2.2.2 -> 2.2.2 * [new tag] 2.3.0 -> 2.3.0 * [new tag] 2.4.0 -> 2.4.0 * [new tag] 2.4.1 -> 2.4.1 * [new tag] 2.4.2 -> 2.4.2 * [new tag] 2.4.3 -> 2.4.3 * [new tag] 2.4.4 -> 2.4.4 * [new tag] 2.4.5 -> 2.4.5 * [new tag] 2.4.6 -> 2.4.6 * [new tag] 2.4.7 -> 2.4.7 * [new tag] 2.4.8 -> 2.4.8 * [new tag] 2.4.9 -> 2.4.9 * [new tag] 2.5.0 -> 2.5.0 * [new tag] 2.5.1 -> 2.5.1 * [new tag] 2.5.2 -> 2.5.2 fatal: Not a valid object name 20070723 Unrecognized git object type: Unable to checkout 20070723 from https://git.sr.ht/~cnx/blackshades. error: builder for '/nix/store/596j3paipm64giq4blx1bfplqyfl76pr-source.drv' failed with exit code 1; last 25 log lines: > * [new tag] 1.3.2 -> 1.3.2 > * [new tag] 1.3.3 -> 1.3.3 > * [new tag] 1.3.4 -> 1.3.4 > * [new tag] 2.0.0 -> 2.0.0 > * [new tag] 2.1.0 -> 2.1.0 > * [new tag] 2.2.0 -> 2.2.0 > * [new tag] 2.2.1 -> 2.2.1 > * [new tag] 2.2.2 -> 2.2.2 > * [new tag] 2.3.0 -> 2.3.0 > * [new tag] 2.4.0 -> 2.4.0 > * [new tag] 2.4.1 -> 2.4.1 > * [new tag] 2.4.2 -> 2.4.2 > * [new tag] 2.4.3 -> 2.4.3 > * [new tag] 2.4.4 -> 2.4.4 > * [new tag] 2.4.5 -> 2.4.5 > * [new tag] 2.4.6 -> 2.4.6 > * [new tag] 2.4.7 -> 2.4.7 > * [new tag] 2.4.8 -> 2.4.8 > * [new tag] 2.4.9 -> 2.4.9 > * [new tag] 2.5.0 -> 2.5.0 > * [new tag] 2.5.1 -> 2.5.1 > * [new tag] 2.5.2 -> 2.5.2 > fatal: Not a valid object name 20070723 > Unrecognized git object type: > Unable to checkout 20070723 from https://git.sr.ht/~cnx/blackshades. For full logs, run 'nix log /nix/store/596j3paipm64giq4blx1bfplqyfl76pr-source.drv'. stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'blackshades.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/596j3paipm64giq4blx1bfplqyfl76pr-source.drv /nix/store/c1lrs1507apqckml4x7z526m323gff5g-blackshades-20070723.drv these 2 paths will be fetched (52.79 MiB download, 299.84 MiB unpacked): /nix/store/pvpci49rxnjxq750lzlamap8czqb5h7d-zig-0.11.0 /nix/store/7gxldflfscyf5nhxak0sm49ss88wymf8-zig-hook copying path '/nix/store/pvpci49rxnjxq750lzlamap8czqb5h7d-zig-0.11.0' from 'https://cache.nixos.org'... building '/nix/store/596j3paipm64giq4blx1bfplqyfl76pr-source.drv'... exporting https://git.sr.ht/~cnx/blackshades (rev 20070723) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref 20070723 remote: Enumerating objects: 2681, done. remote: Total 2681 (delta 0), reused 0 (delta 0), pack-reused 2681 Receiving objects: 100% (2681/2681), 4.56 MiB | 20.14 MiB/s, done. Resolving deltas: 100% (1737/1737), done. From https://git.sr.ht/~cnx/blackshades * [new branch] main -> origin/main * [new tag] 1.1.1 -> 1.1.1 * [new tag] 1.2.0 -> 1.2.0 * [new tag] 1.3.0 -> 1.3.0 * [new tag] 1.3.1 -> 1.3.1 * [new tag] 1.3.2 -> 1.3.2 * [new tag] 1.3.3 -> 1.3.3 * [new tag] 1.3.4 -> 1.3.4 * [new tag] 2.0.0 -> 2.0.0 * [new tag] 2.1.0 -> 2.1.0 * [new tag] 2.2.0 -> 2.2.0 * [new tag] 2.2.1 -> 2.2.1 * [new tag] 2.2.2 -> 2.2.2 * [new tag] 2.3.0 -> 2.3.0 * [new tag] 2.4.0 -> 2.4.0 * [new tag] 2.4.1 -> 2.4.1 * [new tag] 2.4.2 -> 2.4.2 * [new tag] 2.4.3 -> 2.4.3 * [new tag] 2.4.4 -> 2.4.4 * [new tag] 2.4.5 -> 2.4.5 * [new tag] 2.4.6 -> 2.4.6 * [new tag] 2.4.7 -> 2.4.7 * [new tag] 2.4.8 -> 2.4.8 * [new tag] 2.4.9 -> 2.4.9 * [new tag] 2.5.0 -> 2.5.0 * [new tag] 2.5.1 -> 2.5.1 * [new tag] 2.5.2 -> 2.5.2 fatal: Not a valid object name 20070723 Unrecognized git object type: Unable to checkout 20070723 from https://git.sr.ht/~cnx/blackshades. error: builder for '/nix/store/596j3paipm64giq4blx1bfplqyfl76pr-source.drv' failed with exit code 1; last 25 log lines: > * [new tag] 1.3.2 -> 1.3.2 > * [new tag] 1.3.3 -> 1.3.3 > * [new tag] 1.3.4 -> 1.3.4 > * [new tag] 2.0.0 -> 2.0.0 > * [new tag] 2.1.0 -> 2.1.0 > * [new tag] 2.2.0 -> 2.2.0 > * [new tag] 2.2.1 -> 2.2.1 > * [new tag] 2.2.2 -> 2.2.2 > * [new tag] 2.3.0 -> 2.3.0 > * [new tag] 2.4.0 -> 2.4.0 > * [new tag] 2.4.1 -> 2.4.1 > * [new tag] 2.4.2 -> 2.4.2 > * [new tag] 2.4.3 -> 2.4.3 > * [new tag] 2.4.4 -> 2.4.4 > * [new tag] 2.4.5 -> 2.4.5 > * [new tag] 2.4.6 -> 2.4.6 > * [new tag] 2.4.7 -> 2.4.7 > * [new tag] 2.4.8 -> 2.4.8 > * [new tag] 2.4.9 -> 2.4.9 > * [new tag] 2.5.0 -> 2.5.0 > * [new tag] 2.5.1 -> 2.5.1 > * [new tag] 2.5.2 -> 2.5.2 > fatal: Not a valid object name 20070723 > Unrecognized git object type: > Unable to checkout 20070723 from https://git.sr.ht/~cnx/blackshades. For full logs, run 'nix log /nix/store/596j3paipm64giq4blx1bfplqyfl76pr-source.drv'. error: 1 dependencies of derivation '/nix/store/c1lrs1507apqckml4x7z526m323gff5g-blackshades-20070723.drv' failed to build [result] Failed to update blackshades 2.5.1 -> 20070723 https://repology.org/project/blackshades/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libsamplerate, using log file: /var/log/nixpkgs-update/libsamplerate/2024-03-05.log libsamplerate 0.1.9 -> 0.2.2 https://repology.org/project/libsamplerate/versions attrpath: libsamplerate 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/wbbs07gaqfbx533zbz9wzgc0srsll95v-libsamplerate-0.2.2.tar.gz.drv building '/nix/store/wbbs07gaqfbx533zbz9wzgc0srsll95v-libsamplerate-0.2.2.tar.gz.drv'... trying http://www.mega-nerd.com/SRC/libsamplerate-0.2.2.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 libsamplerate-0.2.2.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libsamplerate.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/wbbs07gaqfbx533zbz9wzgc0srsll95v-libsamplerate-0.2.2.tar.gz.drv /nix/store/qsm03fxfdpd1p3jfcv4n71cz97piy21m-libsamplerate-0.2.2.drv building '/nix/store/wbbs07gaqfbx533zbz9wzgc0srsll95v-libsamplerate-0.2.2.tar.gz.drv'... trying http://www.mega-nerd.com/SRC/libsamplerate-0.2.2.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 libsamplerate-0.2.2.tar.gz from any mirror error: builder for '/nix/store/wbbs07gaqfbx533zbz9wzgc0srsll95v-libsamplerate-0.2.2.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying http://www.mega-nerd.com/SRC/libsamplerate-0.2.2.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 libsamplerate-0.2.2.tar.gz from any mirror For full logs, run 'nix log /nix/store/wbbs07gaqfbx533zbz9wzgc0srsll95v-libsamplerate-0.2.2.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/qsm03fxfdpd1p3jfcv4n71cz97piy21m-libsamplerate-0.2.2.drv' failed to build [result] Failed to update libsamplerate 0.1.9 -> 0.2.2 https://repology.org/project/libsamplerate/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath btor2tools, using log file: /var/log/nixpkgs-update/btor2tools/2024-03-05.log btor2tools 1.0.0-pre_9831f9909fb283752a3d6d60d43613173bd8af42 -> 20230816 https://repology.org/project/btor2tools/versions attrpath: btor2tools Checking auto update branch... No auto update branch exists Old version 1.0.0-pre_9831f9909fb283752a3d6d60d43613173bd8af42" not present in master derivation file with contents: { lib, stdenv, cmake, fetchFromGitHub, fetchpatch, fixDarwinDylibNames }: stdenv.mkDerivation rec { pname = "btor2tools"; version = "1.0.0-pre_${src.rev}"; src = fetchFromGitHub { owner = "boolector"; repo = "btor2tools"; rev = "9831f9909fb283752a3d6d60d43613173bd8af42"; sha256 = "0mfqmkgvyw8fa2c09kww107dmk180ch1hp98r5kv41vnc04iqb0s"; }; patches = [ (fetchpatch { name = "gcc-13.patch"; url = "https://github.com/Boolector/btor2tools/commit/037f1fa88fb439dca6f648ad48a3463256d69d8b.patch"; hash = "sha256-FX1yy9XdUs1tAReOxhEzNHu48DrISzNNMSYoIrhHoFY="; }) ]; nativeBuildInputs = [ cmake ] ++ lib.optional stdenv.isDarwin fixDarwinDylibNames; installPhase = '' mkdir -p $out $dev/include/btor2parser/ $lib/lib cp -vr bin $out cp -v ../src/btor2parser/btor2parser.h $dev/include/btor2parser cp -v lib/libbtor2parser.* $lib/lib ''; outputs = [ "out" "dev" "lib" ]; cmakeFlags = [ # RPATH of binary /nix/store/.../bin/btorsim contains a forbidden reference to /build/ "-DCMAKE_SKIP_BUILD_RPATH=ON" ]; meta = with lib; { description = "A generic parser and tool package for the BTOR2 format"; homepage = "https://github.com/Boolector/btor2tools"; license = licenses.mit; platforms = platforms.unix; maintainers = with maintainers; [ thoughtpolice ]; }; } [result] Failed to update btor2tools 1.0.0-pre_9831f9909fb283752a3d6d60d43613173bd8af42 -> 20230816 https://repology.org/project/btor2tools/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mathpix-snipping-tool, using log file: /var/log/nixpkgs-update/mathpix-snipping-tool/2024-03-05.log mathpix-snipping-tool 03.00.0072 -> 3.4.6.13 https://repology.org/project/mathpix-snipping-tool/versions attrpath: mathpix-snipping-tool 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/xclrd41wzv5l4rv87cxvffi8ijcvnpym-Mathpix_Snipping_Tool-x86_64.v3.4.6.13.AppImage.drv building '/nix/store/xclrd41wzv5l4rv87cxvffi8ijcvnpym-Mathpix_Snipping_Tool-x86_64.v3.4.6.13.AppImage.drv'... trying https://download.mathpix.com/linux/Mathpix_Snipping_Tool-x86_64.v3.4.6.13.AppImage % 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: 403 error: cannot download Mathpix_Snipping_Tool-x86_64.v3.4.6.13.AppImage from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'mathpix-snipping-tool.originalSrc' not found stderr did not split as expected full stderr was: these 9 derivations will be built: /nix/store/xclrd41wzv5l4rv87cxvffi8ijcvnpym-Mathpix_Snipping_Tool-x86_64.v3.4.6.13.AppImage.drv /nix/store/vyjh151byd29dzwasan98kjfsxl11hdn-mathpix-snipping-tool-3.4.6.13-extracted.drv /nix/store/565g20rl93sgbbkx74ahlfnjp2ya8sgz-mathpix-snipping-tool-3.4.6.13-init.drv /nix/store/vp7lp2r0idck651s2ky4j1h0wz72p91h-profile.drv /nix/store/ma1c3mbi39g6k76cz4bl2mgq1z7nrkwd-mathpix-snipping-tool-3.4.6.13-chrootenv-etc.drv /nix/store/vnxap96g5ip88l9rf221f94swj6yrv9k-mathpix-snipping-tool-3.4.6.13-usr-target.drv /nix/store/jl0qw3v5479wd6zrz3w8yyr7271jzakb-mathpix-snipping-tool-3.4.6.13-fhs.drv /nix/store/0yghjm4ylfqb1dlfagzp50nmancq1dvy-mathpix-snipping-tool-3.4.6.13-bwrap.drv /nix/store/wf50a1qnib8bq4h3j6bpd3bpykzv2w6l-mathpix-snipping-tool-3.4.6.13.drv building '/nix/store/vp7lp2r0idck651s2ky4j1h0wz72p91h-profile.drv'... building '/nix/store/xclrd41wzv5l4rv87cxvffi8ijcvnpym-Mathpix_Snipping_Tool-x86_64.v3.4.6.13.AppImage.drv'... building '/nix/store/ma1c3mbi39g6k76cz4bl2mgq1z7nrkwd-mathpix-snipping-tool-3.4.6.13-chrootenv-etc.drv'... /nix/store/yx0jkkkv54pbxz0i1jha55xlk2p3ha4p-mathpix-snipping-tool-3.4.6.13-chrootenv-etc/etc /build building '/nix/store/vnxap96g5ip88l9rf221f94swj6yrv9k-mathpix-snipping-tool-3.4.6.13-usr-target.drv'... warning: collision between `/nix/store/ssarggxx3laydmfkq1dlv4ilcsw7phfq-glibc-2.38-44-bin/bin/ldconfig' and `/nix/store/rqspjfx1k503fq2y0pd7vg16jp3baci4-ldconfig/bin/ldconfig' warning: collision between `/nix/store/8mc30d49ghc8m5z96yz39srlhg5s9sjj-glibc-2.38-44/lib/locale/locale-archive' and `/nix/store/9kjxsvc6ja2iwcj85ki815n94557nd06-glibc-locales-2.38-44/lib/locale/locale-archive' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/bin/sh' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/bin/sh' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/bin/bashbug' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/bin/bashbug' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/bin/bash' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/bin/bash' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/zh_TW/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/zh_TW/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/ga/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/ga/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/sr/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/sr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/en@quot/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/en@quot/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/el/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/el/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/bg/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/bg/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/ja/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/ja/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/tr/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/tr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/nb/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/nb/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/ro/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/ro/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/ca/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/ca/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/ko/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/ko/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/zh_CN/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/zh_CN/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/lt/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/lt/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/hr/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/hr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/et/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/et/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/en@boldquot/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/en@boldquot/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/id/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/id/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/pt/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/pt/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/sk/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/sk/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/eo/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/eo/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/nl/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/nl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/hu/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/hu/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/sv/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/sv/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/fr/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/fr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/af/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/af/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/gl/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/gl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/da/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/da/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/it/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/it/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/pt_BR/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/pt_BR/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/fi/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/fi/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/ru/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/ru/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/cs/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/cs/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/uk/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/uk/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/de/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/de/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/es/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/es/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/pl/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/pl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/sl/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/sl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/vi/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/vi/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/mktemp' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/mktemp' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/rm' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/rm' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/logname' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/logname' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/mkfifo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/mkfifo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/mkdir' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/mkdir' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/printenv' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/printenv' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/basename' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/basename' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/setpgid' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/setpgid' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/print' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/print' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/Makefile.sample' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/Makefile.sample' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/cut' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/cut' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/sleep' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/sleep' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/seq' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/seq' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/finfo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/finfo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/tee' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/tee' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/rmdir' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/rmdir' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/fdflags' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/fdflags' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/realpath' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/realpath' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/strftime' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/strftime' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/dsv' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/dsv' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/id' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/id' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/loadables.h' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/loadables.h' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/dirname' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/dirname' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/head' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/head' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/sync' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/sync' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/tty' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/tty' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/push' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/push' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/csv' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/csv' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/whoami' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/whoami' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/stat' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/stat' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/ln' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/ln' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/mypid' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/mypid' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/getconf' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/getconf' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/unlink' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/unlink' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/pathchk' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/pathchk' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/truefalse' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/truefalse' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/accept' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/accept' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/uname' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/uname' warning: collision between `/nix/store/sbgq69ls47c0d9si99wyj1n6230rz9gg-bash-interactive-5.2p26-man/share/man/man1/bashbug.1.gz' and `/nix/store/hn092awm7px3v4x00j29dgmjl4254j1g-bash-interactive-5.2p26-man/share/man/man1/bashbug.1.gz' warning: collision between `/nix/store/sbgq69ls47c0d9si99wyj1n6230rz9gg-bash-interactive-5.2p26-man/share/man/man1/bash.1.gz' and `/nix/store/hn092awm7px3v4x00j29dgmjl4254j1g-bash-interactive-5.2p26-man/share/man/man1/bash.1.gz' trying https://download.mathpix.com/linux/Mathpix_Snipping_Tool-x86_64.v3.4.6.13.AppImage % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed warning: collision between `/nix/store/6wbxhdmr3x2jfl6dz85g9pk1d9b4agjm-gtk+-2.24.33/bin/gtk-update-icon-cache' and `/nix/store/lk8kgif9ynk1l6aiqnbvzvys83n0h956-gtk+3-3.24.41/bin/gtk-update-icon-cache' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/uclampset' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/uclampset' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/swapoff' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/swapoff' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mkfs.minix' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkfs.minix' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/hwclock' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/hwclock' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/hexdump' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/hexdump' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fsfreeze' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fsfreeze' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/setsid' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/setsid' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/isosize' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/isosize' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mkfs.bfs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkfs.bfs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/utmpdump' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/utmpdump' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/pipesz' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/pipesz' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/flock' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/flock' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/rev' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/rev' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lslogins' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lslogins' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/chsh' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chsh' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/findfs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/findfs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mkfs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkfs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/readprofile' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/readprofile' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/swapon' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/swapon' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fstrim' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fstrim' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/taskset' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/taskset' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/blkid' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/blkid' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fallocate' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fallocate' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mkfs.cramfs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkfs.cramfs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lsblk' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsblk' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/col' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/col' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/uuidparse' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/uuidparse' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/script' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/script' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/sfdisk' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/sfdisk' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fdisk' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fdisk' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lslocks' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lslocks' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/rfkill' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/rfkill' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fsck.minix' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fsck.minix' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/setpriv' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/setpriv' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/swaplabel' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/swaplabel' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mount' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mount' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/blkzone' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/blkzone' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/colrm' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/colrm' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/ipcmk' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ipcmk' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/last' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/last' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/rtcwake' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/rtcwake' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fincore' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fincore' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/write' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/write' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/dmesg' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/dmesg' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/waitpid' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/waitpid' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/look' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/look' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/findmnt' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/findmnt' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mkswap' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkswap' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mountpoint' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mountpoint' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/umount' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/umount' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/namei' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/namei' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/pivot_root' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/pivot_root' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/rename' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/rename' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/partx' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/partx' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/addpart' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/addpart' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/uuidgen' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/uuidgen' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lsns' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsns' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/scriptlive' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/scriptlive' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/eject' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/eject' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/ldattach' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ldattach' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mcookie' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mcookie' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/delpart' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/delpart' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/unshare' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/unshare' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/logger' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/logger' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/cal' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/cal' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/wall' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/wall' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/scriptreplay' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/scriptreplay' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lscpu' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lscpu' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fsck' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fsck' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/setarch' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/setarch' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/blkdiscard' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/blkdiscard' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lsirq' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsirq' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/chfn' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chfn' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/getopt' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/getopt' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/ionice' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ionice' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/column' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/column' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mesg' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mesg' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/wipefs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/wipefs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/whereis' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/whereis' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/hardlink' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/hardlink' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/chcpu' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chcpu' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fsck.cramfs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fsck.cramfs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/zramctl' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/zramctl' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/ipcs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ipcs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/colcrt' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/colcrt' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/wdctl' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/wdctl' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/resizepart' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/resizepart' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lsipc' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsipc' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/prlimit' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/prlimit' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/losetup' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/losetup' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/chmem' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chmem' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/ctrlaltdel' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ctrlaltdel' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/ipcrm' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ipcrm' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fadvise' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fadvise' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/uuidd' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/uuidd' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/blockdev' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/blockdev' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/renice' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/renice' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/chrt' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chrt' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lsmem' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsmem' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/nsenter' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/nsenter' warning: collision between `/nix/store/y70dn4x8rgs0dsskrx0kjvrchdvsi83h-librsvg-2.57.1/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache' and `/nix/store/jrlkyy3pzizi39lywafsd1psd9vg3p9b-gdk-pixbuf-2.42.10/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache' warning: collision between `/nix/store/hrbp2ii7w0l59sb2bzplv6dpwv4q8pan-e2fsprogs-1.47.0-bin/bin/compile_et' and `/nix/store/z4ifx4r7ibcyp9m6l1ilslpkifvhm0dl-krb5-1.21.2/bin/compile_et' warning: collision between `/nix/store/hrbp2ii7w0l59sb2bzplv6dpwv4q8pan-e2fsprogs-1.47.0-bin/sbin/compile_et' and `/nix/store/z4ifx4r7ibcyp9m6l1ilslpkifvhm0dl-krb5-1.21.2/sbin/compile_et' warning: collision between `/nix/store/769z3b82knxsz8wih1q3vf4xdrr3f6ar-e2fsprogs-1.47.0-man/share/man/man1/compile_et.1.gz' and `/nix/store/z4ifx4r7ibcyp9m6l1ilslpkifvhm0dl-krb5-1.21.2/share/man/man1/compile_et.1.gz' warning: collision between `/nix/store/54bhx9x47c2ah0rhl52jf50n1cfzp5nb-e2fsprogs-1.47.0/share/et/et_h.awk' and `/nix/store/z4ifx4r7ibcyp9m6l1ilslpkifvhm0dl-krb5-1.21.2/share/et/et_h.awk' warning: collision between `/nix/store/54bhx9x47c2ah0rhl52jf50n1cfzp5nb-e2fsprogs-1.47.0/share/et/et_c.awk' and `/nix/store/z4ifx4r7ibcyp9m6l1ilslpkifvhm0dl-krb5-1.21.2/share/et/et_c.awk' warning: collision between `/nix/store/54bhx9x47c2ah0rhl52jf50n1cfzp5nb-e2fsprogs-1.47.0/lib/libcom_err.so' and `/nix/store/z4ifx4r7ibcyp9m6l1ilslpkifvhm0dl-krb5-1.21.2/lib/libcom_err.so' 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 error: cannot download Mathpix_Snipping_Tool-x86_64.v3.4.6.13.AppImage from any mirror error: builder for '/nix/store/xclrd41wzv5l4rv87cxvffi8ijcvnpym-Mathpix_Snipping_Tool-x86_64.v3.4.6.13.AppImage.drv' failed with exit code 1; last 7 log lines: > > trying https://download.mathpix.com/linux/Mathpix_Snipping_Tool-x86_64.v3.4.6.13.AppImage > % 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: 403 > error: cannot download Mathpix_Snipping_Tool-x86_64.v3.4.6.13.AppImage from any mirror For full logs, run 'nix log /nix/store/xclrd41wzv5l4rv87cxvffi8ijcvnpym-Mathpix_Snipping_Tool-x86_64.v3.4.6.13.AppImage.drv'. error: 1 dependencies of derivation '/nix/store/vyjh151byd29dzwasan98kjfsxl11hdn-mathpix-snipping-tool-3.4.6.13-extracted.drv' failed to build error: 1 dependencies of derivation '/nix/store/wf50a1qnib8bq4h3j6bpd3bpykzv2w6l-mathpix-snipping-tool-3.4.6.13.drv' failed to build [result] Failed to update mathpix-snipping-tool 03.00.0072 -> 3.4.6.13 https://repology.org/project/mathpix-snipping-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 tpm-tools, using log file: /var/log/nixpkgs-update/tpm-tools/2024-03-05.log tpm-tools 1.3.9.1 -> 1.3.9.2 https://repology.org/project/tpm-tools/versions attrpath: tpm-tools 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 tpm-tools 1.3.9.1 -> 1.3.9.2 https://repology.org/project/tpm-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 xdg-terminal-exec, using log file: /var/log/nixpkgs-update/xdg-terminal-exec/2024-03-05.log xdg-terminal-exec 2023-12-08 -> 20240120 https://repology.org/project/xdg-terminal-exec/versions attrpath: xdg-terminal-exec Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update xdg-terminal-exec 2023-12-08 -> 20240120 https://repology.org/project/xdg-terminal-exec/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.deepin-system-monitor, using log file: /var/log/nixpkgs-update/deepin.deepin-system-monitor/2024-03-05.log deepin.deepin-system-monitor 6.0.9 -> 6.0.15 https://github.com/linuxdeepin/deepin-system-monitor/releases attrpath: deepin.deepin-system-monitor deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.deepin-system-monitor 6.0.9 -> 6.0.15 https://github.com/linuxdeepin/deepin-system-monitor/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 openssh_hpn, using log file: /var/log/nixpkgs-update/openssh_hpn/2024-03-05.log openssh_hpn 9.5p1 -> 9.6p1 https://repology.org/project/openssh/versions attrpath: openssh_hpn Checking auto update branch... No auto update branch exists Old version 9.5p1" not present in master derivation file with contents: { pname , version , extraDesc ? "" , src , extraPatches ? [] , extraNativeBuildInputs ? [] , extraConfigureFlags ? [] , extraMeta ? {} }: { lib, stdenv # This *is* correct, though unusual. as a way of getting krb5-config from the # package without splicing See: https://github.com/NixOS/nixpkgs/pull/107606 , pkgs , fetchurl , autoreconfHook , zlib , openssl , libedit , ldns , pkg-config , pam , libredirect , etcDir ? null , withKerberos ? true , withLdns ? true , libkrb5 , libfido2 , hostname , nixosTests , withFIDO ? stdenv.hostPlatform.isUnix && !stdenv.hostPlatform.isMusl , withPAM ? stdenv.hostPlatform.isLinux , linkOpenssl ? true }: stdenv.mkDerivation { inherit pname version src; patches = [ ./locale_archive.patch (fetchurl { url = "https://git.alpinelinux.org/aports/plain/main/openssh/gss-serv.c.patch?id=a7509603971ce2f3282486a43bb773b1b522af83"; sha256 = "sha256-eFFOd4B2nccRZAQWwdBPBoKWjfEdKEVGJvKZAzLu3HU="; }) # See discussion in https://github.com/NixOS/nixpkgs/pull/16966 ./dont_create_privsep_path.patch ] ++ extraPatches; postPatch = # On Hydra this makes installation fail (sometimes?), # and nix store doesn't allow such fancy permission bits anyway. '' substituteInPlace Makefile.in --replace '$(INSTALL) -m 4711' '$(INSTALL) -m 0711' ''; strictDeps = true; nativeBuildInputs = [ autoreconfHook pkg-config ] # This is not the same as the libkrb5 from the inputs! pkgs.libkrb5 is # needed here to access krb5-config in order to cross compile. See: # https://github.com/NixOS/nixpkgs/pull/107606 ++ lib.optional withKerberos pkgs.libkrb5 ++ extraNativeBuildInputs; buildInputs = [ zlib openssl libedit ] ++ lib.optional withFIDO libfido2 ++ lib.optional withKerberos libkrb5 ++ lib.optional withLdns ldns ++ lib.optional withPAM pam; preConfigure = '' # Setting LD causes `configure' and `make' to disagree about which linker # to use: `configure' wants `gcc', but `make' wants `ld'. unset LD ''; # I set --disable-strip because later we strip anyway. And it fails to strip # properly when cross building. configureFlags = [ "--sbindir=\${out}/bin" "--localstatedir=/var" "--with-pid-dir=/run" "--with-mantype=man" "--with-libedit=yes" "--disable-strip" (lib.withFeature withPAM "pam") ] ++ lib.optional (etcDir != null) "--sysconfdir=${etcDir}" ++ lib.optional withFIDO "--with-security-key-builtin=yes" ++ lib.optional withKerberos (assert libkrb5 != null; "--with-kerberos5=${libkrb5}") ++ lib.optional stdenv.isDarwin "--disable-libutil" ++ lib.optional (!linkOpenssl) "--without-openssl" ++ lib.optional withLdns "--with-ldns" ++ extraConfigureFlags; ${if stdenv.hostPlatform.isStatic then "NIX_LDFLAGS" else null}= [ "-laudit" ] ++ lib.optionals withKerberos [ "-lkeyutils" ]; buildFlags = [ "SSH_KEYSIGN=ssh-keysign" ]; enableParallelBuilding = true; hardeningEnable = [ "pie" ]; doCheck = true; enableParallelChecking = false; nativeCheckInputs = [ openssl ] ++ lib.optional (!stdenv.isDarwin) hostname; preCheck = lib.optionalString (stdenv.hostPlatform == stdenv.buildPlatform) '' # construct a dummy HOME export HOME=$(realpath ../dummy-home) mkdir -p ~/.ssh # construct a dummy /etc/passwd file for the sshd under test # to use to look up the connecting user DUMMY_PASSWD=$(realpath ../dummy-passwd) cat > $DUMMY_PASSWD < ~/.ssh/environment.base < regress/test-exec.sh.new <> $HOME/.ssh/environment EOF mv regress/test-exec.sh.new regress/test-exec.sh # explicitly enable the PermitUserEnvironment feature substituteInPlace regress/test-exec.sh \ --replace \ 'cat << EOF > $OBJ/sshd_config' \ $'cat << EOF > $OBJ/sshd_config\n\tPermitUserEnvironment yes' # some tests want to use files under /bin as example files for f in regress/sftp-cmds.sh regress/forwarding.sh; do substituteInPlace $f --replace '/bin' "$(dirname $(type -p ls))" done # set up NIX_REDIRECTS for direct invocations set -a; source ~/.ssh/environment.base; set +a ''; # integration tests hard to get working on darwin with its shaky # sandbox # t-exec tests fail on musl checkTarget = lib.optional (!stdenv.isDarwin && !stdenv.hostPlatform.isMusl) "t-exec" # other tests are less demanding of the environment ++ [ "unit" "file-tests" "interop-tests" ]; postInstall = '' # Install ssh-copy-id, it's very useful. cp contrib/ssh-copy-id $out/bin/ chmod +x $out/bin/ssh-copy-id cp contrib/ssh-copy-id.1 $out/share/man/man1/ ''; installTargets = [ "install-nokeys" ]; installFlags = [ "sysconfdir=\${out}/etc/ssh" ]; passthru.tests = { borgbackup-integration = nixosTests.borgbackup; }; meta = with lib; { description = "An implementation of the SSH protocol${extraDesc}"; homepage = "https://www.openssh.com/"; changelog = "https://www.openssh.com/releasenotes.html"; license = licenses.bsd2; platforms = platforms.unix ++ platforms.windows; maintainers = (extraMeta.maintainers or []) ++ (with maintainers; [ eelco aneeshusa ]); mainProgram = "ssh"; } // extraMeta; } [result] Failed to update openssh_hpn 9.5p1 -> 9.6p1 https://repology.org/project/openssh/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath unixODBCDrivers.msodbcsql17, using log file: /var/log/nixpkgs-update/unixODBCDrivers.msodbcsql17/2024-03-05.log unixODBCDrivers.msodbcsql17 17.7.1.1-1 -> 17.10.2.1 https://repology.org/project/msodbcsql17/versions attrpath: unixODBCDrivers.msodbcsql17 Checking auto update branch... No auto update branch exists Old version 17.7.1.1-1" not present in master derivation file with contents: { fetchurl, stdenv, unixODBC, cmake, postgresql, mariadb, sqlite, zlib, libxml2, dpkg, lib, openssl, libkrb5, libuuid, patchelf, libiconv, fixDarwinDylibNames, fetchFromGitHub }: # Each of these ODBC drivers can be configured in your odbcinst.ini file using # the various passthru and meta values. Of note are: # # * `passthru.fancyName`, the typical name used to reference the driver # * `passthru.driver`, the path to the driver within the built package # * `meta.description`, a short description of the ODBC driver # # For example, you might generate it as follows: # # '' # [${package.fancyName}] # Description = ${package.meta.description} # Driver = ${package}/${package.driver} # '' { psql = stdenv.mkDerivation rec { pname = "psqlodbc"; version = "10.01.0000"; src = fetchurl { url = "mirror://postgresql/odbc/versions/src/${pname}-${version}.tar.gz"; sha256 = "1cyams7157f3gry86x64xrplqi2vyqrq3rqka59gv4lb4rpl7jl7"; }; buildInputs = [ unixODBC postgresql ]; # see the top of the file for an explanation passthru = { fancyName = "PostgreSQL"; driver = "lib/psqlodbcw.so"; }; meta = with lib; { description = "Official PostgreSQL ODBC Driver"; homepage = "https://odbc.postgresql.org/"; license = licenses.lgpl2; platforms = platforms.unix; }; }; mariadb = stdenv.mkDerivation rec { pname = "mariadb-connector-odbc"; version = "3.1.20"; src = fetchFromGitHub { owner = "mariadb-corporation"; repo = "mariadb-connector-odbc"; rev = version; hash = "sha256-l+HlS7/A0shwsEXYKDhi+QCmwHaMTeKrtcvo9yYpYws="; # this driver only seems to build correctly when built against the mariadb-connect-c subrepo # (see https://github.com/NixOS/nixpkgs/issues/73258) fetchSubmodules = true; }; patches = [ # Fix `call to undeclared function 'sleep'` with clang 16 ./mariadb-connector-odbc-unistd.patch ]; nativeBuildInputs = [ cmake ]; buildInputs = [ unixODBC openssl libiconv zlib ] ++ lib.optionals stdenv.isDarwin [ libkrb5 ]; # TODO: remove preConfigure on staging preConfigure = if !stdenv.isDarwin then '' # we don't want to build a .pkg substituteInPlace CMakeLists.txt \ --replace "IF(APPLE)" "IF(0)" \ --replace "CMAKE_SYSTEM_NAME MATCHES AIX" "APPLE" '' else null; cmakeFlags = [ "-DWITH_EXTERNAL_ZLIB=ON" "-DODBC_LIB_DIR=${lib.getLib unixODBC}/lib" "-DODBC_INCLUDE_DIR=${lib.getDev unixODBC}/include" "-DWITH_OPENSSL=ON" # on darwin this defaults to ON but we want to build against unixODBC "-DWITH_IODBC=OFF" ]; buildFlags = if stdenv.isDarwin then [ "maodbc" ] else null; installTargets = if stdenv.isDarwin then [ "install/fast" ] else null; # see the top of the file for an explanation passthru = { fancyName = "MariaDB"; driver = "lib/libmaodbc${stdenv.hostPlatform.extensions.sharedLibrary}"; }; meta = with lib; { description = "MariaDB ODBC database driver"; homepage = "https://downloads.mariadb.org/connector-odbc/"; license = licenses.gpl2; platforms = platforms.linux ++ platforms.darwin; }; }; mysql = stdenv.mkDerivation rec { pname = "mysql-connector-odbc"; majorVersion = "5.3"; version = "${majorVersion}.6"; src = fetchurl { url = "https://dev.mysql.com/get/Downloads/Connector-ODBC/${majorVersion}/${pname}-${version}-src.tar.gz"; sha256 = "1smi4z49i4zm7cmykjkwlxxzqvn7myngsw5bc35z6gqxmi8c55xr"; }; nativeBuildInputs = [ cmake ]; buildInputs = [ unixODBC mariadb ]; cmakeFlags = [ "-DWITH_UNIXODBC=1" ]; # see the top of the file for an explanation passthru = { fancyName = "MySQL"; driver = "lib/libmyodbc3-3.51.12.so"; }; meta = with lib; { description = "MySQL ODBC database driver"; homepage = "https://dev.mysql.com/downloads/connector/odbc/"; license = licenses.gpl2; platforms = platforms.linux; broken = true; }; }; sqlite = stdenv.mkDerivation rec { pname = "sqlite-connector-odbc"; version = "0.9993"; src = fetchurl { url = "http://www.ch-werner.de/sqliteodbc/sqliteodbc-${version}.tar.gz"; sha256 = "0dgsj28sc7f7aprmdd0n5a1rmcx6pv7170c8dfjl0x1qsjxim6hs"; }; buildInputs = [ unixODBC sqlite zlib libxml2 ]; configureFlags = [ "--with-odbc=${unixODBC}" "--with-sqlite3=${sqlite.dev}" ]; installTargets = [ "install-3" ]; # move libraries to $out/lib where they're expected to be postInstall = '' mkdir -p "$out/lib" mv "$out"/*.* "$out/lib" ''; # see the top of the file for an explanation passthru = { fancyName = "SQLite"; driver = "lib/libsqlite3odbc.so"; }; meta = with lib; { description = "ODBC driver for SQLite"; homepage = "http://www.ch-werner.de/sqliteodbc"; license = licenses.bsd2; platforms = platforms.unix; maintainers = with maintainers; [ vlstill ]; }; }; msodbcsql17 = stdenv.mkDerivation rec { pname = "msodbcsql17"; version = "${versionMajor}.${versionMinor}.${versionAdditional}-1"; versionMajor = "17"; versionMinor = "7"; versionAdditional = "1.1"; src = fetchurl { url = "https://packages.microsoft.com/debian/10/prod/pool/main/m/msodbcsql17/msodbcsql${versionMajor}_${version}_amd64.deb"; sha256 = "0vwirnp56jibm3qf0kmi4jnz1w7xfhnsfr8imr0c9hg6av4sk3a6"; }; nativeBuildInputs = [ dpkg patchelf ]; unpackPhase = "dpkg -x $src ./"; buildPhase = ""; installPhase = '' mkdir -p $out mkdir -p $out/lib cp -r opt/microsoft/msodbcsql${versionMajor}/lib64 opt/microsoft/msodbcsql${versionMajor}/share $out/ ''; postFixup = '' patchelf --set-rpath ${lib.makeLibraryPath [ unixODBC openssl libkrb5 libuuid stdenv.cc.cc ]} \ $out/lib/libmsodbcsql-${versionMajor}.${versionMinor}.so.${versionAdditional} ''; # see the top of the file for an explanation passthru = { fancyName = "ODBC Driver ${versionMajor} for SQL Server"; driver = "lib/libmsodbcsql-${versionMajor}.${versionMinor}.so.${versionAdditional}"; }; meta = with lib; { broken = stdenv.isDarwin; description = "ODBC Driver ${versionMajor} for SQL Server"; homepage = "https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; platforms = platforms.linux; maintainers = with maintainers; [ spencerjanssen ]; }; }; msodbcsql18 = stdenv.mkDerivation(finalAttrs: { pname = "msodbcsql${finalAttrs.versionMajor}"; version = "${finalAttrs.versionMajor}.${finalAttrs.versionMinor}.${finalAttrs.versionAdditional}${finalAttrs.versionSuffix}"; versionMajor = "18"; versionMinor = "1"; versionAdditional = "1.1"; versionSuffix = lib.optionalString stdenv.isLinux "-1"; src = fetchurl { url = { x86_64-linux = "https://packages.microsoft.com/debian/11/prod/pool/main/m/${finalAttrs.pname}/${finalAttrs.pname}_${finalAttrs.version}_amd64.deb"; aarch64-linux = "https://packages.microsoft.com/debian/11/prod/pool/main/m/${finalAttrs.pname}/${finalAttrs.pname}_${finalAttrs.version}_arm64.deb"; x86_64-darwin = "https://download.microsoft.com/download/6/4/0/64006503-51e3-44f0-a6cd-a9b757d0d61b/${finalAttrs.pname}-${finalAttrs.version}-amd64.tar.gz"; aarch64-darwin = "https://download.microsoft.com/download/6/4/0/64006503-51e3-44f0-a6cd-a9b757d0d61b/${finalAttrs.pname}-${finalAttrs.version}-arm64.tar.gz"; }.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}"); hash = { x86_64-linux = "sha256:1f0rmh1aynf1sqmjclbsyh2wz5jby0fixrwz71zp6impxpwvil52"; aarch64-linux = "sha256:0zphnbvkqdbkcv6lvv63p7pyl68h5bs2dy6vv44wm6bi89svms4a"; x86_64-darwin = "sha256:1fn80byn1yihflznxcm9cpj42mpllnz54apnk9n46vzm2ng2lj6d"; aarch64-darwin = "sha256:116xl8r2apr5b48jnq6myj9fwqs88yccw5176yfyzh4534fznj5x"; }.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}"); }; nativeBuildInputs = if stdenv.isDarwin then [ # Fix up the names encoded into the dylib, and make them absolute. fixDarwinDylibNames ] else [ dpkg patchelf ]; unpackPhase = lib.optionalString stdenv.isLinux '' dpkg -x $src ./ ''; installPhase = if stdenv.isDarwin then '' mkdir -p $out tar xf $src --strip-components=1 -C $out '' else '' mkdir -p $out mkdir -p $out/lib cp -r opt/microsoft/msodbcsql${finalAttrs.versionMajor}/lib64 opt/microsoft/msodbcsql${finalAttrs.versionMajor}/share $out/ ''; # Replace the hard-coded paths in the dylib with nixpkgs equivalents. fixupPhase = lib.optionalString stdenv.isDarwin '' ${stdenv.cc.bintools.targetPrefix}install_name_tool \ -change /usr/lib/libiconv.2.dylib ${libiconv}/lib/libiconv.2.dylib \ -change /opt/homebrew/lib/libodbcinst.2.dylib ${unixODBC}/lib/libodbcinst.2.dylib \ $out/${finalAttrs.passthru.driver} ''; postFixup = lib.optionalString stdenv.isLinux '' patchelf --set-rpath ${lib.makeLibraryPath [ unixODBC openssl libkrb5 libuuid stdenv.cc.cc ]} \ $out/${finalAttrs.passthru.driver} ''; # see the top of the file for an explanation passthru = { fancyName = "ODBC Driver ${finalAttrs.versionMajor} for SQL Server"; driver = "lib/libmsodbcsql${if stdenv.isDarwin then ".${finalAttrs.versionMajor}.dylib" else "-${finalAttrs.versionMajor}.${finalAttrs.versionMinor}.so.${finalAttrs.versionAdditional}"}"; }; meta = with lib; { description = finalAttrs.passthru.fancyName; homepage = "https://learn.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-ver16"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; platforms = platforms.unix; license = licenses.unfree; maintainers = with maintainers; [ SamirTalwar ]; }; }); redshift = stdenv.mkDerivation rec { pname = "redshift-odbc"; version = "1.4.49.1000"; src = fetchurl { url = "https://s3.amazonaws.com/redshift-downloads/drivers/odbc/${version}/AmazonRedshiftODBC-64-bit-${version}-1.x86_64.deb"; sha256 = "sha256-r5HvsZjB7+x+ClxtWoONkE1/NAbz90NbHfzxC6tf7jA="; }; nativeBuildInputs = [ dpkg ]; unpackPhase = '' dpkg -x $src src cd src ''; # `unixODBC` is loaded with `dlopen`, so `autoPatchElfHook` cannot see it, and `patchELF` phase would strip the manual patchelf. Thus: # - Manually patchelf with `unixODCB` libraries # - Disable automatic `patchELF` phase installPhase = '' mkdir -p $out/lib cp opt/amazon/redshiftodbc/lib/64/* $out/lib patchelf --set-rpath ${unixODBC}/lib/ $out/lib/libamazonredshiftodbc64.so ''; dontPatchELF = true; buildInputs = [ unixODBC ]; # see the top of the file for an explanation passthru = { fancyName = "Amazon Redshift (x64)"; driver = "lib/libamazonredshiftodbc64.so"; }; meta = with lib; { broken = stdenv.isDarwin; description = "Amazon Redshift ODBC driver"; homepage = "https://docs.aws.amazon.com/redshift/latest/mgmt/configure-odbc-connection.html"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.unfree; platforms = platforms.linux; maintainers = with maintainers; [ sir4ur0n ]; }; }; } [result] Failed to update unixODBCDrivers.msodbcsql17 17.7.1.1-1 -> 17.10.2.1 https://repology.org/project/msodbcsql17/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.movMF, using log file: /var/log/nixpkgs-update/rPackages.movMF/2024-03-05.log rPackages.movMF 0.2-7 -> 0.2-8 https://repology.org/project/r:movmf/versions attrpath: rPackages.movMF Checking auto update branch... No auto update branch exists Old version 0.2-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.movMF 0.2-7 -> 0.2-8 https://repology.org/project/r:movmf/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.Hermes, using log file: /var/log/nixpkgs-update/haskellPackages.Hermes/2024-03-05.log haskellPackages.Hermes 0.0.4 -> 1.3.4.3 https://repology.org/project/haskell:hermes/versions attrpath: haskellPackages.Hermes Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.Hermes 0.0.4 -> 1.3.4.3 https://repology.org/project/haskell:hermes/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fvwm, using log file: /var/log/nixpkgs-update/fvwm/2024-03-05.log fvwm 2.7.0 -> 3-1.0.4 https://repology.org/project/fvwm/versions attrpath: fvwm 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/9mxhh2pnw1sjv1jafvs5xg3d6d210dwi-source.drv building '/nix/store/9mxhh2pnw1sjv1jafvs5xg3d6d210dwi-source.drv'... trying https://github.com/fvwmorg/fvwm/archive/3-1.0.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: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'fvwm.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/9mxhh2pnw1sjv1jafvs5xg3d6d210dwi-source.drv /nix/store/7svj602nnvpxxp3np6vs51m4q5dygplx-fvwm-3-1.0.4.drv building '/nix/store/9mxhh2pnw1sjv1jafvs5xg3d6d210dwi-source.drv'... trying https://github.com/fvwmorg/fvwm/archive/3-1.0.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/9mxhh2pnw1sjv1jafvs5xg3d6d210dwi-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/fvwmorg/fvwm/archive/3-1.0.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/9mxhh2pnw1sjv1jafvs5xg3d6d210dwi-source.drv'. error: 1 dependencies of derivation '/nix/store/7svj602nnvpxxp3np6vs51m4q5dygplx-fvwm-3-1.0.4.drv' failed to build [result] Failed to update fvwm 2.7.0 -> 3-1.0.4 https://repology.org/project/fvwm/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.multi-except, using log file: /var/log/nixpkgs-update/haskellPackages.multi-except/2024-03-05.log haskellPackages.multi-except 0.3.0.0 -> 2.0.0 https://repology.org/project/haskell:multi-except/versions attrpath: haskellPackages.multi-except Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.multi-except 0.3.0.0 -> 2.0.0 https://repology.org/project/haskell:multi-except/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.erd, using log file: /var/log/nixpkgs-update/haskellPackages.erd/2024-03-05.log haskellPackages.erd 0.2.1.0 -> 0.2.2 https://repology.org/project/erd-diagrams/versions attrpath: haskellPackages.erd Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.erd 0.2.1.0 -> 0.2.2 https://repology.org/project/erd-diagrams/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath masterpdfeditor, using log file: /var/log/nixpkgs-update/masterpdfeditor/2024-03-05.log masterpdfeditor 5.9.35 -> 5.9.82 https://repology.org/project/master-pdf-editor/versions attrpath: masterpdfeditor 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/masterpdfeditor/default.nix b/pkgs/applications/misc/masterpdfeditor/default.nix index 192b3dd7c73e..91a5b8a6067c 100644 --- a/pkgs/applications/misc/masterpdfeditor/default.nix +++ b/pkgs/applications/misc/masterpdfeditor/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "masterpdfeditor"; - version = "5.9.35"; + version = "5.9.82"; src = fetchurl { url = "https://code-industry.net/public/master-pdf-editor-${version}-qt5.x86_64.tar.gz"; - sha256 = "sha256-c5DYS0PQemZ8Sql2KjnuMspCLDJzU95rsbuIdoxWDM0="; + sha256 = "sha256-CbrhhQJ0iiXz8hUJEi+/xb2ZGbunuPuIIgmCRgJhNVU="; }; nativeBuildInputs = [ autoPatchelfHook wrapQtAppsHook ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A masterpdfeditor Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . masterpdfeditor Standard output: error: Ă¢Â€Â¦ in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/masterpdfeditor/lib/customisation.nix:268:17: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; Ă¢Â€Â¦ while evaluating the attribute 'handled' at /var/cache/nixpkgs-update/worker/worktree/masterpdfeditor/pkgs/stdenv/generic/check-meta.nix:490:7: 489| # or, alternatively, just output a warning message. 490| handled = | ^ 491| ( (stack trace truncated; use '--show-trace' to show the full trace) error: Package Ă¢Â€Â˜masterpdfeditor-5.9.82Ă¢Â€Â™ in /var/cache/nixpkgs-update/worker/worktree/masterpdfeditor/pkgs/applications/misc/masterpdfeditor/default.nix:40 has an unfree license (Ă¢Â€Â˜unfreeRedistributableĂ¢Â€Â™), 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) [ "masterpdfeditor-5.9.82" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnfree = true; } to ~/.config/nixpkgs/config.nix. [result] Failed to update masterpdfeditor 5.9.35 -> 5.9.82 https://repology.org/project/master-pdf-editor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath karlender, using log file: /var/log/nixpkgs-update/karlender/2024-03-05.log karlender 0.9.2 -> 0.10.1 https://repology.org/project/karlender/versions attrpath: karlender Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-lGxVb+a+8qlP7xbeRhMdYrdPBqmtGo/ulytfF0kdNuU= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A karlender nix build failed. got build log for 'karlender' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/ak85wb9j6lsr1r2a55lfnw39dpx0shhl-source source root is source Executing cargoSetupPostUnpackHook unpacking source archive /nix/store/7xpgghjag10mbv6gspcvlrxnj0vr75d2-karlender-0.10.1-vendor.tar.gz Finished cargoSetupPostUnpackHook @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'src/domain/time.rs') substitute(): ERROR: file 'build.rs' does not exist /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update karlender 0.9.2 -> 0.10.1 https://repology.org/project/karlender/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath eclipse-mat, using log file: /var/log/nixpkgs-update/eclipse-mat/2024-03-05.log eclipse-mat 1.14.0.20230315 -> 1.15.0.20231206 https://repology.org/project/eclipse-mat/versions attrpath: eclipse-mat Checking auto update branch... An auto update branch exists with message `eclipse-mat: 1.14.0.20230315 -> 1.15.0.20231206`. New version is 1.15.0.20231206. An auto update branch exists with an equal or greater version [result] Failed to update eclipse-mat 1.14.0.20230315 -> 1.15.0.20231206 https://repology.org/project/eclipse-mat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath latencytop, using log file: /var/log/nixpkgs-update/latencytop/2024-03-05.log latencytop 0.5 -> 0.5.0.0.1 https://repology.org/project/latencytop/versions attrpath: latencytop 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/latencytop/default.nix b/pkgs/os-specific/linux/latencytop/default.nix index a48abf85831f..9b411eb1979f 100644 --- a/pkgs/os-specific/linux/latencytop/default.nix +++ b/pkgs/os-specific/linux/latencytop/default.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "latencytop"; - version = "0.5"; + version = "0.5.0.0.1"; postPatch = '' sed -i s,/usr,$out, Makefile @@ -15,8 +15,8 @@ stdenv.mkDerivation rec { src = fetchurl { urls = [ "http://latencytop.org/download/latencytop-${version}.tar.gz" - "http://dbg.download.sourcemage.org/mirror/latencytop-0.5.tar.gz" ]; - sha256 = "1vq3j9zdab6njly2wp900b3d5244mnxfm88j2bkiinbvxbxp4zwy"; + "http://dbg.download.sourcemage.org/mirror/latencytop-0.5.0.0.1.tar.gz" ]; + sha256 = "sha256-hIHEUbWau/RvrN/LnKf3UIS+/FsnvQueO8PpKKnpFHc="; }; nativeBuildInputs = [ pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A latencytop nix build failed. got build log for 'latencytop' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/0zygcc9iskc71y3hbjg3hxlqcc6b3xhp-latencytop-0.5.0.0.1.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now do not know how to unpack source archive /nix/store/0zygcc9iskc71y3hbjg3hxlqcc6b3xhp-latencytop-0.5.0.0.1.tar.gz [result] Failed to update latencytop 0.5 -> 0.5.0.0.1 https://repology.org/project/latencytop/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath runningx, using log file: /var/log/nixpkgs-update/runningx/2024-03-05.log runningx 1.0 -> 20101203 https://repology.org/project/runningx/versions attrpath: runningx 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/X11/runningx/default.nix b/pkgs/tools/X11/runningx/default.nix index bc7e6f395703..f669979ea930 100644 --- a/pkgs/tools/X11/runningx/default.nix +++ b/pkgs/tools/X11/runningx/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation { pname = "runningx"; - version = "1.0"; + version = "20101203"; src = fetchurl { url = "http://www.fiction.net/blong/programs/mutt/autoview/RunningX.c"; - sha256 = "1mikkhrx6jsx716041qdy3nwjac08pxxvxyq2yablm8zg9hrip0d"; + sha256 = "sha256-DdyYYXofVbqUF9j33ftFgCnJ7fANBwJMOF1L0zOcM9Y="; }; nativeBuildInputs = [ pkg-config ]; Source url did not change. [result] Failed to update runningx 1.0 -> 20101203 https://repology.org/project/runningx/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bctoolbox, using log file: /var/log/nixpkgs-update/bctoolbox/2024-03-05.log bctoolbox 5.2.109 -> 5.3.24 https://repology.org/project/bctoolbox/versions attrpath: bctoolbox 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/bctoolbox/default.nix b/pkgs/development/libraries/bctoolbox/default.nix index e473fa97a0ea..c759001f086c 100644 --- a/pkgs/development/libraries/bctoolbox/default.nix +++ b/pkgs/development/libraries/bctoolbox/default.nix @@ -9,7 +9,7 @@ stdenv.mkDerivation rec { pname = "bctoolbox"; - version = "5.2.109"; + version = "5.3.24"; nativeBuildInputs = [ cmake @@ -30,7 +30,7 @@ stdenv.mkDerivation rec { group = "BC"; repo = pname; rev = version; - hash = "sha256-OwwSGzMFwR2ajUUgAy7ea/Q2pWxn3DO72W7ukcjBJnU="; + hash = "sha256-zldxtzaSLzEeWGTKoYxCAmCHLDNv/PWaEE2Ttk5NKNY="; }; # Do not build static libraries [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A bctoolbox nix build failed. -- 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 /nix/store/g0kq0adpgdz8bj7yqhm20dy4lkgpmbzw-bctoolbox-5.3.24/lib -- MBEDTLS Enabled -- Looking for mbedtls_ssl_init -- Looking for mbedtls_ssl_init - found -- Looking for mbedtls_ssl_conf_dtls_srtp_protection_profiles -- Looking for mbedtls_ssl_conf_dtls_srtp_protection_profiles - not found -- Found MbedTLS: mbedtls -- Using mbedTLS v2 -- Using Decaf -- DTLS SRTP not available CMake Error at cmake/FindBCUnit.cmake:77 (find_package): Could not find a package configuration file provided by "BCUnit" (requested version 3.0.2) with any of the following names: BCUnitConfig.cmake bcunit-config.cmake Add the installation prefix of "BCUnit" to CMAKE_PREFIX_PATH or set "BCUnit_DIR" to a directory containing one of the above files. If "BCUnit" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): CMakeLists.txt:94 (find_package)  -- Configuring incomplete, errors occurred! [result] Failed to update bctoolbox 5.2.109 -> 5.3.24 https://repology.org/project/bctoolbox/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ecos, using log file: /var/log/nixpkgs-update/ecos/2024-03-05.log ecos 2.0.7 -> 2.0.10 https://repology.org/project/ecos/versions attrpath: ecos 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/2d1d1yyhzxsbxy84ffzw0cr57wk2zz5v-source.drv building '/nix/store/2d1d1yyhzxsbxy84ffzw0cr57wk2zz5v-source.drv'... trying https://github.com/embotech/ecos/archive/2.0.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 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'ecos.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/2d1d1yyhzxsbxy84ffzw0cr57wk2zz5v-source.drv /nix/store/hwhfsd4r1gb5x3wfiikn19jqrh438zx4-ecos-2.0.10.drv building '/nix/store/2d1d1yyhzxsbxy84ffzw0cr57wk2zz5v-source.drv'... trying https://github.com/embotech/ecos/archive/2.0.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 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/2d1d1yyhzxsbxy84ffzw0cr57wk2zz5v-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/embotech/ecos/archive/2.0.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 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/2d1d1yyhzxsbxy84ffzw0cr57wk2zz5v-source.drv'. error: 1 dependencies of derivation '/nix/store/hwhfsd4r1gb5x3wfiikn19jqrh438zx4-ecos-2.0.10.drv' failed to build [result] Failed to update ecos 2.0.7 -> 2.0.10 https://repology.org/project/ecos/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.hashids, using log file: /var/log/nixpkgs-update/haskellPackages.hashids/2024-03-05.log haskellPackages.hashids 1.1.0.1 -> 1.1.1.0 https://repology.org/project/haskell:hashids/versions attrpath: haskellPackages.hashids Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hashids 1.1.0.1 -> 1.1.1.0 https://repology.org/project/haskell:hashids/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libdovi, using log file: /var/log/nixpkgs-update/libdovi/2024-03-05.log libdovi 3.1.2 -> 3.2.0 https://repology.org/project/libdovi/versions attrpath: libdovi Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - libdovi: 3.1.2 -> 3.2.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/267326" [result] Failed to update libdovi 3.1.2 -> 3.2.0 https://repology.org/project/libdovi/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath logmein-hamachi, using log file: /var/log/nixpkgs-update/logmein-hamachi/2024-03-05.log logmein-hamachi 2.1.0.203 -> 2.1.827 https://repology.org/project/logmein-hamachi/versions attrpath: logmein-hamachi 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/jpl7vjld6c4641lfbn8qpd2j3z1xqlv6-logmein-hamachi-2.1.827-x64.tgz.drv building '/nix/store/jpl7vjld6c4641lfbn8qpd2j3z1xqlv6-logmein-hamachi-2.1.827-x64.tgz.drv'... trying https://vpn.net/installers/logmein-hamachi-2.1.827-x64.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 1245 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download logmein-hamachi-2.1.827-x64.tgz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'logmein-hamachi.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/jpl7vjld6c4641lfbn8qpd2j3z1xqlv6-logmein-hamachi-2.1.827-x64.tgz.drv /nix/store/zmzfc2yzx9n18ry4hcfmmmx6spk2y6gw-logmein-hamachi-2.1.827.drv building '/nix/store/jpl7vjld6c4641lfbn8qpd2j3z1xqlv6-logmein-hamachi-2.1.827-x64.tgz.drv'... trying https://vpn.net/installers/logmein-hamachi-2.1.827-x64.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 1245 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download logmein-hamachi-2.1.827-x64.tgz from any mirror error: builder for '/nix/store/jpl7vjld6c4641lfbn8qpd2j3z1xqlv6-logmein-hamachi-2.1.827-x64.tgz.drv' failed with exit code 1; last 7 log lines: > > trying https://vpn.net/installers/logmein-hamachi-2.1.827-x64.tgz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 1245 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download logmein-hamachi-2.1.827-x64.tgz from any mirror For full logs, run 'nix log /nix/store/jpl7vjld6c4641lfbn8qpd2j3z1xqlv6-logmein-hamachi-2.1.827-x64.tgz.drv'. error: 1 dependencies of derivation '/nix/store/zmzfc2yzx9n18ry4hcfmmmx6spk2y6gw-logmein-hamachi-2.1.827.drv' failed to build [result] Failed to update logmein-hamachi 2.1.0.203 -> 2.1.827 https://repology.org/project/logmein-hamachi/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.journalctl-stream, using log file: /var/log/nixpkgs-update/haskellPackages.journalctl-stream/2024-03-05.log haskellPackages.journalctl-stream 0.6.0.5 -> 0.6.0.6 https://repology.org/project/haskell:journalctl-stream/versions attrpath: haskellPackages.journalctl-stream Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.journalctl-stream 0.6.0.5 -> 0.6.0.6 https://repology.org/project/haskell:journalctl-stream/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xorg.luit, using log file: /var/log/nixpkgs-update/xorg.luit/2024-03-05.log xorg.luit 2.0-20230201 -> 2.0-20240102 https://repology.org/project/luit-xterm/versions attrpath: xorg.luit Checking auto update branch... No auto update branch exists Old version 2.0-20230201" not present in master derivation file with contents: # THIS IS A GENERATED FILE. DO NOT EDIT! { lib, pixman }: self: with self; { inherit pixman; # THIS IS A GENERATED FILE. DO NOT EDIT! appres = callPackage ({ stdenv, pkg-config, fetchurl, libX11, xorgproto, libXt, testers }: stdenv.mkDerivation (finalAttrs: { pname = "appres"; version = "1.0.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/appres-1.0.6.tar.xz"; sha256 = "02sr4f1bm3y1w24gsvjfzvbpac1kgkq27v1s68q87bd1l3i5f8lb"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 xorgproto libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! bdftopcf = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "bdftopcf"; version = "1.1.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/util/bdftopcf-1.1.1.tar.xz"; sha256 = "026rzs92h9jsc7r0kvvyvwhm22q0805gp38rs14x6ghg7kam7j8i"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! bitmap = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXaw, xbitmaps, libXmu, xorgproto, libXt, wrapWithXFileSearchPathHook, testers }: stdenv.mkDerivation (finalAttrs: { pname = "bitmap"; version = "1.1.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/bitmap-1.1.1.tar.xz"; sha256 = "1ri66kxa9m6s3xw25mz85k34qhjyksa4kbs4jfrri0g47yv2xm33"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config wrapWithXFileSearchPathHook ]; buildInputs = [ libX11 libXaw xbitmaps libXmu xorgproto libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! editres = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXaw, libXmu, xorgproto, libXt, wrapWithXFileSearchPathHook, testers }: stdenv.mkDerivation (finalAttrs: { pname = "editres"; version = "1.0.8"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/editres-1.0.8.tar.xz"; sha256 = "1ydn32x9qh2zkn90w6nfv33gcq75z67w93bakkykadl8n7zmvkw3"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config wrapWithXFileSearchPathHook ]; buildInputs = [ libX11 libXaw libXmu xorgproto libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! encodings = callPackage ({ stdenv, pkg-config, fetchurl, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "encodings"; version = "1.0.7"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/encodings-1.0.7.tar.xz"; sha256 = "193hxaygxy2msmf8cyps8jdi0kxga84hj47qv7diqlhn7gsajf9s"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config mkfontscale ]; buildInputs = [ ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontadobe100dpi = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-adobe-100dpi"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-adobe-100dpi-1.0.4.tar.xz"; sha256 = "1kwwbaiqnfm3pcysy9gw0g9xhpgmhjcd6clp7zajhqq5br2gyymn"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf fontutil mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontadobe75dpi = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-adobe-75dpi"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-adobe-75dpi-1.0.4.tar.xz"; sha256 = "04drk4wi176524lxjwfrnkr3dwz1hysabqfajpj6klfypqnsd08j"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf fontutil mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontadobeutopia100dpi = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-adobe-utopia-100dpi"; version = "1.0.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-adobe-utopia-100dpi-1.0.5.tar.xz"; sha256 = "0jq27gs5xpwkghggply5pr215lmamrnpr6x5iia76schg8lyr17v"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf fontutil mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontadobeutopia75dpi = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-adobe-utopia-75dpi"; version = "1.0.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-adobe-utopia-75dpi-1.0.5.tar.xz"; sha256 = "0q3pg4imdbwwiq2g8a1rypjrgmb33n0r5j9qqnh4ywnh69cj89m7"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf fontutil mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontadobeutopiatype1 = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-adobe-utopia-type1"; version = "1.0.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-adobe-utopia-type1-1.0.5.tar.xz"; sha256 = "15snyyy3rk75fikz1hs80nybxai1aynybl0gw32hffv98yy81cjc"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontalias = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-alias"; version = "1.0.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-alias-1.0.5.tar.xz"; sha256 = "0vkb5mybc0fjfq29lgf5w1b536bwifzkyj8ad9iy7q3kpcby52cz"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontarabicmisc = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-arabic-misc"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-arabic-misc-1.0.4.tar.xz"; sha256 = "0rrlcqbyx9y7hnhbkjir8rs6jkfqyalj1zvhr8niv2n7a8dydzs6"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontbh100dpi = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-bh-100dpi"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-bh-100dpi-1.0.4.tar.xz"; sha256 = "07mb9781c9yxzp3ifw317v4fbnmg9qyqv0244zfspylihkz5x3zx"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf fontutil mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontbh75dpi = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-bh-75dpi"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-bh-75dpi-1.0.4.tar.xz"; sha256 = "1nkwkqdl946xc4xknhi1pnxdww6rxrv013c7nk5x6ganfg0dh9k0"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf fontutil mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontbhlucidatypewriter100dpi = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-bh-lucidatypewriter-100dpi"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-bh-lucidatypewriter-100dpi-1.0.4.tar.xz"; sha256 = "1wp87pijbydkpcmawsyas7vwhad2xg1mkkwigga2jjh9lknhkv3n"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf fontutil mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontbhlucidatypewriter75dpi = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-bh-lucidatypewriter-75dpi"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-bh-lucidatypewriter-75dpi-1.0.4.tar.xz"; sha256 = "1xg86mb9qigf5v0wx0q2shn8qaabsapamj627xllzw31mhwjqkl6"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf fontutil mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontbhttf = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-bh-ttf"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-bh-ttf-1.0.4.tar.xz"; sha256 = "0misxkpjc2bir20m01z355sfk3lbpjnshphjzl32p364006zk9c5"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontbhtype1 = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-bh-type1"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-bh-type1-1.0.4.tar.xz"; sha256 = "19kjdm0cx766yj9vwkyv7gyg1q4bjag5g500s7nnppmb0vnc7phr"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontbitstream100dpi = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-bitstream-100dpi"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-bitstream-100dpi-1.0.4.tar.xz"; sha256 = "19y1j1v65890x8yn6a47jqljfax3ihfrd25xbzgypxz4xy1cc71d"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontbitstream75dpi = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-bitstream-75dpi"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-bitstream-75dpi-1.0.4.tar.xz"; sha256 = "09pq7dvyyxj6kvps1dm3qr15pjwh9iq9118fryqc5a94fkc39sxa"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontbitstreamspeedo = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-bitstream-speedo"; version = "1.0.2"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-bitstream-speedo-1.0.2.tar.gz"; sha256 = "0wmy58cd3k7w2j4v20icnfs8z3b61qj3vqdx958z18w00h9mzsmf"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontbitstreamtype1 = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-bitstream-type1"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-bitstream-type1-1.0.4.tar.xz"; sha256 = "0a669193ivi2lxk3v692kq1pqavaswlpi9hbi8ib8bfp9j5j6byy"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontcronyxcyrillic = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-cronyx-cyrillic"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-cronyx-cyrillic-1.0.4.tar.xz"; sha256 = "12dpsvif85z1m6jvq9g91lmzj0rll5rh3871mbvdpzyb1p7821yw"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontcursormisc = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-cursor-misc"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-cursor-misc-1.0.4.tar.xz"; sha256 = "10prshcmmm5ccczyq7yaadz92k23ls9rjl10hjh8rjqka1cwkn95"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontdaewoomisc = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-daewoo-misc"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-daewoo-misc-1.0.4.tar.xz"; sha256 = "0cagg963v94paq1l9l7g5kyv7df8q31b4zcbhv5rh07kr0yqng7n"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontdecmisc = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-dec-misc"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-dec-misc-1.0.4.tar.xz"; sha256 = "1xqs2qg21h5xg519810hw4bvykjdpf0xgk0xwp0bxy4g3lh6inc2"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontibmtype1 = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-ibm-type1"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-ibm-type1-1.0.4.tar.xz"; sha256 = "0zyfc0mxkzlrbpdn16rj25abf2hcqb592zkks550rm26paamwff4"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontisasmisc = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-isas-misc"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-isas-misc-1.0.4.tar.xz"; sha256 = "1z1qqi64hbp297f6ryiswa4ikfn7mcwnb8nadyglni6swsxrbra7"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontjismisc = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-jis-misc"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-jis-misc-1.0.4.tar.xz"; sha256 = "1l7spyq93rhydsdnsh46alcfbn2irz664vd209lamxviqkvfzlbq"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontmicromisc = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-micro-misc"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-micro-misc-1.0.4.tar.xz"; sha256 = "0hzryqyml0bzzw91vqdmzdlb7dm18jmyz0mxy6plks3sppbbkq1f"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontmisccyrillic = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-misc-cyrillic"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-misc-cyrillic-1.0.4.tar.xz"; sha256 = "14z9x174fidjn65clkd2y1l6pxspmvphizap9a8h2h06adzil0kn"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontmiscethiopic = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-misc-ethiopic"; version = "1.0.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-misc-ethiopic-1.0.5.tar.xz"; sha256 = "04mnd620s9wkdid9wnf181yh5vf0n7l096nc3z4zdvm1w7kafja7"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontmiscmeltho = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-misc-meltho"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-misc-meltho-1.0.4.tar.xz"; sha256 = "06ajsqjd20zsk9a44bl5i1mv1r9snil6l2947hk8z2bqf30mxgk3"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontmiscmisc = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-misc-misc"; version = "1.1.3"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-misc-misc-1.1.3.tar.xz"; sha256 = "1vcgc6lbc53fqaz8alhxcb6f231hhvj9hn2nkzg1mclbymhy7avr"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf fontutil mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontmuttmisc = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-mutt-misc"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-mutt-misc-1.0.4.tar.xz"; sha256 = "095vd33kqd157j6xi4sjxwdsjpwpgqliifa8nkybq8rcw7s5j8xi"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontschumachermisc = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-schumacher-misc"; version = "1.1.3"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-schumacher-misc-1.1.3.tar.xz"; sha256 = "0w40lr214n39al449fnm4k1bpyj3fjrhz2yxqd6a6m8yvc69z14b"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf fontutil mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontscreencyrillic = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-screen-cyrillic"; version = "1.0.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-screen-cyrillic-1.0.5.tar.xz"; sha256 = "1h75zn1rp7bdv6av4cnrajpaq6fkd7dx1lc7aijpw32qrnw8nxcg"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontsonymisc = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-sony-misc"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-sony-misc-1.0.4.tar.xz"; sha256 = "0swlhjmmagrfkip4i9yq7cr56hains1j41mjs05nxc6c7y19zc76"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontsunmisc = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-sun-misc"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-sun-misc-1.0.4.tar.xz"; sha256 = "17yvhk1hlajm3q57r09q8830zz7cnckrg8hgzajgyyljdl8xv16x"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fonttosfnt = callPackage ({ stdenv, pkg-config, fetchurl, libfontenc, freetype, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "fonttosfnt"; version = "1.2.3"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/fonttosfnt-1.2.3.tar.xz"; sha256 = "1bv1glfz4jqvkwx8hmv2vqilvxxl6jww3rvbzv6zbl6b83r96yma"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libfontenc freetype xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontutil = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-util"; version = "1.4.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-util-1.4.1.tar.xz"; sha256 = "15fcd3rzlgm51fwgfapg6vzyd1kkd28rj149xq7iajqr7h9697sw"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "fontutil" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontwinitzkicyrillic = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-winitzki-cyrillic"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-winitzki-cyrillic-1.0.4.tar.xz"; sha256 = "1a4pz8f7hz6nn9xirz2k1j81ykl3lwrpi1ydmzipciy15l984v9v"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config bdftopcf mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! fontxfree86type1 = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: { pname = "font-xfree86-type1"; version = "1.0.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/font/font-xfree86-type1-1.0.5.tar.xz"; sha256 = "0ds8xbgxy9h0bqn2p38vylfzn8cqkp7n51kwmw1c18ayi9w2qg59"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config mkfontscale ]; buildInputs = [ fontutil ]; configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' ''; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! gccmakedep = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: { pname = "gccmakedep"; version = "1.0.3"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/util/gccmakedep-1.0.3.tar.bz2"; sha256 = "1r1fpy5ni8chbgx7j5sz0008fpb6vbazpy1nifgdhgijyzqxqxdj"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! iceauth = callPackage ({ stdenv, pkg-config, fetchurl, libICE, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "iceauth"; version = "1.0.9"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/iceauth-1.0.9.tar.xz"; sha256 = "01cc816fvdkkfcnqnyvgcshcip2jzjivwa8hzdvsz0snak5xzf9c"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libICE xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! ico = callPackage ({ stdenv, pkg-config, fetchurl, libX11, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "ico"; version = "1.0.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/ico-1.0.6.tar.xz"; sha256 = "01a4kykayckxzi4jzggaz3wh9qjcr6f4iykhvq7jhlz767a6kwrq"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! imake = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "imake"; version = "1.0.10"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/util/imake-1.0.10.tar.xz"; sha256 = "1xgcsamfij22ggc4p8anvvihwyf4adg6gjdd6v7m9cypm37cppkm"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libAppleWM = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXext, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libAppleWM"; version = "1.4.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libAppleWM-1.4.1.tar.bz2"; sha256 = "0r8x28n45q89x91mz8mv0zkkcxi8wazkac886fyvflhiv2y8ap2y"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 libXext ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "applewm" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libFS = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, xtrans, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libFS"; version = "1.0.9"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libFS-1.0.9.tar.xz"; sha256 = "12i0zh1v5zlba617nam8sjhfqi68qqnl7z5hsz3wqhijid1pjwsr"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto xtrans ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "libfs" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libICE = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, xtrans, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libICE"; version = "1.1.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libICE-1.1.1.tar.xz"; sha256 = "0lg4sddalwmmzsnxv3fgdm2hzqp66j8b3syc0ancfhi9yzx7mrq3"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto xtrans ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "ice" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libSM = callPackage ({ stdenv, pkg-config, fetchurl, libICE, libuuid, xorgproto, xtrans, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libSM"; version = "1.2.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libSM-1.2.4.tar.xz"; sha256 = "113vx53k6pyxf84v5kqb7qhcldx1fi78lym77lcb2xhj9lgfbjzx"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libICE libuuid xorgproto xtrans ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "sm" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libWindowsWM = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXext, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libWindowsWM"; version = "1.0.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libWindowsWM-1.0.1.tar.bz2"; sha256 = "1p0flwb67xawyv6yhri9w17m1i4lji5qnd0gq8v1vsfb8zw7rw15"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 libXext ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "windowswm" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libX11 = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpthreadstubs, libxcb, xtrans, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libX11"; version = "1.8.7"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libX11-1.8.7.tar.xz"; sha256 = "1vlrgrdibp4lr84wgmsdy1ihzaai8bvvqc68npi1m19wir36gwh5"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpthreadstubs libxcb xtrans ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "x11" "x11-xcb" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXScrnSaver = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXext, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXScrnSaver"; version = "1.2.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXScrnSaver-1.2.4.tar.xz"; sha256 = "1zi0r6mqa1g0hhsp02cdsjcxmsbipiv0v65c1h4pl84fydcjikbm"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 libXext ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xscrnsaver" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXTrap = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXext, libXt, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXTrap"; version = "1.0.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXTrap-1.0.1.tar.bz2"; sha256 = "0bi5wxj6avim61yidh9fd3j4n8czxias5m8vss9vhxjnk1aksdwg"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 libXext libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xtrap" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXau = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXau"; version = "1.0.11"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXau-1.0.11.tar.xz"; sha256 = "1sxv56rql3vsb14za0hgr07mipgvvcw48910srmky32pyn135ypk"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xau" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXaw = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXext, xorgproto, libXmu, libXpm, libXt, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXaw"; version = "1.0.15"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXaw-1.0.15.tar.xz"; sha256 = "0jkm2ards3nj08y7185k9jvjhhx78r46abrl3g3jrc4zvq7zfddb"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libXext xorgproto libXmu libXpm libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xaw6" "xaw7" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXcomposite = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXfixes, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXcomposite"; version = "0.4.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXcomposite-0.4.6.tar.xz"; sha256 = "11rcvk380l5540gfqy9p8mbzw3l1p5g8l214p870f28smvqbqh7y"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 libXfixes ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xcomposite" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXcursor = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXfixes, libXrender, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXcursor"; version = "1.2.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXcursor-1.2.1.tar.xz"; sha256 = "011195an3w4xld3x0dr534kar1xjf52q96hmf0hgvfhh2rrl7ha6"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 libXfixes libXrender ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xcursor" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXdamage = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXfixes, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXdamage"; version = "1.1.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXdamage-1.1.6.tar.xz"; sha256 = "04axzdx75w0wcb4na7lfpa0ai0fddw60dmg7cigs7z32a8gkqwsj"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 libXfixes ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xdamage" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXdmcp = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXdmcp"; version = "1.1.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXdmcp-1.1.4.tar.xz"; sha256 = "005dsry6nfqrv32i7gbqn7mxnb2m3pc8fz9lxj2b9w7q2z1mrkid"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xdmcp" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXext = callPackage ({ stdenv, pkg-config, fetchurl, libX11, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXext"; version = "1.3.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXext-1.3.6.tar.xz"; sha256 = "0lwpx0b7lid47pff6dagp5h63bi0b3gsy05lqpyhbr4l76i9zdgd"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xext" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXfixes = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXfixes"; version = "6.0.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXfixes-6.0.1.tar.xz"; sha256 = "0n1dq2mi60i0c06i7j6lq64cq335ir2l89yj0amj3529s8ygk5dn"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xfixes" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXfont = callPackage ({ stdenv, pkg-config, fetchurl, libfontenc, xorgproto, freetype, xtrans, zlib, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXfont"; version = "1.5.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXfont-1.5.4.tar.bz2"; sha256 = "0hiji1bvpl78aj3a3141hkk353aich71wv8l5l2z51scfy878zqs"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libfontenc xorgproto freetype xtrans zlib ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xfont" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXfont2 = callPackage ({ stdenv, pkg-config, fetchurl, libfontenc, xorgproto, freetype, xtrans, zlib, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXfont2"; version = "2.0.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXfont2-2.0.6.tar.xz"; sha256 = "1x5f4w6f94dq9hfcd11xzzjqbz30yn2hdrnmv1b3zyxhgq0j1jkl"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libfontenc xorgproto freetype xtrans zlib ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xfont2" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXft = callPackage ({ stdenv, pkg-config, fetchurl, fontconfig, freetype, libX11, xorgproto, libXrender, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXft"; version = "2.3.8"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXft-2.3.8.tar.xz"; sha256 = "0jfxqsqhjl2b2ll6b7x21mj02hxp5znkhjvbxw5a9h6lq95kr32y"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ fontconfig freetype libX11 xorgproto libXrender ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xft" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXi = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXext, libXfixes, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXi"; version = "1.8.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXi-1.8.1.tar.xz"; sha256 = "19snjrsdib2y2iq8c1zbrp78qy1b6sdmyvif422gg27j2klc1gw9"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 libXext libXfixes ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xi" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXinerama = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXext, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXinerama"; version = "1.1.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXinerama-1.1.5.tar.xz"; sha256 = "0p08q8q1wg0sixhizl2l1i935bk6x3ckj3bdd6qqr0n1zkqd352h"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libXext xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xinerama" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXmu = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXext, xorgproto, libXt, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXmu"; version = "1.1.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXmu-1.1.4.tar.xz"; sha256 = "0i42fng5gizablqziib25ipcwm5830jprl955ibq54rykjmy6391"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libXext xorgproto libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xmu" "xmuu" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXp = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXau, libXext, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXp"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXp-1.0.4.tar.xz"; sha256 = "197iklxwyd4naryc6mzv0g5qi1dy1apxk9w9k3yshd1ax2wf668z"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 libXau libXext ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xp" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXpm = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXext, xorgproto, libXt, gettext, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXpm"; version = "3.5.17"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXpm-3.5.17.tar.xz"; sha256 = "0hvf49qy55gwldpwpw7ihcmn5i2iinpjh2rbha63hzcy060izcv4"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config gettext ]; buildInputs = [ libX11 libXext xorgproto libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xpm" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXpresent = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXext, libXfixes, libXrandr, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXpresent"; version = "1.0.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXpresent-1.0.1.tar.xz"; sha256 = "06r34v7z3jb0x7l5ghlc1g82gjjp5ilq5p6j11galv86bagdyr5r"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 libXext libXfixes libXrandr ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xpresent" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXrandr = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXext, libXrender, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXrandr"; version = "1.5.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXrandr-1.5.4.tar.xz"; sha256 = "1lxlqd9ffjr1myfpyk91594n1h07ck6121m6ba8qajjz6xjv1m8s"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 libXext libXrender ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xrandr" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXrender = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXrender"; version = "0.9.11"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXrender-0.9.11.tar.xz"; sha256 = "096whakny5h16nlwz80z0l2nxigpsarl35mm5xqgzlc37ad7alxw"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xrender" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXres = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXext, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXres"; version = "1.2.2"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXres-1.2.2.tar.xz"; sha256 = "0pvlzahqd8fcyq10wi7ipbxvgrg93hn0vqsymhw7b6sb93rlcx4s"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 libXext ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xres" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXt = callPackage ({ stdenv, pkg-config, fetchurl, libICE, xorgproto, libSM, libX11, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXt"; version = "1.3.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXt-1.3.0.tar.xz"; sha256 = "14dz66rp66ar2a5q0fbsnlcqkbd34801pzdxj3f0hzc2vcy0p0jj"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libICE xorgproto libSM libX11 ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xt" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXtst = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXext, libXi, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXtst"; version = "1.2.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXtst-1.2.4.tar.xz"; sha256 = "1j1kr90b7vmpqniqd0pd786kn5924q799c5m2kpgzd2lj85z7xc4"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 libXext libXi ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xtst" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXv = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXext, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXv"; version = "1.0.12"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXv-1.0.12.tar.xz"; sha256 = "0j1qqrhbhdi3kqz0am5i1lhs31ql9pbc14z41w0a5xw9yq4zmxxa"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 libXext ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xv" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXvMC = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXext, libXv, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXvMC"; version = "1.0.14"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXvMC-1.0.14.tar.xz"; sha256 = "1nayf8qck0b1xb88dirdbvj7clr18wq1dxs73zwbpzdsnsv9xgp4"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 libXext libXv ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xvmc" "xvmc-wrapper" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXxf86dga = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXext, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXxf86dga"; version = "1.1.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXxf86dga-1.1.6.tar.xz"; sha256 = "03wqsxbgyrdbrhw8fk3fxc9nk8jnwz5537ym2yif73w0g5sl4i5y"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libXext xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xxf86dga" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXxf86misc = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXext, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXxf86misc"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXxf86misc-1.0.4.tar.bz2"; sha256 = "107k593sx27vjz3v7gbb223add9i7w0bjc90gbb3jqpin3i07758"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libXext xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xxf86misc" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libXxf86vm = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXext, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libXxf86vm"; version = "1.1.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libXxf86vm-1.1.5.tar.xz"; sha256 = "1rw8z01vgfc4wvf0q75sgnj6n04dkrw1w7z455qydrz0nd4fyzr4"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libXext xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xxf86vm" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libdmx = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXext, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libdmx"; version = "1.1.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libdmx-1.1.5.tar.xz"; sha256 = "0kzprd1ak3m3042m5hra50nsagswciis9p21ckilyaqbidmf591m"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 libXext ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "dmx" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libfontenc = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, zlib, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libfontenc"; version = "1.1.7"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libfontenc-1.1.7.tar.xz"; sha256 = "1hpy7kvppzy36fl8gbnzbv0cvglpdqk9jpdgvcfma1pfza8nkly0"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto zlib ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "fontenc" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libpciaccess = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libpciaccess"; version = "0.18"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libpciaccess-0.18.tar.xz"; sha256 = "1ab2qbksf15jrpzd6x9ncri64d2bnhlw7aajdws58lj9gljv0qal"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "pciaccess" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libpthreadstubs = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libpthread-stubs"; version = "0.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/xcb/libpthread-stubs-0.5.tar.xz"; sha256 = "1g224hyy694jch54357zc895z46r90xs193hg4m7rfnfxinmdnjr"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "pthread-stubs" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libxcb = callPackage ({ stdenv, pkg-config, fetchurl, libxslt, libpthreadstubs, libXau, xcbproto, libXdmcp, python3, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libxcb"; version = "1.16"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libxcb-1.16.tar.xz"; sha256 = "0w8xf6ff6axvla734lfb2291hrjrqqhn6mqabvdrdwgvl1m5cj23"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config python3 ]; buildInputs = [ libxslt libpthreadstubs libXau xcbproto libXdmcp ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xcb" "xcb-composite" "xcb-damage" "xcb-dbe" "xcb-dpms" "xcb-dri2" "xcb-dri3" "xcb-ge" "xcb-glx" "xcb-present" "xcb-randr" "xcb-record" "xcb-render" "xcb-res" "xcb-screensaver" "xcb-shape" "xcb-shm" "xcb-sync" "xcb-xevie" "xcb-xf86dri" "xcb-xfixes" "xcb-xinerama" "xcb-xinput" "xcb-xkb" "xcb-xprint" "xcb-xselinux" "xcb-xtest" "xcb-xv" "xcb-xvmc" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libxcvt = callPackage ({ stdenv, pkg-config, fetchurl, meson, ninja, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libxcvt"; version = "0.1.2"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libxcvt-0.1.2.tar.xz"; sha256 = "0f6vf47lay9y288n8yg9ckjgz5ypn2hnp03ipp7javkr8h2njq85"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config meson ninja ]; buildInputs = [ ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libxkbfile = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libxkbfile"; version = "1.1.3"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libxkbfile-1.1.3.tar.xz"; sha256 = "1v2bhw1q1cj3wjfs0igq393iz10whcavbyxlm3k9xfvsk7m3xdm9"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xkbfile" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! libxshmfence = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "libxshmfence"; version = "1.3.2"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/libxshmfence-1.3.2.tar.xz"; sha256 = "0vv0c7rjf6nd1afbal4c4ralallarak1v3ss3gcjdca0pibz43c7"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xshmfence" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! listres = callPackage ({ stdenv, pkg-config, fetchurl, libXaw, libXmu, xorgproto, libXt, testers }: stdenv.mkDerivation (finalAttrs: { pname = "listres"; version = "1.0.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/listres-1.0.5.tar.xz"; sha256 = "17fwfjh0xrvg7jj4h32pa8ns4hq4r11z61kh2xsqvsyjwyxh0anf"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libXaw libXmu xorgproto libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! lndir = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "lndir"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/util/lndir-1.0.4.tar.xz"; sha256 = "11syg5hx3f7m1d2p7zw717lryk819h6wk8h4vmapfdxvsflkfd1y"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! luit = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: { pname = "luit"; version = "20230201"; builder = ./builder.sh; src = fetchurl { url = "https://invisible-mirror.net/archives/luit/luit-20230201.tgz"; sha256 = "0vy5fqp26pnrdn0hmgnmar6m2y06syrz188jqh03vqkyphfqsapf"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! makedepend = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: { pname = "makedepend"; version = "1.0.9"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/util/makedepend-1.0.9.tar.xz"; sha256 = "1m1dg32z22fw9shg0wsxw7dvdcnfm16gq9qxpkfxixpzb6vdxl4j"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! mkfontscale = callPackage ({ stdenv, pkg-config, fetchurl, libfontenc, freetype, xorgproto, zlib, testers }: stdenv.mkDerivation (finalAttrs: { pname = "mkfontscale"; version = "1.2.2"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/mkfontscale-1.2.2.tar.xz"; sha256 = "1i6mw97r2s1rb6spjj8fbdsgw6197smaqq2haqgnwhz73xdzpqwa"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libfontenc freetype xorgproto zlib ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! oclock = callPackage ({ stdenv, pkg-config, fetchurl, libxkbfile, libX11, libXext, libXmu, libXt, wrapWithXFileSearchPathHook, testers }: stdenv.mkDerivation (finalAttrs: { pname = "oclock"; version = "1.0.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/oclock-1.0.5.tar.xz"; sha256 = "0p4nqfrhy1srqqzbamp7afa54clbydbhprd1nxbd12g8anb9f2cg"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config wrapWithXFileSearchPathHook ]; buildInputs = [ libxkbfile libX11 libXext libXmu libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! sessreg = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "sessreg"; version = "1.1.3"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/sessreg-1.1.3.tar.xz"; sha256 = "1hmc9wsfgl2wmy0kccwa4brxbv02w5wiz5hrz72dsz87x1fwsah2"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! setxkbmap = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libxkbfile, libXrandr, testers }: stdenv.mkDerivation (finalAttrs: { pname = "setxkbmap"; version = "1.3.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/setxkbmap-1.3.4.tar.xz"; sha256 = "1pps0x66512y3f7v6xgnb6gjbllsgi4q5zxmjcdiv60fsia8b3dy"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libxkbfile libXrandr ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! smproxy = callPackage ({ stdenv, pkg-config, fetchurl, libICE, libSM, libXmu, libXt, testers }: stdenv.mkDerivation (finalAttrs: { pname = "smproxy"; version = "1.0.7"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/smproxy-1.0.7.tar.xz"; sha256 = "01gkz4n2pfxiklzzx3ghnm9shx3626jcriwvrs3pvawxrhvr5aaa"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libICE libSM libXmu libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! transset = callPackage ({ stdenv, pkg-config, fetchurl, libX11, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "transset"; version = "1.0.3"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/transset-1.0.3.tar.xz"; sha256 = "1zp6ldxb3h2zsr4nmkb8aj8ia8v3qvjj3w85by5xh3fxvlq8zqqz"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! twm = callPackage ({ stdenv, pkg-config, fetchurl, libICE, libSM, libX11, libXext, libXmu, xorgproto, libXrandr, libXt, testers }: stdenv.mkDerivation (finalAttrs: { pname = "twm"; version = "1.0.12"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/twm-1.0.12.tar.xz"; sha256 = "1r5gfv1gvcjn39v7n6znpnvifwhlw2zf8gfrxq8vph84vva03wma"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libICE libSM libX11 libXext libXmu xorgproto libXrandr libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! utilmacros = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: { pname = "util-macros"; version = "1.20.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/util/util-macros-1.20.0.tar.xz"; sha256 = "1nrh8kmbix5pspva6y7h14fj97xdvxqc6fr3zysfswg9vdib51hb"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xorg-macros" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! viewres = callPackage ({ stdenv, pkg-config, fetchurl, libXaw, libXmu, libXt, wrapWithXFileSearchPathHook, testers }: stdenv.mkDerivation (finalAttrs: { pname = "viewres"; version = "1.0.7"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/viewres-1.0.7.tar.xz"; sha256 = "0a66mz27gcsxd1qq1ij0w8dv4wjvszgbf5ygw5dga40sbc464nmi"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config wrapWithXFileSearchPathHook ]; buildInputs = [ libXaw libXmu libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! x11perf = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXext, libXft, libXmu, xorgproto, libXrender, testers }: stdenv.mkDerivation (finalAttrs: { pname = "x11perf"; version = "1.6.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/x11perf-1.6.1.tar.bz2"; sha256 = "0d3wh6z6znwhfdiv0zaggfj0xgish98xa10yy76b9517zj7hnzhw"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libXext libXft libXmu xorgproto libXrender ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xauth = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXau, libXext, libXmu, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xauth"; version = "1.1.2"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xauth-1.1.2.tar.xz"; sha256 = "0072ivzn4z59ysanz838nh8s4mcmdsx6q9xkvlfysv2k37ynmfkq"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libXau libXext libXmu xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xbacklight = callPackage ({ stdenv, pkg-config, fetchurl, libxcb, xcbutil, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xbacklight"; version = "1.2.3"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xbacklight-1.2.3.tar.bz2"; sha256 = "1plssg0s3pbslg6rfzxp9sx8ryvn8l32zyvc8zp9zsbsfwjg69rs"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libxcb xcbutil ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xbitmaps = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xbitmaps"; version = "1.1.3"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/data/xbitmaps-1.1.3.tar.xz"; sha256 = "0yhgrllia3lbqx9b21w31w4sppx1a9ggrk62hrys2ckqi1aasv5d"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xbitmaps" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xcalc = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXaw, xorgproto, libXt, wrapWithXFileSearchPathHook, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xcalc"; version = "1.1.2"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xcalc-1.1.2.tar.xz"; sha256 = "1m0wzhjvc88kmx12ykdml5rqlz9h2iki9mkfdngji53y8nhxyy45"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config wrapWithXFileSearchPathHook ]; buildInputs = [ libX11 libXaw xorgproto libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xcbproto = callPackage ({ stdenv, pkg-config, fetchurl, python3, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xcb-proto"; version = "1.16.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/proto/xcb-proto-1.16.0.tar.xz"; sha256 = "06aij66rs8g378wg8swd7b3g73wqrrbbwl8shhnsi29amm41hnm7"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config python3 ]; buildInputs = [ ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xcb-proto" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xcbutil = callPackage ({ stdenv, pkg-config, fetchurl, gperf, libxcb, xorgproto, m4, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xcb-util"; version = "0.4.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/xcb/xcb-util-0.4.1.tar.xz"; sha256 = "04p54r0zjc44fpw1hdy4rhygv37sx2vr2lllxjihykz5v2xkpgjs"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config m4 ]; buildInputs = [ gperf libxcb xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xcb-atom" "xcb-aux" "xcb-event" "xcb-util" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xcbutilcursor = callPackage ({ stdenv, pkg-config, fetchurl, gperf, libxcb, xcbutilimage, xcbutilrenderutil, xorgproto, m4, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xcb-util-cursor"; version = "0.1.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/xcb-util-cursor-0.1.5.tar.xz"; sha256 = "0mrwcrm6djbd5zdvqb5v4wr87bzawnaacyqwwhfghw09ssq9kbqc"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config m4 ]; buildInputs = [ gperf libxcb xcbutilimage xcbutilrenderutil xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xcb-cursor" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xcbutilerrors = callPackage ({ stdenv, pkg-config, fetchurl, gperf, libxcb, xcbproto, xorgproto, m4, python3, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xcb-util-errors"; version = "1.0.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/xcb/xcb-util-errors-1.0.1.tar.xz"; sha256 = "0mzkh3xj1n690dw8hrdhyjykd71ib0ls9n5cgf9asna2k1xwha2n"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config m4 python3 ]; buildInputs = [ gperf libxcb xcbproto xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xcb-errors" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xcbutilimage = callPackage ({ stdenv, pkg-config, fetchurl, gperf, libxcb, xcbutil, xorgproto, m4, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xcb-util-image"; version = "0.4.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/xcb/xcb-util-image-0.4.1.tar.xz"; sha256 = "0g8dwknrlz96k176qxh8ar84x9kpppci9b978zyp24nvvbjqxbfc"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config m4 ]; buildInputs = [ gperf libxcb xcbutil xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xcb-image" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xcbutilkeysyms = callPackage ({ stdenv, pkg-config, fetchurl, gperf, libxcb, xorgproto, m4, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xcb-util-keysyms"; version = "0.4.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/xcb/xcb-util-keysyms-0.4.1.tar.xz"; sha256 = "0f66snk179hmp8ppgv1zp9y7pl1vzn52znpikm1fsaj1ji90l9kw"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config m4 ]; buildInputs = [ gperf libxcb xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xcb-keysyms" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xcbutilrenderutil = callPackage ({ stdenv, pkg-config, fetchurl, gperf, libxcb, xorgproto, m4, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xcb-util-renderutil"; version = "0.3.10"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/xcb/xcb-util-renderutil-0.3.10.tar.xz"; sha256 = "1fh4dnlwlqyccrhmmwlv082a7mxc7ss7vmzmp7xxp39dwbqd859y"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config m4 ]; buildInputs = [ gperf libxcb xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xcb-renderutil" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xcbutilwm = callPackage ({ stdenv, pkg-config, fetchurl, gperf, libxcb, xorgproto, m4, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xcb-util-wm"; version = "0.4.2"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/xcb/xcb-util-wm-0.4.2.tar.xz"; sha256 = "02wai17mxfbvlnj4l4bjbvah97rccdivzvd7mrznhr32s0hlxhv2"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config m4 ]; buildInputs = [ gperf libxcb xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xcb-ewmh" "xcb-icccm" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xclock = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXaw, libXft, libxkbfile, libXmu, xorgproto, libXrender, libXt, wrapWithXFileSearchPathHook, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xclock"; version = "1.1.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xclock-1.1.1.tar.xz"; sha256 = "0b3l1zwz2b1cn46f8pd480b835j9anadf929vqpll107iyzylz6z"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config wrapWithXFileSearchPathHook ]; buildInputs = [ libX11 libXaw libXft libxkbfile libXmu xorgproto libXrender libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xcmsdb = callPackage ({ stdenv, pkg-config, fetchurl, libX11, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xcmsdb"; version = "1.0.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xcmsdb-1.0.6.tar.xz"; sha256 = "0magrza0i5qwpf0zlpqjychp3bzxgdw3p5v616xl4nbxag2fwxrw"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xcompmgr = callPackage ({ stdenv, pkg-config, fetchurl, libXcomposite, libXdamage, libXext, libXfixes, xorgproto, libXrender, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xcompmgr"; version = "1.1.9"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xcompmgr-1.1.9.tar.xz"; sha256 = "1w564walyqi3bqnnl8l2d949v64smipdw2q8lnrixl3jhrlvcxa8"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libXcomposite libXdamage libXext libXfixes xorgproto libXrender ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xconsole = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXaw, libXmu, xorgproto, libXt, wrapWithXFileSearchPathHook, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xconsole"; version = "1.0.8"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xconsole-1.0.8.tar.xz"; sha256 = "195vhqjrzjf4kkzmy0kx50n1bv2kj9fg7mi18mm2w3p4d3q6ljkv"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config wrapWithXFileSearchPathHook ]; buildInputs = [ libX11 libXaw libXmu xorgproto libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xcursorgen = callPackage ({ stdenv, pkg-config, fetchurl, libpng, libX11, libXcursor, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xcursorgen"; version = "1.0.8"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xcursorgen-1.0.8.tar.xz"; sha256 = "16yc82k4vp7icmf9247z4v38r65pdf032mrpzxj5wa2fggi3rcrj"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libpng libX11 libXcursor xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xcursorthemes = callPackage ({ stdenv, pkg-config, fetchurl, libXcursor, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xcursor-themes"; version = "1.0.7"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/data/xcursor-themes-1.0.7.tar.xz"; sha256 = "1j3qfga5llp8g702n7mivvdvfjk7agsgnbglbfh99n13i3sfiflm"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libXcursor ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xdm = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXau, libXaw, libXdmcp, libXext, libXft, libXinerama, libXmu, libXpm, xorgproto, libXrender, libXt, wrapWithXFileSearchPathHook, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xdm"; version = "1.1.14"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xdm-1.1.14.tar.xz"; sha256 = "0prx5h0xmv08yvm0axzh74a90cyc1s1dcv98jpjwjzkr6rbg56ry"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config wrapWithXFileSearchPathHook ]; buildInputs = [ libX11 libXau libXaw libXdmcp libXext libXft libXinerama libXmu libXpm xorgproto libXrender libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xdpyinfo = callPackage ({ stdenv, pkg-config, fetchurl, libdmx, libX11, libxcb, libXcomposite, libXext, libXi, libXinerama, xorgproto, libXrender, libXtst, libXxf86dga, libXxf86misc, libXxf86vm, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xdpyinfo"; version = "1.3.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xdpyinfo-1.3.4.tar.xz"; sha256 = "0aw2yhx4ys22231yihkzhnw9jsyzksl4yyf3sx0689npvf0sbbd8"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libdmx libX11 libxcb libXcomposite libXext libXi libXinerama xorgproto libXrender libXtst libXxf86dga libXxf86misc libXxf86vm ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xdriinfo = callPackage ({ stdenv, pkg-config, fetchurl, libGL, xorgproto, libX11, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xdriinfo"; version = "1.0.7"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xdriinfo-1.0.7.tar.xz"; sha256 = "0d7p9fj3znq0av9pjgi2kphqaz5w7b9hxlz63zbxs69bknp8p0yx"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libGL xorgproto libX11 ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xev = callPackage ({ stdenv, pkg-config, fetchurl, libX11, xorgproto, libXrandr, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xev"; version = "1.2.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xev-1.2.5.tar.xz"; sha256 = "1hbfwcnbyz4w13fbhnghl0vdhf6w9f9pb7jgjwrhykkii51ilin9"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 xorgproto libXrandr ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xeyes = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libxcb, libXext, libXi, libXmu, xorgproto, libXrender, libXt, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xeyes"; version = "1.3.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xeyes-1.3.0.tar.xz"; sha256 = "08rhfp5xlmdbyxkvxhgjxdn6vwzrbrjyd7jkk8b7wi1kpw0ccl09"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libxcb libXext libXi libXmu xorgproto libXrender libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86inputevdev = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libevdev, udev, mtdev, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-input-evdev"; version = "2.10.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-input-evdev-2.10.6.tar.bz2"; sha256 = "1h1y0fwnawlp4yc5llr1l7hwfcxxpln2fxhy6arcf6w6h4z0f9l7"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libevdev udev mtdev xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xorg-evdev" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86inputjoystick = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-input-joystick"; version = "1.6.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-input-joystick-1.6.4.tar.xz"; sha256 = "1lnc6cvrg81chb2hj3jphgx7crr4ab8wn60mn8f9nsdwza2w8plh"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xorg-joystick" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86inputkeyboard = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-input-keyboard"; version = "2.0.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-input-keyboard-2.0.0.tar.xz"; sha256 = "1fgya6a0pzsb8ynp2qhx3bqg6nfc4y2sw9wmk7zd8pqplbqzsrij"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86inputlibinput = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libinput, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-input-libinput"; version = "1.4.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-input-libinput-1.4.0.tar.xz"; sha256 = "1673ydfrvfqd4inz3vx1qyxa0mhr0f4bi0r7mrcmpisxi76i8g9s"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libinput xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xorg-libinput" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86inputmouse = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-input-mouse"; version = "1.9.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-input-mouse-1.9.5.tar.xz"; sha256 = "0s4rzp7aqpbqm4474hg4bz7i7vg3ir93ck2q12if4lj3nklqmpjg"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xorg-mouse" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86inputsynaptics = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libevdev, libX11, libXi, xorgserver, libXtst, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-input-synaptics"; version = "1.9.2"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-input-synaptics-1.9.2.tar.xz"; sha256 = "0f1cjs9haxhjybfh2lh579s15i2q0q19whynpda3giizj6mlmymq"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libevdev libX11 libXi xorgserver libXtst ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xorg-synaptics" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86inputvmmouse = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, udev, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-input-vmmouse"; version = "13.2.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-input-vmmouse-13.2.0.tar.xz"; sha256 = "1f1rlgp1rpsan8k4ax3pzhl1hgmfn135r31m80pjxw5q19c7gw2n"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto udev xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86inputvoid = callPackage ({ stdenv, pkg-config, fetchurl, xorgserver, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-input-void"; version = "1.4.2"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-input-void-1.4.2.tar.xz"; sha256 = "11bqy2djgb82c1g8ylpfwp3wjw4x83afi8mqyn5fvqp03kidh4d2"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgserver xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videoamdgpu = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, mesa, libGL, libdrm, udev, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-amdgpu"; version = "23.0.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-amdgpu-23.0.0.tar.xz"; sha256 = "0qf0kjh6pww5abxmqa4c9sfa2qq1hq4p8qcgqpfd1kpkcvmg012g"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto mesa libGL libdrm udev xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videoapm = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-apm"; version = "1.3.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-apm-1.3.0.tar.bz2"; sha256 = "0znwqfc8abkiha98an8hxsngnz96z6cd976bc4bsvz1km6wqk0c0"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videoark = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-ark"; version = "0.7.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-ark-0.7.6.tar.xz"; sha256 = "0p88blr3zgy47jc4aqivc6ypj4zq9pad1cl70wwz9xig29w9xk2s"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videoast = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-ast"; version = "1.1.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-ast-1.1.6.tar.xz"; sha256 = "1bqdjcxi8fj48821322djdqnrla2i48wqckdf364zagrqyllyxbm"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videoati = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, mesa, libGL, libdrm, udev, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-ati"; version = "22.0.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-ati-22.0.0.tar.xz"; sha256 = "0vdznwx78alhbb05paw2xd65hcsila2kqflwwnbpq8pnsdbbpj68"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto mesa libGL libdrm udev libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videochips = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-chips"; version = "1.4.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-chips-1.4.0.tar.bz2"; sha256 = "1gqzy7q9v824m7hqkbbmncxg082zm0d4mafgc97c4skyiwgf9wq7"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videocirrus = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-cirrus"; version = "1.6.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-cirrus-1.6.0.tar.xz"; sha256 = "00b468w01hqjczfqz42v2vqhb14db4wazcqi1w29lgfyhc0gmwqf"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videodummy = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-dummy"; version = "0.4.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-dummy-0.4.1.tar.xz"; sha256 = "1byzsdcnlnzvkcqrzaajzc3nzm7y7ydrk9bjr4x9lx8gznkj069m"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videofbdev = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-fbdev"; version = "0.5.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-fbdev-0.5.0.tar.bz2"; sha256 = "16a66zr0l1lmssa07i3rzy07djxnb45c17ks8c71h8l06xgxihyw"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videogeode = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-geode"; version = "2.11.21"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-geode-2.11.21.tar.xz"; sha256 = "07lzbyxss0m5i4j58z43zri2baawci9q1ykv1g828wqi2hzsqml2"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videoglide = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-glide"; version = "1.2.2"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-glide-1.2.2.tar.bz2"; sha256 = "1vaav6kx4n00q4fawgqnjmbdkppl0dir2dkrj4ad372mxrvl9c4y"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videoglint = callPackage ({ stdenv, pkg-config, fetchurl, libpciaccess, xorgproto, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-glint"; version = "1.2.9"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-glint-1.2.9.tar.bz2"; sha256 = "1lkpspvrvrp9s539bhfdjfh4andaqyk63l6zjn8m3km95smk6a45"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libpciaccess xorgproto xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videoi128 = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-i128"; version = "1.4.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-i128-1.4.1.tar.xz"; sha256 = "0imwmkam09wpp3z3iaw9i4hysxicrrax7i3p0l2glgp3zw9var3h"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videoi740 = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-i740"; version = "1.4.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-i740-1.4.0.tar.bz2"; sha256 = "0l3s1m95bdsg4gki943qipq8agswbb84dzcflpxa3vlckwhh3r26"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videointel = callPackage ({ stdenv, pkg-config, fetchurl, cairo, xorgproto, libdrm, libpng, udev, libpciaccess, libX11, xcbutil, libxcb, libXcursor, libXdamage, libXext, libXfixes, xorgserver, libXrandr, libXrender, libxshmfence, libXtst, libXvMC, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-intel"; version = "2.99.917"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-intel-2.99.917.tar.bz2"; sha256 = "1jb7jspmzidfixbc0gghyjmnmpqv85i7pi13l4h2hn2ml3p83dq0"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ cairo xorgproto libdrm libpng udev libpciaccess libX11 xcbutil libxcb libXcursor libXdamage libXext libXfixes xorgserver libXrandr libXrender libxshmfence libXtst libXvMC ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videomga = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libdrm, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-mga"; version = "2.0.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-mga-2.0.1.tar.xz"; sha256 = "1aq3aqh2yg09gy864kkshfx5pjl5w05jdz97bx5bnrbrhdq3p8r7"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libdrm libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videoneomagic = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-neomagic"; version = "1.3.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-neomagic-1.3.1.tar.xz"; sha256 = "153lzhq0vahg3875wi8hl9rf4sgizs41zmfg6hpfjw99qdzaq7xn"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videonewport = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-newport"; version = "0.2.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-newport-0.2.4.tar.bz2"; sha256 = "1yafmp23jrfdmc094i6a4dsizapsc9v0pl65cpc8w1kvn7343k4i"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videonouveau = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libdrm, udev, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-nouveau"; version = "3ee7cbca8f9144a3bb5be7f71ce70558f548d268"; builder = ./builder.sh; src = fetchurl { url = "https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/-/archive/3ee7cbca8f9144a3bb5be7f71ce70558f548d268/xf86-video-nouveau-3ee7cbca8f9144a3bb5be7f71ce70558f548d268.tar.bz2"; sha256 = "0rhs3z274jdzd82pcsl25xn8hmw6i4cxs2kwfnphpfhxbbkiq7wl"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libdrm udev libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videonv = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-nv"; version = "2.1.22"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-nv-2.1.22.tar.xz"; sha256 = "126j60dgnmiahjk5mxbnaav23hv7nvxvh49vhn6qg2f3nlnr6632"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videoomap = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libdrm, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-omap"; version = "0.4.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-omap-0.4.5.tar.bz2"; sha256 = "0nmbrx6913dc724y8wj2p6vqfbj5zdjfmsl037v627jj0whx9rwk"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libdrm xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videoopenchrome = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libdrm, udev, libpciaccess, libX11, libXext, xorgserver, libXvMC, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-openchrome"; version = "0.6.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-openchrome-0.6.0.tar.bz2"; sha256 = "0x9gq3hw6k661k82ikd1y2kkk4dmgv310xr5q59dwn4k6z37aafs"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libdrm udev libpciaccess libX11 libXext xorgserver libXvMC ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videoqxl = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libdrm, udev, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-qxl"; version = "0.1.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-qxl-0.1.6.tar.xz"; sha256 = "0pwncx60r1xxk8kpp9a46ga5h7k7hjqf14726v0gra27vdc9blra"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libdrm udev libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videor128 = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libdrm, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-r128"; version = "6.12.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-r128-6.12.1.tar.xz"; sha256 = "0hf7h54wxgs8njavp0kgadjq1787fhbd588j7pj685hz2wmkq0kx"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libdrm libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videorendition = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-rendition"; version = "4.2.7"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-rendition-4.2.7.tar.bz2"; sha256 = "0yzqcdfrnnyaaaa76d4hpwycpq4x2j8qvg9m4q19lj4xbicwc4cm"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videos3virge = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-s3virge"; version = "1.11.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-s3virge-1.11.1.tar.xz"; sha256 = "1qzfcq3rlpfdb6qxz8hrp9py1q11vyzl4iqxip1vpgfnfn83vl6f"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videosavage = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libdrm, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-savage"; version = "2.4.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-savage-2.4.0.tar.xz"; sha256 = "1z81nqwaqqy9sc7pywkw4q9mijpvjx9w8xxr7d13k2nhzlng0v5k"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libdrm libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videosiliconmotion = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-siliconmotion"; version = "1.7.10"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-siliconmotion-1.7.10.tar.xz"; sha256 = "1h4g2mqxshaxii416ldw0aqy6cxnsbnzayfin51xm2526dw9q18n"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videosis = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libdrm, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-sis"; version = "0.12.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-sis-0.12.0.tar.gz"; sha256 = "00j7i2r81496w27rf4nq9gc66n6nizp3fi7nnywrxs81j1j3pk4v"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libdrm libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videosisusb = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-sisusb"; version = "0.9.7"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-sisusb-0.9.7.tar.bz2"; sha256 = "090lfs3hjz3cjd016v5dybmcsigj6ffvjdhdsqv13k90p4b08h7l"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videosuncg6 = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-suncg6"; version = "1.1.3"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-suncg6-1.1.3.tar.xz"; sha256 = "16c3g5m0f5y9nx2x6w9jdzbs9yr6xhq31j37dcffxbsskmfxq57w"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videosunffb = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-sunffb"; version = "1.2.3"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-sunffb-1.2.3.tar.xz"; sha256 = "0pf4ddh09ww7sxpzs5gr9pxh3gdwkg3f54067cp802nkw1n8vypi"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videosunleo = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-sunleo"; version = "1.2.3"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-sunleo-1.2.3.tar.xz"; sha256 = "1px670aiqyzddl1nz3xx1lmri39irajrqw6dskirs2a64jgp3dpc"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videotdfx = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libdrm, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-tdfx"; version = "1.5.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-tdfx-1.5.0.tar.bz2"; sha256 = "0qc5wzwf1n65si9rc37bh224pzahh7gp67vfimbxs0b9yvhq0i9g"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libdrm libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videotga = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-tga"; version = "1.2.2"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-tga-1.2.2.tar.bz2"; sha256 = "0cb161lvdgi6qnf1sfz722qn38q7kgakcvj7b45ba3i0020828r0"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videotrident = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-trident"; version = "1.4.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-trident-1.4.0.tar.xz"; sha256 = "16qqn1brz50mwcy42zi1wsw9af56qadsaaiwm9hn1p6plyf22xkz"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videov4l = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-v4l"; version = "0.3.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-v4l-0.3.0.tar.bz2"; sha256 = "084x4p4avy72mgm2vnnvkicw3419i6pp3wxik8zqh7gmq4xv5z75"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videovboxvideo = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-vboxvideo"; version = "1.0.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-vboxvideo-1.0.0.tar.bz2"; sha256 = "195z1js3i51qgxvhfw4bxb4dw3jcrrx2ynpm2y3475dypjzs7dkz"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videovesa = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-vesa"; version = "2.6.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-vesa-2.6.0.tar.xz"; sha256 = "1ccvaigb1f1kz8nxxjmkfn598nabd92p16rx1g35kxm8n5qjf20h"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videovmware = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libdrm, udev, libpciaccess, libX11, libXext, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-vmware"; version = "13.4.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-vmware-13.4.0.tar.xz"; sha256 = "06mq7spifsrpbwq9b8kn2cn61xq6mpkq6lvh4qi6xk2yxpjixlxf"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libdrm udev libpciaccess libX11 libXext xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videovoodoo = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-voodoo"; version = "1.2.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-voodoo-1.2.6.tar.xz"; sha256 = "00pn5826aazsdipf7ny03s1lypzid31fmswl8y2hrgf07bq76ab2"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videowsfb = callPackage ({ stdenv, pkg-config, fetchurl, xorgserver, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-wsfb"; version = "0.4.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-wsfb-0.4.0.tar.bz2"; sha256 = "0hr8397wpd0by1hc47fqqrnaw3qdqd8aqgwgzv38w5k3l3jy6p4p"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgserver xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xf86videoxgi = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libdrm, libpciaccess, xorgserver, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xf86-video-xgi"; version = "1.6.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/driver/xf86-video-xgi-1.6.1.tar.bz2"; sha256 = "10xd2vah0pnpw5spn40n4p95mpmgvdkly4i1cz51imnlfsw7g8si"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libdrm libpciaccess xorgserver ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xfd = callPackage ({ stdenv, pkg-config, fetchurl, libxkbfile, fontconfig, libXaw, libXft, libXmu, xorgproto, libXrender, libXt, gettext, wrapWithXFileSearchPathHook, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xfd"; version = "1.1.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xfd-1.1.4.tar.xz"; sha256 = "1zbnj0z28dx2rm2h7pjwcz7z1jnl28gz0v9xn3hs2igxcvxhyiym"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config gettext wrapWithXFileSearchPathHook ]; buildInputs = [ libxkbfile fontconfig libXaw libXft libXmu xorgproto libXrender libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xfontsel = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXaw, libXmu, xorgproto, libXt, wrapWithXFileSearchPathHook, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xfontsel"; version = "1.1.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xfontsel-1.1.0.tar.xz"; sha256 = "1d6ifx6sw97mmr00bhfakyx2f94w14yswxc68sw49zmvawrjq18p"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config wrapWithXFileSearchPathHook ]; buildInputs = [ libX11 libXaw libXmu xorgproto libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xfs = callPackage ({ stdenv, pkg-config, fetchurl, libXfont2, xorgproto, xtrans, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xfs"; version = "1.2.1"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xfs-1.2.1.tar.xz"; sha256 = "1rn1l76z4l133491wb1klixbwb8az5cnrzwx37fb3vnpmplc72ix"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libXfont2 xorgproto xtrans ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xfsinfo = callPackage ({ stdenv, pkg-config, fetchurl, libFS, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xfsinfo"; version = "1.0.7"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xfsinfo-1.0.7.tar.xz"; sha256 = "0x48p4hk0lds2s8nwzgfl616r99s28ydx02zs7p1fxxs3i2wmwwj"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libFS xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xgamma = callPackage ({ stdenv, pkg-config, fetchurl, libX11, xorgproto, libXxf86vm, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xgamma"; version = "1.0.7"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xgamma-1.0.7.tar.xz"; sha256 = "13xw2fqp9cs7xj3nqi8khqxv81rk0dd8khp59xgs2lw9bbldly8w"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 xorgproto libXxf86vm ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xgc = callPackage ({ stdenv, pkg-config, fetchurl, libXaw, libXt, wrapWithXFileSearchPathHook, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xgc"; version = "1.0.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xgc-1.0.6.tar.xz"; sha256 = "0h5jm2946f5m1g8a3qh1c01h3zrsjjivi09vi9rmij2frvdvp1vv"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config wrapWithXFileSearchPathHook ]; buildInputs = [ libXaw libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xhost = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXau, libXmu, xorgproto, gettext, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xhost"; version = "1.0.9"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xhost-1.0.9.tar.xz"; sha256 = "0ib66h78ykc4zki4arh8hkcsgk1mk8yyy0ay5sdb2d908qqvb1pa"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config gettext ]; buildInputs = [ libX11 libXau libXmu xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xinit = callPackage ({ stdenv, pkg-config, fetchurl, libX11, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xinit"; version = "1.4.2"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xinit-1.4.2.tar.xz"; sha256 = "08qz6f6yhis6jdcp6hzspql6ib9a9zp0ddhhbac1b7zg4a6xrn5p"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xinput = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXext, libXi, libXinerama, libXrandr, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xinput"; version = "1.6.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xinput-1.6.4.tar.xz"; sha256 = "1j2pf28c54apr56v1fmvprp657n6x4sdrv8f24rx3138cl6x015d"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 libXext libXi libXinerama libXrandr ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xkbcomp = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libxkbfile, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xkbcomp"; version = "1.4.7"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xkbcomp-1.4.7.tar.xz"; sha256 = "0xqzz209m9i43jbyrf2lh4xdbyhzzzn9mis2f2c32kplwla82a0a"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libxkbfile xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xkbcomp" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xkbevd = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libxkbfile, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xkbevd"; version = "1.1.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xkbevd-1.1.5.tar.xz"; sha256 = "0swjhk33fp15060hhzycmk288ys51wwm6l7p9xy4blz95mq7nd9q"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libxkbfile ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xkbprint = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libxkbfile, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xkbprint"; version = "1.0.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xkbprint-1.0.6.tar.xz"; sha256 = "1c57kb8d8cbf720n9bcjhhaqpk08lac0sk4l0jp8j0mryw299k4r"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libxkbfile xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xkbutils = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libX11, libXaw, libXt, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xkbutils"; version = "1.0.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xkbutils-1.0.6.tar.xz"; sha256 = "0pp2bsksblvvw0fx667k2bl5sm0baj7pp2cjvq0vmk093vpbp8ii"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto libX11 libXaw libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xkeyboardconfig = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xkeyboard-config"; version = "2.41"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/data/xkeyboard-config/xkeyboard-config-2.41.tar.xz"; sha256 = "13vjvyg1fjvsqzqkpxzigvv94v154mcb2gba4d80spi9aywxcb7h"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xkill = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXmu, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xkill"; version = "1.0.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xkill-1.0.6.tar.xz"; sha256 = "01xrmqw498hqlhn6l1sq89s31k6sjf6xlij6a08pnrvmqiwama75"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libXmu xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xload = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXaw, libXmu, xorgproto, libXt, gettext, wrapWithXFileSearchPathHook, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xload"; version = "1.1.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xload-1.1.4.tar.xz"; sha256 = "0c9h6w4bd1q3k4cy8v56sc3v9cg94cpg3xr057sf096v428vjil3"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config gettext wrapWithXFileSearchPathHook ]; buildInputs = [ libX11 libXaw libXmu xorgproto libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xlsatoms = callPackage ({ stdenv, pkg-config, fetchurl, libxcb, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xlsatoms"; version = "1.1.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xlsatoms-1.1.4.tar.xz"; sha256 = "1dviriynilkw0jwl0s2h8y95pwh8cxj95cnmllkd6rn0args3gzl"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libxcb ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xlsclients = callPackage ({ stdenv, pkg-config, fetchurl, libxcb, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xlsclients"; version = "1.1.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xlsclients-1.1.5.tar.xz"; sha256 = "1qxsav5gicsfwv1dqlcfpj47vy9i30i7iysrfx5aql02wxbyxfk8"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libxcb ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xlsfonts = callPackage ({ stdenv, pkg-config, fetchurl, libX11, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xlsfonts"; version = "1.0.7"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xlsfonts-1.0.7.tar.xz"; sha256 = "0r84wp4352hbfcaybqp2khipm40293byvrfyrlslrd37m52njwkv"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xmag = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXaw, libXmu, libXt, wrapWithXFileSearchPathHook, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xmag"; version = "1.0.7"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xmag-1.0.7.tar.xz"; sha256 = "0qblrqrhxml2asgbck53a1v7c4y7ap7jcyqjg500h1i7bb63d680"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config wrapWithXFileSearchPathHook ]; buildInputs = [ libX11 libXaw libXmu libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xmessage = callPackage ({ stdenv, pkg-config, fetchurl, libXaw, libXt, wrapWithXFileSearchPathHook, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xmessage"; version = "1.0.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xmessage-1.0.6.tar.xz"; sha256 = "04kahkk3kd6p1xlzf0jwfgnrb5z2r3y55q3p12b6n59py52wbsnj"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config wrapWithXFileSearchPathHook ]; buildInputs = [ libXaw libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xmodmap = callPackage ({ stdenv, pkg-config, fetchurl, libX11, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xmodmap"; version = "1.0.11"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xmodmap-1.0.11.tar.xz"; sha256 = "10byhzdfv1xckqc3d2v52xg1ggxn5j806x4450l3ig5hyxl82bws"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xmore = callPackage ({ stdenv, pkg-config, fetchurl, libXaw, xorgproto, libXt, wrapWithXFileSearchPathHook, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xmore"; version = "1.0.4"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xmore-1.0.4.tar.xz"; sha256 = "16havfffngvx5kc9lam8rhsdfabsj1rsv4g49z346knyq7dn1dby"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config wrapWithXFileSearchPathHook ]; buildInputs = [ libXaw xorgproto libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xorgcffiles = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xorg-cf-files"; version = "1.0.8"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/util/xorg-cf-files-1.0.8.tar.xz"; sha256 = "1f8primgb6qw3zy7plbsj4a1kdhdqb04xpdys520zaygxxfra23l"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xorgdocs = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xorg-docs"; version = "1.7.2"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/doc/xorg-docs-1.7.2.tar.gz"; sha256 = "0xrncq9dkl6h03gfsj89zagi2vkhgvcgy8l6pjjva350d24027hc"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xorgproto = callPackage ({ stdenv, pkg-config, fetchurl, libXt, python3, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xorgproto"; version = "2023.2"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/proto/xorgproto-2023.2.tar.xz"; sha256 = "0b4c27aq25w1fccks49p020avf9jzh75kaq5qwnww51bp1yvq7xn"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config python3 ]; buildInputs = [ libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "applewmproto" "bigreqsproto" "compositeproto" "damageproto" "dmxproto" "dpmsproto" "dri2proto" "dri3proto" "evieproto" "fixesproto" "fontcacheproto" "fontsproto" "glproto" "inputproto" "kbproto" "lg3dproto" "presentproto" "printproto" "randrproto" "recordproto" "renderproto" "resourceproto" "scrnsaverproto" "trapproto" "videoproto" "windowswmproto" "xcalibrateproto" "xcmiscproto" "xextproto" "xf86bigfontproto" "xf86dgaproto" "xf86driproto" "xf86miscproto" "xf86rushproto" "xf86vidmodeproto" "xineramaproto" "xproto" "xproxymngproto" "xwaylandproto" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xorgserver = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, openssl, libX11, libXau, libxcb, xcbutil, xcbutilwm, xcbutilimage, xcbutilkeysyms, xcbutilrenderutil, libXdmcp, libXfixes, libxkbfile, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xorg-server"; version = "21.1.11"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/xserver/xorg-server-21.1.11.tar.xz"; sha256 = "1vr6sc38sqipazsm61bcym2ggbgfgaamz7wf05mb31pvayyssg8x"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ xorgproto openssl libX11 libXau libxcb xcbutil xcbutilwm xcbutilimage xcbutilkeysyms xcbutilrenderutil libXdmcp libXfixes libxkbfile ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xorg-server" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xorgsgmldoctools = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xorg-sgml-doctools"; version = "1.12"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/doc/xorg-sgml-doctools-1.12.tar.gz"; sha256 = "1nsb8kn6nipc09yv19wdpd94pav6hx7xby0psmmdvnm6wqlh6nlq"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xorg-sgml-doctools" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xpr = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXmu, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xpr"; version = "1.1.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xpr-1.1.0.tar.xz"; sha256 = "1iaphm96kha6bzz34cj82r2lp5hrdpqwdca04iij4rinflab3fx0"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libXmu xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xprop = callPackage ({ stdenv, pkg-config, fetchurl, libX11, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xprop"; version = "1.2.7"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xprop-1.2.7.tar.xz"; sha256 = "0pw2iv7dcy2xq5fh3427nx88pjj9d9rry3930qj1c6mricaf6dj4"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xrandr = callPackage ({ stdenv, pkg-config, fetchurl, libX11, xorgproto, libXrandr, libXrender, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xrandr"; version = "1.5.2"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xrandr-1.5.2.tar.xz"; sha256 = "0h7jy4c5zgrr06fimnnxhy5ba782b1n4aik29g6bln4h1mwy9gn8"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 xorgproto libXrandr libXrender ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xrdb = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXmu, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xrdb"; version = "1.2.2"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xrdb-1.2.2.tar.xz"; sha256 = "1x1ka0zbcw66a06jvsy92bvnsj9vxbvnq1hbn1az4f0v4fmzrx9i"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libXmu xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xrefresh = callPackage ({ stdenv, pkg-config, fetchurl, libX11, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xrefresh"; version = "1.0.7"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xrefresh-1.0.7.tar.xz"; sha256 = "07hvfw3rdv8mzqmm9ax5z8kw544insdd152f2z8868ply8sxdwd9"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xset = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXext, libXmu, xorgproto, libXxf86misc, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xset"; version = "1.2.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xset-1.2.5.tar.xz"; sha256 = "0bsyyx3k32k9vpb8x3ks7hlfr03nm0i14fv3cg6n4f2vcdajsscz"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libXext libXmu xorgproto libXxf86misc ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xsetroot = callPackage ({ stdenv, pkg-config, fetchurl, libX11, xbitmaps, libXcursor, libXmu, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xsetroot"; version = "1.1.3"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xsetroot-1.1.3.tar.xz"; sha256 = "1l9qcv4mldj70slnmfg56nv7yh9j9ca1x795bl26whmlkrdb90b0"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 xbitmaps libXcursor libXmu xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xsm = callPackage ({ stdenv, pkg-config, fetchurl, libICE, libSM, libX11, libXaw, xorgproto, libXt, wrapWithXFileSearchPathHook, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xsm"; version = "1.0.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xsm-1.0.5.tar.xz"; sha256 = "0bgvwvj99yqivy4dyxrfa0anwvh5d634gz0w43zy8cn17ymgsc4w"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config wrapWithXFileSearchPathHook ]; buildInputs = [ libICE libSM libX11 libXaw xorgproto libXt ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xstdcmap = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXmu, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xstdcmap"; version = "1.0.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xstdcmap-1.0.5.tar.xz"; sha256 = "1061b95j08mlwpadyilmpbzfgmm08z69k8nrkbn9k11rg7ilfn1n"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libXmu xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xtrans = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xtrans"; version = "1.5.0"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/lib/xtrans-1.5.0.tar.xz"; sha256 = "1gdiiw64p279a1x033w7i002myry9v75pwmc1gsdpzbbd41vg90v"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ "xtrans" ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xtrap = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXt, libXTrap, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xtrap"; version = "1.0.3"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xtrap-1.0.3.tar.bz2"; sha256 = "0sqm4j1zflk1s94iq4waa70hna1xcys88v9a70w0vdw66czhvj2j"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libXt libXTrap ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xvinfo = callPackage ({ stdenv, pkg-config, fetchurl, libX11, xorgproto, libXv, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xvinfo"; version = "1.1.5"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xvinfo-1.1.5.tar.xz"; sha256 = "0164qpbjmxxa1rbvh6ay1iz2qnp9hl1745k9pk6195kdnbn73piy"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 xorgproto libXv ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xwd = callPackage ({ stdenv, pkg-config, fetchurl, libxkbfile, libX11, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xwd"; version = "1.0.9"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xwd-1.0.9.tar.xz"; sha256 = "0gxx3y9zlh13jgwkayxljm6i58ng8jc1xzqv2g8s7d3yjj21n4nw"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libxkbfile libX11 xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xwininfo = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libxcb, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xwininfo"; version = "1.1.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xwininfo-1.1.6.tar.xz"; sha256 = "0gr5m4lyvkil3cl63zf0sw7bq5qgraqrnvddk6xgk3a42xy8j61m"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 libxcb xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; # THIS IS A GENERATED FILE. DO NOT EDIT! xwud = callPackage ({ stdenv, pkg-config, fetchurl, libX11, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: { pname = "xwud"; version = "1.0.6"; builder = ./builder.sh; src = fetchurl { url = "mirror://xorg/individual/app/xwud-1.0.6.tar.xz"; sha256 = "1zhsih1l3x1038fi1wi9npvfnn8j7580ca73saixjg5sbv8qq134"; }; hardeningDisable = [ "bindnow" "relro" ]; strictDeps = true; nativeBuildInputs = [ pkg-config ]; buildInputs = [ libX11 xorgproto ]; passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage; meta = { pkgConfigModules = [ ]; platforms = lib.platforms.unix; }; })) {}; } [result] Failed to update xorg.luit 2.0-20230201 -> 2.0-20240102 https://repology.org/project/luit-xterm/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-client, using log file: /var/log/nixpkgs-update/haskellPackages.ebird-client/2024-03-05.log haskellPackages.ebird-client 0.2.0.0 -> 0.2.0.1 https://repology.org/project/haskell:ebird-client/versions attrpath: haskellPackages.ebird-client Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.ebird-client 0.2.0.0 -> 0.2.0.1 https://repology.org/project/haskell:ebird-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 rPackages.stortingscrape, using log file: /var/log/nixpkgs-update/rPackages.stortingscrape/2024-03-05.log rPackages.stortingscrape 0.1.3 -> 0.3.0 https://repology.org/project/r:stortingscrape/versions attrpath: rPackages.stortingscrape 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.stortingscrape 0.1.3 -> 0.3.0 https://repology.org/project/r:stortingscrape/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.language-c99-simple, using log file: /var/log/nixpkgs-update/haskellPackages.language-c99-simple/2024-03-05.log haskellPackages.language-c99-simple 0.2.3 -> 0.3.0 https://repology.org/project/haskell:language-c99-simple/versions attrpath: haskellPackages.language-c99-simple Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.language-c99-simple 0.2.3 -> 0.3.0 https://repology.org/project/haskell:language-c99-simple/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nss_ldap, using log file: /var/log/nixpkgs-update/nss_ldap/2024-03-05.log nss_ldap 265 -> 266a https://repology.org/project/nss-ldap/versions attrpath: nss_ldap 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/mzdz25153g61hc5lxffw88p3v4sf648h-nss_ldap-266a.tar.gz.drv building '/nix/store/mzdz25153g61hc5lxffw88p3v4sf648h-nss_ldap-266a.tar.gz.drv'... trying http://www.padl.com/download/nss_ldap-266a.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 258 100 258 0 0 533 0 --:--:-- --:--:-- --:--:-- 533 100 236 100 236 0 0 240 0 --:--:-- --:--:-- --:--:-- 240 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download nss_ldap-266a.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'nss_ldap.originalSrc' not found stderr did not split as expected full stderr was: 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 'nss_ldap-266a' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/nss_ldap/pkgs/stdenv/generic/make-derivation.nix:353:7 … while evaluating attribute 'postPatch' of derivation 'nss_ldap-266a' at /var/cache/nixpkgs-update/worker/worktree/nss_ldap/pkgs/os-specific/linux/nss_ldap/default.nix:20:3: 19| 20| postPatch = '' | ^ 21| patch -p0 < ${./nss_ldap-266a-glibc-2.16.patch} error: getting status of '/var/cache/nixpkgs-update/worker/worktree/nss_ldap/pkgs/os-specific/linux/nss_ldap/nss_ldap-266a-glibc-2.16.patch': No such file or directory [result] Failed to update nss_ldap 265 -> 266a https://repology.org/project/nss-ldap/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.SmCCNet, using log file: /var/log/nixpkgs-update/rPackages.SmCCNet/2024-03-05.log rPackages.SmCCNet 2.0.1 -> 2.0.2 https://repology.org/project/r:smccnet/versions attrpath: rPackages.SmCCNet Checking auto update branch... No auto update branch exists Old version 2.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.SmCCNet 2.0.1 -> 2.0.2 https://repology.org/project/r:smccnet/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath scsh, using log file: /var/log/nixpkgs-update/scsh/2024-03-05.log scsh 0.7pre -> 0.7 https://repology.org/project/scsh/versions attrpath: scsh Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update scsh 0.7pre -> 0.7 https://repology.org/project/scsh/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xbrightness, using log file: /var/log/nixpkgs-update/xbrightness/2024-03-05.log xbrightness 0.3-mika-akk -> 0.3 https://repology.org/project/xbrightness/versions attrpath: xbrightness Checking auto update branch... No auto update branch exists 0.3 is not newer than 0.3-mika-akk according to Nix; versionComparison: -1 [result] Failed to update xbrightness 0.3-mika-akk -> 0.3 https://repology.org/project/xbrightness/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.UKFE, using log file: /var/log/nixpkgs-update/rPackages.UKFE/2024-03-05.log rPackages.UKFE 0.3.2 -> 0.3.4 https://repology.org/project/r:ukfe/versions attrpath: rPackages.UKFE Checking auto update branch... No auto update branch exists Old version 0.3.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.UKFE 0.3.2 -> 0.3.4 https://repology.org/project/r:ukfe/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.Unixutils, using log file: /var/log/nixpkgs-update/haskellPackages.Unixutils/2024-03-05.log haskellPackages.Unixutils 1.54.2 -> 1.54.3 https://repology.org/project/haskell:unixutils/versions attrpath: haskellPackages.Unixutils Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.Unixutils 1.54.2 -> 1.54.3 https://repology.org/project/haskell:unixutils/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ggordiplots, using log file: /var/log/nixpkgs-update/rPackages.ggordiplots/2024-03-05.log rPackages.ggordiplots 0.4.2 -> 0.4.3 https://repology.org/project/r:ggordiplots/versions attrpath: rPackages.ggordiplots Checking auto update branch... No auto update branch exists Old version 0.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.ggordiplots 0.4.2 -> 0.4.3 https://repology.org/project/r:ggordiplots/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gitlab-runner, using log file: /var/log/nixpkgs-update/gitlab-runner/2024-03-05.log gitlab-runner 16.7.0 -> 16.9.1 https://repology.org/project/gitlab-runner/versions attrpath: gitlab-runner 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-SHtxkB4qJMfhjo3UVjqBzD647AWIXIk10VtH/CMIB1I=" [golangModuleVersion] Replaced vendorHash with sha256-ErDwGjU6085/on5qazLME3stTLYhP8quHV/EoIZOO04= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gitlab-runner nix build failed. got build log for 'gitlab-runner' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/6i5cn4psnc8wiwlbqfn6wgd52q5ih773-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/mqqh7daxi18gd1xmhd2p89zbf8l473mp-fix-shell-path.patch patching file shells/bash.go Hunk #1 succeeded at 4 with fuzz 2 (offset 1 line). Hunk #2 succeeded at 389 (offset 81 lines). applying patch /nix/store/5i5rm5zdnay1xlnqbqfsfnwvfk2b8cf4-remove-bash-test.patch patching file shells/bash_test.go @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 . common/build_settings.go:5:2: package slices is not in GOROOT (/nix/store/h9af7lza6hhp5b0j7f9hqsyzxppiln8m-go-1.20.14/share/go/src/slices) [result] Failed to update gitlab-runner 16.7.0 -> 16.9.1 https://repology.org/project/gitlab-runner/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sasquatch, using log file: /var/log/nixpkgs-update/sasquatch/2024-03-05.log sasquatch 4.4 -> 4.5.1 https://repology.org/project/sasquatch/versions attrpath: sasquatch Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - sasquatch: 4.4 -> 4.5.1-1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/219169" [result] Failed to update sasquatch 4.4 -> 4.5.1 https://repology.org/project/sasquatch/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gpsbabel, using log file: /var/log/nixpkgs-update/gpsbabel/2024-03-05.log gpsbabel 1.8.0 -> 1.9.0 https://repology.org/project/gpsbabel/versions attrpath: gpsbabel 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/gpsbabel/default.nix b/pkgs/applications/misc/gpsbabel/default.nix index fbacfb6984c6..8dda7e089623 100644 --- a/pkgs/applications/misc/gpsbabel/default.nix +++ b/pkgs/applications/misc/gpsbabel/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation rec { pname = "gpsbabel"; - version = "1.8.0"; + version = "1.9.0"; src = fetchFromGitHub { owner = "gpsbabel"; repo = "gpsbabel"; rev = "gpsbabel_${lib.replaceStrings ["."] ["_"] version}"; - sha256 = "sha256-0w8LsO+HwqZF8SQmwd8bCKma9PCM0hAzXhzWR4DgAHs="; + sha256 = "sha256-JcohQOcPcdwM7ock9jRaKSISdrs2yOSHsfaX4KZf2V8="; }; patches = map fetchurl (import ./debian-patches.nix); [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gpsbabel nix build failed. patching file gui/babeldata.h applying patch /nix/store/k4kcs69n2l8mlws4q1fni1sksyf8xy8y-gpsbabelfe_opt-in-for-usage-data-reporting patching file gui/babeldata.h applying patch /nix/store/60y6i5h84czsiaishxzq3gfm7r7h3jcq-gpsbabelfe_do-not-check-for-newer-version patching file gui/preferences.ui patching file gui/preferences.cc patching file gui/babeldata.h patching file gui/mainwinui.ui patching file gui/mainwindow.cc Hunk #1 succeeded at 175 (offset -1 lines). Hunk #2 succeeded at 231 (offset -1 lines). Hunk #3 succeeded at 998 (offset 3 lines). applying patch /nix/store/hdqdyp0m8xp6f71i4s6riw8x432hkwky-htmldoc-location can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- a/gbversion.h.qmake.in |+++ b/gbversion.h.qmake.in -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored patching file testo.d/serialization.test patching file tools/make_gpsbabel_org.sh Hunk #1 FAILED at 4. 1 out of 1 hunk FAILED -- saving rejects to file tools/make_gpsbabel_org.sh.rej patching file xmldoc/babelmain.xsl patching file xmldoc/gpsbabel_man.xml [result] Failed to update gpsbabel 1.8.0 -> 1.9.0 https://repology.org/project/gpsbabel/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.chimera, using log file: /var/log/nixpkgs-update/haskellPackages.chimera/2024-03-05.log haskellPackages.chimera 0.3.4.0 -> 0.4.0.0 https://repology.org/project/haskell:chimera/versions attrpath: haskellPackages.chimera Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.chimera 0.3.4.0 -> 0.4.0.0 https://repology.org/project/haskell:chimera/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ytmdesktop, using log file: /var/log/nixpkgs-update/ytmdesktop/2024-03-05.log ytmdesktop 1.13.0 -> 2.0.2 https://repology.org/project/ytmdesktop/versions attrpath: ytmdesktop 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/p32sd1kv9hzmrmlvd884m1a8ivhr32m1-YouTube-Music-Desktop-App-2.0.2.AppImage.drv building '/nix/store/p32sd1kv9hzmrmlvd884m1a8ivhr32m1-YouTube-Music-Desktop-App-2.0.2.AppImage.drv'... trying https://github.com/ytmdesktop/ytmdesktop/releases/download/v2.0.2/YouTube-Music-Desktop-App-2.0.2.AppImage % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download YouTube-Music-Desktop-App-2.0.2.AppImage from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'ytmdesktop.originalSrc' not found stderr did not split as expected full stderr was: these 9 derivations will be built: /nix/store/v5yjgqibsyb51hvk8iwbxabbsins2y66-profile.drv /nix/store/cihmxl1wvs878xasckcbxpzph1aqs008-ytmdesktop-2.0.2-chrootenv-etc.drv /nix/store/gbyg7bmknmg6jppms55qq9bmyppfqsmi-ytmdesktop-2.0.2-usr-target.drv /nix/store/ksrmrg7kmgpwijdhzhvdcjbb4m1gmp5m-ytmdesktop-2.0.2-fhs.drv /nix/store/p32sd1kv9hzmrmlvd884m1a8ivhr32m1-YouTube-Music-Desktop-App-2.0.2.AppImage.drv /nix/store/qczm1s578iv5r4sg70y81fxga6xxbil3-ytmdesktop-2.0.2-extracted.drv /nix/store/zma25zrh8jhlf8ksfhy4sb8cslwpf377-ytmdesktop-2.0.2-init.drv /nix/store/3rxbny623j0h88kd8fmypzf9mylikbsp-ytmdesktop-2.0.2-bwrap.drv /nix/store/w47r8ymxyhdsfa6qcw6k377wx41h7v8k-ytmdesktop-2.0.2.drv building '/nix/store/v5yjgqibsyb51hvk8iwbxabbsins2y66-profile.drv'... building '/nix/store/p32sd1kv9hzmrmlvd884m1a8ivhr32m1-YouTube-Music-Desktop-App-2.0.2.AppImage.drv'... building '/nix/store/cihmxl1wvs878xasckcbxpzph1aqs008-ytmdesktop-2.0.2-chrootenv-etc.drv'... /nix/store/rswc2h5s1anavxgfls0xl9xspg3ga2ck-ytmdesktop-2.0.2-chrootenv-etc/etc /build building '/nix/store/gbyg7bmknmg6jppms55qq9bmyppfqsmi-ytmdesktop-2.0.2-usr-target.drv'... warning: collision between `/nix/store/ssarggxx3laydmfkq1dlv4ilcsw7phfq-glibc-2.38-44-bin/bin/ldconfig' and `/nix/store/rqspjfx1k503fq2y0pd7vg16jp3baci4-ldconfig/bin/ldconfig' warning: collision between `/nix/store/8mc30d49ghc8m5z96yz39srlhg5s9sjj-glibc-2.38-44/lib/locale/locale-archive' and `/nix/store/9kjxsvc6ja2iwcj85ki815n94557nd06-glibc-locales-2.38-44/lib/locale/locale-archive' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/bin/sh' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/bin/sh' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/bin/bashbug' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/bin/bashbug' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/bin/bash' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/bin/bash' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/zh_TW/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/zh_TW/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/ga/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/ga/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/sr/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/sr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/en@quot/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/en@quot/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/el/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/el/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/bg/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/bg/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/ja/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/ja/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/tr/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/tr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/nb/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/nb/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/ro/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/ro/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/ca/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/ca/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/ko/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/ko/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/zh_CN/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/zh_CN/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/lt/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/lt/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/hr/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/hr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/et/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/et/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/en@boldquot/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/en@boldquot/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/id/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/id/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/pt/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/pt/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/sk/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/sk/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/eo/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/eo/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/nl/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/nl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/hu/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/hu/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/sv/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/sv/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/fr/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/fr/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/af/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/af/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/gl/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/gl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/da/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/da/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/it/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/it/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/pt_BR/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/pt_BR/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/fi/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/fi/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/ru/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/ru/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/cs/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/cs/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/uk/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/uk/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/de/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/de/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/es/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/es/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/pl/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/pl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/sl/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/sl/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/share/locale/vi/LC_MESSAGES/bash.mo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/share/locale/vi/LC_MESSAGES/bash.mo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/mktemp' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/mktemp' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/rm' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/rm' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/logname' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/logname' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/mkfifo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/mkfifo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/mkdir' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/mkdir' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/printenv' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/printenv' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/basename' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/basename' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/setpgid' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/setpgid' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/print' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/print' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/Makefile.sample' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/Makefile.sample' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/cut' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/cut' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/sleep' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/sleep' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/seq' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/seq' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/finfo' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/finfo' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/tee' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/tee' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/rmdir' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/rmdir' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/fdflags' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/fdflags' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/realpath' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/realpath' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/strftime' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/strftime' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/dsv' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/dsv' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/id' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/id' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/loadables.h' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/loadables.h' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/dirname' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/dirname' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/head' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/head' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/sync' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/sync' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/tty' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/tty' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/push' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/push' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/csv' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/csv' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/whoami' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/whoami' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/stat' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/stat' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/ln' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/ln' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/mypid' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/mypid' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/getconf' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/getconf' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/unlink' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/unlink' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/pathchk' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/pathchk' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/truefalse' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/truefalse' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/accept' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/accept' warning: collision between `/nix/store/vmgwn3xsbyj860z2bazvg4n10c4kp3xk-bash-interactive-5.2p26/lib/bash/uname' and `/nix/store/2z53iavh38c4nbvsyy99ackbvqbv7841-bash-interactive-5.2p26/lib/bash/uname' warning: collision between `/nix/store/sbgq69ls47c0d9si99wyj1n6230rz9gg-bash-interactive-5.2p26-man/share/man/man1/bashbug.1.gz' and `/nix/store/hn092awm7px3v4x00j29dgmjl4254j1g-bash-interactive-5.2p26-man/share/man/man1/bashbug.1.gz' warning: collision between `/nix/store/sbgq69ls47c0d9si99wyj1n6230rz9gg-bash-interactive-5.2p26-man/share/man/man1/bash.1.gz' and `/nix/store/hn092awm7px3v4x00j29dgmjl4254j1g-bash-interactive-5.2p26-man/share/man/man1/bash.1.gz' warning: collision between `/nix/store/6wbxhdmr3x2jfl6dz85g9pk1d9b4agjm-gtk+-2.24.33/bin/gtk-update-icon-cache' and `/nix/store/lk8kgif9ynk1l6aiqnbvzvys83n0h956-gtk+3-3.24.41/bin/gtk-update-icon-cache' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/uclampset' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/uclampset' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/swapoff' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/swapoff' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mkfs.minix' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkfs.minix' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/hwclock' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/hwclock' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/hexdump' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/hexdump' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fsfreeze' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fsfreeze' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/setsid' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/setsid' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/isosize' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/isosize' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mkfs.bfs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkfs.bfs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/utmpdump' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/utmpdump' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/pipesz' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/pipesz' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/flock' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/flock' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/rev' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/rev' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lslogins' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lslogins' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/chsh' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chsh' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/findfs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/findfs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mkfs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkfs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/readprofile' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/readprofile' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/swapon' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/swapon' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fstrim' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fstrim' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/taskset' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/taskset' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/blkid' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/blkid' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fallocate' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fallocate' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mkfs.cramfs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkfs.cramfs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lsblk' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsblk' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/col' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/col' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/uuidparse' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/uuidparse' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/script' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/script' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/sfdisk' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/sfdisk' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fdisk' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fdisk' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lslocks' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lslocks' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/rfkill' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/rfkill' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fsck.minix' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fsck.minix' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/setpriv' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/setpriv' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/swaplabel' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/swaplabel' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mount' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mount' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/blkzone' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/blkzone' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/colrm' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/colrm' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/ipcmk' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ipcmk' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/last' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/last' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/rtcwake' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/rtcwake' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fincore' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fincore' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/write' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/write' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/dmesg' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/dmesg' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/waitpid' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/waitpid' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/look' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/look' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/findmnt' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/findmnt' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mkswap' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mkswap' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mountpoint' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mountpoint' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/umount' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/umount' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/namei' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/namei' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/pivot_root' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/pivot_root' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/rename' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/rename' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/partx' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/partx' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/addpart' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/addpart' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/uuidgen' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/uuidgen' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lsns' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsns' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/scriptlive' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/scriptlive' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/eject' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/eject' trying https://github.com/ytmdesktop/ytmdesktop/releases/download/v2.0.2/YouTube-Music-Desktop-App-2.0.2.AppImage warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/ldattach' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ldattach' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mcookie' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mcookie' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/delpart' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/delpart' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/unshare' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/unshare' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/logger' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/logger' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/cal' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/cal' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/wall' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/wall' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/scriptreplay' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/scriptreplay' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lscpu' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lscpu' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fsck' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fsck' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/setarch' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/setarch' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/blkdiscard' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/blkdiscard' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lsirq' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsirq' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/chfn' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chfn' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/getopt' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/getopt' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/ionice' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ionice' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/column' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/column' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/mesg' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/mesg' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/wipefs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/wipefs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/whereis' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/whereis' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/hardlink' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/hardlink' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/chcpu' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chcpu' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fsck.cramfs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fsck.cramfs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/zramctl' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/zramctl' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/ipcs' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ipcs' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/colcrt' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/colcrt' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/wdctl' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/wdctl' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/resizepart' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/resizepart' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lsipc' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsipc' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/prlimit' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/prlimit' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/losetup' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/losetup' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/chmem' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chmem' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/ctrlaltdel' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ctrlaltdel' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/ipcrm' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/ipcrm' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/fadvise' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/fadvise' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/uuidd' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/uuidd' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/blockdev' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/blockdev' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/renice' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/renice' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/chrt' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/chrt' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/lsmem' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/lsmem' warning: collision between `/nix/store/5f0bkci1r7qpr1mg1b1x054rj5kxv196-util-linux-minimal-2.39.3/share/bash-completion/completions/nsenter' and `/nix/store/2a5hk8jlkmkzjdlvw8r4fw8isfx1clrl-util-linux-minimal-2.39.3-bin/share/bash-completion/completions/nsenter' % 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 YouTube-Music-Desktop-App-2.0.2.AppImage from any mirror error: builder for '/nix/store/p32sd1kv9hzmrmlvd884m1a8ivhr32m1-YouTube-Music-Desktop-App-2.0.2.AppImage.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/ytmdesktop/ytmdesktop/releases/download/v2.0.2/YouTube-Music-Desktop-App-2.0.2.AppImage > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download YouTube-Music-Desktop-App-2.0.2.AppImage from any mirror For full logs, run 'nix log /nix/store/p32sd1kv9hzmrmlvd884m1a8ivhr32m1-YouTube-Music-Desktop-App-2.0.2.AppImage.drv'. error: 1 dependencies of derivation '/nix/store/qczm1s578iv5r4sg70y81fxga6xxbil3-ytmdesktop-2.0.2-extracted.drv' failed to build error: 1 dependencies of derivation '/nix/store/w47r8ymxyhdsfa6qcw6k377wx41h7v8k-ytmdesktop-2.0.2.drv' failed to build [result] Failed to update ytmdesktop 1.13.0 -> 2.0.2 https://repology.org/project/ytmdesktop/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.company-rtags, using log file: /var/log/nixpkgs-update/emacsPackages.company-rtags/2024-03-05.log emacsPackages.company-rtags 2.38 -> 3.23 https://repology.org/project/emacs:company-rtags/versions attrpath: emacsPackages.company-rtags Checking auto update branch... No auto update branch exists Old version 2.38" not present in master derivation file with contents: /* # Updating To update the list of packages from MELPA, 1. Run `./update-melpa` 2. Check for evaluation errors: # "../../../../../" points to the default.nix from root of Nixpkgs tree env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../../ -A emacs.pkgs.melpaStablePackages env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../../ -A emacs.pkgs.melpaPackages 3. Run `git commit -m "melpa-packages $(date -Idate)" recipes-archive-melpa.json` ## Update from overlay Alternatively, run the following command: ./update-from-overlay It will update both melpa and elpa packages using https://github.com/nix-community/emacs-overlay. It's almost instantenous and formats commits for you. */ { lib, pkgs }: variant: self: let dontConfigure = pkg: if pkg != null then pkg.override (args: { melpaBuild = drv: args.melpaBuild (drv // { dontConfigure = true; }); }) else null; markBroken = pkg: if pkg != null then pkg.override (args: { melpaBuild = drv: args.melpaBuild (drv // { meta = (drv.meta or { }) // { broken = true; }; }); }) else null; externalSrc = pkg: epkg: if pkg != null then pkg.override (args: { melpaBuild = drv: args.melpaBuild (drv // { inherit (epkg) src version; propagatedUserEnvPkgs = [ epkg ]; }); }) else null; buildWithGit = pkg: pkg.overrideAttrs (attrs: { nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ [ pkgs.git ]; }); fix-rtags = pkg: if pkg != null then dontConfigure (externalSrc pkg pkgs.rtags) else null; generateMelpa = lib.makeOverridable ({ archiveJson ? ./recipes-archive-melpa.json }: let inherit (import ./libgenerated.nix lib self) melpaDerivation; super = ( lib.listToAttrs (builtins.filter (s: s != null) (map (melpaDerivation variant) (lib.importJSON archiveJson) ) ) ); overrides = lib.optionalAttrs (variant == "stable") { # upstream issue: missing file header abridge-diff = if super.abridge-diff.version == "0.1" then markBroken super.abridge-diff else super.abridge-diff; # upstream issue: missing file header bufshow = markBroken super.bufshow; # upstream issue: missing file header speech-tagger = markBroken super.speech-tagger; # upstream issue: missing file header textmate = markBroken super.textmate; # upstream issue: missing file header window-numbering = markBroken super.window-numbering; # upstream issue: missing file header voca-builder = markBroken super.voca-builder; # upstream issue: missing file header initsplit = markBroken super.initsplit; # upstream issue: missing file header jsfmt = markBroken super.jsfmt; # upstream issue: missing file header maxframe = markBroken super.maxframe; # upstream issue: missing file header connection = markBroken super.connection; # upstream issue: missing file header dictionary = markBroken super.dictionary; # upstream issue: missing file header fold-dwim = if super.fold-dwim.version == "1.2" then markBroken super.fold-dwim else super.fold-dwim; # upstream issue: missing file header gl-conf-mode = if super.gl-conf-mode.version == "0.3" then markBroken super.gl-conf-mode else super.gl-conf-mode; # upstream issue: missing file header ligo-mode = if super.ligo-mode.version == "0.3" then markBroken super.ligo-mode else null; # auto-updater is failing; use manual one # upstream issue: missing file header link = markBroken super.link; # upstream issue: missing file header org-dp = if super.org-dp.version == "1" then markBroken super.org-dp else super.org-dp; # upstream issue: missing file header revbufs = if super.revbufs.version == "1.2" then markBroken super.revbufs else super.revbufs; # upstream issue: missing file header elmine = markBroken super.elmine; # upstream issue: missing file header ido-complete-space-or-hyphen = markBroken super.ido-complete-space-or-hyphen; } // { # Expects bash to be at /bin/bash ac-rtags = fix-rtags super.ac-rtags; airline-themes = super.airline-themes.override { inherit (self.melpaPackages) powerline; }; auto-complete-clang-async = super.auto-complete-clang-async.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ pkgs.llvmPackages.llvm ]; CFLAGS = "-I${pkgs.llvmPackages.libclang.lib}/include"; LDFLAGS = "-L${pkgs.llvmPackages.libclang.lib}/lib"; }); # part of a larger package caml = dontConfigure super.caml; # part of a larger package # upstream issue: missing package version cmake-mode = dontConfigure super.cmake-mode; company-rtags = fix-rtags super.company-rtags; easy-kill-extras = super.easy-kill-extras.override { inherit (self.melpaPackages) easy-kill; }; dune = dontConfigure super.dune; emacsql = super.emacsql.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ pkgs.sqlite ]; postBuild = '' cd source/sqlite make cd - ''; postInstall = (old.postInstall or "") + "\n" + '' install -m=755 -D source/sqlite/emacsql-sqlite \ $out/share/emacs/site-lisp/elpa/emacsql-${old.version}/sqlite/emacsql-sqlite ''; stripDebugList = [ "share" ]; }); emacsql-sqlite = super.emacsql-sqlite.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ pkgs.sqlite ]; postBuild = '' cd source/sqlite make cd - ''; postInstall = (old.postInstall or "") + "\n" + '' install -m=755 -D source/sqlite/emacsql-sqlite \ $out/share/emacs/site-lisp/elpa/emacsql-sqlite-${old.version}/sqlite/emacsql-sqlite ''; stripDebugList = [ "share" ]; }); epkg = super.epkg.overrideAttrs (old: { postPatch = '' substituteInPlace lisp/epkg.el \ --replace '(call-process "sqlite3"' '(call-process "${pkgs.sqlite}/bin/sqlite3"' ''; }); erlang = super.erlang.overrideAttrs (attrs: { buildInputs = attrs.buildInputs ++ [ pkgs.perl pkgs.ncurses ]; }); # https://github.com/syl20bnr/evil-escape/pull/86 evil-escape = super.evil-escape.overrideAttrs (attrs: { postPatch = '' substituteInPlace evil-escape.el \ --replace ' ;;; evil' ';;; evil' ''; packageRequires = with self; [ evil ]; }); ess-R-data-view = super.ess-R-data-view.override { inherit (self.melpaPackages) ess ctable popup; }; flycheck-rtags = fix-rtags super.flycheck-rtags; pdf-tools = super.pdf-tools.overrideAttrs (old: { # Temporary work around for: # - https://github.com/vedang/pdf-tools/issues/102 # - https://github.com/vedang/pdf-tools/issues/103 # - https://github.com/vedang/pdf-tools/issues/109 CXXFLAGS = "-std=c++17"; nativeBuildInputs = [ pkgs.autoconf pkgs.automake pkgs.pkg-config pkgs.removeReferencesTo ]; buildInputs = old.buildInputs ++ [ pkgs.libpng pkgs.zlib pkgs.poppler ]; preBuild = '' make server/epdfinfo remove-references-to ${lib.concatStringsSep " " ( map (output: "-t " + output) ( [ pkgs.glib.dev pkgs.libpng.dev pkgs.poppler.dev pkgs.zlib.dev pkgs.cairo.dev ] ++ lib.optional pkgs.stdenv.isLinux pkgs.stdenv.cc.libc.dev ) )} server/epdfinfo ''; recipe = pkgs.writeText "recipe" '' (pdf-tools :repo "politza/pdf-tools" :fetcher github :files ("lisp/pdf-*.el" "server/epdfinfo")) ''; }); # Build same version as Haskell package hindent = (externalSrc super.hindent pkgs.haskellPackages.hindent).overrideAttrs (attrs: { packageRequires = [ self.haskell-mode ]; }); hotfuzz = super.hotfuzz.overrideAttrs (old: { nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.cmake ]; dontUseCmakeBuildDir = true; preBuild = '' make -j$NIX_BUILD_CORES ''; postInstall = (old.postInstall or "") + "\n" + '' install source/hotfuzz-module.so $out/share/emacs/site-lisp/elpa/hotfuzz-* ''; }); irony = super.irony.overrideAttrs (old: { cmakeFlags = old.cmakeFlags or [ ] ++ [ "-DCMAKE_INSTALL_BINDIR=bin" ]; env.NIX_CFLAGS_COMPILE = "-UCLANG_RESOURCE_DIR"; preConfigure = '' cd server ''; preBuild = '' make install -D bin/irony-server $out/bin/irony-server cd .. ''; checkPhase = '' cd source/server make check cd ../.. ''; preFixup = '' rm -rf $out/share/emacs/site-lisp/elpa/*/server ''; dontUseCmakeBuildDir = true; doCheck = pkgs.stdenv.isLinux; packageRequires = [ self.emacs ]; buildInputs = [ pkgs.llvmPackages.libclang self.emacs ]; nativeBuildInputs = [ pkgs.cmake pkgs.llvmPackages.llvm ]; }); # tries to write a log file to $HOME insert-shebang = super.insert-shebang.overrideAttrs (attrs: { HOME = "/tmp"; }); ivy-rtags = fix-rtags super.ivy-rtags; jinx = super.jinx.overrideAttrs (old: let libExt = pkgs.stdenv.hostPlatform.extensions.sharedLibrary; in { nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ pkgs.pkg-config ]; buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.enchant2 ]; postBuild = '' pushd working/jinx NIX_CFLAGS_COMPILE="$($PKG_CONFIG --cflags enchant-2) $NIX_CFLAGS_COMPILE" $CC -shared -o jinx-mod${libExt} jinx-mod.c -lenchant-2 popd ''; postInstall = (old.postInstall or "") + "\n" + '' pushd source outd=$(echo $out/share/emacs/site-lisp/elpa/jinx-*) install -m444 --target-directory=$outd jinx-mod${libExt} rm $outd/jinx-mod.c $outd/emacs-module.h popd ''; meta = old.meta // { maintainers = [ lib.maintainers.DamienCassou ]; }; }); sqlite3 = super.sqlite3.overrideAttrs (old: { buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.sqlite ]; postBuild = '' pushd working/sqlite3 make popd ''; postInstall = (old.postInstall or "") + "\n" + '' pushd source outd=$out/share/emacs/site-lisp/elpa/sqlite3-* install -m444 -t $outd sqlite3-api.so rm $outd/*.c $outd/*.h popd ''; meta = old.meta // { maintainers = [ lib.maintainers.DamienCassou ]; }; }); libgit = super.libgit.overrideAttrs(attrs: { nativeBuildInputs = (attrs.nativeBuildInputs or []) ++ [ pkgs.cmake ]; buildInputs = attrs.buildInputs ++ [ pkgs.libgit2 ]; dontUseCmakeBuildDir = true; postPatch = '' sed -i s/'add_subdirectory(libgit2)'// CMakeLists.txt ''; postBuild = '' pushd working/libgit make popd ''; postInstall = (attrs.postInstall or "") + "\n" + '' outd=$(echo $out/share/emacs/site-lisp/elpa/libgit-**) mkdir $outd/build install -m444 -t $outd/build ./source/src/libegit2.so rm -r $outd/src $outd/Makefile $outd/CMakeLists.txt ''; }); evil-magit = buildWithGit super.evil-magit; eopengrok = buildWithGit super.eopengrok; forge = buildWithGit super.forge; magit = buildWithGit super.magit; magit-find-file = buildWithGit super.magit-find-file; magit-gh-pulls = buildWithGit super.magit-gh-pulls; magit-imerge = buildWithGit super.magit-imerge; magit-lfs = buildWithGit super.magit-lfs; magit-org-todos = buildWithGit super.magit-org-todos; magit-tbdiff = buildWithGit super.magit-tbdiff; magit-topgit = buildWithGit super.magit-topgit; magit-vcsh = buildWithGit super.magit-vcsh; magit-gerrit = buildWithGit super.magit-gerrit; magit-annex = buildWithGit super.magit-annex; magit-todos = buildWithGit super.magit-todos; magit-filenotify = buildWithGit super.magit-filenotify; magit-gitflow = buildWithGit super.magit-gitflow; magithub = buildWithGit super.magithub; magit-svn = buildWithGit super.magit-svn; kubernetes = buildWithGit super.kubernetes; kubernetes-evil = buildWithGit super.kubernetes-evil; egg = buildWithGit super.egg; kapacitor = buildWithGit super.kapacitor; gerrit = buildWithGit super.gerrit; gerrit-download = buildWithGit super.gerrit-download; github-pullrequest = buildWithGit super.github-pullrequest; jist = buildWithGit super.jist; mandoku = buildWithGit super.mandoku; mandoku-tls = buildWithGit super.mandoku-tls; magit-p4 = buildWithGit super.magit-p4; magit-rbr = buildWithGit super.magit-rbr; magit-diff-flycheck = buildWithGit super.magit-diff-flycheck; magit-reviewboard = buildWithGit super.magit-reviewboard; magit-patch-changelog = buildWithGit super.magit-patch-changelog; magit-circleci = buildWithGit super.magit-circleci; magit-delta = buildWithGit super.magit-delta; orgit = buildWithGit super.orgit; orgit-forge = buildWithGit super.orgit-forge; ox-rss = buildWithGit super.ox-rss; python-isort = super.python-isort.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace python-isort.el \ --replace '-isort-command "isort"' '-isort-command "${lib.getExe pkgs.isort}"' ''; }); # upstream issue: missing file header mhc = super.mhc.override { inherit (self.melpaPackages) calfw; }; # missing .NET nemerle = markBroken super.nemerle; # part of a larger package notmuch = dontConfigure super.notmuch; pikchr-mode = super.pikchr-mode.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace pikchr-mode.el \ --replace '"pikchr")' '"${lib.getExe pkgs.pikchr}")' ''; }); rtags = dontConfigure (externalSrc super.rtags pkgs.rtags); rtags-xref = dontConfigure super.rtags; rime = super.rime.overrideAttrs (old: { buildInputs = (old.buildInputs or [ ]) ++ [ pkgs.librime ]; preBuild = (old.preBuild or "") + '' make lib mkdir -p /build/rime-lib cp *.so /build/rime-lib ''; postInstall = (old.postInstall or "") + '' install -m444 -t $out/share/emacs/site-lisp/elpa/rime-* /build/rime-lib/*.so ''; }); shm = super.shm.overrideAttrs (attrs: { propagatedUserEnvPkgs = [ pkgs.haskellPackages.structured-haskell-mode ]; }); # Telega has a server portion for it's network protocol telega = super.telega.overrideAttrs (old: { buildInputs = old.buildInputs ++ [ pkgs.tdlib ]; nativeBuildInputs = [ pkgs.pkg-config ]; postPatch = '' substituteInPlace telega-customize.el \ --replace 'defcustom telega-server-command "telega-server"' \ "defcustom telega-server-command \"$out/bin/telega-server\"" substituteInPlace telega-sticker.el --replace '"dwebp' '"${pkgs.libwebp}/bin/dwebp' substituteInPlace telega-sticker.el --replace '"ffmpeg' '"${pkgs.ffmpeg}/bin/ffmpeg' substituteInPlace telega-vvnote.el --replace '"ffmpeg' '"${pkgs.ffmpeg}/bin/ffmpeg' ''; postBuild = '' cd source/server make cd - ''; postInstall = (old.postInstall or "") + "\n" + '' mkdir -p $out/bin install -m755 -Dt $out/bin ./source/server/telega-server ''; }); tokei = super.tokei.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace tokei.el \ --replace 'tokei-program "tokei"' 'tokei-program "${lib.getExe pkgs.tokei}"' ''; }); treemacs-magit = super.treemacs-magit.overrideAttrs (attrs: { # searches for Git at build time nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ [ pkgs.git ]; }); typst-mode = super.typst-mode.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace typst-mode.el \ --replace 'typst-executable-location "typst"' 'typst-executable-location "${lib.getExe pkgs.typst}"' ''; }); vdiff-magit = super.vdiff-magit.overrideAttrs (attrs: { nativeBuildInputs = (attrs.nativeBuildInputs or [ ]) ++ [ pkgs.git ]; }); zmq = super.zmq.overrideAttrs (old: { stripDebugList = [ "share" ]; preBuild = '' export EZMQ_LIBDIR=$(mktemp -d) make ''; nativeBuildInputs = [ pkgs.autoconf pkgs.automake pkgs.pkg-config pkgs.libtool (pkgs.zeromq.override { enableDrafts = true; }) ]; postInstall = (old.postInstall or "") + "\n" + '' mv $EZMQ_LIBDIR/emacs-zmq.* $out/share/emacs/site-lisp/elpa/zmq-* rm -r $out/share/emacs/site-lisp/elpa/zmq-*/src rm $out/share/emacs/site-lisp/elpa/zmq-*/Makefile ''; }); # Map legacy renames from emacs2nix since code generation was ported to emacs lisp _0blayout = super."0blayout"; desktop-plus = super."desktop+"; ghub-plus = super."ghub+"; git-gutter-plus = super."git-gutter+"; git-gutter-fringe-plus = super."git-gutter-fringe+"; ido-completing-read-plus = super."ido-completing-read+"; image-plus = super."image+"; image-dired-plus = super."image-dired+"; markdown-mode-plus = super."markdown-mode+"; package-plus = super."package+"; rect-plus = super."rect+"; # upstream issue: missing file header instapaper = markBroken super.instapaper; # upstream issue: doesn't build magit-stgit = markBroken super.magit-stgit; # upstream issue: missing file header melancholy-theme = markBroken super.melancholy-theme; # upstream issue: doesn't build eterm-256color = markBroken super.eterm-256color; # upstream issue: doesn't build per-buffer-theme = markBroken super.per-buffer-theme; # upstream issue: missing file header qiita = markBroken super.qiita; # upstream issue: missing file header sql-presto = markBroken super.sql-presto; editorconfig = super.editorconfig.overrideAttrs (attrs: { propagatedUserEnvPkgs = [ pkgs.editorconfig-core-c ]; }); # missing dependencies evil-search-highlight-persist = super.evil-search-highlight-persist.overrideAttrs (attrs: { packageRequires = with self; [ evil highlight ]; }); hamlet-mode = super.hamlet-mode.overrideAttrs (attrs: { patches = [ # Fix build; maintainer email fails to parse (pkgs.fetchpatch { url = "https://github.com/lightquake/hamlet-mode/commit/253495d1330d6ec88d97fac136c78f57c650aae0.patch"; sha256 = "dSxS5yuXzCW96CUyvJWwjkhf1FMGBfiKKoBxeDVdz9Y="; }) ]; }); helm-rtags = fix-rtags super.helm-rtags; # tries to write to $HOME php-auto-yasnippets = super.php-auto-yasnippets.overrideAttrs (attrs: { HOME = "/tmp"; }); racer = super.racer.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace racer.el \ --replace /usr/local/src/rust/src ${pkgs.rustPlatform.rustcSrc} ''; }); spaceline = super.spaceline.override { inherit (self.melpaPackages) powerline; }; vterm = super.vterm.overrideAttrs (old: { nativeBuildInputs = [ pkgs.cmake ]; buildInputs = old.buildInputs ++ [ self.emacs pkgs.libvterm-neovim ]; cmakeFlags = [ "-DEMACS_SOURCE=${self.emacs.src}" "-DUSE_SYSTEM_LIBVTERM=ON" ]; # we need the proper out directory to exist, so we do this in the # postInstall instead of postBuild postInstall = (old.postInstall or "") + "\n" + '' pushd source/build >/dev/null make install -m444 -t $out/share/emacs/site-lisp/elpa/vterm-** ../*.so popd > /dev/null rm -rf $out/share/emacs/site-lisp/elpa/vterm-**/{CMake*,build,*.c,*.h} ''; }); w3m = super.w3m.override (args: { melpaBuild = drv: args.melpaBuild (drv // { prePatch = let w3m = "${lib.getBin pkgs.w3m}/bin/w3m"; in '' substituteInPlace w3m.el \ --replace 'defcustom w3m-command nil' \ 'defcustom w3m-command "${w3m}"' ''; }); }); wordnut = super.wordnut.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace wordnut.el \ --replace 'wordnut-cmd "wn"' 'wordnut-cmd "${lib.getExe pkgs.wordnet}"' ''; }); mozc = super.mozc.overrideAttrs (attrs: { postPatch = attrs.postPatch or "" + '' substituteInPlace src/unix/emacs/mozc.el \ --replace '"mozc_emacs_helper"' '"${pkgs.ibus-engines.mozc}/lib/mozc/mozc_emacs_helper"' ''; }); # Build a helper executable that interacts with the macOS Dictionary.app osx-dictionary = if pkgs.stdenv.isDarwin then super.osx-dictionary.overrideAttrs (old: { buildInputs = old.buildInputs ++ (with pkgs.darwin.apple_sdk.frameworks; [CoreServices Foundation]); dontUnpack = false; buildPhase = (old.buildPhase or "") + '' cd source $CXX -O3 -framework CoreServices -framework Foundation osx-dictionary.m -o osx-dictionary-cli ''; postInstall = (old.postInstall or "") + "\n" + '' outd=$out/share/emacs/site-lisp/elpa/osx-dictionary-* mkdir -p $out/bin install -m444 -t $out/bin osx-dictionary-cli rm $outd/osx-dictionary.m ''; }) else super.osx-dictionary; }; in lib.mapAttrs (n: v: if lib.hasAttr n overrides then overrides.${n} else v) super); in (generateMelpa { }) // { __attrsFailEvaluation = true; } [result] Failed to update emacsPackages.company-rtags 2.38 -> 3.23 https://repology.org/project/emacs:company-rtags/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pb, using log file: /var/log/nixpkgs-update/pb/2024-03-05.log pb 0.4.0 -> 2022.11.03 https://repology.org/project/pb/versions attrpath: pb 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/v7ld2wpr3yjx8rbmgbd2v07rmn3i6saw-source.drv building '/nix/store/v7ld2wpr3yjx8rbmgbd2v07rmn3i6saw-source.drv'... trying https://github.com/parseablehq/pb/archive/v2022.11.03.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: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'pb.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/v7ld2wpr3yjx8rbmgbd2v07rmn3i6saw-source.drv /nix/store/r12lwi8lcynl10pzyh61yi3csm3mmcah-pb-2022.11.03-go-modules.drv /nix/store/ik23bbr7xj48dl85ky8ynxl8hd69h2rq-pb-2022.11.03.drv building '/nix/store/v7ld2wpr3yjx8rbmgbd2v07rmn3i6saw-source.drv'... trying https://github.com/parseablehq/pb/archive/v2022.11.03.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/v7ld2wpr3yjx8rbmgbd2v07rmn3i6saw-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/parseablehq/pb/archive/v2022.11.03.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/v7ld2wpr3yjx8rbmgbd2v07rmn3i6saw-source.drv'. error: 1 dependencies of derivation '/nix/store/ik23bbr7xj48dl85ky8ynxl8hd69h2rq-pb-2022.11.03.drv' failed to build [result] Failed to update pb 0.4.0 -> 2022.11.03 https://repology.org/project/pb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.niworkflows, using log file: /var/log/nixpkgs-update/python311Packages.niworkflows/2024-03-05.log python311Packages.niworkflows 0 -> 1 attrpath: python311Packages.niworkflows Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mgjgyhpyd3xlj0zj51v2lz3fkrg8qkym-packages.json.drv building '/nix/store/mgjgyhpyd3xlj0zj51v2lz3fkrg8qkym-packages.json.drv'... Going to be running update for following packages: - python3.11-niworkflows-1.10.0 Press Enter key to continue... Running update for: - python3.11-niworkflows-1.10.0: UPDATING ... - python3.11-niworkflows-1.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.niworkflows 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath youplot, using log file: /var/log/nixpkgs-update/youplot/2024-03-05.log youplot 0 -> 1 attrpath: youplot 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 youplot 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.MacPasteboard 0.103 -> 0.104 https://repology.org/project/perl:mac-pasteboard/versions [options] github_user: r-ryantm, pull_request: 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 rPackages.ggstatsplot 0.12.1 -> 0.12.2 https://repology.org/project/r:ggstatsplot/versions [options] github_user: r-ryantm, pull_request: 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.X11XCB 0.20 -> 0.22 https://repology.org/project/perl:x11-xcb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bigloo, using log file: /var/log/nixpkgs-update/bigloo/2024-03-05.log bigloo 4.4b -> 4.5b https://repology.org/project/bigloo/versions attrpath: bigloo Checking auto update branch... An auto update branch exists with message `bigloo: 4.4b -> 4.5b`. New version is 4.5b. An auto update branch exists with an equal or greater version [result] Failed to update bigloo 4.4b -> 4.5b https://repology.org/project/bigloo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pentobi, using log file: /var/log/nixpkgs-update/pentobi/2024-03-05.log pentobi 20.0 -> 24.0 https://repology.org/project/pentobi/versions attrpath: pentobi 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/pentobi/default.nix b/pkgs/games/pentobi/default.nix index e0bd6909fb94..cf88552af9e2 100644 --- a/pkgs/games/pentobi/default.nix +++ b/pkgs/games/pentobi/default.nix @@ -3,14 +3,14 @@ }: mkDerivation rec { - version = "20.0"; + version = "24.0"; pname = "pentobi"; src = fetchFromGitHub { owner = "enz"; repo = "pentobi"; rev = "v${version}"; - sha256 = "sha256-DQM3IJ0pRkX4OsrjZGROg50LfKb621UnpvtqSjxchz8="; + sha256 = "sha256-u36QKecYy3VnE8n1AkNzIYwA+cNWxDJZv8OxkbDNXfQ="; }; nativeBuildInputs = [ cmake docbook_xsl qttools ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A pentobi nix build failed. got build log for 'pentobi' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/mxgskpyfpdxxyr489qx9qmq5k0g996qb-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substitute(): ERROR: file 'pentobi_thumbnailer/CMakeLists.txt' does not exist [result] Failed to update pentobi 20.0 -> 24.0 https://repology.org/project/pentobi/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-sharp, using log file: /var/log/nixpkgs-update/taglib-sharp/2024-03-05.log taglib-sharp 2.1.0.0 -> 2.3.0.0 https://repology.org/project/taglib-sharp/versions attrpath: taglib-sharp Checking auto update branch... No auto update branch exists [version] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/dfa1f2ixk7ksiqydw9k34n65vqphf1ay-source.drv building '/nix/store/dfa1f2ixk7ksiqydw9k34n65vqphf1ay-source.drv'... trying https://github.com/mono/taglib-sharp/archive/taglib-sharp-2.3.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 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: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'taglib-sharp.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/dfa1f2ixk7ksiqydw9k34n65vqphf1ay-source.drv /nix/store/k1gwmcyrd7ym1w27izd0qz9zc1ad3sci-taglib-sharp-2.3.0.0.drv building '/nix/store/dfa1f2ixk7ksiqydw9k34n65vqphf1ay-source.drv'... trying https://github.com/mono/taglib-sharp/archive/taglib-sharp-2.3.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 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/dfa1f2ixk7ksiqydw9k34n65vqphf1ay-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/mono/taglib-sharp/archive/taglib-sharp-2.3.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 > 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/dfa1f2ixk7ksiqydw9k34n65vqphf1ay-source.drv'. error: 1 dependencies of derivation '/nix/store/k1gwmcyrd7ym1w27izd0qz9zc1ad3sci-taglib-sharp-2.3.0.0.drv' failed to build [result] Failed to update taglib-sharp 2.1.0.0 -> 2.3.0.0 https://repology.org/project/taglib-sharp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gcs, using log file: /var/log/nixpkgs-update/gcs/2024-03-05.log gcs 0 -> 1 attrpath: gcs 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/q2v48gzk1p4rnhnapxybk9k7mhff5vqw-packages.json.drv building '/nix/store/q2v48gzk1p4rnhnapxybk9k7mhff5vqw-packages.json.drv'... Going to be running update for following packages: - gcs-5.20.4 Press Enter key to continue... Running update for: - gcs-5.20.4: UPDATING ... - gcs-5.20.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gcs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gitkraken, using log file: /var/log/nixpkgs-update/gitkraken/2024-03-05.log gitkraken 9.12.0 -> 27.1.3 https://repology.org/project/gitkraken/versions attrpath: gitkraken 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 gitkraken 9.12.0 -> 27.1.3 https://repology.org/project/gitkraken/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.disable-extension-updates, using log file: /var/log/nixpkgs-update/gnomeExtensions.disable-extension-updates/2024-03-05.log gnomeExtensions.disable-extension-updates 3 -> 45.2 https://repology.org/project/gnome:disable-extension-updates/versions attrpath: gnomeExtensions.disable-extension-updates Checking auto update branch... No auto update branch exists Old version 3" not present in master derivation file with contents: { pkgs, lib, stdenv, fetchzip, nixosTests }: let buildGnomeExtension = { # Every gnome extension has a UUID. It's the name of the extension folder once unpacked # and can always be found in the metadata.json of every extension. uuid, name, pname, description, # extensions.gnome.org extension URL link, # Extension version numbers are integers version, sha256, # Hex-encoded string of JSON bytes metadata, }: stdenv.mkDerivation { pname = "gnome-shell-extension-${pname}"; version = builtins.toString version; src = fetchzip { url = "https://extensions.gnome.org/extension-data/${ builtins.replaceStrings [ "@" ] [ "" ] uuid }.v${builtins.toString version}.shell-extension.zip"; inherit sha256; stripRoot = false; # The download URL may change content over time. This is because the # metadata.json is automatically generated, and parts of it can be changed # without making a new release. We simply substitute the possibly changed fields # with their content from when we last updated, and thus get a deterministic output # hash. postFetch = '' echo "${metadata}" | base64 --decode > $out/metadata.json ''; }; nativeBuildInputs = with pkgs; [ buildPackages.glib ]; buildPhase = '' runHook preBuild if [ -d schemas ]; then glib-compile-schemas --strict schemas fi runHook postBuild ''; installPhase = '' runHook preInstall mkdir -p $out/share/gnome-shell/extensions/ cp -r -T . $out/share/gnome-shell/extensions/${uuid} runHook postInstall ''; meta = { description = builtins.head (lib.splitString "\n" description); longDescription = description; homepage = link; license = lib.licenses.gpl2Plus; # https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Licensing maintainers = with lib.maintainers; [ piegames ]; }; passthru = { extensionPortalSlug = pname; # Store the extension's UUID, because we might need it at some places extensionUuid = uuid; tests = { gnome-extensions = nixosTests.gnome-extensions; }; }; }; in lib.makeOverridable buildGnomeExtension [result] Failed to update gnomeExtensions.disable-extension-updates 3 -> 45.2 https://repology.org/project/gnome:disable-extension-updates/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.visualize-cbn, using log file: /var/log/nixpkgs-update/haskellPackages.visualize-cbn/2024-03-05.log haskellPackages.visualize-cbn 0.1.0.2 -> 0.2.0 https://repology.org/project/haskell:visualize-cbn/versions attrpath: haskellPackages.visualize-cbn Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.visualize-cbn 0.1.0.2 -> 0.2.0 https://repology.org/project/haskell:visualize-cbn/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libresprite, using log file: /var/log/nixpkgs-update/libresprite/2024-03-05.log libresprite 1.0 -> 1.1 https://repology.org/project/libresprite/versions attrpath: libresprite 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 libresprite 1.0 -> 1.1 https://repology.org/project/libresprite/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.BioM2, using log file: /var/log/nixpkgs-update/rPackages.BioM2/2024-03-05.log rPackages.BioM2 1.0.2 -> 1.0.4 https://repology.org/project/r:biom2/versions attrpath: rPackages.BioM2 Checking auto update branch... No auto update branch exists Old version 1.0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.BioM2 1.0.2 -> 1.0.4 https://repology.org/project/r:biom2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kabeljau, using log file: /var/log/nixpkgs-update/kabeljau/2024-03-05.log kabeljau 1.2.0 -> 2.0.0 https://repology.org/project/kabeljau/versions attrpath: kabeljau 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/kabeljau/default.nix b/pkgs/games/kabeljau/default.nix index 0b5b1167ead3..673b30faa33a 100644 --- a/pkgs/games/kabeljau/default.nix +++ b/pkgs/games/kabeljau/default.nix @@ -2,14 +2,14 @@ stdenvNoCC.mkDerivation rec { pname = "kabeljau"; - version = "1.2.0"; + version = "2.0.0"; src = fetchFromGitea { domain = "codeberg.org"; owner = "annaaurora"; repo = "kabeljau"; rev = "v${version}"; - sha256 = "sha256-RedVItgfr6vgqXHA3bOiHXDpfGuHI+sX4jCHL9G5jYk="; + sha256 = "sha256-OGEGOkQBTZgRsQT5WJYJXesGDYCiGou39hkZX+x9tug="; }; # Inkscape is needed in a just recipe where it is used to export the SVG icon to several different sized PNGs. [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A kabeljau nix build failed. ** (inkscape:58): WARNING **: 03:54:38.822: Could not create extension error log file '/homeless-shelter/.config/inkscape/extension-errors.log' (inkscape:58): Gtk-CRITICAL **: 03:54:38.865: Unable to create user data directory '/homeless-shelter/.local/share' for storing the recently used files list: Permission denied ** (inkscape:58): WARNING **: 03:54:38.865: Failed to wrap object of type 'GtkRecentManager'. Hint: this error is commonly caused by failing to call a library init() function. + mkdir -p ./build/usr/share/icons/hicolor/128x128/apps + inkscape -o ./build/usr/share/icons/hicolor/128x128/apps/kabeljau.png -C -w 128 -h 128 '--export-png-color-mode=RGBA_8' icons/hicolor/32x32/kabeljau.svg ** (process:86): WARNING **: 03:54:38.950: Unable to create profile directory (Permission denied) (13) ** Message: 03:54:38.958: Cannot create profile directory /homeless-shelter/.config/inkscape. ** Message: 03:54:38.958: Inkscape will run with default settings, and new settings will not be saved. Fontconfig error: Cannot load default config file: No such file: (null) Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories ** (inkscape:86): WARNING **: 03:54:39.051: Could not create directory '/homeless-shelter/.config/inkscape' ** (inkscape:86): WARNING **: 03:54:39.051: Could not create extension error log file '/homeless-shelter/.config/inkscape/extension-errors.log' (inkscape:86): Gtk-CRITICAL **: 03:54:39.092: Unable to create user data directory '/homeless-shelter/.local/share' for storing the recently used files list: Permission denied ** (inkscape:86): WARNING **: 03:54:39.092: Failed to wrap object of type 'GtkRecentManager'. Hint: this error is commonly caused by failing to call a library init() function. + install -Dm755 ./build/usr/bin/kabeljau -t /usr/bin install: cannot create directory '/usr': Permission denied error: Recipe `install` failed with exit code 1 [result] Failed to update kabeljau 1.2.0 -> 2.0.0 https://repology.org/project/kabeljau/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.glmmrBase, using log file: /var/log/nixpkgs-update/rPackages.glmmrBase/2024-03-05.log rPackages.glmmrBase 0.5.3 -> 0.7.1 https://repology.org/project/r:glmmrbase/versions attrpath: rPackages.glmmrBase 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.glmmrBase 0.5.3 -> 0.7.1 https://repology.org/project/r:glmmrbase/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath clean, using log file: /var/log/nixpkgs-update/clean/2024-03-05.log clean 3.0 -> 3.1 https://repology.org/project/clean-lang/versions attrpath: clean Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - defaultPkgConfigPackages: generate assignments from meta.pkgConfigModule entries URL "https://api.github.com/repos/NixOS/nixpkgs/issues/216488" [result] Failed to update clean 3.0 -> 3.1 https://repology.org/project/clean-lang/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath chrpath, using log file: /var/log/nixpkgs-update/chrpath/2024-03-05.log chrpath 0.16 -> 0.17 https://repology.org/project/chrpath/versions attrpath: chrpath 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/28hs3pw7i17zfajim5dc901h2281w8m5-chrpath-0.17.tar.gz.drv building '/nix/store/28hs3pw7i17zfajim5dc901h2281w8m5-chrpath-0.17.tar.gz.drv'... trying https://alioth-archive.debian.org/releases/chrpath/chrpath/0.17/chrpath-0.17.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 272 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download chrpath-0.17.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'chrpath.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/28hs3pw7i17zfajim5dc901h2281w8m5-chrpath-0.17.tar.gz.drv /nix/store/62712ma77m5rm92ww28kmqg5qkm6d1ka-chrpath-0.17.drv building '/nix/store/28hs3pw7i17zfajim5dc901h2281w8m5-chrpath-0.17.tar.gz.drv'... trying https://alioth-archive.debian.org/releases/chrpath/chrpath/0.17/chrpath-0.17.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 272 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download chrpath-0.17.tar.gz from any mirror error: builder for '/nix/store/28hs3pw7i17zfajim5dc901h2281w8m5-chrpath-0.17.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://alioth-archive.debian.org/releases/chrpath/chrpath/0.17/chrpath-0.17.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 272 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download chrpath-0.17.tar.gz from any mirror For full logs, run 'nix log /nix/store/28hs3pw7i17zfajim5dc901h2281w8m5-chrpath-0.17.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/62712ma77m5rm92ww28kmqg5qkm6d1ka-chrpath-0.17.drv' failed to build [result] Failed to update chrpath 0.16 -> 0.17 https://repology.org/project/chrpath/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.LCMSQA, using log file: /var/log/nixpkgs-update/rPackages.LCMSQA/2024-03-05.log rPackages.LCMSQA 1.0.1 -> 1.0.2 https://repology.org/project/r:lcmsqa/versions attrpath: rPackages.LCMSQA 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.LCMSQA 1.0.1 -> 1.0.2 https://repology.org/project/r:lcmsqa/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libcrossguid, using log file: /var/log/nixpkgs-update/libcrossguid/2024-03-05.log libcrossguid 2016-02-21 -> 0.2.3.20211002 https://repology.org/project/crossguid/versions attrpath: libcrossguid Checking auto update branch... No auto update branch exists 0.2.3.20211002 is not newer than 2016-02-21 according to Nix; versionComparison: -1 [result] Failed to update libcrossguid 2016-02-21 -> 0.2.3.20211002 https://repology.org/project/crossguid/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.StanHeaders, using log file: /var/log/nixpkgs-update/rPackages.StanHeaders/2024-03-05.log rPackages.StanHeaders 2.26.28 -> 2.32.6 https://repology.org/project/r:stanheaders/versions attrpath: rPackages.StanHeaders Checking auto update branch... No auto update branch exists Old version 2.26.28" 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.StanHeaders 2.26.28 -> 2.32.6 https://repology.org/project/r:stanheaders/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.liquid, using log file: /var/log/nixpkgs-update/rubyPackages.liquid/2024-03-05.log rubyPackages.liquid 4.0.4 -> 5.4.0 https://repology.org/project/ruby:liquid/versions attrpath: rubyPackages.liquid 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.liquid 4.0.4 -> 5.4.0 https://repology.org/project/ruby:liquid/versions [options] github_user: r-ryantm, pull_request: 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.XMLGrove 0.46alpha -> 0.46.0.1 https://repology.org/project/perl:xml-grove/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.th-data-compat, using log file: /var/log/nixpkgs-update/haskellPackages.th-data-compat/2024-03-05.log haskellPackages.th-data-compat 0.1.3.0 -> 0.1.3.1 https://repology.org/project/haskell:th-data-compat/versions attrpath: haskellPackages.th-data-compat Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.th-data-compat 0.1.3.0 -> 0.1.3.1 https://repology.org/project/haskell:th-data-compat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gauge, using log file: /var/log/nixpkgs-update/gauge/2024-03-05.log gauge 1.6.3 -> 3.7 https://repology.org/project/gauge/versions attrpath: gauge 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/niq7dhwkmpdipjwqnds9bnh93rv201fl-source.drv building '/nix/store/niq7dhwkmpdipjwqnds9bnh93rv201fl-source.drv'... trying https://github.com/getgauge/gauge/archive/v3.7.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'gauge.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/niq7dhwkmpdipjwqnds9bnh93rv201fl-source.drv /nix/store/6prr9hdkgpk5kkap7j6d5718ykqblxfg-gauge-3.7-go-modules.drv /nix/store/b2w31xpghq7nip7rza34148mvqansc0n-gauge-3.7.drv building '/nix/store/niq7dhwkmpdipjwqnds9bnh93rv201fl-source.drv'... trying https://github.com/getgauge/gauge/archive/v3.7.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: builder for '/nix/store/niq7dhwkmpdipjwqnds9bnh93rv201fl-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/getgauge/gauge/archive/v3.7.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download source from any mirror For full logs, run 'nix log /nix/store/niq7dhwkmpdipjwqnds9bnh93rv201fl-source.drv'. error: 1 dependencies of derivation '/nix/store/b2w31xpghq7nip7rza34148mvqansc0n-gauge-3.7.drv' failed to build [result] Failed to update gauge 1.6.3 -> 3.7 https://repology.org/project/gauge/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libtcod, using log file: /var/log/nixpkgs-update/libtcod/2024-03-05.log libtcod 1.5.1 -> 1.24.0 https://repology.org/project/libtcod/versions attrpath: libtcod 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/kl53vgnbr6j20n9r4cx9cq0d5xashxsx-source.drv building '/nix/store/kl53vgnbr6j20n9r4cx9cq0d5xashxsx-source.drv'... trying https://bitbucket.org/libtcod/libtcod/get/1.24.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 174 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libtcod.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/kl53vgnbr6j20n9r4cx9cq0d5xashxsx-source.drv /nix/store/pnjz95gwn52wrqc39ybdplmlbz67c3z2-libtcod-1.24.0.drv building '/nix/store/kl53vgnbr6j20n9r4cx9cq0d5xashxsx-source.drv'... trying https://bitbucket.org/libtcod/libtcod/get/1.24.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 174 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/kl53vgnbr6j20n9r4cx9cq0d5xashxsx-source.drv' failed with exit code 1; last 7 log lines: > > trying https://bitbucket.org/libtcod/libtcod/get/1.24.0.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 174 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/kl53vgnbr6j20n9r4cx9cq0d5xashxsx-source.drv'. error: 1 dependencies of derivation '/nix/store/pnjz95gwn52wrqc39ybdplmlbz67c3z2-libtcod-1.24.0.drv' failed to build [result] Failed to update libtcod 1.5.1 -> 1.24.0 https://repology.org/project/libtcod/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.slendr, using log file: /var/log/nixpkgs-update/rPackages.slendr/2024-03-05.log rPackages.slendr 0.8.0 -> 0.9.1 https://repology.org/project/r:slendr/versions attrpath: rPackages.slendr 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.slendr 0.8.0 -> 0.9.1 https://repology.org/project/r:slendr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gnuradio3_8Packages.rds, using log file: /var/log/nixpkgs-update/gnuradio3_8Packages.rds/2024-03-05.log gnuradio3_8Packages.rds 3.8.0 -> 3.10 https://github.com/bastibl/gr-rds/releases attrpath: gnuradio3_8Packages.rds 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/gnuradio-modules/rds/default.nix b/pkgs/development/gnuradio-modules/rds/default.nix index 9a6f2ccbbad4..d38122829aea 100644 --- a/pkgs/development/gnuradio-modules/rds/default.nix +++ b/pkgs/development/gnuradio-modules/rds/default.nix @@ -18,7 +18,7 @@ let version = { "3.7" = "1.1.0"; - "3.8" = "3.8.0"; + "3.8" = "3.10"; "3.9" = null; }.${gnuradio.versionAttr.major}; src = fetchFromGitHub { @@ -27,7 +27,7 @@ let rev = "v${version}"; sha256 = { "3.7" = "0jkzchvw0ivcxsjhi1h0mf7k13araxf5m4wi5v9xdgqxvipjzqfy"; - "3.8" = "+yKLJu2bo7I2jkAiOdjvdhZwxFz9NFgTmzcLthH9Y5o="; + "3.8" = "sha256-86hPAUjdApCMCNPlt79ShNIuZrtc73O0MxTjgTuYo+U="; "3.9" = null; }.${gnuradio.versionAttr.major}; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gnuradio3_8Packages.rds nix build failed. @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/q6amda7bdbsfzbbjnk1k2yj7nkbmd3pk-gr-rds-3.10/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/q6amda7bdbsfzbbjnk1k2yj7nkbmd3pk-gr-rds-3.10/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/q6amda7bdbsfzbbjnk1k2yj7nkbmd3pk-gr-rds-3.10/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/q6amda7bdbsfzbbjnk1k2yj7nkbmd3pk-gr-rds-3.10/share/doc/gr-rds -DCMAKE_INSTALL_INFODIR=/nix/store/q6amda7bdbsfzbbjnk1k2yj7nkbmd3pk-gr-rds-3.10/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/q6amda7bdbsfzbbjnk1k2yj7nkbmd3pk-gr-rds-3.10/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/q6amda7bdbsfzbbjnk1k2yj7nkbmd3pk-gr-rds-3.10/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/q6amda7bdbsfzbbjnk1k2yj7nkbmd3pk-gr-rds-3.10/include -DCMAKE_INSTALL_SBINDIR=/nix/store/q6amda7bdbsfzbbjnk1k2yj7nkbmd3pk-gr-rds-3.10/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/q6amda7bdbsfzbbjnk1k2yj7nkbmd3pk-gr-rds-3.10/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/q6amda7bdbsfzbbjnk1k2yj7nkbmd3pk-gr-rds-3.10/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/q6amda7bdbsfzbbjnk1k2yj7nkbmd3pk-gr-rds-3.10 -- The CXX compiler identification is GNU 13.2.0 -- The C 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 -- 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 -- Found PkgConfig: /nix/store/492n7ylp2f9zn0k3vghv1snypgkzznc5-pkg-config-wrapper-0.29.2/bin/pkg-config (found version "0.29.2") CMake Error at CMakeLists.txt:77 (find_package): Could not find a configuration file for package "Gnuradio" that is compatible with requested version "3.10". The following configuration files were considered but not accepted: /nix/store/8cw63zjjyz1skb0p2pxqvddarsfv9fkf-gnuradio-3.8.5.0/lib/cmake/gnuradio/GnuradioConfig.cmake, version: 3.8.5.0  -- Configuring incomplete, errors occurred! [result] Failed to update gnuradio3_8Packages.rds 3.8.0 -> 3.10 https://github.com/bastibl/gr-rds/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 haskellPackages.commutative-semigroups, using log file: /var/log/nixpkgs-update/haskellPackages.commutative-semigroups/2024-03-05.log haskellPackages.commutative-semigroups 0.1.0.1 -> 0.1.0.2 https://repology.org/project/haskell:commutative-semigroups/versions attrpath: haskellPackages.commutative-semigroups Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.commutative-semigroups 0.1.0.1 -> 0.1.0.2 https://repology.org/project/haskell:commutative-semigroups/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath infra, using log file: /var/log/nixpkgs-update/infra/2024-03-05.log infra 0.21.0 -> 0.47.0 https://repology.org/project/infra/versions attrpath: infra 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/w4kymiwj2lhj1klsnqjcnkr8w53c2kf1-source.drv building '/nix/store/w4kymiwj2lhj1klsnqjcnkr8w53c2kf1-source.drv'... trying https://github.com/infrahq/infra/archive/v0.47.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: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'infra.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/w4kymiwj2lhj1klsnqjcnkr8w53c2kf1-source.drv /nix/store/2wj13f6vlxw2gc8n236jxkba4i6g3snh-infra-0.47.0-go-modules.drv /nix/store/4l0vc3qjg4bnp3k6fq193bnanm5slji2-infra-0.47.0.drv building '/nix/store/w4kymiwj2lhj1klsnqjcnkr8w53c2kf1-source.drv'... trying https://github.com/infrahq/infra/archive/v0.47.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/w4kymiwj2lhj1klsnqjcnkr8w53c2kf1-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/infrahq/infra/archive/v0.47.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/w4kymiwj2lhj1klsnqjcnkr8w53c2kf1-source.drv'. error: 1 dependencies of derivation '/nix/store/4l0vc3qjg4bnp3k6fq193bnanm5slji2-infra-0.47.0.drv' failed to build [result] Failed to update infra 0.21.0 -> 0.47.0 https://repology.org/project/infra/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.crandep, using log file: /var/log/nixpkgs-update/rPackages.crandep/2024-03-05.log rPackages.crandep 0.3.4 -> 0.3.6 https://repology.org/project/r:crandep/versions attrpath: rPackages.crandep 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.crandep 0.3.4 -> 0.3.6 https://repology.org/project/r:crandep/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ibus-engines.bamboo, using log file: /var/log/nixpkgs-update/ibus-engines.bamboo/2024-03-05.log ibus-engines.bamboo 0.8.2-rc18 -> 0.7.8 https://repology.org/project/ibus-bamboo/versions attrpath: ibus-engines.bamboo Checking auto update branch... No auto update branch exists 0.7.8 is not newer than 0.8.2-rc18 according to Nix; versionComparison: -1 [result] Failed to update ibus-engines.bamboo 0.8.2-rc18 -> 0.7.8 https://repology.org/project/ibus-bamboo/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.radian, using log file: /var/log/nixpkgs-update/python312Packages.radian/2024-03-05.log python312Packages.radian 0.6.8 -> 0.6.12 https://repology.org/project/python:radian/versions attrpath: python312Packages.radian Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d70jza9xs3cs3f8hwqp289azjacginnj-packages.json.drv building '/nix/store/d70jza9xs3cs3f8hwqp289azjacginnj-packages.json.drv'... Going to be running update for following packages: - python3.12-radian-0.6.8 Press Enter key to continue... Running update for: - python3.12-radian-0.6.8: UPDATING ... - python3.12-radian-0.6.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.radian 0.6.8 -> 0.6.12 https://repology.org/project/python:radian/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rsibreak, using log file: /var/log/nixpkgs-update/rsibreak/2024-03-05.log rsibreak 0.12.13 -> 0.12.15 https://repology.org/project/rsibreak/versions attrpath: rsibreak 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/kw7lsqbpnmhn7k8zwv1kpjayvyg07xlg-rsibreak-0.12.15.tar.xz.drv building '/nix/store/kw7lsqbpnmhn7k8zwv1kpjayvyg07xlg-rsibreak-0.12.15.tar.xz.drv'... trying https://cdn.download.kde.org/stable/rsibreak/0.12.15/rsibreak-0.12.15.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 286 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://download.kde.org/download.php?url=stable/rsibreak/0.12.15/rsibreak-0.12.15.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 339 100 339 0 0 3110 0 --:--:-- --:--:-- --:--:-- 3138 0 279 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.gwdg.de/pub/linux/kde/stable/rsibreak/0.12.15/rsibreak-0.12.15.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 239 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirrors.ocf.berkeley.edu/kde/stable/rsibreak/0.12.15/rsibreak-0.12.15.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://mirrors.mit.edu/kde/stable/rsibreak/0.12.15/rsibreak-0.12.15.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://mirrors.ustc.edu.cn/kde/stable/rsibreak/0.12.15/rsibreak-0.12.15.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 150 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/stable/rsibreak/0.12.15/rsibreak-0.12.15.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 error: cannot download rsibreak-0.12.15.tar.xz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'rsibreak.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/kw7lsqbpnmhn7k8zwv1kpjayvyg07xlg-rsibreak-0.12.15.tar.xz.drv /nix/store/nh1f7l1zqvkfmhkzp9607r004y62spb9-rsibreak-0.12.15.drv these 5 paths will be fetched (0.12 MiB download, 0.65 MiB unpacked): /nix/store/i06q1ym2x0skqkma7zdpg9v744fq0ss8-kidletime-5.115.0 /nix/store/5d7wqym73wbrmq11s3dzqiryzy7jlq2j-kidletime-5.115.0-bin /nix/store/8p78kpps0w2l96ka5ja39civgykq9hy8-kidletime-5.115.0-dev /nix/store/avmhnb5s3sg85q55mfvxydgkxmyp5q03-knotifyconfig-5.115.0 /nix/store/ga75bvgy6pyb984y9s07lhvmw3kwv4n8-knotifyconfig-5.115.0-dev copying path '/nix/store/i06q1ym2x0skqkma7zdpg9v744fq0ss8-kidletime-5.115.0' from 'https://cache.nixos.org'... copying path '/nix/store/avmhnb5s3sg85q55mfvxydgkxmyp5q03-knotifyconfig-5.115.0' from 'https://cache.nixos.org'... building '/nix/store/kw7lsqbpnmhn7k8zwv1kpjayvyg07xlg-rsibreak-0.12.15.tar.xz.drv'... copying path '/nix/store/5d7wqym73wbrmq11s3dzqiryzy7jlq2j-kidletime-5.115.0-bin' from 'https://cache.nixos.org'... copying path '/nix/store/8p78kpps0w2l96ka5ja39civgykq9hy8-kidletime-5.115.0-dev' from 'https://cache.nixos.org'... copying path '/nix/store/ga75bvgy6pyb984y9s07lhvmw3kwv4n8-knotifyconfig-5.115.0-dev' from 'https://cache.nixos.org'... trying https://cdn.download.kde.org/stable/rsibreak/0.12.15/rsibreak-0.12.15.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 286 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://download.kde.org/download.php?url=stable/rsibreak/0.12.15/rsibreak-0.12.15.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 339 100 339 0 0 3454 0 --:--:-- --:--:-- --:--:-- 3459 0 279 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.gwdg.de/pub/linux/kde/stable/rsibreak/0.12.15/rsibreak-0.12.15.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 239 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirrors.ocf.berkeley.edu/kde/stable/rsibreak/0.12.15/rsibreak-0.12.15.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://mirrors.mit.edu/kde/stable/rsibreak/0.12.15/rsibreak-0.12.15.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://mirrors.ustc.edu.cn/kde/stable/rsibreak/0.12.15/rsibreak-0.12.15.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 150 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/stable/rsibreak/0.12.15/rsibreak-0.12.15.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 error: cannot download rsibreak-0.12.15.tar.xz from any mirror error: builder for '/nix/store/kw7lsqbpnmhn7k8zwv1kpjayvyg07xlg-rsibreak-0.12.15.tar.xz.drv' failed with exit code 1; last 25 log lines: > > trying https://mirrors.ocf.berkeley.edu/kde/stable/rsibreak/0.12.15/rsibreak-0.12.15.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://mirrors.mit.edu/kde/stable/rsibreak/0.12.15/rsibreak-0.12.15.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://mirrors.ustc.edu.cn/kde/stable/rsibreak/0.12.15/rsibreak-0.12.15.tar.xz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 150 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://ftp.funet.fi/pub/mirrors/ftp.kde.org/pub/kde/stable/rsibreak/0.12.15/rsibreak-0.12.15.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 > error: cannot download rsibreak-0.12.15.tar.xz from any mirror For full logs, run 'nix log /nix/store/kw7lsqbpnmhn7k8zwv1kpjayvyg07xlg-rsibreak-0.12.15.tar.xz.drv'. error: 1 dependencies of derivation '/nix/store/nh1f7l1zqvkfmhkzp9607r004y62spb9-rsibreak-0.12.15.drv' failed to build [result] Failed to update rsibreak 0.12.13 -> 0.12.15 https://repology.org/project/rsibreak/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.diffcor, using log file: /var/log/nixpkgs-update/rPackages.diffcor/2024-03-05.log rPackages.diffcor 0.8.1 -> 0.8.2 https://repology.org/project/r:diffcor/versions attrpath: rPackages.diffcor Checking auto update branch... No auto update branch exists Old version 0.8.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.diffcor 0.8.1 -> 0.8.2 https://repology.org/project/r:diffcor/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-lightsail, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-lightsail/2024-03-05.log python311Packages.mypy-boto3-lightsail 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-lightsail Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f72giyc6rm79p44s8a68h8gl35l6g17b-packages.json.drv building '/nix/store/f72giyc6rm79p44s8a68h8gl35l6g17b-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-lightsail-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-lightsail-1.34.0: UPDATING ... - python3.11-mypy-boto3-lightsail-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-lightsail 1.34.0 -> 7.23.2 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 libpulsar, using log file: /var/log/nixpkgs-update/libpulsar/2024-03-05.log libpulsar 2.10.2 -> 3.4.2 https://repology.org/project/libpulsar/versions attrpath: libpulsar 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/384bj0lclb842zvxx42kidyv6pfhm52w-apache-pulsar-3.4.2-src.tar.gz.drv building '/nix/store/384bj0lclb842zvxx42kidyv6pfhm52w-apache-pulsar-3.4.2-src.tar.gz.drv'... trying https://dlcdn.apache.org/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.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 trying https://www-eu.apache.org/dist/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 287 100 287 0 0 1140 0 --:--:-- --:--:-- --:--:-- 1143 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.wayne.edu/apache/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 255 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://www.apache.org/dist/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 287 100 287 0 0 5529 0 --:--:-- --:--:-- --:--:-- 5627 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://archive.apache.org/dist/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.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 trying https://apache.cs.uu.nl/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://apache.cs.utah.edu/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.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: (7) Failed to connect to apache.cs.utah.edu port 443 after 646 ms: Couldn't connect to server trying http://ftp.tudelft.nl/apache/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.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 trying ftp://ftp.funet.fi/pub/mirrors/apache.org/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.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: (9) Server denied you to change to the given directory error: cannot download apache-pulsar-3.4.2-src.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libpulsar.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/384bj0lclb842zvxx42kidyv6pfhm52w-apache-pulsar-3.4.2-src.tar.gz.drv /nix/store/690bs6530vpmfg28q8wb47r3gn7hj2lp-libpulsar-3.4.2.drv this path will be fetched (0.00 MiB download, 0.01 MiB unpacked): /nix/store/lmlg8km2jjj9xiyljs9ivgaf5lia2klc-clang-tools-16.0.6 copying path '/nix/store/lmlg8km2jjj9xiyljs9ivgaf5lia2klc-clang-tools-16.0.6' from 'https://cache.nixos.org'... building '/nix/store/384bj0lclb842zvxx42kidyv6pfhm52w-apache-pulsar-3.4.2-src.tar.gz.drv'... trying https://dlcdn.apache.org/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.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 trying https://www-eu.apache.org/dist/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 287 100 287 0 0 1154 0 --:--:-- --:--:-- --:--:-- 1157 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.wayne.edu/apache/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 255 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://www.apache.org/dist/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 287 100 287 0 0 3798 0 --:--:-- --:--:-- --:--:-- 3826 0 196 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://archive.apache.org/dist/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.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 trying https://apache.cs.uu.nl/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://apache.cs.utah.edu/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.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: (7) Failed to connect to apache.cs.utah.edu port 443 after 161 ms: Couldn't connect to server trying http://ftp.tudelft.nl/apache/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.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 trying ftp://ftp.funet.fi/pub/mirrors/apache.org/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.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: (9) Server denied you to change to the given directory error: cannot download apache-pulsar-3.4.2-src.tar.gz from any mirror error: builder for '/nix/store/384bj0lclb842zvxx42kidyv6pfhm52w-apache-pulsar-3.4.2-src.tar.gz.drv' failed with exit code 1; last 25 log lines: > > trying https://apache.cs.uu.nl/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 14 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying https://apache.cs.utah.edu/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.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: (7) Failed to connect to apache.cs.utah.edu port 443 after 161 ms: Couldn't connect to server > > trying http://ftp.tudelft.nl/apache/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.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 > > trying ftp://ftp.funet.fi/pub/mirrors/apache.org/pulsar/pulsar-3.4.2/apache-pulsar-3.4.2-src.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: (9) Server denied you to change to the given directory > error: cannot download apache-pulsar-3.4.2-src.tar.gz from any mirror For full logs, run 'nix log /nix/store/384bj0lclb842zvxx42kidyv6pfhm52w-apache-pulsar-3.4.2-src.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/690bs6530vpmfg28q8wb47r3gn7hj2lp-libpulsar-3.4.2.drv' failed to build [result] Failed to update libpulsar 2.10.2 -> 3.4.2 https://repology.org/project/libpulsar/versions [options] github_user: r-ryantm, pull_request: 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.DataClone 0.004 -> 0.006 https://repology.org/project/perl:data-clone/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath frostwire-bin, using log file: /var/log/nixpkgs-update/frostwire-bin/2024-03-05.log frostwire-bin 6.9.8 -> 6.13.1 https://repology.org/project/frostwire/versions attrpath: frostwire-bin 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/javii2cfyc69cb9jjb2ajhzcyp69ym3v-frostwire-6.13.1.amd64.tar.gz.drv building '/nix/store/javii2cfyc69cb9jjb2ajhzcyp69ym3v-frostwire-6.13.1.amd64.tar.gz.drv'... trying https://dl.frostwire.com/frostwire/6.13.1/frostwire-6.13.1.amd64.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 certificate problem: unable to get local issuer certificate 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 frostwire-6.13.1.amd64.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'frostwire-bin.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/javii2cfyc69cb9jjb2ajhzcyp69ym3v-frostwire-6.13.1.amd64.tar.gz.drv /nix/store/15h1lv7hv64zwcvyd49gjcqsmg7lp3kl-frostwire-6.13.1.drv building '/nix/store/javii2cfyc69cb9jjb2ajhzcyp69ym3v-frostwire-6.13.1.amd64.tar.gz.drv'... trying https://dl.frostwire.com/frostwire/6.13.1/frostwire-6.13.1.amd64.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 certificate problem: unable to get local issuer certificate 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 frostwire-6.13.1.amd64.tar.gz from any mirror error: builder for '/nix/store/javii2cfyc69cb9jjb2ajhzcyp69ym3v-frostwire-6.13.1.amd64.tar.gz.drv' failed with exit code 1; last 12 log lines: > > trying https://dl.frostwire.com/frostwire/6.13.1/frostwire-6.13.1.amd64.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 certificate problem: unable to get local issuer certificate > 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 frostwire-6.13.1.amd64.tar.gz from any mirror For full logs, run 'nix log /nix/store/javii2cfyc69cb9jjb2ajhzcyp69ym3v-frostwire-6.13.1.amd64.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/15h1lv7hv64zwcvyd49gjcqsmg7lp3kl-frostwire-6.13.1.drv' failed to build [result] Failed to update frostwire-bin 6.9.8 -> 6.13.1 https://repology.org/project/frostwire/versions [options] github_user: r-ryantm, pull_request: 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.DateTimeLocale 1.39 -> 1.40 https://repology.org/project/perl:datetime-locale/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.rio-prettyprint, using log file: /var/log/nixpkgs-update/haskellPackages.rio-prettyprint/2024-03-05.log haskellPackages.rio-prettyprint 0.1.7.0 -> 0.1.8.0 https://repology.org/project/haskell:rio-prettyprint/versions attrpath: haskellPackages.rio-prettyprint Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.rio-prettyprint 0.1.7.0 -> 0.1.8.0 https://repology.org/project/haskell:rio-prettyprint/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gede, using log file: /var/log/nixpkgs-update/gede/2024-03-05.log gede 2.18.3 -> 2.19.3 https://repology.org/project/gede/versions attrpath: gede 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/gede/default.nix b/pkgs/development/tools/misc/gede/default.nix index 12fe5b19a986..9e1be690059e 100644 --- a/pkgs/development/tools/misc/gede/default.nix +++ b/pkgs/development/tools/misc/gede/default.nix @@ -2,11 +2,11 @@ mkDerivation rec { pname = "gede"; - version = "2.18.3"; + version = "2.19.3"; src = fetchurl { url = "http://gede.dexar.se/uploads/source/${pname}-${version}.tar.xz"; - sha256 = "sha256-RUl60iPa4XSlUilpYKaYQbRmLqthKHAvYonnhufjPsE="; + sha256 = "sha256-9faFySggfD7tWe6lMqlY8TYlV2cIbOkH0cN6sHfeQV0="; }; nativeBuildInputs = [ qmake makeWrapper python3 ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A gede nix build failed. got build log for 'gede' from 'daemon' @nix { "action": "setPhase", "phase": "qmakePrePhase" } Running phase: qmakePrePhase @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/ils1wd4qaff4nhnsihmrcpnv1541fdyy-gede-2.19.3.tar.xz source root is gede-2.19.3 setting SOURCE_DATE_EPOCH to timestamp 1704400705 of file gede-2.19.3/todo.rst @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": "glibPreInstallPhase" } Running phase: glibPreInstallPhase @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase Checking for make... found in /nix/store/w0q0c4jham4h0cbvi3ygydl6hrcmzn6x-gnumake-4.4.1/bin Checking for gcc... found in /nix/store/ln6zld1ia7rxddmxgbpfhrmb42rbxdw8-gcc-wrapper-13.2.0/bin Checking for ctags...  not found!! Detecting Qt version... Qt5 (qmake) Using 'qmake' Qt version: 5.15.12 Generating makefile Info: creating stash file /build/gede-2.19.3/src/.qmake.stash Project ERROR: Unknown module(s) in QT: serialport [result] Failed to update gede 2.18.3 -> 2.19.3 https://repology.org/project/gede/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.rattletrap_12_1_2, using log file: /var/log/nixpkgs-update/haskellPackages.rattletrap_12_1_2/2024-03-05.log haskellPackages.rattletrap_12_1_2 12.1.2 -> 12.1.3 https://repology.org/project/haskell:rattletrap/versions attrpath: haskellPackages.rattletrap_12_1_2 Checking auto update branch... No auto update branch exists Version in attr path haskellPackages.rattletrap_12_1_2 not compatible with 12.1.3 [result] Failed to update haskellPackages.rattletrap_12_1_2 12.1.2 -> 12.1.3 https://repology.org/project/haskell:rattletrap/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.rzk, using log file: /var/log/nixpkgs-update/haskellPackages.rzk/2024-03-05.log haskellPackages.rzk 0.7.1 -> 0.7.3 https://repology.org/project/haskell:rzk/versions attrpath: haskellPackages.rzk Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.rzk 0.7.1 -> 0.7.3 https://repology.org/project/haskell:rzk/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.GJRM, using log file: /var/log/nixpkgs-update/rPackages.GJRM/2024-03-05.log rPackages.GJRM 0.2-6.4 -> 0.2-6.5 https://repology.org/project/r:gjrm/versions attrpath: rPackages.GJRM Checking auto update branch... No auto update branch exists Old version 0.2-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.GJRM 0.2-6.4 -> 0.2-6.5 https://repology.org/project/r:gjrm/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.rnpn, using log file: /var/log/nixpkgs-update/rPackages.rnpn/2024-03-05.log rPackages.rnpn 1.2.6 -> 1.2.8.0 https://repology.org/project/r:rnpn/versions attrpath: rPackages.rnpn Checking auto update branch... No auto update branch exists Old version 1.2.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.rnpn 1.2.6 -> 1.2.8.0 https://repology.org/project/r:rnpn/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.relevance, using log file: /var/log/nixpkgs-update/rPackages.relevance/2024-03-05.log rPackages.relevance 2.0 -> 2.1 https://repology.org/project/r:relevance/versions attrpath: rPackages.relevance Checking auto update branch... No auto update branch exists Old version 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.relevance 2.0 -> 2.1 https://repology.org/project/r:relevance/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.llama-index-question-gen-openai, using log file: /var/log/nixpkgs-update/python311Packages.llama-index-question-gen-openai/2024-03-05.log python311Packages.llama-index-question-gen-openai 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/releases attrpath: python311Packages.llama-index-question-gen-openai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0gvhpzn7g9zfs6hbj1p6j8vc7lzpyszb-packages.json.drv building '/nix/store/0gvhpzn7g9zfs6hbj1p6j8vc7lzpyszb-packages.json.drv'... Going to be running update for following packages: - python3.11-llama-index-question-gen-openai-0.10.14 Press Enter key to continue... Running update for: - python3.11-llama-index-question-gen-openai-0.10.14: UPDATING ... - python3.11-llama-index-question-gen-openai-0.10.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 708230eed628..da75b4efc254 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.14"; + version = "0.10.15"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-9EbhiW2VPaX6Ffrm5a3pJxw2M73x1JOna+OurSJErSM="; + hash = "sha256-vYTVU3iSsZDWXnWXVrQ9+5lDhhAqJxV+B0so07i9peg="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists There might already be an open PR for this update: - python311Packages.llama-index: 0.10.14 -> 0.10.15 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293216" [result] Failed to update python311Packages.llama-index-question-gen-openai 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/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.llama-index-embeddings-gemini, using log file: /var/log/nixpkgs-update/python311Packages.llama-index-embeddings-gemini/2024-03-05.log python311Packages.llama-index-embeddings-gemini 0.1.3 -> 0.10.15 https://github.com/run-llama/llama_index/releases attrpath: python311Packages.llama-index-embeddings-gemini Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/aijq4cw6l8960ib7c9bm1w9dn938fv4c-packages.json.drv building '/nix/store/aijq4cw6l8960ib7c9bm1w9dn938fv4c-packages.json.drv'... Going to be running update for following packages: - python3.11-llama-index-embeddings-gemini-0.1.3 Press Enter key to continue... Running update for: - python3.11-llama-index-embeddings-gemini-0.1.3: UPDATING ... - python3.11-llama-index-embeddings-gemini-0.1.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 708230eed628..da75b4efc254 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.14"; + version = "0.10.15"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-9EbhiW2VPaX6Ffrm5a3pJxw2M73x1JOna+OurSJErSM="; + hash = "sha256-vYTVU3iSsZDWXnWXVrQ9+5lDhhAqJxV+B0so07i9peg="; }; sourceRoot = "${src.name}/${pname}"; Package version did not change. [result] Failed to update python311Packages.llama-index-embeddings-gemini 0.1.3 -> 0.10.15 https://github.com/run-llama/llama_index/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.llama-index-readers-file, using log file: /var/log/nixpkgs-update/python311Packages.llama-index-readers-file/2024-03-05.log python311Packages.llama-index-readers-file 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/releases attrpath: python311Packages.llama-index-readers-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/szh8i5gr562wkiqia7jwn6gynrnq0bm8-packages.json.drv building '/nix/store/szh8i5gr562wkiqia7jwn6gynrnq0bm8-packages.json.drv'... Going to be running update for following packages: - python3.11-llama-index-readers-file-0.10.14 Press Enter key to continue... Running update for: - python3.11-llama-index-readers-file-0.10.14: UPDATING ... - python3.11-llama-index-readers-file-0.10.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 708230eed628..da75b4efc254 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.14"; + version = "0.10.15"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-9EbhiW2VPaX6Ffrm5a3pJxw2M73x1JOna+OurSJErSM="; + hash = "sha256-vYTVU3iSsZDWXnWXVrQ9+5lDhhAqJxV+B0so07i9peg="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists There might already be an open PR for this update: - python311Packages.llama-index: 0.10.14 -> 0.10.15 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293216" [result] Failed to update python311Packages.llama-index-readers-file 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/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.llama-index-indices-managed-llama-cloud, using log file: /var/log/nixpkgs-update/python311Packages.llama-index-indices-managed-llama-cloud/2024-03-05.log python311Packages.llama-index-indices-managed-llama-cloud 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/releases attrpath: python311Packages.llama-index-indices-managed-llama-cloud Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yrwkl5dj06h35nzfyal08cs8p3g1vlzj-packages.json.drv building '/nix/store/yrwkl5dj06h35nzfyal08cs8p3g1vlzj-packages.json.drv'... Going to be running update for following packages: - python3.11-llama-index-indices-managed-llama-cloud-0.10.14 Press Enter key to continue... Running update for: - python3.11-llama-index-indices-managed-llama-cloud-0.10.14: UPDATING ... - python3.11-llama-index-indices-managed-llama-cloud-0.10.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 708230eed628..da75b4efc254 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.14"; + version = "0.10.15"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-9EbhiW2VPaX6Ffrm5a3pJxw2M73x1JOna+OurSJErSM="; + hash = "sha256-vYTVU3iSsZDWXnWXVrQ9+5lDhhAqJxV+B0so07i9peg="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists There might already be an open PR for this update: - python311Packages.llama-index: 0.10.14 -> 0.10.15 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293216" [result] Failed to update python311Packages.llama-index-indices-managed-llama-cloud 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/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.llama-index-cli, using log file: /var/log/nixpkgs-update/python311Packages.llama-index-cli/2024-03-05.log python311Packages.llama-index-cli 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/releases attrpath: python311Packages.llama-index-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/1x8k9xw06jfsi94f1am2h7f8rxm6lrj7-packages.json.drv building '/nix/store/1x8k9xw06jfsi94f1am2h7f8rxm6lrj7-packages.json.drv'... Going to be running update for following packages: - python3.11-llama-index-cli-0.10.14 Press Enter key to continue... Running update for: - python3.11-llama-index-cli-0.10.14: UPDATING ... - python3.11-llama-index-cli-0.10.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 708230eed628..da75b4efc254 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.14"; + version = "0.10.15"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-9EbhiW2VPaX6Ffrm5a3pJxw2M73x1JOna+OurSJErSM="; + hash = "sha256-vYTVU3iSsZDWXnWXVrQ9+5lDhhAqJxV+B0so07i9peg="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists There might already be an open PR for this update: - python311Packages.llama-index: 0.10.14 -> 0.10.15 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293216" [result] Failed to update python311Packages.llama-index-cli 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/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.EMMIXmfa, using log file: /var/log/nixpkgs-update/rPackages.EMMIXmfa/2024-03-05.log rPackages.EMMIXmfa 2.0.11 -> 2.0.14 https://repology.org/project/r:emmixmfa/versions attrpath: rPackages.EMMIXmfa Checking auto update branch... No auto update branch exists Old version 2.0.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.EMMIXmfa 2.0.11 -> 2.0.14 https://repology.org/project/r:emmixmfa/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.Sleuth2, using log file: /var/log/nixpkgs-update/rPackages.Sleuth2/2024-03-05.log rPackages.Sleuth2 2.0-5 -> 2.0-7 https://repology.org/project/r:sleuth2/versions attrpath: rPackages.Sleuth2 Checking auto update branch... No auto update branch exists Old version 2.0-5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.Sleuth2 2.0-5 -> 2.0-7 https://repology.org/project/r:sleuth2/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.MALDIrppa, using log file: /var/log/nixpkgs-update/rPackages.MALDIrppa/2024-03-05.log rPackages.MALDIrppa 1.1.0-1 -> 1.1.0-2 https://repology.org/project/r:maldirppa/versions attrpath: rPackages.MALDIrppa Checking auto update branch... No auto update branch exists Old version 1.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.MALDIrppa 1.1.0-1 -> 1.1.0-2 https://repology.org/project/r:maldirppa/versions [options] github_user: r-ryantm, pull_request: 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 gst_all_1.gst-plugins-bad 1.22.9 -> 1.22.10 https://repology.org/project/gstreamer:bad/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.statGraph, using log file: /var/log/nixpkgs-update/rPackages.statGraph/2024-03-05.log rPackages.statGraph 0.5.0 -> 0.5.1 https://repology.org/project/r:statgraph/versions attrpath: rPackages.statGraph 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.statGraph 0.5.0 -> 0.5.1 https://repology.org/project/r:statgraph/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.lvmisc, using log file: /var/log/nixpkgs-update/rPackages.lvmisc/2024-03-05.log rPackages.lvmisc 0.1.1 -> 0.1.2 https://repology.org/project/r:lvmisc/versions attrpath: rPackages.lvmisc 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.lvmisc 0.1.1 -> 0.1.2 https://repology.org/project/r:lvmisc/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.elasdics, using log file: /var/log/nixpkgs-update/rPackages.elasdics/2024-03-05.log rPackages.elasdics 1.1.1 -> 1.1.3 https://repology.org/project/r:elasdics/versions attrpath: rPackages.elasdics 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.elasdics 1.1.1 -> 1.1.3 https://repology.org/project/r:elasdics/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.SOMbrero, using log file: /var/log/nixpkgs-update/rPackages.SOMbrero/2024-03-05.log rPackages.SOMbrero 1.4-1 -> 1.4.2 https://repology.org/project/r:sombrero/versions attrpath: rPackages.SOMbrero 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.SOMbrero 1.4-1 -> 1.4.2 https://repology.org/project/r:sombrero/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.build, using log file: /var/log/nixpkgs-update/python312Packages.build/2024-03-05.log python312Packages.build 1.0.3 -> 1.1.1 https://github.com/pypa/build/releases attrpath: python312Packages.build Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dxjhkpdnk41g56nzvrmm47qzlls38k1l-packages.json.drv building '/nix/store/dxjhkpdnk41g56nzvrmm47qzlls38k1l-packages.json.drv'... Going to be running update for following packages: - python3.12-build-1.0.3 Press Enter key to continue... Running update for: - python3.12-build-1.0.3: UPDATING ... - python3.12-build-1.0.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/build/default.nix b/pkgs/development/python-modules/build/default.nix index 42c7786d78ae..b3c33db4c570 100644 --- a/pkgs/development/python-modules/build/default.nix +++ b/pkgs/development/python-modules/build/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "build"; - version = "1.0.3"; + version = "1.1.1"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "pypa"; repo = "build"; rev = "refs/tags/${version}"; - hash = "sha256-SGWpm+AGIfqKMpDfmz2aMYmcs+XVREbHIXSuU4R7U/k="; + hash = "sha256-qlt5+3XFesF9UuvJ+D4F/1KVZ3cov6sTitjufwAq73Q="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 58952 > 25 [result] Failed to update python312Packages.build 1.0.3 -> 1.1.1 https://github.com/pypa/build/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.migraph, using log file: /var/log/nixpkgs-update/rPackages.migraph/2024-03-05.log rPackages.migraph 1.2.1 -> 1.3.2 https://repology.org/project/r:migraph/versions attrpath: rPackages.migraph 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.migraph 1.2.1 -> 1.3.2 https://repology.org/project/r:migraph/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath texinfo, using log file: /var/log/nixpkgs-update/texinfo/2024-03-05.log texinfo 7.0.3 -> 7.1 https://repology.org/project/texinfo/versions attrpath: texinfo Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - Refactor texinfo and update 7.0.3 -> 7.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289690" - texinfo: 7.0.3 -> 7.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/262276" [result] Failed to update texinfo 7.0.3 -> 7.1 https://repology.org/project/texinfo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath johnny, using log file: /var/log/nixpkgs-update/johnny/2024-03-05.log johnny 2.2 -> 20120424 https://repology.org/project/johnny/versions attrpath: johnny 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/xg11hg6bgf3amc69v0ywc7bkphrd8j88-source.drv building '/nix/store/xg11hg6bgf3amc69v0ywc7bkphrd8j88-source.drv'... trying https://github.com/openwall/johnny/archive/v20120424.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: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'johnny.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/bvj61fsglb81fwfwvbr3mbq6c3f40h8x-Johnny.desktop.drv /nix/store/xg11hg6bgf3amc69v0ywc7bkphrd8j88-source.drv /nix/store/rsdhj1mca6ly79lhsfn46y154d326cq0-johnny-20120424.drv these 3 paths will be fetched (18.61 MiB download, 52.18 MiB unpacked): /nix/store/ywqnswm7823hy7k6157fswwc2jglcbcv-john-1.9.0-jumbo-1 /nix/store/zzplgiblp93b3ai1fj9qa1lyzkarmvdl-perl5.38.2-Compress-Raw-Lzma-2.206 /nix/store/lfd8hpv449kws1cg35vvzdqa0wi3jpgm-perl5.38.2-Digest-MD4-1.9 building '/nix/store/bvj61fsglb81fwfwvbr3mbq6c3f40h8x-Johnny.desktop.drv'... copying path '/nix/store/zzplgiblp93b3ai1fj9qa1lyzkarmvdl-perl5.38.2-Compress-Raw-Lzma-2.206' from 'https://cache.nixos.org'... copying path '/nix/store/lfd8hpv449kws1cg35vvzdqa0wi3jpgm-perl5.38.2-Digest-MD4-1.9' from 'https://cache.nixos.org'... building '/nix/store/xg11hg6bgf3amc69v0ywc7bkphrd8j88-source.drv'... /nix/store/7ivyw0fl6xw5h3yivfnilpyxd1xa9mv5-Johnny.desktop/share/applications/Johnny.desktop: warning: value "Application;System" for key "Categories" in group "Desktop Entry" contains a deprecated value "Application" copying path '/nix/store/ywqnswm7823hy7k6157fswwc2jglcbcv-john-1.9.0-jumbo-1' from 'https://cache.nixos.org'... trying https://github.com/openwall/johnny/archive/v20120424.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/xg11hg6bgf3amc69v0ywc7bkphrd8j88-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/openwall/johnny/archive/v20120424.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/xg11hg6bgf3amc69v0ywc7bkphrd8j88-source.drv'. error: 1 dependencies of derivation '/nix/store/rsdhj1mca6ly79lhsfn46y154d326cq0-johnny-20120424.drv' failed to build [result] Failed to update johnny 2.2 -> 20120424 https://repology.org/project/johnny/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath skippy-xd, using log file: /var/log/nixpkgs-update/skippy-xd/2024-03-05.log skippy-xd 0.6.0 -> 2023.06.25 https://repology.org/project/skippy-xd/versions attrpath: skippy-xd Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update skippy-xd 0.6.0 -> 2023.06.25 https://repology.org/project/skippy-xd/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cask-server, using log file: /var/log/nixpkgs-update/cask-server/2024-03-05.log cask-server 0.6.0 -> 0.6.6 https://repology.org/project/cask-server/versions attrpath: cask-server Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update cask-server 0.6.0 -> 0.6.6 https://repology.org/project/cask-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 haskellPackages.rdf, using log file: /var/log/nixpkgs-update/haskellPackages.rdf/2024-03-05.log haskellPackages.rdf 0.1.0.7 -> 0.1.0.8 https://repology.org/project/haskell:rdf/versions attrpath: haskellPackages.rdf Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.rdf 0.1.0.7 -> 0.1.0.8 https://repology.org/project/haskell:rdf/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.llama-index-cli, using log file: /var/log/nixpkgs-update/python312Packages.llama-index-cli/2024-03-05.log python312Packages.llama-index-cli 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/releases attrpath: python312Packages.llama-index-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/5kqbsn4gqkzjhkpmvjfrxlf76z9y7msr-packages.json.drv building '/nix/store/5kqbsn4gqkzjhkpmvjfrxlf76z9y7msr-packages.json.drv'... Going to be running update for following packages: - python3.12-llama-index-cli-0.10.14 Press Enter key to continue... Running update for: - python3.12-llama-index-cli-0.10.14: UPDATING ... - python3.12-llama-index-cli-0.10.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 708230eed628..da75b4efc254 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.14"; + version = "0.10.15"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-9EbhiW2VPaX6Ffrm5a3pJxw2M73x1JOna+OurSJErSM="; + hash = "sha256-vYTVU3iSsZDWXnWXVrQ9+5lDhhAqJxV+B0so07i9peg="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.llama-index-cli Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.llama-index-cli Standard output: error: Ă¢Â€Â¦ while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-cli/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; Ă¢Â€Â¦ while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-cli/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: nose-1.3.7 not supported for interpreter python3.12 [result] Failed to update python312Packages.llama-index-cli 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/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.llama-index-indices-managed-llama-cloud, using log file: /var/log/nixpkgs-update/python312Packages.llama-index-indices-managed-llama-cloud/2024-03-05.log python312Packages.llama-index-indices-managed-llama-cloud 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/releases attrpath: python312Packages.llama-index-indices-managed-llama-cloud Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8zh0dx4l0fk8aw38af0363y1f8ypqgvs-packages.json.drv building '/nix/store/8zh0dx4l0fk8aw38af0363y1f8ypqgvs-packages.json.drv'... Going to be running update for following packages: - python3.12-llama-index-indices-managed-llama-cloud-0.10.14 Press Enter key to continue... Running update for: - python3.12-llama-index-indices-managed-llama-cloud-0.10.14: UPDATING ... - python3.12-llama-index-indices-managed-llama-cloud-0.10.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 708230eed628..da75b4efc254 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.14"; + version = "0.10.15"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-9EbhiW2VPaX6Ffrm5a3pJxw2M73x1JOna+OurSJErSM="; + hash = "sha256-vYTVU3iSsZDWXnWXVrQ9+5lDhhAqJxV+B0so07i9peg="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.llama-index-indices-managed-llama-cloud Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.llama-index-indices-managed-llama-cloud Standard output: error: Ă¢Â€Â¦ while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-indices-managed-llama-cloud/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; Ă¢Â€Â¦ while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-indices-managed-llama-cloud/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: nose-1.3.7 not supported for interpreter python3.12 [result] Failed to update python312Packages.llama-index-indices-managed-llama-cloud 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/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.llama-index-embeddings-gemini, using log file: /var/log/nixpkgs-update/python312Packages.llama-index-embeddings-gemini/2024-03-05.log python312Packages.llama-index-embeddings-gemini 0.1.3 -> 0.10.15 https://github.com/run-llama/llama_index/releases attrpath: python312Packages.llama-index-embeddings-gemini Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w2f7jif2rbj2adp4y6crws5qhkfag7v1-packages.json.drv building '/nix/store/w2f7jif2rbj2adp4y6crws5qhkfag7v1-packages.json.drv'... Going to be running update for following packages: - python3.12-llama-index-embeddings-gemini-0.1.3 Press Enter key to continue... Running update for: - python3.12-llama-index-embeddings-gemini-0.1.3: UPDATING ... - python3.12-llama-index-embeddings-gemini-0.1.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 708230eed628..da75b4efc254 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.14"; + version = "0.10.15"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-9EbhiW2VPaX6Ffrm5a3pJxw2M73x1JOna+OurSJErSM="; + hash = "sha256-vYTVU3iSsZDWXnWXVrQ9+5lDhhAqJxV+B0so07i9peg="; }; sourceRoot = "${src.name}/${pname}"; Package version did not change. [result] Failed to update python312Packages.llama-index-embeddings-gemini 0.1.3 -> 0.10.15 https://github.com/run-llama/llama_index/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.llama-index-agent-openai, using log file: /var/log/nixpkgs-update/python312Packages.llama-index-agent-openai/2024-03-05.log python312Packages.llama-index-agent-openai 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/releases attrpath: python312Packages.llama-index-agent-openai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m6jwws83v0a9jwy5z5p8j7ll7zjni6jq-packages.json.drv building '/nix/store/m6jwws83v0a9jwy5z5p8j7ll7zjni6jq-packages.json.drv'... Going to be running update for following packages: - python3.12-llama-index-agent-openai-0.10.14 Press Enter key to continue... Running update for: - python3.12-llama-index-agent-openai-0.10.14: UPDATING ... - python3.12-llama-index-agent-openai-0.10.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 708230eed628..da75b4efc254 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.14"; + version = "0.10.15"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-9EbhiW2VPaX6Ffrm5a3pJxw2M73x1JOna+OurSJErSM="; + hash = "sha256-vYTVU3iSsZDWXnWXVrQ9+5lDhhAqJxV+B0so07i9peg="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.llama-index-agent-openai Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.llama-index-agent-openai Standard output: error: Ă¢Â€Â¦ while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-agent-openai/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; Ă¢Â€Â¦ while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-agent-openai/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: nose-1.3.7 not supported for interpreter python3.12 [result] Failed to update python312Packages.llama-index-agent-openai 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/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.llama-index-readers-file, using log file: /var/log/nixpkgs-update/python312Packages.llama-index-readers-file/2024-03-05.log python312Packages.llama-index-readers-file 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/releases attrpath: python312Packages.llama-index-readers-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/20j38vrcg1l1r68dhkk8qvhnidg11fhp-packages.json.drv building '/nix/store/20j38vrcg1l1r68dhkk8qvhnidg11fhp-packages.json.drv'... Going to be running update for following packages: - python3.12-llama-index-readers-file-0.10.14 Press Enter key to continue... Running update for: - python3.12-llama-index-readers-file-0.10.14: UPDATING ... - python3.12-llama-index-readers-file-0.10.14: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 708230eed628..da75b4efc254 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.10.14"; + version = "0.10.15"; pyproject = true; disabled = pythonOlder "3.8"; @@ -39,7 +39,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; rev = "refs/tags/v${version}"; - hash = "sha256-9EbhiW2VPaX6Ffrm5a3pJxw2M73x1JOna+OurSJErSM="; + hash = "sha256-vYTVU3iSsZDWXnWXVrQ9+5lDhhAqJxV+B0so07i9peg="; }; sourceRoot = "${src.name}/${pname}"; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.llama-index-readers-file Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.llama-index-readers-file Standard output: error: Ă¢Â€Â¦ while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-readers-file/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; Ă¢Â€Â¦ while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.llama-index-readers-file/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: nose-1.3.7 not supported for interpreter python3.12 [result] Failed to update python312Packages.llama-index-readers-file 0.10.14 -> 0.10.15 https://github.com/run-llama/llama_index/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.OptGS, using log file: /var/log/nixpkgs-update/rPackages.OptGS/2024-03-05.log rPackages.OptGS 1.1.1 -> 1.2 https://repology.org/project/r:optgs/versions attrpath: rPackages.OptGS 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.OptGS 1.1.1 -> 1.2 https://repology.org/project/r:optgs/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.bbotk, using log file: /var/log/nixpkgs-update/rPackages.bbotk/2024-03-05.log rPackages.bbotk 0.7.3 -> 0.8.0 https://repology.org/project/r:bbotk/versions attrpath: rPackages.bbotk Checking auto update branch... No auto update branch exists Old version 0.7.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.bbotk 0.7.3 -> 0.8.0 https://repology.org/project/r:bbotk/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hyx, using log file: /var/log/nixpkgs-update/hyx/2024-03-05.log hyx 2021.06.09 -> 2024.02.29 https://repology.org/project/hyx/versions attrpath: hyx Checking auto update branch... An auto update branch exists with message `hyx: 2021.06.09 -> 2024.02.29`. New version is 2024.02.29. An auto update branch exists with an equal or greater version [result] Failed to update hyx 2021.06.09 -> 2024.02.29 https://repology.org/project/hyx/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.zdeskR, using log file: /var/log/nixpkgs-update/rPackages.zdeskR/2024-03-05.log rPackages.zdeskR 0.3.0 -> 0.4.0 https://repology.org/project/r:zdeskr/versions attrpath: rPackages.zdeskR 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.zdeskR 0.3.0 -> 0.4.0 https://repology.org/project/r:zdeskr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.PUMP, using log file: /var/log/nixpkgs-update/rPackages.PUMP/2024-03-05.log rPackages.PUMP 1.0.2 -> 1.0.3 https://repology.org/project/r:pump/versions attrpath: rPackages.PUMP Checking auto update branch... No auto update branch exists Old version 1.0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.PUMP 1.0.2 -> 1.0.3 https://repology.org/project/r:pump/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.AmigaFFH, using log file: /var/log/nixpkgs-update/rPackages.AmigaFFH/2024-03-05.log rPackages.AmigaFFH 0.4.3 -> 0.4.5 https://repology.org/project/r:amigaffh/versions attrpath: rPackages.AmigaFFH Checking auto update branch... No auto update branch exists Old version 0.4.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.AmigaFFH 0.4.3 -> 0.4.5 https://repology.org/project/r:amigaffh/versions [options] github_user: r-ryantm, pull_request: YES, batch_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_random, using log file: /var/log/nixpkgs-update/rPackages.spatstat_random/2024-03-05.log rPackages.spatstat_random 3.2-2 -> 3.2.3 https://repology.org/project/r:spatstat.random/versions attrpath: rPackages.spatstat_random Checking auto update branch... No auto update branch exists Old version 3.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.spatstat_random 3.2-2 -> 3.2.3 https://repology.org/project/r:spatstat.random/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.Compositional, using log file: /var/log/nixpkgs-update/rPackages.Compositional/2024-03-05.log rPackages.Compositional 6.6 -> 6.7 https://repology.org/project/r:compositional/versions attrpath: rPackages.Compositional Checking auto update branch... No auto update branch exists Old version 6.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.Compositional 6.6 -> 6.7 https://repology.org/project/r:compositional/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gotestwaf, using log file: /var/log/nixpkgs-update/gotestwaf/2024-03-05.log gotestwaf 0.4.13 -> 0.4.14 https://repology.org/project/gotestwaf/versions attrpath: gotestwaf 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 = null [golangModuleVersion] Set vendorHash to null [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/tools/security/gotestwaf/default.nix b/pkgs/tools/security/gotestwaf/default.nix index 41887131d9ec..fe72e598306f 100644 --- a/pkgs/tools/security/gotestwaf/default.nix +++ b/pkgs/tools/security/gotestwaf/default.nix @@ -7,13 +7,13 @@ buildGoModule rec { pname = "gotestwaf"; - version = "0.4.13"; + version = "0.4.14"; src = fetchFromGitHub { owner = "wallarm"; repo = "gotestwaf"; rev = "refs/tags/v${version}"; - hash = "sha256-juqxturQzGOlRTw7EEuRoEmwLtBdJJpbBzCKFxmL5m8="; + hash = "sha256-c8eFndK84ckwKcvu5BbIuH6SXNVyBiwEjHsHTkgwaPU="; }; vendorHash = null; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/apzcv6z88fzj9w97ihkr99lyd2mzad8c-gotestwaf-0.4.14" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • gotestwaf
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/gotestwaf/versions. meta.description for gotestwaf is: Tool for API and OWASP attack simulation meta.homepage for gotestwaf is: https://github.com/wallarm/gotestwaf meta.changelog for gotestwaf is: https://github.com/wallarm/gotestwaf/releases/tag/v0.4.14 ###### Updates performed - Golang update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.4.14 with grep in /nix/store/apzcv6z88fzj9w97ihkr99lyd2mzad8c-gotestwaf-0.4.14 - found 0.4.14 in filename of file in /nix/store/apzcv6z88fzj9w97ihkr99lyd2mzad8c-gotestwaf-0.4.14 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath gotestwaf ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/apzcv6z88fzj9w97ihkr99lyd2mzad8c-gotestwaf-0.4.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 gotestwaf https://github.com/r-ryantm/nixpkgs/archive/7e5b3274de9a2c817c8c5efd89a6a3597af89ba5.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/7e5b3274de9a2c817c8c5efd89a6a3597af89ba5#gotestwaf ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/apzcv6z88fzj9w97ihkr99lyd2mzad8c-gotestwaf-0.4.14 ls -la /nix/store/apzcv6z88fzj9w97ihkr99lyd2mzad8c-gotestwaf-0.4.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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • gotestwaf
--- ###### Maintainer pings cc @fabaff 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/293410 [result] Success updating gotestwaf 0.4.13 -> 0.4.14 https://repology.org/project/gotestwaf/versions [options] github_user: r-ryantm, pull_request: 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.PerlLanguageServer 2.6.1 -> 2.6.2 https://repology.org/project/perl:perl-languageserver/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.countland, using log file: /var/log/nixpkgs-update/rPackages.countland/2024-03-05.log rPackages.countland 0.1.1 -> 0.1.2 https://repology.org/project/r:countland/versions attrpath: rPackages.countland 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.countland 0.1.1 -> 0.1.2 https://repology.org/project/r:countland/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.py-partiql-parser, using log file: /var/log/nixpkgs-update/python312Packages.py-partiql-parser/2024-03-05.log python312Packages.py-partiql-parser 0.5.0 -> 0.5.1 https://repology.org/project/python:py-partiql-parser/versions attrpath: python312Packages.py-partiql-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/70avljmc9lac7jrbw50r8f57firnf4yr-packages.json.drv building '/nix/store/70avljmc9lac7jrbw50r8f57firnf4yr-packages.json.drv'... Going to be running update for following packages: - python3.12-py-partiql-parser-0.5.0 Press Enter key to continue... Running update for: - python3.12-py-partiql-parser-0.5.0: UPDATING ... - python3.12-py-partiql-parser-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.py-partiql-parser 0.5.0 -> 0.5.1 https://repology.org/project/python:py-partiql-parser/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ottr, using log file: /var/log/nixpkgs-update/rPackages.ottr/2024-03-05.log rPackages.ottr 1.4.0 -> 1.5.0 https://repology.org/project/r:ottr/versions attrpath: rPackages.ottr 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.ottr 1.4.0 -> 1.5.0 https://repology.org/project/r:ottr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.bayesPO, using log file: /var/log/nixpkgs-update/rPackages.bayesPO/2024-03-05.log rPackages.bayesPO 0.4.1 -> 0.5.0 https://repology.org/project/r:bayespo/versions attrpath: rPackages.bayesPO 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.bayesPO 0.4.1 -> 0.5.0 https://repology.org/project/r:bayespo/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.hslua-module-doclayout, using log file: /var/log/nixpkgs-update/haskellPackages.hslua-module-doclayout/2024-03-05.log haskellPackages.hslua-module-doclayout 1.1.0 -> 1.1.1 https://repology.org/project/haskell:hslua-module-doclayout/versions attrpath: haskellPackages.hslua-module-doclayout Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hslua-module-doclayout 1.1.0 -> 1.1.1 https://repology.org/project/haskell:hslua-module-doclayout/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-managedblockchain-query, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-managedblockchain-query/2024-03-05.log python312Packages.mypy-boto3-managedblockchain-query 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-managedblockchain-query Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bj5841gmip4i0xwcy1cvjl4zv4i28vcx-packages.json.drv building '/nix/store/bj5841gmip4i0xwcy1cvjl4zv4i28vcx-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-managedblockchain-query-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-managedblockchain-query-1.34.0: UPDATING ... - python3.12-mypy-boto3-managedblockchain-query-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-managedblockchain-query 1.34.0 -> 7.23.2 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 napari, using log file: /var/log/nixpkgs-update/napari/2024-03-05.log napari 0 -> 1 attrpath: napari Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v3pmgn1i91vrgkm48zl7lrrqbmr9wg9w-packages.json.drv building '/nix/store/v3pmgn1i91vrgkm48zl7lrrqbmr9wg9w-packages.json.drv'... Going to be running update for following packages: - napari-0.4.18 Press Enter key to continue... Running update for: - napari-0.4.18: UPDATING ... - napari-0.4.18: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/napari/default.nix b/pkgs/development/python-modules/napari/default.nix index 9997d58eb50b..0bccb016570c 100644 --- a/pkgs/development/python-modules/napari/default.nix +++ b/pkgs/development/python-modules/napari/default.nix @@ -38,7 +38,7 @@ mkDerivationWith buildPythonPackage rec { pname = "napari"; - version = "0.4.18"; + version = "0.4.19.post1"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -47,7 +47,7 @@ mkDerivationWith buildPythonPackage rec { owner = "napari"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-xF0DYK+226MZpB050IukNvTg2iHMQAIZW0serKRJd/0="; + hash = "sha256-qw5WdFPySNkmm+dNu+hqsmr+csBpHnSl9bMpb4nKEqI="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A napari nix build failed. adding 'napari/utils/tree/group.py' adding 'napari/utils/tree/node.py' adding 'napari/utils/tree/_tests/test_tree_model.py' adding 'napari_builtins/__init__.py' adding 'napari_builtins/_skimage_data.py' adding 'napari_builtins/builtins.yaml' adding 'napari_builtins/_tests/conftest.py' adding 'napari_builtins/_tests/test_io.py' adding 'napari_builtins/_tests/test_reader.py' adding 'napari_builtins/_tests/test_writer.py' adding 'napari_builtins/io/__init__.py' adding 'napari_builtins/io/_read.py' adding 'napari_builtins/io/_write.py' adding 'napari-0.4.19.post1.dist-info/LICENSE' adding 'napari-0.4.19.post1.dist-info/METADATA' adding 'napari-0.4.19.post1.dist-info/WHEEL' adding 'napari-0.4.19.post1.dist-info/entry_points.txt' adding 'napari-0.4.19.post1.dist-info/top_level.txt' adding 'napari-0.4.19.post1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built napari-0.4.19.post1-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 napari-0.4.19.post1-py3-none-any.whl - napari-console>=0.0.9 not satisfied by version 0.0.7 - superqt>=0.4.1 not satisfied by version 0.3.8 - pandas not installed [result] Failed to update napari 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.REDCapDM, using log file: /var/log/nixpkgs-update/rPackages.REDCapDM/2024-03-05.log rPackages.REDCapDM 0.9.5 -> 0.9.8 https://repology.org/project/r:redcapdm/versions attrpath: rPackages.REDCapDM Checking auto update branch... No auto update branch exists Old version 0.9.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.REDCapDM 0.9.5 -> 0.9.8 https://repology.org/project/r:redcapdm/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.RDS, using log file: /var/log/nixpkgs-update/rPackages.RDS/2024-03-05.log rPackages.RDS 0.9-7 -> 0.9-9 https://repology.org/project/r:rds/versions attrpath: rPackages.RDS Checking auto update branch... No auto update branch exists Old version 0.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.RDS 0.9-7 -> 0.9-9 https://repology.org/project/r:rds/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.GrFA, using log file: /var/log/nixpkgs-update/rPackages.GrFA/2024-03-05.log rPackages.GrFA 0.1.0 -> 0.1.1 https://repology.org/project/r:grfa/versions attrpath: rPackages.GrFA 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.GrFA 0.1.0 -> 0.1.1 https://repology.org/project/r:grfa/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath stress-ng, using log file: /var/log/nixpkgs-update/stress-ng/2024-03-05.log stress-ng 0.17.04 -> 0.17.05 https://github.com/ColinIanKing/stress-ng/releases attrpath: stress-ng Checking auto update branch... An auto update branch exists with message `stress-ng: 0.17.04 -> 0.17.05`. New version is 0.17.05. An auto update branch exists with an equal or greater version [result] Failed to update stress-ng 0.17.04 -> 0.17.05 https://github.com/ColinIanKing/stress-ng/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.nc, using log file: /var/log/nixpkgs-update/rPackages.nc/2024-03-05.log rPackages.nc 2023.8.24 -> 2024.2.21 https://repology.org/project/r:nc/versions attrpath: rPackages.nc Checking auto update branch... No auto update branch exists Old version 2023.8.24" 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.nc 2023.8.24 -> 2024.2.21 https://repology.org/project/r:nc/versions [options] github_user: r-ryantm, pull_request: YES, batch_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-cognito-idp, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-cognito-idp/2024-03-05.log python312Packages.mypy-boto3-cognito-idp 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-cognito-idp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/789yyz4jk1akrf8j3968z4w2yc5zgd46-packages.json.drv building '/nix/store/789yyz4jk1akrf8j3968z4w2yc5zgd46-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-cognito-idp-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-cognito-idp-1.34.0: UPDATING ... - python3.12-mypy-boto3-cognito-idp-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-cognito-idp 1.34.0 -> 7.23.2 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.mypy-boto3-ivs, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-ivs/2024-03-05.log python312Packages.mypy-boto3-ivs 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-ivs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zd38cc89r7x9q9q02cy9vsvs0lgfw26q-packages.json.drv building '/nix/store/zd38cc89r7x9q9q02cy9vsvs0lgfw26q-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-ivs-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-ivs-1.34.0: UPDATING ... - python3.12-mypy-boto3-ivs-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-ivs 1.34.0 -> 7.23.2 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 ghq, using log file: /var/log/nixpkgs-update/ghq/2024-03-05.log ghq 1.4.2 -> 1.5.0 https://github.com/x-motemen/ghq/releases attrpath: ghq Checking auto update branch... An auto update branch exists with message `ghq: 1.4.2 -> 1.5.0`. New version is 1.5.0. An auto update branch exists with an equal or greater version [result] Failed to update ghq 1.4.2 -> 1.5.0 https://github.com/x-motemen/ghq/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 halide, using log file: /var/log/nixpkgs-update/halide/2024-03-05.log halide 16.0.0 -> 17.0.1 https://github.com/halide/Halide/releases attrpath: halide Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - halide: 16.0.0 -> 17.0.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291572" [result] Failed to update halide 16.0.0 -> 17.0.1 https://github.com/halide/Halide/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.RQuantLib, using log file: /var/log/nixpkgs-update/rPackages.RQuantLib/2024-03-05.log rPackages.RQuantLib 0.4.20 -> 0.4.21 https://repology.org/project/r:rquantlib/versions attrpath: rPackages.RQuantLib Checking auto update branch... No auto update branch exists Old version 0.4.20" 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.RQuantLib 0.4.20 -> 0.4.21 https://repology.org/project/r:rquantlib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath igir, using log file: /var/log/nixpkgs-update/igir/2024-03-05.log igir 2.2.1 -> 2.5.0 https://github.com/emmercm/igir/releases attrpath: igir Checking auto update branch... An auto update branch exists with message `igir: 2.2.1 -> 2.5.0`. New version is 2.5.0. An auto update branch exists with an equal or greater version [result] Failed to update igir 2.2.1 -> 2.5.0 https://github.com/emmercm/igir/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.schex, using log file: /var/log/nixpkgs-update/rPackages.schex/2024-03-05.log rPackages.schex 1.16.0 -> 1.16.1 https://repology.org/project/r:schex/versions attrpath: rPackages.schex 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.schex 1.16.0 -> 1.16.1 https://repology.org/project/r:schex/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.pydantic-extra-types, using log file: /var/log/nixpkgs-update/python312Packages.pydantic-extra-types/2024-03-05.log python312Packages.pydantic-extra-types 2.1.0 -> 2.6.0 https://github.com/pydantic/pydantic-extra-types/releases attrpath: python312Packages.pydantic-extra-types Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cmp2yvxc1ax81715p2n2cr2hxxwjwj3q-packages.json.drv building '/nix/store/cmp2yvxc1ax81715p2n2cr2hxxwjwj3q-packages.json.drv'... Going to be running update for following packages: - python3.12-pydantic-extra-types-2.1.0 Press Enter key to continue... Running update for: - python3.12-pydantic-extra-types-2.1.0: UPDATING ... - python3.12-pydantic-extra-types-2.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pydantic-extra-types/default.nix b/pkgs/development/python-modules/pydantic-extra-types/default.nix index 539873a1a4be..684dccc90d53 100644 --- a/pkgs/development/python-modules/pydantic-extra-types/default.nix +++ b/pkgs/development/python-modules/pydantic-extra-types/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "pydantic-extra-types"; - version = "2.1.0"; + version = "2.6.0"; format = "pyproject"; src = fetchFromGitHub { owner = "pydantic"; repo = "pydantic-extra-types"; - rev = "v${version}"; - hash = "sha256-QPBOHIssTsWQlEg2WRpLRKrB6zmae43EExnPn5P4oAY="; + rev = "refs/tags/v${version}"; + hash = "sha256-XLVhoZ3+TfVYEuk/5fORaGpCBaB5NcuskWhHgt+llS0="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 2118 > 25 [result] Failed to update python312Packages.pydantic-extra-types 2.1.0 -> 2.6.0 https://github.com/pydantic/pydantic-extra-types/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 haskellPackages.dunai_0_12_0, using log file: /var/log/nixpkgs-update/haskellPackages.dunai_0_12_0/2024-03-05.log haskellPackages.dunai_0_12_0 0.12.0 -> 0.12.1 https://repology.org/project/haskell:dunai/versions attrpath: haskellPackages.dunai_0_12_0 Checking auto update branch... No auto update branch exists Version in attr path haskellPackages.dunai_0_12_0 not compatible with 0.12.1 [result] Failed to update haskellPackages.dunai_0_12_0 0.12.0 -> 0.12.1 https://repology.org/project/haskell:dunai/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.fHMM, using log file: /var/log/nixpkgs-update/rPackages.fHMM/2024-03-05.log rPackages.fHMM 1.2.0 -> 1.2.2 https://repology.org/project/r:fhmm/versions attrpath: rPackages.fHMM 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.fHMM 1.2.0 -> 1.2.2 https://repology.org/project/r:fhmm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath adom, using log file: /var/log/nixpkgs-update/adom/2024-03-05.log adom 1.2.0_pre23-noteye -> 3.3.3 https://repology.org/project/adom/versions attrpath: adom Checking auto update branch... No auto update branch exists Old version 1.2.0_pre23-noteye" not present in master derivation file with contents: { lib, stdenv, fetchurl, patchelf, zlib, libmad, libpng12, libcaca, libGLU, libGL, alsa-lib, libpulseaudio , xorg }: let inherit (xorg) libXext libX11; lpath = "${stdenv.cc.cc.lib}/lib64:" + lib.makeLibraryPath [ zlib libmad libpng12 libcaca libXext libX11 libGLU libGL alsa-lib libpulseaudio]; in stdenv.mkDerivation rec { name = "adom-${version}-noteye"; version = "1.2.0_pre23"; src = fetchurl { url = "http://ancardia.uk.to/download/adom_noteye_linux_ubuntu_64_${version}.tar.gz"; sha256 = "0sbn0csaqb9cqi0z5fdwvnymkf84g64csg0s9mm6fzh0sm2mi0hz"; }; buildCommand = '' . $stdenv/setup unpackPhase mkdir -pv $out cp -r -t $out adom/* chmod u+w $out/lib for l in $out/lib/*so* ; do chmod u+w $l ${patchelf}/bin/patchelf \ --set-rpath "$out/lib:${lpath}" \ $l done ${patchelf}/bin/patchelf \ --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \ --set-rpath "$out/lib:${lpath}" \ $out/adom mkdir $out/bin cat >$out/bin/adom < 3.3.3 https://repology.org/project/adom/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hocr-tools, using log file: /var/log/nixpkgs-update/hocr-tools/2024-03-05.log hocr-tools 0 -> 1 attrpath: hocr-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/n1ljkwk4sl58g202rkds4pgg4l3w7s3x-packages.json.drv building '/nix/store/n1ljkwk4sl58g202rkds4pgg4l3w7s3x-packages.json.drv'... Going to be running update for following packages: - hocr-tools-1.3.0 Press Enter key to continue... Running update for: - hocr-tools-1.3.0: UPDATING ... - hocr-tools-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hocr-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 haskellPackages.cassava-conduit, using log file: /var/log/nixpkgs-update/haskellPackages.cassava-conduit/2024-03-05.log haskellPackages.cassava-conduit 0.6.5 -> 0.6.6 https://repology.org/project/haskell:cassava-conduit/versions attrpath: haskellPackages.cassava-conduit Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.cassava-conduit 0.6.5 -> 0.6.6 https://repology.org/project/haskell:cassava-conduit/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ascii-group, using log file: /var/log/nixpkgs-update/haskellPackages.ascii-group/2024-03-05.log haskellPackages.ascii-group 1.0.0.16 -> 1.0.0.17 https://repology.org/project/haskell:ascii-group/versions attrpath: haskellPackages.ascii-group Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.ascii-group 1.0.0.16 -> 1.0.0.17 https://repology.org/project/haskell:ascii-group/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haste-server, using log file: /var/log/nixpkgs-update/haste-server/2024-03-05.log haste-server 2023-03-06 -> 20919c946602b8151157f647e475e30687a43727 https://repology.org/project/haste-server/versions attrpath: haste-server 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] Hashes equal; no update necessary [result] Failed to update haste-server 2023-03-06 -> 20919c946602b8151157f647e475e30687a43727 https://repology.org/project/haste-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.affyPara, using log file: /var/log/nixpkgs-update/rPackages.affyPara/2024-03-05.log rPackages.affyPara 1.51.0 -> 1.54.0 https://repology.org/project/r:affypara/versions attrpath: rPackages.affyPara Checking auto update branch... No auto update branch exists Old version 1.51.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.affyPara 1.51.0 -> 1.54.0 https://repology.org/project/r:affypara/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath qbs, using log file: /var/log/nixpkgs-update/qbs/2024-03-05.log qbs 1.24.1 -> 2.2.2 https://repology.org/project/qbs/versions attrpath: qbs 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/build-managers/qbs/default.nix b/pkgs/development/tools/build-managers/qbs/default.nix index 9d1305f77675..54800fe55cd8 100644 --- a/pkgs/development/tools/build-managers/qbs/default.nix +++ b/pkgs/development/tools/build-managers/qbs/default.nix @@ -3,13 +3,13 @@ stdenv.mkDerivation rec { pname = "qbs"; - version = "1.24.1"; + version = "2.2.2"; src = fetchFromGitHub { owner = "qbs"; repo = "qbs"; rev = "v${version}"; - sha256 = "sha256-nL7UZh29Oecu3RvXYg5xsin2IvPWpApleLH37sEdSAI="; + sha256 = "sha256-JQGr507r0nqoEXqu9s9xIsE0ac7L+0siu8RhmuYktfA="; }; nativeBuildInputs = [ qmake ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A qbs nix build failed. got build log for 'qbs' from 'daemon' @nix { "action": "setPhase", "phase": "qmakePrePhase" } Running phase: qmakePrePhase @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/7vjh0dz43dfxkl3bnb0ks9i4aqrcc9jw-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 QMAKEPATH=/nix/store/872qvykamikx33ljkckvn0a8n7r7xpcz-qtbase-5.15.12-dev:/nix/store/ifx242j2s8bxhnddjaq3w5z1832rfi90-qtscript-5.15.16-dev:/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev:/nix/store/kfr8ifyx2s9fby0lacr67zgrnkqcynqx-qtdeclarative-5.15.12-dev:/nix/store/cvlnyqcgj1hma160zx9c00v6izni8kc7-qtsvg-5.15.12-dev qmake PREFIX=/nix/store/zbbjmd6mmici92l8l8yhc5p9kp94xiy2-qbs-2.2.2 NIX_OUTPUT_OUT=/nix/store/zbbjmd6mmici92l8l8yhc5p9kp94xiy2-qbs-2.2.2 NIX_OUTPUT_DEV=/nix/store/zbbjmd6mmici92l8l8yhc5p9kp94xiy2-qbs-2.2.2 NIX_OUTPUT_BIN=/nix/store/zbbjmd6mmici92l8l8yhc5p9kp94xiy2-qbs-2.2.2 NIX_OUTPUT_DOC=/nix/store/zbbjmd6mmici92l8l8yhc5p9kp94xiy2-qbs-2.2.2/share/doc/qt-5.15.12 NIX_OUTPUT_QML=/nix/store/zbbjmd6mmici92l8l8yhc5p9kp94xiy2-qbs-2.2.2/lib/qt-5.15.12/qml NIX_OUTPUT_PLUGIN=/nix/store/zbbjmd6mmici92l8l8yhc5p9kp94xiy2-qbs-2.2.2/lib/qt-5.15.12/plugins CONFIG+=release CONFIG+=nostrip QBS_INSTALL_PREFIX=$(out) qbs.pro QMAKE_LRELEASE=/nix/store/yafwnsvp9v64hqmhir0ayp2rhqhlxp5n-qttools-5.15.12-dev/bin/lrelease Cannot find file: qbs.pro. [result] Failed to update qbs 1.24.1 -> 2.2.2 https://repology.org/project/qbs/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.withr, using log file: /var/log/nixpkgs-update/rPackages.withr/2024-03-05.log rPackages.withr 2.5.2 -> 3.0.0 https://repology.org/project/r:withr/versions attrpath: rPackages.withr Checking auto update branch... No auto update branch exists Old version 2.5.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.withr 2.5.2 -> 3.0.0 https://repology.org/project/r:withr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath smlnj, using log file: /var/log/nixpkgs-update/smlnj/2024-03-05.log smlnj 110.95 -> 110.99.4 https://repology.org/project/smlnj/versions attrpath: smlnj 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 smlnj 110.95 -> 110.99.4 https://repology.org/project/smlnj/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.hackage-security, using log file: /var/log/nixpkgs-update/haskellPackages.hackage-security/2024-03-05.log haskellPackages.hackage-security 0.6.2.3 -> 0.6.2.4 https://repology.org/project/haskell:hackage-security/versions attrpath: haskellPackages.hackage-security Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hackage-security 0.6.2.3 -> 0.6.2.4 https://repology.org/project/haskell:hackage-security/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath arcan, using log file: /var/log/nixpkgs-update/arcan/2024-03-05.log arcan 0.6.2.1-unstable-2023-11-18 -> 0.6.3 https://repology.org/project/arcan/versions attrpath: arcan 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 arcan 0.6.2.1-unstable-2023-11-18 -> 0.6.3 https://repology.org/project/arcan/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath freedroidrpg, using log file: /var/log/nixpkgs-update/freedroidrpg/2024-03-05.log freedroidrpg 0.16.1 -> 1.0 https://repology.org/project/freedroidrpg/versions attrpath: freedroidrpg 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 freedroidrpg 0.16.1 -> 1.0 https://repology.org/project/freedroidrpg/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mopeka-iot-ble, using log file: /var/log/nixpkgs-update/python311Packages.mopeka-iot-ble/2024-03-05.log python311Packages.mopeka-iot-ble 0 -> 1 attrpath: python311Packages.mopeka-iot-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/1hv0wa7d9zchax8b5iwp2r1pp7qmwgsx-packages.json.drv building '/nix/store/1hv0wa7d9zchax8b5iwp2r1pp7qmwgsx-packages.json.drv'... Going to be running update for following packages: - python3.11-mopeka-iot-ble-0.7.0 Press Enter key to continue... Running update for: - python3.11-mopeka-iot-ble-0.7.0: UPDATING ... - python3.11-mopeka-iot-ble-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mopeka-iot-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 klipperscreen, using log file: /var/log/nixpkgs-update/klipperscreen/2024-03-05.log klipperscreen 0 -> 1 attrpath: klipperscreen Checking auto update branch... [version] [version] skipping because derivation has 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/9qbypngngflfh8nacpiq8awn4dhsca3d-packages.json.drv building '/nix/store/9qbypngngflfh8nacpiq8awn4dhsca3d-packages.json.drv'... Going to be running update for following packages: - KlipperScreen-0.3.2 Press Enter key to continue... Running update for: - KlipperScreen-0.3.2: UPDATING ... - KlipperScreen-0.3.2: ERROR --- SHOWING ERROR LOG FOR KlipperScreen-0.3.2 ---------------------- + name= + pname= + version= + attr_path= + version_lister='/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags --url=https://github.com/jordanruthe/KlipperScreen' + ignored_versions= + rev_prefix= + odd_unstable= + patchlevel_unstable= + [[ -n '' ]] + name=KlipperScreen-0.3.2 + [[ -n '' ]] + pname=KlipperScreen + [[ -n '' ]] + version=0.3.2 + [[ -n '' ]] + attr_path=klipperscreen + echo '# KlipperScreen-0.3.2' ++ sh -c '/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags --url=https://github.com/jordanruthe/KlipperScreen --pname=KlipperScreen --attr-path=klipperscreen --file="update-git-commits.txt"' + tags='v0.1.0 v0.1.1 v0.1.2 v0.1.3 v0.1.4 v0.1.5 v0.1.6 v0.1.7 v0.2.0 v0.2.1 v0.2.2 v0.2.3 v0.2.4 v0.2.5 v0.2.6 v0.2.7 v0.2.8 v0.2.9 v0.3.0 v0.3.1 v0.3.2 v0.3.3 v0.3.4 v0.3.5 v0.3.6 v0.3.7 v0.3.8 v0.3.9' + for tag in $tags + echo '# found KlipperScreen version: v0.1.0' + for tag in $tags + echo '# found KlipperScreen version: v0.1.1' + for tag in $tags + echo '# found KlipperScreen version: v0.1.2' + for tag in $tags + echo '# found KlipperScreen version: v0.1.3' + for tag in $tags + echo '# found KlipperScreen version: v0.1.4' + for tag in $tags + echo '# found KlipperScreen version: v0.1.5' + for tag in $tags + echo '# found KlipperScreen version: v0.1.6' + for tag in $tags + echo '# found KlipperScreen version: v0.1.7' + for tag in $tags + echo '# found KlipperScreen version: v0.2.0' + for tag in $tags + echo '# found KlipperScreen version: v0.2.1' + for tag in $tags + echo '# found KlipperScreen version: v0.2.2' + for tag in $tags + echo '# found KlipperScreen version: v0.2.3' + for tag in $tags + echo '# found KlipperScreen version: v0.2.4' + for tag in $tags + echo '# found KlipperScreen version: v0.2.5' + for tag in $tags + echo '# found KlipperScreen version: v0.2.6' + for tag in $tags + echo '# found KlipperScreen version: v0.2.7' + for tag in $tags + echo '# found KlipperScreen version: v0.2.8' + for tag in $tags + echo '# found KlipperScreen version: v0.2.9' + for tag in $tags + echo '# found KlipperScreen version: v0.3.0' + for tag in $tags + echo '# found KlipperScreen version: v0.3.1' + for tag in $tags + echo '# found KlipperScreen version: v0.3.2' + for tag in $tags + echo '# found KlipperScreen version: v0.3.3' + for tag in $tags + echo '# found KlipperScreen version: v0.3.4' + for tag in $tags + echo '# found KlipperScreen version: v0.3.5' + for tag in $tags + echo '# found KlipperScreen version: v0.3.6' + for tag in $tags + echo '# found KlipperScreen version: v0.3.7' + for tag in $tags + echo '# found KlipperScreen version: v0.3.8' + for tag in $tags + echo '# found KlipperScreen version: v0.3.9' + '[' -n '' ']' ++ echo 'v0.1.0 v0.1.1 v0.1.2 v0.1.3 v0.1.4 v0.1.5 v0.1.6 v0.1.7 v0.2.0 v0.2.1 v0.2.2 v0.2.3 v0.2.4 v0.2.5 v0.2.6 v0.2.7 v0.2.8 v0.2.9 v0.3.0 v0.3.1 v0.3.2 v0.3.3 v0.3.4 v0.3.5 v0.3.6 v0.3.7 v0.3.8 v0.3.9' ++ /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep '^[0-9]' + tags= --- SHOWING ERROR LOG FOR KlipperScreen-0.3.2 ---------------------- The update script for KlipperScreen-0.3.2 failed with exit code 1 [result] Failed to update klipperscreen 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyunifiprotect, using log file: /var/log/nixpkgs-update/python311Packages.pyunifiprotect/2024-03-05.log python311Packages.pyunifiprotect 0 -> 1 attrpath: python311Packages.pyunifiprotect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cicwn3gl8pxh9075dadc40wszy3c2wzh-packages.json.drv building '/nix/store/cicwn3gl8pxh9075dadc40wszy3c2wzh-packages.json.drv'... Going to be running update for following packages: - python3.11-pyunifiprotect-4.23.4 Press Enter key to continue... Running update for: - python3.11-pyunifiprotect-4.23.4: UPDATING ... - python3.11-pyunifiprotect-4.23.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyunifiprotect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.phik, using log file: /var/log/nixpkgs-update/python311Packages.phik/2024-03-05.log python311Packages.phik 0 -> 1 attrpath: python311Packages.phik Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mg3s4gp66hm2mh6axfszdv2nf700jval-packages.json.drv building '/nix/store/mg3s4gp66hm2mh6axfszdv2nf700jval-packages.json.drv'... Going to be running update for following packages: - python3.11-phik-0.12.3 Press Enter key to continue... Running update for: - python3.11-phik-0.12.3: UPDATING ... - python3.11-phik-0.12.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/phik/default.nix b/pkgs/development/python-modules/phik/default.nix index bbc26de99cf7..b2dae6f29b1e 100644 --- a/pkgs/development/python-modules/phik/default.nix +++ b/pkgs/development/python-modules/phik/default.nix @@ -21,7 +21,7 @@ buildPythonPackage rec { pname = "phik"; - version = "0.12.3"; + version = "0.12.4"; pyproject = true; disabled = pythonOlder "3.7"; @@ -30,7 +30,7 @@ buildPythonPackage rec { owner = "KaveIO"; repo = "PhiK"; rev = "refs/tags/v${version}"; - hash = "sha256-9o3EDhgmne2J1QfzjjNQc1mUcyCzoVrCnWXqjWkiZU0="; + hash = "sha256-YsH7vVn6gzejunUjUY/RIcvWtaQ/W1gbciJWKi5LDTk="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.phik nix build failed. 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... Traceback (most recent call last): File "/nix/store/pnaj399xsswrxg938lgx8f4xi1b8ryfl-python3.11-pyproject-hooks-1.0.0/lib/python3.11/site-packages/pyproject_hooks/_impl.py", line 321, in _call_hook raise BackendUnavailable(data.get('traceback', '')) pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last): File "/nix/store/pnaj399xsswrxg938lgx8f4xi1b8ryfl-python3.11-pyproject-hooks-1.0.0/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 77, in _build_backend obj = import_module(mod_path) ^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1126, in _find_and_load_unlocked File "", line 241, in _call_with_frames_removed File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1140, in _find_and_load_unlocked ModuleNotFoundError: No module named 'scikit_build_core' ERROR Backend 'scikit_build_core.build' is not available. [result] Failed to update python311Packages.phik 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jsondate, using log file: /var/log/nixpkgs-update/python311Packages.jsondate/2024-03-05.log python311Packages.jsondate 0 -> 1 attrpath: python311Packages.jsondate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6kg554x9ksl45bwicanakj1974ypz95q-packages.json.drv building '/nix/store/6kg554x9ksl45bwicanakj1974ypz95q-packages.json.drv'... Going to be running update for following packages: - python3.11-jsondate-0.1.3 Press Enter key to continue... Running update for: - python3.11-jsondate-0.1.3: UPDATING ... - python3.11-jsondate-0.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jsondate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lcov-cobertura, using log file: /var/log/nixpkgs-update/python311Packages.lcov-cobertura/2024-03-05.log python311Packages.lcov-cobertura 0 -> 1 attrpath: python311Packages.lcov-cobertura Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1h4l8gs6lx13f6c6n67mh6zm377zg1ln-packages.json.drv building '/nix/store/1h4l8gs6lx13f6c6n67mh6zm377zg1ln-packages.json.drv'... Going to be running update for following packages: - python3.11-lcov-cobertura-2.0.2 Press Enter key to continue... Running update for: - python3.11-lcov-cobertura-2.0.2: UPDATING ... - python3.11-lcov-cobertura-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lcov-cobertura 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libmanette, using log file: /var/log/nixpkgs-update/libmanette/2024-03-05.log libmanette 0 -> 1 attrpath: libmanette Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libmanette 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.msgraph-core, using log file: /var/log/nixpkgs-update/python311Packages.msgraph-core/2024-03-05.log python311Packages.msgraph-core 0 -> 1 attrpath: python311Packages.msgraph-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/crsb3kn3zhkc7pc877k8vqiihh0r9zjx-packages.json.drv building '/nix/store/crsb3kn3zhkc7pc877k8vqiihh0r9zjx-packages.json.drv'... Going to be running update for following packages: - python3.11-msgraph-core-0.2.2 Press Enter key to continue... Running update for: - python3.11-msgraph-core-0.2.2: UPDATING ... - python3.11-msgraph-core-0.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/msgraph-core/default.nix b/pkgs/development/python-modules/msgraph-core/default.nix index a1df35addf03..708ffaa142ca 100644 --- a/pkgs/development/python-modules/msgraph-core/default.nix +++ b/pkgs/development/python-modules/msgraph-core/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "msgraph-core"; - version = "0.2.2"; + version = "1.0.0"; disabled = pythonOlder "3.5"; @@ -19,8 +19,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "microsoftgraph"; repo = "msgraph-sdk-python-core"; - rev = "v${version}"; - hash = "sha256-eRRlG3GJX3WeKTNJVWgNTTHY56qiUGOlxtvEZ2xObLA="; + rev = "refs/tags/v${version}"; + hash = "sha256-VizjN7sXqPvo9VOSaaUnogTlUDJ1OA2COYNTcVRqhJA="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.msgraph-core: 0.2.2 -> 1.0.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/283337" - prowler: 3.12.1 -> 3.13.0, python311Packages.msgraph-sdk: init at 1.1.0, python311Packages.msgraph-core: 0.2.2 -> 1.0.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/289246" [result] Failed to update python311Packages.msgraph-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 rocmPackages.hipcc, using log file: /var/log/nixpkgs-update/rocmPackages.hipcc/2024-03-05.log rocmPackages.hipcc 0 -> 1 attrpath: rocmPackages.hipcc Checking auto update branch... [version] [version] skipping because derivation has 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/s9cv606fsfzx7xy9xg5m3d9h2nkzp3za-update.sh.drv /nix/store/rq43x3ilyk3jh190av7ldky69xqndpln-packages.json.drv building '/nix/store/s9cv606fsfzx7xy9xg5m3d9h2nkzp3za-update.sh.drv'... building '/nix/store/rq43x3ilyk3jh190av7ldky69xqndpln-packages.json.drv'... Going to be running update for following packages: - hipcc-5.7.1 Press Enter key to continue... Running update for: - hipcc-5.7.1: UPDATING ... - hipcc-5.7.1: ERROR --- SHOWING ERROR LOG FOR hipcc-5.7.1 ---------------------- 'rocmPackages_5.hipcc' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.hipcc'. --- SHOWING ERROR LOG FOR hipcc-5.7.1 ---------------------- The update script for hipcc-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.hipcc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.mlxtend, using log file: /var/log/nixpkgs-update/python312Packages.mlxtend/2024-03-05.log python312Packages.mlxtend 0.23.0 -> 0.23.1 https://github.com/rasbt/mlxtend/releases attrpath: python312Packages.mlxtend Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wg36h42yvaclxw6qlayr1dc9fyjj32r2-packages.json.drv building '/nix/store/wg36h42yvaclxw6qlayr1dc9fyjj32r2-packages.json.drv'... Going to be running update for following packages: - python3.12-mlxtend-0.23.0 Press Enter key to continue... Running update for: - python3.12-mlxtend-0.23.0: UPDATING ... - python3.12-mlxtend-0.23.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mlxtend/default.nix b/pkgs/development/python-modules/mlxtend/default.nix index 7f84aaac49ba..4a743ac664a9 100644 --- a/pkgs/development/python-modules/mlxtend/default.nix +++ b/pkgs/development/python-modules/mlxtend/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "mlxtend"; - version = "0.23.0"; + version = "0.23.1"; pyproject = true; disabled = isPy27; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "rasbt"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-TUZ8SdQAOV1CaIlDl4uXYVHvdlEkOz6E48S3pUS6UE0="; + hash = "sha256-FlP6UqX/Ejk9c3Enm0EJ0xqy7iOhDlFqjWWxd4VIczQ="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.mlxtend Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.mlxtend Standard output: error: Ă¢Â€Â¦ while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.mlxtend/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; Ă¢Â€Â¦ while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.mlxtend/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: Package Ă¢Â€Â˜python3.12-mlxtend-0.23.1Ă¢Â€Â™ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.mlxtend/pkgs/development/python-modules/mlxtend/default.nix:56 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. [result] Failed to update python312Packages.mlxtend 0.23.0 -> 0.23.1 https://github.com/rasbt/mlxtend/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 libtorrent-rasterbar-1_2_x, using log file: /var/log/nixpkgs-update/libtorrent-rasterbar-1_2_x/2024-03-05.log libtorrent-rasterbar-1_2_x 1.2.11 -> 2.0.10 https://github.com/arvidn/libtorrent/releases attrpath: libtorrent-rasterbar-1_2_x 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/libtorrent-rasterbar/1.2.nix b/pkgs/development/libraries/libtorrent-rasterbar/1.2.nix index adea75b02e94..6ac8314397e3 100644 --- a/pkgs/development/libraries/libtorrent-rasterbar/1.2.nix +++ b/pkgs/development/libraries/libtorrent-rasterbar/1.2.nix @@ -3,7 +3,7 @@ }: let - version = "1.2.11"; + version = "2.0.10"; # Make sure we override python, so the correct version is chosen # for the bindings, if overridden @@ -17,7 +17,7 @@ in stdenv.mkDerivation { owner = "arvidn"; repo = "libtorrent"; rev = "v${version}"; - sha256 = "05qm8mcyxsnb6zb8nckln1gkk8ncwzfhsz7d7p3fhx6gdsc8j71b"; + sha256 = "sha256-Rva7VvKb/7gvdxFzWFVJZMGH6omAsDW4Z8bHZwkAmIk="; }; enableParallelBuilding = true; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libtorrent-rasterbar-1_2_x nix build failed. got build log for 'libtorrent-rasterbar-1_2_x' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/lcpkwxrgjq060sjxrw39pag9vs21qzs1-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/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 114: ./autotool.sh: No such file or directory /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update libtorrent-rasterbar-1_2_x 1.2.11 -> 2.0.10 https://github.com/arvidn/libtorrent/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.dateutil, using log file: /var/log/nixpkgs-update/python311Packages.dateutil/2024-03-05.log python311Packages.dateutil 0 -> 1 attrpath: python311Packages.dateutil 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/m82xnbzv0kwfpyl5nzs717vkak70y3r5-packages.json.drv building '/nix/store/m82xnbzv0kwfpyl5nzs717vkak70y3r5-packages.json.drv'... Going to be running update for following packages: - python3.11-python-dateutil-2.8.2 Press Enter key to continue... Running update for: - python3.11-python-dateutil-2.8.2: UPDATING ... - python3.11-python-dateutil-2.8.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dateutil/default.nix b/pkgs/development/python-modules/dateutil/default.nix index fb7280fd2a16..3df41b303db6 100644 --- a/pkgs/development/python-modules/dateutil/default.nix +++ b/pkgs/development/python-modules/dateutil/default.nix @@ -8,11 +8,11 @@ buildPythonPackage rec { pname = "python-dateutil"; - version = "2.8.2"; + version = "2.9.0.post0"; src = fetchPypi { inherit pname version; - hash = "sha256-ASPKzBYnrhnd88J6XeW9Z+5FhvvdZEDZdI+Ku0g9PoY="; + hash = "sha256-N91UII2n4c2HU4ghfV4A69QXkkn5D7ckN+kaNUWaCtM="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 41866 > 25 [result] Failed to update python311Packages.dateutil 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.minidump, using log file: /var/log/nixpkgs-update/python311Packages.minidump/2024-03-05.log python311Packages.minidump 0 -> 1 attrpath: python311Packages.minidump Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0glm8h1y03m0pj8asmqw9f3km8kfhy9h-packages.json.drv building '/nix/store/0glm8h1y03m0pj8asmqw9f3km8kfhy9h-packages.json.drv'... Going to be running update for following packages: - python3.11-minidump-0.0.23 Press Enter key to continue... Running update for: - python3.11-minidump-0.0.23: UPDATING ... - python3.11-minidump-0.0.23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.minidump 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.algebraic-data-types, using log file: /var/log/nixpkgs-update/python311Packages.algebraic-data-types/2024-03-05.log python311Packages.algebraic-data-types 0 -> 1 attrpath: python311Packages.algebraic-data-types Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/75qsfaln27yxkq7zijllzcqajns7qq3k-packages.json.drv building '/nix/store/75qsfaln27yxkq7zijllzcqajns7qq3k-packages.json.drv'... Going to be running update for following packages: - python3.11-algebraic-data-types-0.2.1 Press Enter key to continue... Running update for: - python3.11-algebraic-data-types-0.2.1: UPDATING ... - python3.11-algebraic-data-types-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.algebraic-data-types 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ccextractor, using log file: /var/log/nixpkgs-update/ccextractor/2024-03-05.log ccextractor 0.93 -> 0.94 https://github.com/CCExtractor/ccextractor/releases attrpath: ccextractor Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/video/ccextractor/default.nix b/pkgs/applications/video/ccextractor/default.nix index 3814f921fa24..78bccbb73b50 100644 --- a/pkgs/applications/video/ccextractor/default.nix +++ b/pkgs/applications/video/ccextractor/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "ccextractor"; - version = "0.93"; + version = "0.94"; src = fetchFromGitHub { owner = "CCExtractor"; repo = pname; rev = "v${version}"; - sha256 = "sha256-usVAKBkdd8uz9cD5eLd0hnwGonOJLscRdc+iWDlNXVc="; + sha256 = "sha256-j2p3Hw3w95F1A8PlKsj8jkAENYOcZA+2vWnu+WknM8M="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ccextractor nix build failed. -- 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 -- Commit : Unknown -- Compilation Date: 1980-01-01 -- Found PkgConfig: /nix/store/492n7ylp2f9zn0k3vghv1snypgkzznc5-pkg-config-wrapper-0.29.2/bin/pkg-config (found version "0.29.2") -- Checking for module 'tesseract' -- Found tesseract, version 4.1.3 -- Checking for module 'lept' -- Found lept, version 1.84.1 -- Checking for module 'libavformat' -- Found libavformat, version 58.76.100 -- Checking for module 'libavutil' -- Found libavutil, version 56.70.100 -- Checking for module 'libavcodec' -- Found libavcodec, version 58.134.100 -- Checking for module 'libswscale' -- Found libswscale, version 5.9.100 CMake Error at rust/CMakeLists.txt:13 (string): string sub-command REGEX, mode MATCH needs at least 5 arguments total to command.  -- Detected rustc version CMake Error at rust/CMakeLists.txt:18 (message): Minimum supported rust version(MSRV) is 1.54.0, please upgrade rust  -- Configuring incomplete, errors occurred! [result] Failed to update ccextractor 0.93 -> 0.94 https://github.com/CCExtractor/ccextractor/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.pyqwikswitch, using log file: /var/log/nixpkgs-update/python311Packages.pyqwikswitch/2024-03-05.log python311Packages.pyqwikswitch 0 -> 1 attrpath: python311Packages.pyqwikswitch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ns585iql2llkaccwyjsx96pa1qh1414k-packages.json.drv building '/nix/store/ns585iql2llkaccwyjsx96pa1qh1414k-packages.json.drv'... Going to be running update for following packages: - python3.11-pyqwikswitch-0.94 Press Enter key to continue... Running update for: - python3.11-pyqwikswitch-0.94: UPDATING ... - python3.11-pyqwikswitch-0.94: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyqwikswitch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath iproute, using log file: /var/log/nixpkgs-update/iproute/2024-03-05.log iproute 0 -> 1 attrpath: iproute Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6ah6ijlaznjvm1cjbs5l1mpkq74ap264-packages.json.drv building '/nix/store/6ah6ijlaznjvm1cjbs5l1mpkq74ap264-packages.json.drv'... Going to be running update for following packages: - iproute2-6.7.0 Press Enter key to continue... Running update for: - iproute2-6.7.0: UPDATING ... - iproute2-6.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update iproute 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.wtforms, using log file: /var/log/nixpkgs-update/python311Packages.wtforms/2024-03-05.log python311Packages.wtforms 0 -> 1 attrpath: python311Packages.wtforms Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xr1k8pxzbb237rwxacyp6031cklwgnxr-packages.json.drv building '/nix/store/xr1k8pxzbb237rwxacyp6031cklwgnxr-packages.json.drv'... Going to be running update for following packages: - python3.11-wtforms-3.1.1 Press Enter key to continue... Running update for: - python3.11-wtforms-3.1.1: UPDATING ... - python3.11-wtforms-3.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/wtforms/default.nix b/pkgs/development/python-modules/wtforms/default.nix index 4b724ce6acbd..9bb47be4a27a 100644 --- a/pkgs/development/python-modules/wtforms/default.nix +++ b/pkgs/development/python-modules/wtforms/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "wtforms"; - version = "3.1.1"; + version = "3.1.2"; pyproject = true; disabled = pythonOlder "3.7"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "wtforms"; repo = "wtforms"; rev = "refs/tags/${version}"; - hash = "sha256-9EryEXGlGCtDH/XPM4Oihla42HnY0nho9DaauHfYnNQ="; + hash = "sha256-L6DmB7iVpJR775oRxuEkCKWlUJnmw8VPZTr2dZbqeEc="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 31 > 25 [result] Failed to update python311Packages.wtforms 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.bayesdfa, using log file: /var/log/nixpkgs-update/rPackages.bayesdfa/2024-03-05.log rPackages.bayesdfa 1.3.1 -> 1.3.3 https://repology.org/project/r:bayesdfa/versions attrpath: rPackages.bayesdfa Checking auto update branch... No auto update branch exists Old version 1.3.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.bayesdfa 1.3.1 -> 1.3.3 https://repology.org/project/r:bayesdfa/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_4_19.tp_smapi, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_4_19.tp_smapi/2024-03-05.log linuxKernel.packages.linux_4_19.tp_smapi 0 -> 1 attrpath: linuxKernel.packages.linux_4_19.tp_smapi Checking auto update branch... [outpaths] eval start [outpaths] eval end [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Failed with exit code 1 this derivation will be built: /nix/store/4qdasfmzr5c9nmmc4r6y6dc5a5r2p5ak-packages.json.drv building '/nix/store/4qdasfmzr5c9nmmc4r6y6dc5a5r2p5ak-packages.json.drv'... Going to be running update for following packages: - tp_smapi-0.43-4.19.308 Press Enter key to continue... Running update for: - tp_smapi-0.43-4.19.308: UPDATING ... - tp_smapi-0.43-4.19.308: ERROR --- SHOWING ERROR LOG FOR tp_smapi-0.43-4.19.308 ---------------------- 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-4.19.308 ---------------------- The update script for tp_smapi-0.43-4.19.308 failed with exit code 1 [result] Failed to update linuxKernel.packages.linux_4_19.tp_smapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath opensycl, using log file: /var/log/nixpkgs-update/opensycl/2024-03-05.log opensycl 0.9.4 -> 23.10.0 https://github.com/OpenSYCL/OpenSYCL/releases attrpath: opensycl 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/opensycl/default.nix b/pkgs/development/compilers/opensycl/default.nix index c406d4c9d5c2..5d2ea4d7061d 100644 --- a/pkgs/development/compilers/opensycl/default.nix +++ b/pkgs/development/compilers/opensycl/default.nix @@ -17,13 +17,13 @@ let in stdenv.mkDerivation rec { pname = "OpenSYCL"; - version = "0.9.4"; + version = "23.10.0"; src = fetchFromGitHub { owner = "OpenSYCL"; repo = "OpenSYCL"; rev = "v${version}"; - sha256 = "sha256-5YkuUOAnvoAD5xDKxKMPq0B7+1pb6hVisPAhs0Za1ls="; + sha256 = "sha256-E6FoN7sRUXarfrq78gb5dMhr8qzZ+cpfNuD6DSTVlZM="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A opensycl nix build failed. -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /nix/store/x6zv4b5d5ihcnzh6jym72xiy9yl238bd-clang-wrapper-15.0.7/bin/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Boost: /nix/store/6d5sjqmrm93jncsmgzlgb7jqi1gwrgag-boost-1.81.0-dev/lib/cmake/Boost-1.81.0/BoostConfig.cmake (found version "1.81.0") found components: context fiber -- Could not find HIP cmake integration, falling back to finding hipcc -- Could not find ROCm installation by looking for hipcc. ROCm support unavailable. -- Performing Test HAVE_FFI_CALL -- Performing Test HAVE_FFI_CALL - Success -- Found FFI: /nix/store/5r3r06j8hzvb2cm0sjhdadgdmzrfh3nj-libffi-3.4.4/lib/libffi.so -- Performing Test Terminfo_LINKABLE -- Performing Test Terminfo_LINKABLE - Success -- Found Terminfo: /nix/store/5sqn9ipaj6zm26pypl6l748ahw9n6i3f-ncurses-6.4/lib/libtinfo.so -- Found ZLIB: /nix/store/bnqa606cwwff6ja8l6gz7milm7ajd1zi-zlib-1.3.1/lib/libz.so (found version "1.3.1") -- Found LibXml2: /nix/store/n8dqvi9lp8j8wkfdi0ispkfh2ahhljd1-libxml2-2.12.5/lib/libxml2.so (found version "2.12.5") -- Building hipSYCL against LLVM configured from /nix/store/vgj05jb71cyg15g1qfahd0l8g9q6349f-llvm-15.0.7-dev/lib/cmake/llvm -- Selecting clang: /nix/store/x6zv4b5d5ihcnzh6jym72xiy9yl238bd-clang-wrapper-15.0.7/bin/clang++ -- Using clang include directory: /nix/store/8hvxn1pzhd91xaznjynh5wdj3ayjp4dy-clang-15.0.7-dev/include -- Looking for C++ include filesystem -- Looking for C++ include filesystem - found -- Performing Test CXX_FILESYSTEM_NO_LINK_NEEDED -- Performing Test CXX_FILESYSTEM_NO_LINK_NEEDED - Success -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found OpenMP_C: -fopenmp=libomp (found version "5.0") -- Found OpenMP_CXX: -fopenmp=libomp (found version "5.0") -- Found OpenMP: TRUE (found version "5.0") -- Configuring incomplete, errors occurred! [result] Failed to update opensycl 0.9.4 -> 23.10.0 https://github.com/OpenSYCL/OpenSYCL/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.pyviz-comms, using log file: /var/log/nixpkgs-update/python311Packages.pyviz-comms/2024-03-05.log python311Packages.pyviz-comms 0 -> 1 attrpath: python311Packages.pyviz-comms Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/49l91v9s99asxhvkv8j3rxdc3nyhhds1-packages.json.drv building '/nix/store/49l91v9s99asxhvkv8j3rxdc3nyhhds1-packages.json.drv'... Going to be running update for following packages: - python3.11-pyviz_comms-2.2.1 Press Enter key to continue... Running update for: - python3.11-pyviz_comms-2.2.1: UPDATING ... - python3.11-pyviz_comms-2.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyviz-comms/default.nix b/pkgs/development/python-modules/pyviz-comms/default.nix index 4b3678494990..8493121dc51c 100644 --- a/pkgs/development/python-modules/pyviz-comms/default.nix +++ b/pkgs/development/python-modules/pyviz-comms/default.nix @@ -7,11 +7,11 @@ buildPythonPackage rec { pname = "pyviz_comms"; - version = "2.2.1"; + version = "3.0.1"; src = fetchPypi { inherit pname version; - hash = "sha256-omFFuM5D0tk0s8aCbXe5E84QXFKOsuSUyJCz41Jd3zM="; + hash = "sha256-QnwzpagXgNubnnV/BnX2XqIpLZpkKi0pHPtcrmzUaZE="; }; propagatedBuildInputs = [ param ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.pyviz-comms nix build failed. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 159, in setup dist.parse_config_files() File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/dist.py", line 627, in parse_config_files pyprojecttoml.apply_configuration(self, filename, ignore_option_errors) File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 66, in apply_configuration config = read_configuration(filepath, True, ignore_option_errors, dist) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 131, in read_configuration return expand_configuration(asdict, root_dir, ignore_option_errors, dist) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 156, in expand_configuration return _ConfigExpander(config, root_dir, ignore_option_errors, dist).expand() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 204, in expand self._expand_all_dynamic(dist, package_dir) File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 242, in _expand_all_dynamic obtained_dynamic = { ^ File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 243, in field: self._obtain(dist, field, package_dir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 292, in _obtain self._ensure_previously_set(dist, field) File "/nix/store/fvd6iz7hbcnns1jpfg8kkrm7m25vl3ii-python3.11-setuptools-69.0.3/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py", line 268, in _ensure_previously_set raise InvalidConfigError(msg) setuptools.errors.InvalidConfigError: No configuration found for dynamic 'description'. Some dynamic fields need to be specified via `tool.setuptools.dynamic` others must be specified via the equivalent attribute in `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.pyviz-comms 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ansiconv, using log file: /var/log/nixpkgs-update/python311Packages.ansiconv/2024-03-05.log python311Packages.ansiconv 0 -> 1 attrpath: python311Packages.ansiconv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zzhh04irax6190qgm4r8f98w47irqspv-packages.json.drv building '/nix/store/zzhh04irax6190qgm4r8f98w47irqspv-packages.json.drv'... Going to be running update for following packages: - python3.11-ansiconv-1.0.0 Press Enter key to continue... Running update for: - python3.11-ansiconv-1.0.0: UPDATING ... - python3.11-ansiconv-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ansiconv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath imgbrd-grabber, using log file: /var/log/nixpkgs-update/imgbrd-grabber/2024-03-05.log imgbrd-grabber 7.10.0 -> 7.11.2 https://github.com/Bionus/imgbrd-grabber/releases attrpath: imgbrd-grabber 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/imgbrd-grabber/default.nix b/pkgs/applications/graphics/imgbrd-grabber/default.nix index 0fa08c31c0a6..42441f1c1a01 100644 --- a/pkgs/applications/graphics/imgbrd-grabber/default.nix +++ b/pkgs/applications/graphics/imgbrd-grabber/default.nix @@ -18,13 +18,13 @@ stdenv.mkDerivation rec { pname = "imgbrd-grabber"; - version = "7.10.0"; + version = "7.11.2"; src = fetchFromGitHub { owner = "Bionus"; repo = "imgbrd-grabber"; rev = "v${version}"; - sha256 = "sha256-AT6pN2do0LlH6xAXKcFQv+oderD88/EiG1JnCw6kOOg="; + sha256 = "sha256-XLyzlQdUw/doyXCco3RXLmU3wg34c9ij2/0vPRk7Yjo="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A imgbrd-grabber nix build failed. got build log for 'imgbrd-grabber' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/y7b6f718222nzz2y5nawvh818wiqyj76-source source root is source/src @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase patching script interpreter paths in ./scripts/package.sh find: './scripts/package.sh': No such file or directory substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file '../scripts/package.sh') ln: failed to create symbolic link 'tests/src/vendor/catch': No such file or directory /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update imgbrd-grabber 7.10.0 -> 7.11.2 https://github.com/Bionus/imgbrd-grabber/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.python-caja, using log file: /var/log/nixpkgs-update/mate.python-caja/2024-03-05.log mate.python-caja 0 -> 1 attrpath: mate.python-caja mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.python-caja 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tgpt, using log file: /var/log/nixpkgs-update/tgpt/2024-03-05.log tgpt 2.0.4 -> 2.7.1 https://github.com/aandrew-me/tgpt/releases attrpath: tgpt Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - tgpt: 2.0.4 -> 2.7.1, set `passthru.updateScript`, move to `by-name` URL "https://api.github.com/repos/NixOS/nixpkgs/issues/286236" [result] Failed to update tgpt 2.0.4 -> 2.7.1 https://github.com/aandrew-me/tgpt/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.pyuca, using log file: /var/log/nixpkgs-update/python311Packages.pyuca/2024-03-05.log python311Packages.pyuca 0 -> 1 attrpath: python311Packages.pyuca Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c2zwcndkhi950c5al42r60zw79dy6aql-packages.json.drv building '/nix/store/c2zwcndkhi950c5al42r60zw79dy6aql-packages.json.drv'... Going to be running update for following packages: - python3.11-pyuca-1.2 Press Enter key to continue... Running update for: - python3.11-pyuca-1.2: UPDATING ... - python3.11-pyuca-1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyuca 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lark, using log file: /var/log/nixpkgs-update/python311Packages.lark/2024-03-05.log python311Packages.lark 0 -> 1 attrpath: python311Packages.lark Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jnglkhm7a3gfwvq98bizmbwgl5bgghs9-packages.json.drv building '/nix/store/jnglkhm7a3gfwvq98bizmbwgl5bgghs9-packages.json.drv'... Going to be running update for following packages: - python3.11-lark-1.1.8 Press Enter key to continue... Running update for: - python3.11-lark-1.1.8: UPDATING ... - python3.11-lark-1.1.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/lark/default.nix b/pkgs/development/python-modules/lark/default.nix index 5366311fed3c..5c39a4f0c0df 100644 --- a/pkgs/development/python-modules/lark/default.nix +++ b/pkgs/development/python-modules/lark/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "lark"; - version = "1.1.8"; + version = "1.1.9"; format = "pyproject"; src = fetchFromGitHub { owner = "lark-parser"; repo = "lark"; rev = "refs/tags/${version}"; - hash = "sha256-bGNoQeiAC2JIFOhgYUnc+nApa2ovFzXnpl9JQAE11hM="; + hash = "sha256-pWLKjELy10VNumpBHjBYCO2TltKsZx1GhQcGMHsYJNk="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 63 > 25 [result] Failed to update python311Packages.lark 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath enlightenment.ephoto, using log file: /var/log/nixpkgs-update/enlightenment.ephoto/2024-03-05.log enlightenment.ephoto 0 -> 1 attrpath: enlightenment.ephoto Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bxbwpn9s15m014f9da7jjvds5qx5a5m8-packages.json.drv building '/nix/store/bxbwpn9s15m014f9da7jjvds5qx5a5m8-packages.json.drv'... Going to be running update for following packages: - ephoto-1.6.0 Press Enter key to continue... Running update for: - ephoto-1.6.0: UPDATING ... - ephoto-1.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update enlightenment.ephoto 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.dials, using log file: /var/log/nixpkgs-update/rPackages.dials/2024-03-05.log rPackages.dials 1.2.0 -> 1.2.1 https://repology.org/project/r:dials/versions attrpath: rPackages.dials 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.dials 1.2.0 -> 1.2.1 https://repology.org/project/r:dials/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.tidycomm, using log file: /var/log/nixpkgs-update/rPackages.tidycomm/2024-03-05.log rPackages.tidycomm 0.2.1 -> 0.4.1 https://repology.org/project/r:tidycomm/versions attrpath: rPackages.tidycomm 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.tidycomm 0.2.1 -> 0.4.1 https://repology.org/project/r:tidycomm/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.pvr-hts, using log file: /var/log/nixpkgs-update/kodiPackages.pvr-hts/2024-03-05.log kodiPackages.pvr-hts 20.7.0 -> 21.2.1-Omega https://github.com/kodi-pvr/pvr.hts/releases attrpath: kodiPackages.pvr-hts 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/lsz6qi1a9vpyp99p0y76r9ahb9nkhp7l-source.drv building '/nix/store/lsz6qi1a9vpyp99p0y76r9ahb9nkhp7l-source.drv'... trying https://github.com/kodi-pvr/pvr.hts/archive/21.2.1-Omega-Nexus.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: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'kodiPackages.pvr-hts.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/lsz6qi1a9vpyp99p0y76r9ahb9nkhp7l-source.drv /nix/store/mppsb82fmvyhb75z89hbcs6kvbb2x6pl-kodi-pvr-hts-21.2.1-Omega.drv building '/nix/store/lsz6qi1a9vpyp99p0y76r9ahb9nkhp7l-source.drv'... trying https://github.com/kodi-pvr/pvr.hts/archive/21.2.1-Omega-Nexus.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/lsz6qi1a9vpyp99p0y76r9ahb9nkhp7l-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/kodi-pvr/pvr.hts/archive/21.2.1-Omega-Nexus.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/lsz6qi1a9vpyp99p0y76r9ahb9nkhp7l-source.drv'. error: 1 dependencies of derivation '/nix/store/mppsb82fmvyhb75z89hbcs6kvbb2x6pl-kodi-pvr-hts-21.2.1-Omega.drv' failed to build [result] Failed to update kodiPackages.pvr-hts 20.7.0 -> 21.2.1-Omega https://github.com/kodi-pvr/pvr.hts/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 emacsPackages.hyperbole, using log file: /var/log/nixpkgs-update/emacsPackages.hyperbole/2024-03-05.log emacsPackages.hyperbole 8.0.0 -> 9.0.0 https://repology.org/project/emacs:hyperbole/versions attrpath: emacsPackages.hyperbole Checking auto update branch... No auto update branch exists Old version 8.0.0" not present in staging derivation file with contents: { callPackage }: { ace-window = callPackage ({ avy, elpaBuild, fetchurl, lib }: elpaBuild { pname = "ace-window"; ename = "ace-window"; version = "0.10.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/ace-window-0.10.0.tar"; sha256 = "1kfyf7za4zc41gf0k3rq8byvwkw7q5pxnyynh5i0gv686zrzak1i"; }; packageRequires = [ avy ]; meta = { homepage = "https://elpa.gnu.org/packages/ace-window.html"; license = lib.licenses.free; }; }) {}; ack = callPackage ({ elpaBuild, fetchurl, lib }: elpaBuild { pname = "ack"; ename = "ack"; version = "1.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/ack-1.11.tar"; sha256 = "0fsi3lgfkyv9gxwcs0q5c9fawksz6x0pqarjagcndnd7jlbxjw7z"; }; packageRequires = []; meta = { homepage = "https://elpa.gnu.org/packages/ack.html"; license = lib.licenses.free; }; }) {}; activities = callPackage ({ elpaBuild, emacs, fetchurl, lib, persist }: elpaBuild { pname = "activities"; ename = "activities"; version = "0.5.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/activities-0.5.1.tar"; sha256 = "0ng9sgajcpal881s3kavkmz0fc38f2h207hpqj62cf14z7bsk0zk"; }; 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 = "14.0.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/auctex-14.0.3.tar"; sha256 = "1xk29nk3r7ilxk2vag3diacamqvlws7mbjk5a0iivz5y6fy7hmjc"; }; 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.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/beframe-1.0.1.tar"; sha256 = "0j4ks5i67ck1cid6whvwq564s94xb0q5fchb006wzbniy1inwcna"; }; 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.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/bicep-ts-mode-0.1.3.tar"; sha256 = "1di4pkk682kl46acdq44d1xykzqnvayhd84rwf71rj3q252di5a6"; }; 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.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/calibre-1.4.1.tar"; sha256 = "1wjz4d2hrhwcd9ljngygacxm28ddgwndp9krz5cxhjz2dkhs1pgb"; }; 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.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/cape-1.3.tar"; sha256 = "1178f6js821zcmsc3zrlclnaf4sswgvzs2qazzi975dkcfqcn3vq"; }; 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.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/consult-1.3.tar"; sha256 = "1qyqvc4rp0287lidpzhvi669ygjnqmlw8wq0hc0nks2703p283c8"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/consult.html"; license = lib.licenses.free; }; }) {}; consult-hoogle = callPackage ({ consult , elpaBuild , emacs , fetchurl , haskell-mode , lib }: elpaBuild { pname = "consult-hoogle"; ename = "consult-hoogle"; version = "0.1.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/consult-hoogle-0.1.1.tar"; sha256 = "1bcl7h5ykcgrsfj27wkv9l9jvbj2bbkh0w9d60663m1bkp0p3y2r"; }; packageRequires = [ consult emacs haskell-mode ]; meta = { homepage = "https://elpa.gnu.org/packages/consult-hoogle.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.7.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/dape-0.7.0.tar"; sha256 = "0fbafwmrs9dlv875vcg1c9gh0hqs1zpnyqxgkdvbrazww7ffn60g"; }; 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.40"; src = fetchurl { url = "https://elpa.gnu.org/packages/debbugs-0.40.tar"; sha256 = "0yfl9gd23xnfk3iwiq26brd7fg9ikhd201lw4awng0rdh0fddxwd"; }; 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 = "20240205"; src = fetchurl { url = "https://elpa.gnu.org/packages/eev-20240205.tar"; sha256 = "06psmcf3yi7pincsbhjrcrml0wzwgmlv6xy2fbpg1sg8vlibbgi3"; }; 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.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/ef-themes-1.5.1.tar"; sha256 = "00qh5b7kx0dlms7drnzj95mvgwfzg5h5m9prkbr8qi4ssx939gdw"; }; 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.8.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/ellama-0.8.7.tar"; sha256 = "0qmd7zrh026rjic26bdp9zinb7vkppdm14inwpwaashqxa5brwi5"; }; 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.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/excorporate-1.1.2.tar"; sha256 = "11w53idm7m20jhmwnj9wiqiv6fzydjrgy2s3mp36barlj3xq0l0z"; }; 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; }; }) {}; filechooser = callPackage ({ compat, elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "filechooser"; ename = "filechooser"; version = "0.1.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/filechooser-0.1.2.tar"; sha256 = "0s0mdc851zd2hy8hfpbamiimbh7c788cyz8mxnwzkpmf6jlj6xdw"; }; packageRequires = [ compat emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/filechooser.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.9.7"; src = fetchurl { url = "https://elpa.gnu.org/packages/greader-0.9.7.tar"; sha256 = "08q2qfcwyxrnmjbzblgk16xhshhn2314swjs0kr5jrdijdgpfghh"; }; 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 = "9.0.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/hyperbole-9.0.0.tar"; sha256 = "07kpyp3ggf4knakn18niy819l184apx4d9vbcwv57j8zyqgn4c3l"; }; 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.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/ilist-0.3.tar"; sha256 = "1gg77fnk2ky5z5153axszs43a9npb1xg56ik23rz45xl9hg7v8as"; }; 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.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/jinx-1.3.tar"; sha256 = "0xlfw1sw92qf8bwpw9qnjhkz4ax6n7kcl72ypqm3swmj92jbgsg7"; }; 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.2"; src = fetchurl { url = "https://elpa.gnu.org/packages/lex-1.2.tar"; sha256 = "03g5lm6gyh4k8l4iccdl9z0qinr46fkpqlwdw0gdfj9d0b782mbs"; }; 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.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/llm-0.9.1.tar"; sha256 = "0vib0zl41fsacc5d79f1l52j2vxnbqc37471b86cxw9rha0clr8m"; }; 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.11"; src = fetchurl { url = "https://elpa.gnu.org/packages/mmm-mode-0.5.11.tar"; sha256 = "07pda4bvvcmdwkwh8dnfqgvhkdni2wjgps1094kn1j5c9j254741"; }; 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.19"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-9.6.19.tar"; sha256 = "0ibgw0i7nsn589k0ynifwdp1f3ia6p8369myhjqgmwy392cwrcxg"; }; 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-jami-bot = callPackage ({ elpaBuild, emacs, fetchurl, jami-bot, lib }: elpaBuild { pname = "org-jami-bot"; ename = "org-jami-bot"; version = "0.0.5"; src = fetchurl { url = "https://elpa.gnu.org/packages/org-jami-bot-0.0.5.tar"; sha256 = "0nh0sp1l8hn568n6j11nkl42rm6b3gbjwi3lsf6vanr0lzvrl58r"; }; packageRequires = [ emacs jami-bot ]; meta = { homepage = "https://elpa.gnu.org/packages/org-jami-bot.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, emacs, fetchurl, lib }: elpaBuild { pname = "pabbrev"; ename = "pabbrev"; version = "4.3.0"; src = fetchurl { url = "https://elpa.gnu.org/packages/pabbrev-4.3.0.tar"; sha256 = "0a54ld80s0r9zrc2kd861p4ii3jzqhxykzcnvi64fhxxg3x2aggx"; }; packageRequires = [ emacs ]; 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.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/parser-generator-0.2.1.tar"; sha256 = "17kqkqz3d29pmn8ydw5kxs2fdgwqh0q31f13hdf1bnw009j24rl9"; }; 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.48"; src = fetchurl { url = "https://elpa.gnu.org/packages/phps-mode-0.4.48.tar"; sha256 = "1nm1j0f77afmwhb5cavk60nn4ifnx5qaycdy0c7qj8w3vdhyn3da"; }; 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; }; }) {}; rcirc-sqlite = callPackage ({ elpaBuild, emacs, fetchurl, lib }: elpaBuild { pname = "rcirc-sqlite"; ename = "rcirc-sqlite"; version = "0.1.3"; src = fetchurl { url = "https://elpa.gnu.org/packages/rcirc-sqlite-0.1.3.tar"; sha256 = "1pwxkw6dzwbg5g3rxilpp6iy3mzxgpn0mw59i3dcx25hdyizqhip"; }; packageRequires = [ emacs ]; meta = { homepage = "https://elpa.gnu.org/packages/rcirc-sqlite.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.1"; src = fetchurl { url = "https://elpa.gnu.org/packages/tempel-1.1.tar"; sha256 = "1780dgyfj569vxzzg8gqky9953fzw8x5kzy2l05vl7my06nyk46i"; }; 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.hyperbole 8.0.0 -> 9.0.0 https://repology.org/project/emacs:hyperbole/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ramlfications, using log file: /var/log/nixpkgs-update/python312Packages.ramlfications/2024-03-05.log python312Packages.ramlfications 0.1.9 -> 0.2.2 https://repology.org/project/python:ramlfications/versions attrpath: python312Packages.ramlfications Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/apc6rpbw5lyi3gk6vzpxwi1qlhhd4jvv-packages.json.drv building '/nix/store/apc6rpbw5lyi3gk6vzpxwi1qlhhd4jvv-packages.json.drv'... Going to be running update for following packages: - python3.12-ramlfications-0.1.9 Press Enter key to continue... Running update for: - python3.12-ramlfications-0.1.9: UPDATING ... - python3.12-ramlfications-0.1.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ramlfications/default.nix b/pkgs/development/python-modules/ramlfications/default.nix index 3c2be0da4792..2044e030c5ee 100644 --- a/pkgs/development/python-modules/ramlfications/default.nix +++ b/pkgs/development/python-modules/ramlfications/default.nix @@ -5,12 +5,12 @@ buildPythonPackage rec { pname = "ramlfications"; - version = "0.1.9"; + version = "0.2.2"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "0xvnna7kaq4nm5nfnwcwbr5bcm2s532hgyp7kq4v9iivn48rrf3v"; + sha256 = "sha256-wcQd5j74y7d0xFeWlwlhceZj95ixUmv5upnv/6Rl1ew="; }; meta = with lib; { No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.ramlfications Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.ramlfications Standard output: error: Ă¢Â€Â¦ while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.ramlfications/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; Ă¢Â€Â¦ while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.ramlfications/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: Package Ă¢Â€Â˜python3.12-pbr-6.0.0Ă¢Â€Â™ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.ramlfications/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. [result] Failed to update python312Packages.ramlfications 0.1.9 -> 0.2.2 https://repology.org/project/python:ramlfications/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.airium, using log file: /var/log/nixpkgs-update/python311Packages.airium/2024-03-05.log python311Packages.airium 0 -> 1 attrpath: python311Packages.airium Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/01nvypy4x8j1xgw9rczxicf7gag43hgl-packages.json.drv building '/nix/store/01nvypy4x8j1xgw9rczxicf7gag43hgl-packages.json.drv'... Going to be running update for following packages: - python3.11-airium-0.2.6 Press Enter key to continue... Running update for: - python3.11-airium-0.2.6: UPDATING ... - python3.11-airium-0.2.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.airium 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_4_19.sysdig, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_4_19.sysdig/2024-03-05.log linuxKernel.packages.linux_4_19.sysdig 0.35.1 -> 0.35.3 https://github.com/draios/sysdig/releases attrpath: linuxKernel.packages.linux_4_19.sysdig 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 linuxKernel.packages.linux_4_19.sysdig 0.35.1 -> 0.35.3 https://github.com/draios/sysdig/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 zig-shell-completions, using log file: /var/log/nixpkgs-update/zig-shell-completions/2024-03-05.log zig-shell-completions 0 -> 1 attrpath: zig-shell-completions Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rg57n91l6d74hn0s29h4rd280wx70ika-packages.json.drv building '/nix/store/rg57n91l6d74hn0s29h4rd280wx70ika-packages.json.drv'... Going to be running update for following packages: - zig-shell-completions-unstable-2023-11-18 Press Enter key to continue... Running update for: - zig-shell-completions-unstable-2023-11-18: UPDATING ... - zig-shell-completions-unstable-2023-11-18: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update zig-shell-completions 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.phenopix, using log file: /var/log/nixpkgs-update/rPackages.phenopix/2024-03-05.log rPackages.phenopix 2.4.3 -> 2.4.4 https://repology.org/project/r:phenopix/versions attrpath: rPackages.phenopix Checking auto update branch... No auto update branch exists Old version 2.4.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.phenopix 2.4.3 -> 2.4.4 https://repology.org/project/r:phenopix/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.mousetrap, using log file: /var/log/nixpkgs-update/rPackages.mousetrap/2024-03-05.log rPackages.mousetrap 3.2.2 -> 3.2.3 https://repology.org/project/r:mousetrap/versions attrpath: rPackages.mousetrap Checking auto update branch... No auto update branch exists Old version 3.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.mousetrap 3.2.2 -> 3.2.3 https://repology.org/project/r:mousetrap/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.blavaan, using log file: /var/log/nixpkgs-update/rPackages.blavaan/2024-03-05.log rPackages.blavaan 0.5-2 -> 0.5-3 https://repology.org/project/r:blavaan/versions attrpath: rPackages.blavaan Checking auto update branch... No auto update branch exists Old version 0.5-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.blavaan 0.5-2 -> 0.5-3 https://repology.org/project/r:blavaan/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.rgho, using log file: /var/log/nixpkgs-update/rPackages.rgho/2024-03-05.log rPackages.rgho 3.0.1 -> 3.0.2 https://repology.org/project/r:rgho/versions attrpath: rPackages.rgho Checking auto update branch... No auto update branch exists Old version 3.0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rgho 3.0.1 -> 3.0.2 https://repology.org/project/r:rgho/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.graph-tool, using log file: /var/log/nixpkgs-update/python312Packages.graph-tool/2024-03-05.log python312Packages.graph-tool 2.45 -> 2.59 https://repology.org/project/python:graph-tool/versions attrpath: python312Packages.graph-tool Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1lncy6hmbdzcj9ggcdqz6mkxskf77p9s-packages.json.drv building '/nix/store/1lncy6hmbdzcj9ggcdqz6mkxskf77p9s-packages.json.drv'... Going to be running update for following packages: - python3.12-graph-tool-2.45 Press Enter key to continue... Running update for: - python3.12-graph-tool-2.45: UPDATING ... - python3.12-graph-tool-2.45: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.graph-tool 2.45 -> 2.59 https://repology.org/project/python:graph-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 stylish-haskell, using log file: /var/log/nixpkgs-update/stylish-haskell/2024-03-05.log stylish-haskell 0.14.5.0 -> 0.14.6.0 https://repology.org/project/stylish-haskell/versions attrpath: stylish-haskell Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update stylish-haskell 0.14.5.0 -> 0.14.6.0 https://repology.org/project/stylish-haskell/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.yardstick, using log file: /var/log/nixpkgs-update/rPackages.yardstick/2024-03-05.log rPackages.yardstick 1.2.0 -> 1.3.0 https://repology.org/project/r:yardstick/versions attrpath: rPackages.yardstick 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.yardstick 1.2.0 -> 1.3.0 https://repology.org/project/r:yardstick/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pdfrw2, using log file: /var/log/nixpkgs-update/python311Packages.pdfrw2/2024-03-05.log python311Packages.pdfrw2 0 -> 1 attrpath: python311Packages.pdfrw2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zwyyk7vcz013dgrsf1c89mkxdmn51wjz-packages.json.drv building '/nix/store/zwyyk7vcz013dgrsf1c89mkxdmn51wjz-packages.json.drv'... Going to be running update for following packages: - python3.11-pdfrw2-0.5.0 Press Enter key to continue... Running update for: - python3.11-pdfrw2-0.5.0: UPDATING ... - python3.11-pdfrw2-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pdfrw2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mutagen, using log file: /var/log/nixpkgs-update/mutagen/2024-03-05.log mutagen 0.17.1 -> 0.17.5 https://github.com/mutagen-io/mutagen/releases attrpath: mutagen 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-kfzT+230KY2TJVc0qKMi4TysmltZSgF/OvL5nPLPcbM=" [golangModuleVersion] Replaced vendorHash with sha256-Uzfd1fZJ+x8m6/A2r0WJSiF2OW30WYiPkPQtdaqh4Qc= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mutagen Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . mutagen Standard output: error: build log of 'mutagen' is not available [result] Failed to update mutagen 0.17.1 -> 0.17.5 https://github.com/mutagen-io/mutagen/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.tasklib, using log file: /var/log/nixpkgs-update/python311Packages.tasklib/2024-03-05.log python311Packages.tasklib 0 -> 1 attrpath: python311Packages.tasklib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d77q30r6k9pc2h1cd73xjxnw5d0zfc2d-packages.json.drv building '/nix/store/d77q30r6k9pc2h1cd73xjxnw5d0zfc2d-packages.json.drv'... Going to be running update for following packages: - python3.11-tasklib-2.5.1 Press Enter key to continue... Running update for: - python3.11-tasklib-2.5.1: UPDATING ... - python3.11-tasklib-2.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tasklib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-iam, using log file: /var/log/nixpkgs-update/python311Packages.google-cloud-iam/2024-03-05.log python311Packages.google-cloud-iam 0 -> 1 attrpath: python311Packages.google-cloud-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/b3jgarvbmlsppxf1xwc653z43n8mj2gr-packages.json.drv building '/nix/store/b3jgarvbmlsppxf1xwc653z43n8mj2gr-packages.json.drv'... Going to be running update for following packages: - python3.11-google-cloud-iam-2.12.2 Press Enter key to continue... Running update for: - python3.11-google-cloud-iam-2.12.2: UPDATING ... - python3.11-google-cloud-iam-2.12.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/google-cloud-iam/default.nix b/pkgs/development/python-modules/google-cloud-iam/default.nix index 9e1ca821bdae..7e2bb983cba4 100644 --- a/pkgs/development/python-modules/google-cloud-iam/default.nix +++ b/pkgs/development/python-modules/google-cloud-iam/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "google-cloud-iam"; - version = "2.12.2"; + version = "2.14.2"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-YDHQwZEfx5zguLuPb+FkUoO5wakYi0g9rmI7U7TYGBw="; + hash = "sha256-V9U7KAziEbktu3v4ob0BONv+N7oDYC/+ezZ5srTVVLE="; }; propagatedBuildInputs = [ 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.google-cloud-iam 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aioopenexchangerates, using log file: /var/log/nixpkgs-update/python311Packages.aioopenexchangerates/2024-03-05.log python311Packages.aioopenexchangerates 0 -> 1 attrpath: python311Packages.aioopenexchangerates Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1gl57rj4j6m08x5p0ajc40b20vip9lnx-packages.json.drv building '/nix/store/1gl57rj4j6m08x5p0ajc40b20vip9lnx-packages.json.drv'... Going to be running update for following packages: - python3.11-aioopenexchangerates-0.4.8 Press Enter key to continue... Running update for: - python3.11-aioopenexchangerates-0.4.8: UPDATING ... - python3.11-aioopenexchangerates-0.4.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aioopenexchangerates 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.adjusttext, using log file: /var/log/nixpkgs-update/python311Packages.adjusttext/2024-03-05.log python311Packages.adjusttext 0 -> 1 attrpath: python311Packages.adjusttext Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/82q9gp69ncbh5gdqbllkmzgxy4663cvx-packages.json.drv building '/nix/store/82q9gp69ncbh5gdqbllkmzgxy4663cvx-packages.json.drv'... Going to be running update for following packages: - python3.11-adjusttext-1.0.4 Press Enter key to continue... Running update for: - python3.11-adjusttext-1.0.4: UPDATING ... - python3.11-adjusttext-1.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.adjusttext 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fountains, using log file: /var/log/nixpkgs-update/python311Packages.fountains/2024-03-05.log python311Packages.fountains 0 -> 1 attrpath: python311Packages.fountains Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/makj8lfhard8saix340vw143kzy66x8a-packages.json.drv building '/nix/store/makj8lfhard8saix340vw143kzy66x8a-packages.json.drv'... Going to be running update for following packages: - python3.11-fountains-2.2.0 Press Enter key to continue... Running update for: - python3.11-fountains-2.2.0: UPDATING ... - python3.11-fountains-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fountains 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.libdbusmenu, using log file: /var/log/nixpkgs-update/libsForQt5.libdbusmenu/2024-03-05.log libsForQt5.libdbusmenu 0.9.3+16 -> 0.9.3.16.04.20160218 https://repology.org/project/libdbusmenu-qt/versions attrpath: libsForQt5.libdbusmenu 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/hgrd915k94lc0y33f0i5p16zxmiz3j7j-libdbusmenu-qt.drv building '/nix/store/hgrd915k94lc0y33f0i5p16zxmiz3j7j-libdbusmenu-qt.drv'... exporting https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt (rev import/0.9.3.16.04.20160218.04.20160218-1) into /nix/store/15xwvp4yz13pp7ml6v3nz7d5n3yad9ac-libdbusmenu-qt Initialized empty Git repository in /nix/store/15xwvp4yz13pp7ml6v3nz7d5n3yad9ac-libdbusmenu-qt/.git/ fatal: couldn't find remote ref refs/tags/import/0.9.3.16.04.20160218.04.20160218-1 remote: Enumerating objects: 70, done. remote: Counting objects: 100% (70/70), done. remote: Compressing objects: 100% (56/56), done. remote: Total 70 (delta 11), reused 53 (delta 7) Unpacking objects: 100% (70/70), 68.64 KiB | 2.37 MiB/s, done. From https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/import/0.9.3.16.04.20160218.04.20160218-1 from https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt. error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libsForQt5.libdbusmenu.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/hgrd915k94lc0y33f0i5p16zxmiz3j7j-libdbusmenu-qt.drv /nix/store/hlj5fflmr8c4x43sd330wh25kpajxl7w-libdbusmenu-qt-0.9.3.16.04.20160218.drv building '/nix/store/hgrd915k94lc0y33f0i5p16zxmiz3j7j-libdbusmenu-qt.drv'... exporting https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt (rev import/0.9.3.16.04.20160218.04.20160218-1) into /nix/store/15xwvp4yz13pp7ml6v3nz7d5n3yad9ac-libdbusmenu-qt Initialized empty Git repository in /nix/store/15xwvp4yz13pp7ml6v3nz7d5n3yad9ac-libdbusmenu-qt/.git/ fatal: couldn't find remote ref refs/tags/import/0.9.3.16.04.20160218.04.20160218-1 remote: Enumerating objects: 70, done. remote: Counting objects: 100% (70/70), done. remote: Compressing objects: 100% (56/56), done. remote: Total 70 (delta 11), reused 53 (delta 7) Unpacking objects: 100% (70/70), 68.64 KiB | 1.76 MiB/s, done. From https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/import/0.9.3.16.04.20160218.04.20160218-1 from https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt. error: builder for '/nix/store/hgrd915k94lc0y33f0i5p16zxmiz3j7j-libdbusmenu-qt.drv' failed with exit code 1; last 13 log lines: > exporting https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt (rev import/0.9.3.16.04.20160218.04.20160218-1) into /nix/store/15xwvp4yz13pp7ml6v3nz7d5n3yad9ac-libdbusmenu-qt > Initialized empty Git repository in /nix/store/15xwvp4yz13pp7ml6v3nz7d5n3yad9ac-libdbusmenu-qt/.git/ > fatal: couldn't find remote ref refs/tags/import/0.9.3.16.04.20160218.04.20160218-1 > remote: Enumerating objects: 70, done. > remote: Counting objects: 100% (70/70), done. > remote: Compressing objects: 100% (56/56), done. > remote: Total 70 (delta 11), reused 53 (delta 7) > Unpacking objects: 100% (70/70), 68.64 KiB | 1.76 MiB/s, done. > From https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt > * branch HEAD -> FETCH_HEAD > fatal: Not a valid object name > Unrecognized git object type: > Unable to checkout refs/tags/import/0.9.3.16.04.20160218.04.20160218-1 from https://git.launchpad.net/ubuntu/+source/libdbusmenu-qt. For full logs, run 'nix log /nix/store/hgrd915k94lc0y33f0i5p16zxmiz3j7j-libdbusmenu-qt.drv'. error: 1 dependencies of derivation '/nix/store/hlj5fflmr8c4x43sd330wh25kpajxl7w-libdbusmenu-qt-0.9.3.16.04.20160218.drv' failed to build [result] Failed to update libsForQt5.libdbusmenu 0.9.3+16 -> 0.9.3.16.04.20160218 https://repology.org/project/libdbusmenu-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 rure, using log file: /var/log/nixpkgs-update/rure/2024-03-05.log rure 0 -> 1 attrpath: rure Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/22bxfmhvlvi0kbvgxwwq7fm16hv0maaa-packages.json.drv building '/nix/store/22bxfmhvlvi0kbvgxwwq7fm16hv0maaa-packages.json.drv'... Going to be running update for following packages: - rure-0.2.2 Press Enter key to continue... Running update for: - rure-0.2.2: UPDATING ... - rure-0.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/rure/Cargo.lock b/pkgs/development/libraries/rure/Cargo.lock index a5ba9527382e..3f275ae7d45a 100644 --- a/pkgs/development/libraries/rure/Cargo.lock +++ b/pkgs/development/libraries/rure/Cargo.lock @@ -37,9 +37,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" +checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" dependencies = [ "aho-corasick", "memchr", Package version did not change. [result] Failed to update rure 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-lint, using log file: /var/log/nixpkgs-update/python311Packages.setuptools-lint/2024-03-05.log python311Packages.setuptools-lint 0 -> 1 attrpath: python311Packages.setuptools-lint Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0gqq2nysmin988a65bd39fq95rrssn0a-packages.json.drv building '/nix/store/0gqq2nysmin988a65bd39fq95rrssn0a-packages.json.drv'... Going to be running update for following packages: - python3.11-setuptools-lint-0.6.0 Press Enter key to continue... Running update for: - python3.11-setuptools-lint-0.6.0: UPDATING ... - python3.11-setuptools-lint-0.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.setuptools-lint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath enlightenment.efl, using log file: /var/log/nixpkgs-update/enlightenment.efl/2024-03-05.log enlightenment.efl 0 -> 1 attrpath: enlightenment.efl Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/babbr3qhizmdjn9kmlmwvcppprx0rljr-packages.json.drv building '/nix/store/babbr3qhizmdjn9kmlmwvcppprx0rljr-packages.json.drv'... Going to be running update for following packages: - efl-1.27.0 Press Enter key to continue... Running update for: - efl-1.27.0: UPDATING ... - efl-1.27.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update enlightenment.efl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ja2-stracciatella, using log file: /var/log/nixpkgs-update/ja2-stracciatella/2024-03-05.log ja2-stracciatella 0.17.0 -> 0.21.0 https://github.com/ja2-stracciatella/ja2-stracciatella/releases attrpath: ja2-stracciatella Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#ja2-stracciatella.src --raw --apply "p: p.cargoHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/ja2-stracciatella' is dirty '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links '/nix/store/.links/1mdzzv3g8a2fqq43z5yq6xyhx8682h3yxgq03dnfvjp95ni9q3w1' has maximum number of links '/nix/store/.links/0zbl8bwgpl65swi6krvqgzsx5pkvrd8qfar5jmk959d1zdq05bpf' has maximum number of links error: attribute 'cargoHash' missing at «string»:1:4: 1| p: p.cargoHash | ^ Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#ja2-stracciatella.originalSrc --raw --apply "p: p.cargoHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/ja2-stracciatella' is dirty error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/ja2-stracciatella' does not provide attribute 'packages.x86_64-linux.ja2-stracciatella.originalSrc', 'legacyPackages.x86_64-linux.ja2-stracciatella.originalSrc' or 'ja2-stracciatella.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#ja2-stracciatella --raw --apply "p: p.cargoHash" Standard error: warning: Git tree '/var/cache/nixpkgs-update/worker/worktree/ja2-stracciatella' is dirty error: attribute 'cargoHash' missing at «string»:1:4: 1| p: p.cargoHash | ^ [result] Failed to update ja2-stracciatella 0.17.0 -> 0.21.0 https://github.com/ja2-stracciatella/ja2-stracciatella/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.notify-events, using log file: /var/log/nixpkgs-update/python311Packages.notify-events/2024-03-05.log python311Packages.notify-events 0 -> 1 attrpath: python311Packages.notify-events Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jmf3lg4mff2z49jiqc5s8wcb12hrhy2d-packages.json.drv building '/nix/store/jmf3lg4mff2z49jiqc5s8wcb12hrhy2d-packages.json.drv'... Going to be running update for following packages: - python3.11-notify-events-1.1.3 Press Enter key to continue... Running update for: - python3.11-notify-events-1.1.3: UPDATING ... - python3.11-notify-events-1.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.notify-events 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.iNZightTS, using log file: /var/log/nixpkgs-update/rPackages.iNZightTS/2024-03-05.log rPackages.iNZightTS 1.5.9 -> 2.0.0 https://repology.org/project/r:inzightts/versions attrpath: rPackages.iNZightTS Checking auto update branch... No auto update branch exists Old version 1.5.9" 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.iNZightTS 1.5.9 -> 2.0.0 https://repology.org/project/r:inzightts/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.doctest-lib, using log file: /var/log/nixpkgs-update/haskellPackages.doctest-lib/2024-03-05.log haskellPackages.doctest-lib 0.1 -> 0.1.1 https://repology.org/project/haskell:doctest-lib/versions attrpath: haskellPackages.doctest-lib Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.doctest-lib 0.1 -> 0.1.1 https://repology.org/project/haskell:doctest-lib/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-ole, using log file: /var/log/nixpkgs-update/python311Packages.dissect-ole/2024-03-05.log python311Packages.dissect-ole 0 -> 1 attrpath: python311Packages.dissect-ole Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kahrg71frxly1f41xdjns59wbxilczcq-packages.json.drv building '/nix/store/kahrg71frxly1f41xdjns59wbxilczcq-packages.json.drv'... Going to be running update for following packages: - python3.11-dissect-ole-3.6 Press Enter key to continue... Running update for: - python3.11-dissect-ole-3.6: UPDATING ... - python3.11-dissect-ole-3.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect-ole 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.Pweave, using log file: /var/log/nixpkgs-update/python311Packages.Pweave/2024-03-05.log python311Packages.Pweave 0 -> 1 attrpath: python311Packages.Pweave Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n66vkcyr7hxgkcagy5nkl9yjkl13xyd2-packages.json.drv building '/nix/store/n66vkcyr7hxgkcagy5nkl9yjkl13xyd2-packages.json.drv'... Going to be running update for following packages: - python3.11-pweave-0.30.3 Press Enter key to continue... Running update for: - python3.11-pweave-0.30.3: UPDATING ... - python3.11-pweave-0.30.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.Pweave 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyls-flake8, using log file: /var/log/nixpkgs-update/python311Packages.pyls-flake8/2024-03-05.log python311Packages.pyls-flake8 0 -> 1 attrpath: python311Packages.pyls-flake8 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0cvxh909pvsq9nqj1k531236isfrrd44-packages.json.drv building '/nix/store/0cvxh909pvsq9nqj1k531236isfrrd44-packages.json.drv'... Going to be running update for following packages: - python3.11-pyls-flake8-0.4.0 Press Enter key to continue... Running update for: - python3.11-pyls-flake8-0.4.0: UPDATING ... - python3.11-pyls-flake8-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyls-flake8 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-transcript-api, using log file: /var/log/nixpkgs-update/python311Packages.youtube-transcript-api/2024-03-05.log python311Packages.youtube-transcript-api 0 -> 1 attrpath: python311Packages.youtube-transcript-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/89ch5bxwm1dc1a0n1rzknlkwdi2qi19y-packages.json.drv building '/nix/store/89ch5bxwm1dc1a0n1rzknlkwdi2qi19y-packages.json.drv'... Going to be running update for following packages: - python3.11-youtube-transcript-api-0.6.2 Press Enter key to continue... Running update for: - python3.11-youtube-transcript-api-0.6.2: UPDATING ... - python3.11-youtube-transcript-api-0.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.youtube-transcript-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.pyramid-jinja2, using log file: /var/log/nixpkgs-update/python311Packages.pyramid-jinja2/2024-03-05.log python311Packages.pyramid-jinja2 0 -> 1 attrpath: python311Packages.pyramid-jinja2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y61948gyj8vqcsfwkmbjlkbfrzi20rrs-packages.json.drv building '/nix/store/y61948gyj8vqcsfwkmbjlkbfrzi20rrs-packages.json.drv'... Going to be running update for following packages: - python3.11-pyramid-jinja2-2.10 Press Enter key to continue... Running update for: - python3.11-pyramid-jinja2-2.10: UPDATING ... - python3.11-pyramid-jinja2-2.10: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyramid-jinja2/default.nix b/pkgs/development/python-modules/pyramid-jinja2/default.nix index 801ad816641b..0eab257384e4 100644 --- a/pkgs/development/python-modules/pyramid-jinja2/default.nix +++ b/pkgs/development/python-modules/pyramid-jinja2/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pyramid-jinja2"; - version = "2.10"; + version = "2.10.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "pyramid_jinja2"; inherit version; - hash = "sha256-8nEGnZ6ay6x622kSGQqEj2M49+V6+68+lSN/6DzI9NI="; + hash = "sha256-jFCMs1wTX5UUnKI2EQ+ciHU0NXV0DRbFy3OlDvHCFnc="; }; propagatedBuildInputs = [ An auto update branch exists with message `python311Packages.pyramid-jinja2: 2.10 -> 2.10.1`. New version is 2.10.1. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.pyramid-jinja2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath iroh, using log file: /var/log/nixpkgs-update/iroh/2024-03-05.log iroh 0.11.0 -> 0.12.0 https://github.com/n0-computer/iroh/releases attrpath: iroh Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-X8SJQLqV9CAkIre04ykyAxSI93PbiTFGO1Pk/vvyMJU= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A iroh nix build failed.  Compiling http v1.0.0  Compiling quinn-proto v0.10.6  Compiling quinn-udp v0.4.1  Compiling aead v0.5.2  Compiling postcard v1.0.8  Compiling ed25519 v2.2.3  Compiling crypto_secretbox v0.1.1  Compiling time v0.3.30  Compiling ed25519-dalek v2.0.0  Compiling dashmap v5.5.3  Compiling serdect v0.2.0  Compiling http-body v0.4.5  Compiling http-body v1.0.0  Compiling http-body-util v0.1.0  Compiling attohttpc v0.16.3  Compiling governor v0.6.0  Compiling ssh-key v0.6.2  Compiling crypto_box v0.9.1  Compiling watchable v1.1.1  Compiling serde_bytes v0.11.12 error: couldn't read /build/iroh-0.12.0-vendor.tar.gz/watchable/src/.crate-docs.md: No such file or directory (os error 2)  --> /build/iroh-0.12.0-vendor.tar.gz/watchable/src/lib.rs:1:10  | 1 | #![doc = include_str!(".crate-docs.md")]  |  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  |  = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info) error: could not compile `watchable` (lib) due to previous error warning: build failed, waiting for other jobs to finish... [result] Failed to update iroh 0.11.0 -> 0.12.0 https://github.com/n0-computer/iroh/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.aiohttp-client-cache, using log file: /var/log/nixpkgs-update/python311Packages.aiohttp-client-cache/2024-03-05.log python311Packages.aiohttp-client-cache 0 -> 1 attrpath: python311Packages.aiohttp-client-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/5njiw40148008i05z4y9dqdmi3fbzni1-packages.json.drv building '/nix/store/5njiw40148008i05z4y9dqdmi3fbzni1-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohttp_client_cache-0.10.0 Press Enter key to continue... Running update for: - python3.11-aiohttp_client_cache-0.10.0: UPDATING ... - python3.11-aiohttp_client_cache-0.10.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aiohttp-client-cache/default.nix b/pkgs/development/python-modules/aiohttp-client-cache/default.nix index dc5b34aad95e..99f3488aa6f2 100644 --- a/pkgs/development/python-modules/aiohttp-client-cache/default.nix +++ b/pkgs/development/python-modules/aiohttp-client-cache/default.nix @@ -2,11 +2,11 @@ python3.pkgs.buildPythonPackage rec { pname = "aiohttp_client_cache"; - version = "0.10.0"; + version = "0.11.0"; pyproject = true; src = fetchPypi { inherit pname version; - sha256 = "sha256-FXU4QNqa8B8ZADmoEyJfd8gsUDI0HEjIR9B2CBP55wU="; + sha256 = "sha256-B2b/9O2gVJjHUlN0pYeBDcwsy3slaAnd5SroeQqEU+s="; }; nativeBuildInputs = with python3.pkgs; [ poetry-core An auto update branch exists with message `python311Packages.aiohttp-client-cache: 0.10.0 -> 0.11.0`. New version is 0.11.0. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.aiohttp-client-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.glean-parser, using log file: /var/log/nixpkgs-update/python311Packages.glean-parser/2024-03-05.log python311Packages.glean-parser 0 -> 1 attrpath: python311Packages.glean-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/a8i2n3pg7z466yn0dmrgxcwc2kpy5bf3-packages.json.drv building '/nix/store/a8i2n3pg7z466yn0dmrgxcwc2kpy5bf3-packages.json.drv'... Going to be running update for following packages: - python3.11-glean-parser-11.0.1 Press Enter key to continue... Running update for: - python3.11-glean-parser-11.0.1: UPDATING ... - python3.11-glean-parser-11.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/glean-parser/default.nix b/pkgs/development/python-modules/glean-parser/default.nix index 380ada5d33a6..69e0689d740b 100644 --- a/pkgs/development/python-modules/glean-parser/default.nix +++ b/pkgs/development/python-modules/glean-parser/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "glean-parser"; - version = "11.0.1"; + version = "13.0.0"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -23,7 +23,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "glean_parser"; inherit version; - hash = "sha256-eeUjtRsP3c6fbGMJ+oxkMou3BrLWyEelP4ipPQFpXkM="; + hash = "sha256-gzeAyrfgVwNLNSeGIDr5TyGvywCUy+1gEEcfXcIaX5E="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.glean-parser nix build failed. try: try: h.request(req.get_method(), req.selector, req.data, headers, encode_chunked=req.has_header('Transfer-encoding')) except OSError as err: # timeout error > raise URLError(err) E urllib.error.URLError:  /nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/urllib/request.py:1351: URLError ----------------------------- Captured stderr call ----------------------------- ✨ Your metrics are Glean! ✨ =============================== warnings summary =============================== glean_parser/__init__.py:9 /build/glean_parser-13.0.0/glean_parser/__init__.py:9: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources import get_distribution, DistributionNotFound tests/test_cli.py::test_translate tests/test_cli.py::test_translate tests/test_cli.py::test_translate tests/test_cli.py::test_translate tests/test_cli.py::test_translate /build/glean_parser-13.0.0/glean_parser/util.py:250: DeprecationWarning: jsonschema.RefResolver is deprecated as of v4.18.0, in favor of the https://github.com/python-jsonschema/referencing library, which provides more compliant referencing behavior as well as more flexible APIs for customization. A future release will remove RefResolver. Please file a feature request (on referencing) if you are missing an API for the kind of customization you need. class NullResolver(jsonschema.RefResolver): -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/test_python_server.py::test_logging - urllib.error.URLError: 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath scons_3_1_2, using log file: /var/log/nixpkgs-update/scons_3_1_2/2024-03-05.log scons_3_1_2 0 -> 1 attrpath: scons_3_1_2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r48qhyldzgaph4j72cf4vcpbncwm0q8m-packages.json.drv building '/nix/store/r48qhyldzgaph4j72cf4vcpbncwm0q8m-packages.json.drv'... Going to be running update for following packages: - scons-3.1.2 Press Enter key to continue... Running update for: - scons-3.1.2: UPDATING ... - scons-3.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/build-managers/scons/3.1.2.nix b/pkgs/development/tools/build-managers/scons/3.1.2.nix index 0bac0685b0d1..3337458b08b3 100644 --- a/pkgs/development/tools/build-managers/scons/3.1.2.nix +++ b/pkgs/development/tools/build-managers/scons/3.1.2.nix @@ -2,12 +2,12 @@ let pname = "scons"; - version = "3.1.2"; + version = "4.6.0"; src = fetchFromGitHub { owner = "Scons"; repo = "scons"; - rev = version; - hash = "sha256-C3U4N7+9vplzoJoevQe5Zeuz0TDmB6/miMwBJLzA3WA="; + rev = "refs/tags/${version}"; + hash = "sha256-y8qVdP7oXMts5oHNCN51gufGTjHtkDlODaXtR/aqcNI="; }; in python3.pkgs.buildPythonApplication { No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A scons_3_1_2 nix build failed. got build log for 'scons_3_1_2' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing setuptools-build-hook Using setuptoolsBuildPhase Using setuptoolsShellHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook Using setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/5m46d34b9968llxxvb39acdwq55qkpf2-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/timings/js/plotter.js @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase python: can't open file '/build/source/bootstrap.py': [Errno 2] No such file or directory /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update scons_3_1_2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.matchpy, using log file: /var/log/nixpkgs-update/python311Packages.matchpy/2024-03-05.log python311Packages.matchpy 0 -> 1 attrpath: python311Packages.matchpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/55fg5m6m8n11vfrcv8bfvbqv4vvab8s7-packages.json.drv building '/nix/store/55fg5m6m8n11vfrcv8bfvbqv4vvab8s7-packages.json.drv'... Going to be running update for following packages: - python3.11-matchpy-0.5.5 Press Enter key to continue... Running update for: - python3.11-matchpy-0.5.5: UPDATING ... - python3.11-matchpy-0.5.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.matchpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-mockery, using log file: /var/log/nixpkgs-update/go-mockery/2024-03-05.log go-mockery 2.38.0 -> 2.42.0 https://github.com/vektra/mockery/releases attrpath: go-mockery 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-iAZjWRW2TWKqcs94lepkcIXUPyPl9qlGhxlX84rN3ok=" build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'go-mockery.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/yqjkfxnav2p6f3486zv2vrqyxqc6car0-go-mockery-2.42.0-go-modules.drv /nix/store/hln1jdl2dzgqimxk23kg322qn492gck8-go-mockery-2.42.0.drv building '/nix/store/yqjkfxnav2p6f3486zv2vrqyxqc6car0-go-mockery-2.42.0-go-modules.drv'... Running phase: unpackPhase unpacking source archive /nix/store/mp8fzv46agwxi6j328q5a17zgz5yidl0-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase go: go.work requires go >= 1.22 (running go 1.21.7; GOTOOLCHAIN=local) error: builder for '/nix/store/yqjkfxnav2p6f3486zv2vrqyxqc6car0-go-mockery-2.42.0-go-modules.drv' failed with exit code 1; last 8 log lines: > Running phase: unpackPhase > unpacking source archive /nix/store/mp8fzv46agwxi6j328q5a17zgz5yidl0-source > source root is source > Running phase: patchPhase > Running phase: updateAutotoolsGnuConfigScriptsPhase > Running phase: configurePhase > Running phase: buildPhase > go: go.work requires go >= 1.22 (running go 1.21.7; GOTOOLCHAIN=local) For full logs, run 'nix log /nix/store/yqjkfxnav2p6f3486zv2vrqyxqc6car0-go-mockery-2.42.0-go-modules.drv'. error: 1 dependencies of derivation '/nix/store/hln1jdl2dzgqimxk23kg322qn492gck8-go-mockery-2.42.0.drv' failed to build [result] Failed to update go-mockery 2.38.0 -> 2.42.0 https://github.com/vektra/mockery/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.pyfreedompro, using log file: /var/log/nixpkgs-update/python311Packages.pyfreedompro/2024-03-05.log python311Packages.pyfreedompro 0 -> 1 attrpath: python311Packages.pyfreedompro Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y79jyhd4qdlz5y6pzymqwmx1q9vr235q-packages.json.drv building '/nix/store/y79jyhd4qdlz5y6pzymqwmx1q9vr235q-packages.json.drv'... Going to be running update for following packages: - python3.11-pyfreedompro-1.1.0 Press Enter key to continue... Running update for: - python3.11-pyfreedompro-1.1.0: UPDATING ... - python3.11-pyfreedompro-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyfreedompro 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath itch, using log file: /var/log/nixpkgs-update/itch/2024-03-05.log itch 26.1.3 -> 26.1.5-canary https://github.com/itchio/itch/releases attrpath: itch 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 itch 26.1.3 -> 26.1.5-canary https://github.com/itchio/itch/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.rns, using log file: /var/log/nixpkgs-update/python311Packages.rns/2024-03-05.log python311Packages.rns 0 -> 1 attrpath: python311Packages.rns Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n6khs4vz9lqfg25f4463bzjicc6sw3j3-packages.json.drv building '/nix/store/n6khs4vz9lqfg25f4463bzjicc6sw3j3-packages.json.drv'... Going to be running update for following packages: - python3.11-rns-0.7.2 Press Enter key to continue... Running update for: - python3.11-rns-0.7.2: UPDATING ... - python3.11-rns-0.7.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rns 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.collidoscope, using log file: /var/log/nixpkgs-update/python311Packages.collidoscope/2024-03-05.log python311Packages.collidoscope 0 -> 1 attrpath: python311Packages.collidoscope Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8iiq0qf1v4612yv1rjdh50xn4q5q4lff-packages.json.drv building '/nix/store/8iiq0qf1v4612yv1rjdh50xn4q5q4lff-packages.json.drv'... Going to be running update for following packages: - python3.11-collidoscope-0.6.5 Press Enter key to continue... Running update for: - python3.11-collidoscope-0.6.5: UPDATING ... - python3.11-collidoscope-0.6.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.collidoscope 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.time-domain, using log file: /var/log/nixpkgs-update/haskellPackages.time-domain/2024-03-05.log haskellPackages.time-domain 0.1.0.2 -> 0.1.0.3 https://repology.org/project/haskell:time-domain/versions attrpath: haskellPackages.time-domain Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.time-domain 0.1.0.2 -> 0.1.0.3 https://repology.org/project/haskell:time-domain/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nextinspace, using log file: /var/log/nixpkgs-update/nextinspace/2024-03-05.log nextinspace 0 -> 1 attrpath: nextinspace Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i2l7a1ar7pf92sl47ncqf8m39fs9c79n-packages.json.drv building '/nix/store/i2l7a1ar7pf92sl47ncqf8m39fs9c79n-packages.json.drv'... Going to be running update for following packages: - nextinspace-2.0.5 Press Enter key to continue... Running update for: - nextinspace-2.0.5: UPDATING ... - nextinspace-2.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nextinspace 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath soci, using log file: /var/log/nixpkgs-update/soci/2024-03-05.log soci 4.0.2 -> 4.0.3 https://repology.org/project/soci/versions attrpath: soci 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 soci 4.0.2 -> 4.0.3 https://repology.org/project/soci/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ligo-mode, using log file: /var/log/nixpkgs-update/emacsPackages.ligo-mode/2024-03-05.log emacsPackages.ligo-mode 0 -> 1 attrpath: emacsPackages.ligo-mode Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7byc64sl9gijarvv6b47r5vbmg2jkxss-packages.json.drv building '/nix/store/7byc64sl9gijarvv6b47r5vbmg2jkxss-packages.json.drv'... Going to be running update for following packages: - emacs-ligo-mode-20230302.1616 Press Enter key to continue... Running update for: - emacs-ligo-mode-20230302.1616: UPDATING ... - emacs-ligo-mode-20230302.1616: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/editors/emacs/elisp-packages/manual-packages/ligo-mode/default.nix b/pkgs/applications/editors/emacs/elisp-packages/manual-packages/ligo-mode/default.nix index a81ffcc37e7c..e20fe058e9a9 100644 --- a/pkgs/applications/editors/emacs/elisp-packages/manual-packages/ligo-mode/default.nix +++ b/pkgs/applications/editors/emacs/elisp-packages/manual-packages/ligo-mode/default.nix @@ -7,8 +7,8 @@ let pname = "ligo-mode"; - version = "20230302.1616"; - commit = "d1073474efc9e0a020a4bcdf5e0c12a217265a3a"; + version = "unstable-2024-03-02"; + commit = "213e263677ce6b46c85f3bdecebc567f1a62b288"; in melpaBuild { inherit pname version commit; @@ -17,7 +17,7 @@ melpaBuild { owner = "ligolang"; repo = "ligo"; rev = commit; - hash = "sha256-wz9DF9mqi8WUt1Ebd+ueUTA314rKkdbjmoWF8cKuS8I="; + hash = "sha256-Nh2sZDXtN4QQRwcFTEhYXMV+94yVtbrzH6ozsLjn+T8="; }; packageRequires = [ ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A emacsPackages.ligo-mode nix build failed. version-to-list("unstable-2024-03-02") package-desc-from-define("ligo-mode" "unstable-2024-03-02" "A major mode for editing LIGO source code" ((emacs "27.1")) :kind single :url "https://gitlab.com/ligolang/ligo/-/tree/dev/tools/emacs" :keywords ("languages") :maintainer nil :maintainers nil :authors nil :commit "213e263677ce6b46c85f3bdecebc567f1a62b288") (progn (insert-file-contents file) (setq maintainers (if (fboundp 'lm-maintainers) (lm-maintainers) (with-no-warnings (let* ((maintainer (and t (lm-maintainer)))) (if maintainer (list maintainer) nil))))) (package-desc-from-define name version (or (save-excursion (goto-char (point-min)) (and (re-search-forward "^;;; [^ ]*\\.el ---[ \11]*\\(.*?\\)[ \11]*\\(-\\*-.*-\\*-[ \11]*\\)?$" nil t) (match-string-no-properties 1))) "No description available.") (if (fboundp 'lm-package-requires) (lm-package-requires) (let* ((require-lines (and t (lm-header-multiline "package-requires")))) (if require-lines (package--prepare-dependencies (package-read-from-string (mapconcat #'identity require-lines " "))) nil))) :kind (or kind 'single) :url (lm-homepage) :keywords (lm-keywords-list) :maintainer (car maintainers) :maintainers maintainers :authors (lm-authors) :commit commit)) (unwind-protect (progn (insert-file-contents file) (setq maintainers (if (fboundp 'lm-maintainers) (lm-maintainers) (with-no-warnings (let* ((maintainer (and t (lm-maintainer)))) (if maintainer (list maintainer) nil))))) (package-desc-from-define name version (or (save-excursion (goto-char (point-min)) (and (re-search-forward "^;;; [^ ]*\\.el ---[ \11]*\\(.*?\\)[ \11]*\\(-\\*-.*-\\*-[ \11]*\\)?$" nil t) (match-string-no-properties 1))) "No description available.") (if (fboundp 'lm-package-requires) (lm-package-requires) (let* ((require-lines (and t (lm-header-multiline "package-requires")))) (if require-lines (package--prepare-dependencies (package-read-from-string (mapconcat #'identity require-lines " "))) nil))) :kind (or kind 'single) :url (lm-homepage) :keywords (lm-keywords-list) :maintainer (car maintainers) :maintainers maintainers :authors (lm-authors) :commit commit)) (and (buffer-name temp-buffer) (kill-buffer temp-buffer))) (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (insert-file-contents file) (setq maintainers (if (fboundp 'lm-maintainers) (lm-maintainers) (with-no-warnings (let* ((maintainer (and t (lm-maintainer)))) (if maintainer (list maintainer) nil))))) (package-desc-from-define name version (or (save-excursion (goto-char (point-min)) (and (re-search-forward "^;;; [^ ]*\\.el ---[ \11]*\\(.*?\\)[ \11]*\\(-\\*-.*-\\*-[ \11]*\\)?$" nil t) (match-string-no-properties 1))) "No description available.") (if (fboundp 'lm-package-requires) (lm-package-requires) (let* ((require-lines (and t (lm-header-multiline "package-requires")))) (if require-lines (package--prepare-dependencies (package-read-from-string (mapconcat #'identity require-lines " "))) nil))) :kind (or kind 'single) :url (lm-homepage) :keywords (lm-keywords-list) :maintainer (car maintainers) :maintainers maintainers :authors (lm-authors) :commit commit)) (and (buffer-name temp-buffer) (kill-buffer temp-buffer)))) (let ((temp-buffer (generate-new-buffer " *temp*" t))) (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (insert-file-contents file) (setq maintainers (if (fboundp 'lm-maintainers) (lm-maintainers) (with-no-warnings (let* ((maintainer (and t (lm-maintainer)))) (if maintainer (list maintainer) nil))))) (package-desc-from-define name version (or (save-excursion (goto-char (point-min)) (and (re-search-forward "^;;; [^ ]*\\.el ---[ \11]*\\(.*?\\)[ \11]*\\(-\\*-.*-\\*-[ \11]*\\)?$" nil t) (match-string-no-properties 1))) "No description available.") (if (fboundp 'lm-package-requires) (lm-package-requires) (let* ((require-lines (and t (lm-header-multiline "package-requires")))) (if require-lines (package--prepare-dependencies (package-read-from-string (mapconcat #'identity require-lines " "))) nil))) :kind (or kind 'single) :url (lm-homepage) :keywords (lm-keywords-list) :maintainer (car maintainers) :maintainers maintainers :authors (lm-authors) :commit commit)) (and (buffer-name temp-buffer) (kill-buffer temp-buffer))))) (and (file-exists-p file) (let ((temp-buffer (generate-new-buffer " *temp*" t))) (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (insert-file-contents file) (setq maintainers (if (fboundp 'lm-maintainers) (lm-maintainers) (with-no-warnings (let* ((maintainer (and t (lm-maintainer)))) (if maintainer (list maintainer) nil))))) (package-desc-from-define name version (or (save-excursion (goto-char (point-min)) (and (re-search-forward "^;;; [^ ]*\\.el ---[ \11]*\\(.*?\\)[ \11]*\\(-\\*-.*-\\*-[ \11]*\\)?$" nil t) (match-string-no-properties 1))) "No description available.") (if (fboundp 'lm-package-requires) (lm-package-requires) (let* ((require-lines (and t (lm-header-multiline "package-requires")))) (if require-lines (package--prepare-dependencies (package-read-from-string (mapconcat #'identity require-lines " "))) nil))) :kind (or kind 'single) :url (lm-homepage) :keywords (lm-keywords-list) :maintainer (car maintainers) :maintainers maintainers :authors (lm-authors) :commit commit)) (and (buffer-name temp-buffer) (kill-buffer temp-buffer)))))) (let* ((name (eieio-oref rcp 'name)) (version (eieio-oref rcp 'version)) (commit (eieio-oref rcp 'commit)) (file (concat name ".el")) (file (or (car (rassoc file files)) file)) (maintainers nil)) (and (file-exists-p file) (let ((temp-buffer (generate-new-buffer " *temp*" t))) (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn (insert-file-contents file) (setq maintainers (if (fboundp 'lm-maintainers) (lm-maintainers) (with-no-warnings (let* ((maintainer (and t (lm-maintainer)))) (if maintainer (list maintainer) nil))))) (package-desc-from-define name version (or (save-excursion (goto-char (point-min)) (and (re-search-forward "^;;; [^ ]*\\.el ---[ \11]*\\(.*?\\)[ \11]*\\(-\\*-.*-\\*-[ \11]*\\)?$" nil t) (match-string-no-properties 1))) "No description available.") (if (fboundp 'lm-package-requires) (lm-package-requires) (let* ((require-lines (and t (lm-header-multiline "package-requires")))) (if require-lines (package--prepare-dependencies (package-read-from-string (mapconcat #'identity require-lines " "))) nil))) :kind (or kind 'single) :url (lm-homepage) :keywords (lm-keywords-list) :maintainer (car maintainers) :maintainers maintainers :authors (lm-authors) :commit commit)) (and (buffer-name temp-buffer) (kill-buffer temp-buffer))))))) package-build--desc-from-library(# (("tools/emacs/ligo-mode.el" . "ligo-mode.el"))) (let* ((name (eieio-oref rcp 'name)) (version (eieio-oref rcp 'version)) (commit (eieio-oref rcp 'commit)) (file (car (car files))) (source (expand-file-name file)) (target (expand-file-name (concat name "-" version ".el") package-build-archive-dir)) (desc (package-build--desc-from-library rcp files))) (if (member (downcase (file-name-nondirectory file)) (list (downcase (concat name ".el")) (downcase (concat name ".el.in")))) nil (package-build--error name "Single file %s does not match package name %s" file name)) (copy-file source target t) (let ((enable-local-variables nil) (make-backup-files nil) (before-save-hook nil)) (save-current-buffer (set-buffer (find-file target)) (package-build--update-or-insert-header "Package-Commit" commit) (package-build--update-or-insert-header "Package-Version" version) (package-build--ensure-ends-here-line source) (write-file target nil) (kill-buffer))) (package-build--write-pkg-readme rcp files) (package-build--write-archive-entry desc)) package-build--build-single-file-package(# (("tools/emacs/ligo-mode.el" . "ligo-mode.el"))) (if (> (length files) 1) (package-build--build-multi-file-package rcp files) (package-build--build-single-file-package rcp files)) (let ((files (package-build-expand-files-spec rcp t))) (if files nil (error "Unable to find files matching recipe patterns")) (if (> (length files) 1) (package-build--build-multi-file-package rcp files) (package-build--build-single-file-package rcp files))) (unwind-protect (let ((files (package-build-expand-files-spec rcp t))) (if files nil (error "Unable to find files matching recipe patterns")) (if (> (length files) 1) (package-build--build-multi-file-package rcp files) (package-build--build-single-file-package rcp files)))) (let* ((default-directory (package-recipe--working-tree rcp))) (unwind-protect (let ((files (package-build-expand-files-spec rcp t))) (if files nil (error "Unable to find files matching recipe patterns")) (if (> (length files) 1) (package-build--build-multi-file-package rcp files) (package-build--build-single-file-package rcp files))))) melpa2nix-build-package-1(#) (let ((recipe (package-recipe-lookup package))) (let* ((v recipe)) (eieio-oset v 'commit commit)) (let* ((v recipe)) (eieio-oset v 'version version)) (melpa2nix-build-package-1 recipe)) (let ((package x112) (version x114) (commit x116)) (let ((recipe (package-recipe-lookup package))) (let* ((v recipe)) (eieio-oset v 'commit commit)) (let* ((v recipe)) (eieio-oset v 'version version)) (melpa2nix-build-package-1 recipe))) (if (null x117) (let ((package x112) (version x114) (commit x116)) (let ((recipe (package-recipe-lookup package))) (let* ((v recipe)) (eieio-oset v 'commit commit)) (let* ((v recipe)) (eieio-oset v 'version version)) (melpa2nix-build-package-1 recipe)))) (let* ((x116 (car-safe x115)) (x117 (cdr-safe x115))) (if (null x117) (let ((package x112) (version x114) (commit x116)) (let ((recipe (package-recipe-lookup package))) (let* ((v recipe)) (eieio-oset v 'commit commit)) (let* ((v recipe)) (eieio-oset v 'version version)) (melpa2nix-build-package-1 recipe))))) (if (consp x115) (let* ((x116 (car-safe x115)) (x117 (cdr-safe x115))) (if (null x117) (let ((package x112) (version x114) (commit x116)) (let ((recipe (package-recipe-lookup package))) (let* ((v recipe)) (eieio-oset v 'commit commit)) (let* ((v recipe)) (eieio-oset v 'version version)) (melpa2nix-build-package-1 recipe)))))) (let* ((x114 (car-safe x113)) (x115 (cdr-safe x113))) (if (consp x115) (let* ((x116 (car-safe x115)) (x117 (cdr-safe x115))) (if (null x117) (let ((package x112) (version x114) (commit x116)) (let ((recipe (package-recipe-lookup package))) (let* ((v recipe)) (eieio-oset v 'commit commit)) (let* ((v recipe)) (eieio-oset v 'version version)) (melpa2nix-build-package-1 recipe))))))) (if (consp x113) (let* ((x114 (car-safe x113)) (x115 (cdr-safe x113))) (if (consp x115) (let* ((x116 (car-safe x115)) (x117 (cdr-safe x115))) (if (null x117) (let ((package x112) (version x114) (commit x116)) (let ((recipe (package-recipe-lookup package))) (let* ((v recipe)) (eieio-oset v 'commit commit)) (let* ((v recipe)) (eieio-oset v 'version version)) (melpa2nix-build-package-1 recipe)))))))) (let* ((x112 (car-safe command-line-args-left)) (x113 (cdr-safe command-line-args-left))) (if (consp x113) (let* ((x114 (car-safe x113)) (x115 (cdr-safe x113))) (if (consp x115) (let* ((x116 (car-safe x115)) (x117 (cdr-safe x115))) (if (null x117) (let ((package x112) (version x114) (commit x116)) (let ((recipe (package-recipe-lookup package))) (let* ((v recipe)) (eieio-oset v 'commit commit)) (let* ((v recipe)) (eieio-oset v 'version version)) (melpa2nix-build-package-1 recipe))))))))) (if (consp command-line-args-left) (let* ((x112 (car-safe command-line-args-left)) (x113 (cdr-safe command-line-args-left))) (if (consp x113) (let* ((x114 (car-safe x113)) (x115 (cdr-safe x113))) (if (consp x115) (let* ((x116 (car-safe x115)) (x117 (cdr-safe x115))) (if (null x117) (let ((package x112) (version x114) (commit x116)) (let ((recipe (package-recipe-lookup package))) (let* ((v recipe)) (eieio-oset v 'commit commit)) (let* ((v recipe)) (eieio-oset v 'version version)) (melpa2nix-build-package-1 recipe)))))))))) melpa2nix-build-package() command-line-1(("-L" "/build/package-build" "-l" "/nix/store/il78imwh61pkvibmnmk2c49m5rrz0isw-melpa2nix.el" "-f" "melpa2nix-build-package" "ligo-mode" "unstable-2024-03-02" "213e263677ce6b46c85f3bdecebc567f1a62b288")) command-line() normal-top-level() Invalid version syntax: `unstable-2024-03-02' (must start with a number) [result] Failed to update emacsPackages.ligo-mode 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rtorrent, using log file: /var/log/nixpkgs-update/rtorrent/2024-03-05.log rtorrent 0.9.8+date=2022-06-20 -> 0.9.8 https://github.com/rakshasa/rtorrent/releases attrpath: rtorrent Checking auto update branch... No auto update branch exists 0.9.8 is not newer than 0.9.8+date=2022-06-20 according to Nix; versionComparison: -1 [result] Failed to update rtorrent 0.9.8+date=2022-06-20 -> 0.9.8 https://github.com/rakshasa/rtorrent/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.zconfig, using log file: /var/log/nixpkgs-update/python311Packages.zconfig/2024-03-05.log python311Packages.zconfig 0 -> 1 attrpath: python311Packages.zconfig Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yhzpn06p6his5fn2ksfiv1q7hvcgi9cn-packages.json.drv building '/nix/store/yhzpn06p6his5fn2ksfiv1q7hvcgi9cn-packages.json.drv'... Going to be running update for following packages: - python3.11-zconfig-4.0 Press Enter key to continue... Running update for: - python3.11-zconfig-4.0: UPDATING ... - python3.11-zconfig-4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zconfig 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath creds, using log file: /var/log/nixpkgs-update/creds/2024-03-05.log creds 0 -> 1 attrpath: creds Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/drlxlbs9nwvqf1pnwg8ryp1mvpv97zvd-packages.json.drv building '/nix/store/drlxlbs9nwvqf1pnwg8ryp1mvpv97zvd-packages.json.drv'... Going to be running update for following packages: - creds-0.5.2 Press Enter key to continue... Running update for: - creds-0.5.2: UPDATING ... - creds-0.5.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update creds 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vsts, using log file: /var/log/nixpkgs-update/python311Packages.vsts/2024-03-05.log python311Packages.vsts 0 -> 1 attrpath: python311Packages.vsts Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pdzsqp52h2nwkdvgxqv9wmx8c61rxphz-packages.json.drv building '/nix/store/pdzsqp52h2nwkdvgxqv9wmx8c61rxphz-packages.json.drv'... Going to be running update for following packages: - python3.11-vsts-0.1.25 Press Enter key to continue... Running update for: - python3.11-vsts-0.1.25: UPDATING ... - python3.11-vsts-0.1.25: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vsts 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath firebird_2_5, using log file: /var/log/nixpkgs-update/firebird_2_5/2024-03-05.log firebird_2_5 2.5.9 -> 5.0.0 https://github.com/FirebirdSQL/firebird/releases attrpath: firebird_2_5 Checking auto update branch... No auto update branch exists Version in attr path firebird_2_5 not compatible with 5.0.0 [result] Failed to update firebird_2_5 2.5.9 -> 5.0.0 https://github.com/FirebirdSQL/firebird/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.dbutils, using log file: /var/log/nixpkgs-update/python311Packages.dbutils/2024-03-05.log python311Packages.dbutils 0 -> 1 attrpath: python311Packages.dbutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sj5px1n3kxyw7ikzpgf82ij4h8gbycfk-packages.json.drv building '/nix/store/sj5px1n3kxyw7ikzpgf82ij4h8gbycfk-packages.json.drv'... Going to be running update for following packages: - python3.11-dbutils-3.0.3 Press Enter key to continue... Running update for: - python3.11-dbutils-3.0.3: UPDATING ... - python3.11-dbutils-3.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dbutils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-openfiles, using log file: /var/log/nixpkgs-update/python311Packages.pytest-openfiles/2024-03-05.log python311Packages.pytest-openfiles 0 -> 1 attrpath: python311Packages.pytest-openfiles 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/kh8gc0jbijfygx0k1cz5b7qf0f93gs08-packages.json.drv building '/nix/store/kh8gc0jbijfygx0k1cz5b7qf0f93gs08-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-openfiles-0.5.0 Press Enter key to continue... Running update for: - python3.11-pytest-openfiles-0.5.0: UPDATING ... - python3.11-pytest-openfiles-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-openfiles 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.rocprim, using log file: /var/log/nixpkgs-update/rocmPackages.rocprim/2024-03-05.log rocmPackages.rocprim 0 -> 1 attrpath: rocmPackages.rocprim Checking auto update branch... [version] [version] skipping because derivation has 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/ff7r4d7wca0s2bixzxv8qlkp86d2x81s-update.sh.drv /nix/store/nc5hbjk30a9ha8ykb1wcywhshqpvhg48-packages.json.drv building '/nix/store/ff7r4d7wca0s2bixzxv8qlkp86d2x81s-update.sh.drv'... building '/nix/store/nc5hbjk30a9ha8ykb1wcywhshqpvhg48-packages.json.drv'... Going to be running update for following packages: - rocprim-5.7.1 Press Enter key to continue... Running update for: - rocprim-5.7.1: UPDATING ... - rocprim-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocprim-5.7.1 ---------------------- 'rocmPackages_5.rocprim' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocprim'. --- SHOWING ERROR LOG FOR rocprim-5.7.1 ---------------------- The update script for rocprim-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocprim 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pylzma, using log file: /var/log/nixpkgs-update/python311Packages.pylzma/2024-03-05.log python311Packages.pylzma 0 -> 1 attrpath: python311Packages.pylzma Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xvxkbns1lam4qri25wafy5d50xd2z1wh-packages.json.drv building '/nix/store/xvxkbns1lam4qri25wafy5d50xd2z1wh-packages.json.drv'... Going to be running update for following packages: - python3.11-pylzma-0.5.0 Press Enter key to continue... Running update for: - python3.11-pylzma-0.5.0: UPDATING ... - python3.11-pylzma-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylzma 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyrect, using log file: /var/log/nixpkgs-update/python311Packages.pyrect/2024-03-05.log python311Packages.pyrect 0 -> 1 attrpath: python311Packages.pyrect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/37aw67zkp5q313w6ax8dx1xhyngg27gb-packages.json.drv building '/nix/store/37aw67zkp5q313w6ax8dx1xhyngg27gb-packages.json.drv'... Going to be running update for following packages: - python3.11-pyrect-0.2.0 Press Enter key to continue... Running update for: - python3.11-pyrect-0.2.0: UPDATING ... - python3.11-pyrect-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyrect 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.patator, using log file: /var/log/nixpkgs-update/python311Packages.patator/2024-03-05.log python311Packages.patator 0 -> 1 attrpath: python311Packages.patator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mq2x2bg0f4h52vhxpwn2bb9dn8haxb70-packages.json.drv building '/nix/store/mq2x2bg0f4h52vhxpwn2bb9dn8haxb70-packages.json.drv'... Going to be running update for following packages: - python3.11-patator-1.0 Press Enter key to continue... Running update for: - python3.11-patator-1.0: UPDATING ... - python3.11-patator-1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.patator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydevd, using log file: /var/log/nixpkgs-update/python311Packages.pydevd/2024-03-05.log python311Packages.pydevd 0 -> 1 attrpath: python311Packages.pydevd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3vc9jwi3i6in1fnrfz512rx0jprcgy32-packages.json.drv building '/nix/store/3vc9jwi3i6in1fnrfz512rx0jprcgy32-packages.json.drv'... Going to be running update for following packages: - python3.11-pydevd-2.10.0 Press Enter key to continue... Running update for: - python3.11-pydevd-2.10.0: UPDATING ... - python3.11-pydevd-2.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pydevd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xmrig-mo, using log file: /var/log/nixpkgs-update/xmrig-mo/2024-03-05.log xmrig-mo 6.21.0-mo2 -> 6.21.1-mo1 https://github.com/MoneroOcean/xmrig/releases attrpath: xmrig-mo 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 xmrig-mo 6.21.0-mo2 -> 6.21.1-mo1 https://github.com/MoneroOcean/xmrig/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.pyautogui, using log file: /var/log/nixpkgs-update/python311Packages.pyautogui/2024-03-05.log python311Packages.pyautogui 0 -> 1 attrpath: python311Packages.pyautogui Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9qphjdwz00xsngmspxyvcqhk6891mmbh-packages.json.drv building '/nix/store/9qphjdwz00xsngmspxyvcqhk6891mmbh-packages.json.drv'... Going to be running update for following packages: - python3.11-pyautogui-0.9.53 Press Enter key to continue... Running update for: - python3.11-pyautogui-0.9.53: UPDATING ... - python3.11-pyautogui-0.9.53: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyautogui 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.publicsuffixlist, using log file: /var/log/nixpkgs-update/python311Packages.publicsuffixlist/2024-03-05.log python311Packages.publicsuffixlist 0 -> 1 attrpath: python311Packages.publicsuffixlist Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yw7j5a2ih4znpxk118dgx7zy4z0sf324-packages.json.drv building '/nix/store/yw7j5a2ih4znpxk118dgx7zy4z0sf324-packages.json.drv'... Going to be running update for following packages: - python3.11-publicsuffixlist-0.10.0.20240303 Press Enter key to continue... Running update for: - python3.11-publicsuffixlist-0.10.0.20240303: UPDATING ... - python3.11-publicsuffixlist-0.10.0.20240303: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/publicsuffixlist/default.nix b/pkgs/development/python-modules/publicsuffixlist/default.nix index ffcaacd62476..2e197ba9300d 100644 --- a/pkgs/development/python-modules/publicsuffixlist/default.nix +++ b/pkgs/development/python-modules/publicsuffixlist/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "publicsuffixlist"; - version = "0.10.0.20240303"; + version = "0.10.0.20240305"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-nzDc1cKz29OILImnuh5fBDTJ5IsRjlhcdGWfM5IIqzo="; + hash = "sha256-bnnqc7AnjOGxAvOtaBXypbaDhk2plIugsOqzGAxBn38="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/b4axqqlsyllr42vqhikm5zj8l38yvila-python3.11-publicsuffixlist-0.10.0.20240305" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
13 packages built:
  • parsedmarc (python311Packages.parsedmarc)
  • parsedmarc.dist (python311Packages.parsedmarc.dist)
  • pretalx
  • pretalx.dist
  • pretalx.static
  • python311Packages.checkdmarc
  • python311Packages.checkdmarc.dist
  • python311Packages.publicsuffixlist
  • python311Packages.publicsuffixlist.dist
  • python312Packages.publicsuffixlist
  • python312Packages.publicsuffixlist.dist
  • trustymail
  • trustymail.dist
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.publicsuffixlist is: Public Suffix List parser implementation meta.homepage for python311Packages.publicsuffixlist is: https://github.com/ko-zu/psl ###### 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.20240305 with grep in /nix/store/b4axqqlsyllr42vqhikm5zj8l38yvila-python3.11-publicsuffixlist-0.10.0.20240305 - found 0.10.0.20240305 in filename of file in /nix/store/b4axqqlsyllr42vqhikm5zj8l38yvila-python3.11-publicsuffixlist-0.10.0.20240305 ---
Rebuild report (if merged into master) (click to expand) ``` 7 total rebuild path(s) 7 package rebuild(s) First fifty rebuilds by attrpath parsedmarc pretalx python311Packages.checkdmarc python311Packages.parsedmarc python311Packages.publicsuffixlist python312Packages.publicsuffixlist trustymail ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/b4axqqlsyllr42vqhikm5zj8l38yvila-python3.11-publicsuffixlist-0.10.0.20240305 \ --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.publicsuffixlist https://github.com/r-ryantm/nixpkgs/archive/dd8ec449175e6dde4d5f3ced1bf17e5cf92f9d5e.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/dd8ec449175e6dde4d5f3ced1bf17e5cf92f9d5e#python311Packages.publicsuffixlist ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/b4axqqlsyllr42vqhikm5zj8l38yvila-python3.11-publicsuffixlist-0.10.0.20240305 ls -la /nix/store/b4axqqlsyllr42vqhikm5zj8l38yvila-python3.11-publicsuffixlist-0.10.0.20240305/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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
13 packages built:
  • parsedmarc (python311Packages.parsedmarc)
  • parsedmarc.dist (python311Packages.parsedmarc.dist)
  • pretalx
  • pretalx.dist
  • pretalx.static
  • python311Packages.checkdmarc
  • python311Packages.checkdmarc.dist
  • python311Packages.publicsuffixlist
  • python311Packages.publicsuffixlist.dist
  • python312Packages.publicsuffixlist
  • python312Packages.publicsuffixlist.dist
  • trustymail
  • trustymail.dist
--- ###### Maintainer pings cc @fabaff 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/293426 [result] Success updating python311Packages.publicsuffixlist 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pydot, using log file: /var/log/nixpkgs-update/python311Packages.pydot/2024-03-05.log python311Packages.pydot 0 -> 1 attrpath: python311Packages.pydot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/35f1yw6jckawzsp7wa9c2npr896gkck5-packages.json.drv building '/nix/store/35f1yw6jckawzsp7wa9c2npr896gkck5-packages.json.drv'... Going to be running update for following packages: - python3.11-pydot-1.4.2 Press Enter key to continue... Running update for: - python3.11-pydot-1.4.2: UPDATING ... - python3.11-pydot-1.4.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pydot/default.nix b/pkgs/development/python-modules/pydot/default.nix index ac965f8404e0..ef6d2331befd 100644 --- a/pkgs/development/python-modules/pydot/default.nix +++ b/pkgs/development/python-modules/pydot/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "pydot"; - version = "1.4.2"; + version = "2.0.0"; format = "setuptools"; disabled = pythonOlder "3.5"; src = fetchPypi { inherit pname version; - sha256 = "248081a39bcb56784deb018977e428605c1c758f10897a339fce1dd728ff007d"; + sha256 = "sha256-YCRq8hUSP6Bi8hzXkb5n3aI6bygN8J9okZ5jeh5PMjU="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 1667 > 25 [result] Failed to update python311Packages.pydot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath clac, using log file: /var/log/nixpkgs-update/clac/2024-03-05.log clac 0.3.3-unstable-2021-09-06 -> 0.3.3 https://github.com/soveran/clac/releases attrpath: clac Checking auto update branch... No auto update branch exists 0.3.3 is not newer than 0.3.3-unstable-2021-09-06 according to Nix; versionComparison: -1 [result] Failed to update clac 0.3.3-unstable-2021-09-06 -> 0.3.3 https://github.com/soveran/clac/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 tcpkali, using log file: /var/log/nixpkgs-update/tcpkali/2024-03-05.log tcpkali 1.1.1 -> 1.1.1.20180104 https://repology.org/project/tcpkali/versions attrpath: tcpkali 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/wk3fbkrhnq6gr8pn27s6xmbjjwilsb5g-source.drv building '/nix/store/wk3fbkrhnq6gr8pn27s6xmbjjwilsb5g-source.drv'... trying https://github.com/machinezone/tcpkali/archive/v1.1.1.20180104.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: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'tcpkali.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/wk3fbkrhnq6gr8pn27s6xmbjjwilsb5g-source.drv /nix/store/sn5m2yg69bk92kfvja3a4ns19cq2azpi-tcpkali-1.1.1.20180104.drv building '/nix/store/wk3fbkrhnq6gr8pn27s6xmbjjwilsb5g-source.drv'... trying https://github.com/machinezone/tcpkali/archive/v1.1.1.20180104.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/wk3fbkrhnq6gr8pn27s6xmbjjwilsb5g-source.drv' failed with exit code 1; last 9 log lines: > > trying https://github.com/machinezone/tcpkali/archive/v1.1.1.20180104.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/wk3fbkrhnq6gr8pn27s6xmbjjwilsb5g-source.drv'. error: 1 dependencies of derivation '/nix/store/sn5m2yg69bk92kfvja3a4ns19cq2azpi-tcpkali-1.1.1.20180104.drv' failed to build [result] Failed to update tcpkali 1.1.1 -> 1.1.1.20180104 https://repology.org/project/tcpkali/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.glyphtools, using log file: /var/log/nixpkgs-update/python311Packages.glyphtools/2024-03-05.log python311Packages.glyphtools 0 -> 1 attrpath: python311Packages.glyphtools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xnvwqvmxlvgsq32336jylldfnmzjk0m7-packages.json.drv building '/nix/store/xnvwqvmxlvgsq32336jylldfnmzjk0m7-packages.json.drv'... Going to be running update for following packages: - python3.11-glyphtools-0.8.0 Press Enter key to continue... Running update for: - python3.11-glyphtools-0.8.0: UPDATING ... - python3.11-glyphtools-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.glyphtools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.alabaster, using log file: /var/log/nixpkgs-update/python311Packages.alabaster/2024-03-05.log python311Packages.alabaster 0 -> 1 attrpath: python311Packages.alabaster Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/452k9igy0d40i0ff361f83aj6p2wvq8h-packages.json.drv building '/nix/store/452k9igy0d40i0ff361f83aj6p2wvq8h-packages.json.drv'... Going to be running update for following packages: - python3.11-alabaster-0.7.13 Press Enter key to continue... Running update for: - python3.11-alabaster-0.7.13: UPDATING ... - python3.11-alabaster-0.7.13: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/alabaster/default.nix b/pkgs/development/python-modules/alabaster/default.nix index 949bfdcac95d..44e2c6bb4ea9 100644 --- a/pkgs/development/python-modules/alabaster/default.nix +++ b/pkgs/development/python-modules/alabaster/default.nix @@ -3,12 +3,12 @@ buildPythonPackage rec { pname = "alabaster"; - version = "0.7.13"; + version = "0.7.16"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-onpKCE1eaQ4W4B4DrSsuVSxhplRpQZuQckMZPeGoSuI="; + hash = "sha256-dai5nCil2tUN1/jM3UR6Eh3bOJLanlPRylzKMQbVjWU="; }; propagatedBuildInputs = [ pygments ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 39963 > 25 [result] Failed to update python311Packages.alabaster 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.qtile-extras, using log file: /var/log/nixpkgs-update/python311Packages.qtile-extras/2024-03-05.log python311Packages.qtile-extras 0 -> 1 attrpath: python311Packages.qtile-extras Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vy424gp5xc2ciwi4kzx3aihsg796b2c0-packages.json.drv building '/nix/store/vy424gp5xc2ciwi4kzx3aihsg796b2c0-packages.json.drv'... Going to be running update for following packages: - python3.11-qtile-extras-0.24.0 Press Enter key to continue... Running update for: - python3.11-qtile-extras-0.24.0: UPDATING ... - python3.11-qtile-extras-0.24.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.qtile-extras 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tilequant, using log file: /var/log/nixpkgs-update/python311Packages.tilequant/2024-03-05.log python311Packages.tilequant 0 -> 1 attrpath: python311Packages.tilequant Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/96g230rwdv46cmaxgv6r1s295g4dr26x-packages.json.drv building '/nix/store/96g230rwdv46cmaxgv6r1s295g4dr26x-packages.json.drv'... Going to be running update for following packages: - python3.11-tilequant-1.1.0 Press Enter key to continue... Running update for: - python3.11-tilequant-1.1.0: UPDATING ... - python3.11-tilequant-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tilequant 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.glom, using log file: /var/log/nixpkgs-update/python311Packages.glom/2024-03-05.log python311Packages.glom 0 -> 1 attrpath: python311Packages.glom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/21aijvxw5zvhy1v3m6h4l7d8jk76mlw3-packages.json.drv building '/nix/store/21aijvxw5zvhy1v3m6h4l7d8jk76mlw3-packages.json.drv'... Going to be running update for following packages: - python3.11-glom-23.5.0 Press Enter key to continue... Running update for: - python3.11-glom-23.5.0: UPDATING ... - python3.11-glom-23.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.glom 0 -> 1 [options] github_user: r-ryantm, pull_request: 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-cpufreq-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 meteo, using log file: /var/log/nixpkgs-update/meteo/2024-03-05.log meteo 0 -> 1 attrpath: meteo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/55ac4c0ac9b9h7mrg2xk2hxkcxh7fhxb-packages.json.drv building '/nix/store/55ac4c0ac9b9h7mrg2xk2hxkcxh7fhxb-packages.json.drv'... Going to be running update for following packages: - meteo-0.9.9.3 Press Enter key to continue... Running update for: - meteo-0.9.9.3: UPDATING ... - meteo-0.9.9.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update meteo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.MazamaLocationUtils, using log file: /var/log/nixpkgs-update/rPackages.MazamaLocationUtils/2024-03-05.log rPackages.MazamaLocationUtils 0.4.1 -> 0.4.3 https://repology.org/project/r:mazamalocationutils/versions attrpath: rPackages.MazamaLocationUtils 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.MazamaLocationUtils 0.4.1 -> 0.4.3 https://repology.org/project/r:mazamalocationutils/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath charles, using log file: /var/log/nixpkgs-update/charles/2024-03-05.log charles 4.6.4 -> 4.6.5 https://repology.org/project/charles/versions attrpath: charles 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 charles 4.6.4 -> 4.6.5 https://repology.org/project/charles/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libmad, using log file: /var/log/nixpkgs-update/libmad/2024-03-05.log libmad 0.15.1b -> 0.16.4 https://repology.org/project/libmad/versions attrpath: libmad 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 libmad 0.15.1b -> 0.16.4 https://repology.org/project/libmad/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath geogebra6, using log file: /var/log/nixpkgs-update/geogebra6/2024-03-05.log geogebra6 6-0-794-0 -> 6.0.829.0 https://repology.org/project/geogebra/versions attrpath: geogebra6 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 geogebra6 6-0-794-0 -> 6.0.829.0 https://repology.org/project/geogebra/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath denaro, using log file: /var/log/nixpkgs-update/denaro/2024-03-05.log denaro 0 -> 1 attrpath: denaro Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yjw3w85zq536lvjrlk0pxb68fpk5hi8x-packages.json.drv building '/nix/store/yjw3w85zq536lvjrlk0pxb68fpk5hi8x-packages.json.drv'... Going to be running update for following packages: - denaro-2024.2.0 Press Enter key to continue... Running update for: - denaro-2024.2.0: UPDATING ... - denaro-2024.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update denaro 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.subprocess-tee, using log file: /var/log/nixpkgs-update/python311Packages.subprocess-tee/2024-03-05.log python311Packages.subprocess-tee 0 -> 1 attrpath: python311Packages.subprocess-tee Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vh5ifswi0qrxykdk28mdlq7csn0f2m2w-packages.json.drv building '/nix/store/vh5ifswi0qrxykdk28mdlq7csn0f2m2w-packages.json.drv'... Going to be running update for following packages: - python3.11-subprocess-tee-0.4.1 Press Enter key to continue... Running update for: - python3.11-subprocess-tee-0.4.1: UPDATING ... - python3.11-subprocess-tee-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.subprocess-tee 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pylama, using log file: /var/log/nixpkgs-update/python311Packages.pylama/2024-03-05.log python311Packages.pylama 0 -> 1 attrpath: python311Packages.pylama Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n20595r2sl10sks8h0pq633kvjh1y8kx-packages.json.drv building '/nix/store/n20595r2sl10sks8h0pq633kvjh1y8kx-packages.json.drv'... Going to be running update for following packages: - python3.11-pylama-8.4.1 Press Enter key to continue... Running update for: - python3.11-pylama-8.4.1: UPDATING ... - python3.11-pylama-8.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pylama 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath luna-icons, using log file: /var/log/nixpkgs-update/luna-icons/2024-03-05.log luna-icons 0 -> 1 attrpath: luna-icons Checking auto update branch... [version] [version] skipping because derivation has 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/cd2m092n4lr6jwqf74flkh6rxc4igg59-packages.json.drv building '/nix/store/cd2m092n4lr6jwqf74flkh6rxc4igg59-packages.json.drv'... Going to be running update for following packages: - luna-icons-2.1 Press Enter key to continue... Running update for: - luna-icons-2.1: UPDATING ... - luna-icons-2.1: ERROR --- SHOWING ERROR LOG FOR luna-icons-2.1 ---------------------- + 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=luna-icons-2.1 + [[ -n '' ]] + pname=luna-icons + [[ -n '' ]] + version=2.1 + [[ -n '' ]] + attr_path=luna-icons + echo '# luna-icons-2.1' ++ sh -c '/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags --pname=luna-icons --attr-path=luna-icons --file="update-git-commits.txt"' fatal: could not read Username for 'https://github.com': No such device or address + tags= + '[' -n '' ']' ++ echo '' ++ /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep '^[0-9]' + tags= --- SHOWING ERROR LOG FOR luna-icons-2.1 ---------------------- The update script for luna-icons-2.1 failed with exit code 1 [result] Failed to update luna-icons 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cwcwidth, using log file: /var/log/nixpkgs-update/python311Packages.cwcwidth/2024-03-05.log python311Packages.cwcwidth 0 -> 1 attrpath: python311Packages.cwcwidth Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jx2qynq6g9gj4m9a6fm05ilylmg0w59l-packages.json.drv building '/nix/store/jx2qynq6g9gj4m9a6fm05ilylmg0w59l-packages.json.drv'... Going to be running update for following packages: - python3.11-cwcwidth-0.1.9 Press Enter key to continue... Running update for: - python3.11-cwcwidth-0.1.9: UPDATING ... - python3.11-cwcwidth-0.1.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cwcwidth 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.ghc-tags, using log file: /var/log/nixpkgs-update/haskellPackages.ghc-tags/2024-03-05.log haskellPackages.ghc-tags 1.6 -> 1.7 https://repology.org/project/haskell:ghc-tags/versions attrpath: haskellPackages.ghc-tags Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.ghc-tags 1.6 -> 1.7 https://repology.org/project/haskell:ghc-tags/versions [options] github_user: r-ryantm, pull_request: 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-screenshooter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.ktaucenters, using log file: /var/log/nixpkgs-update/rPackages.ktaucenters/2024-03-05.log rPackages.ktaucenters 0.1.0 -> 1.0.0 https://repology.org/project/r:ktaucenters/versions attrpath: rPackages.ktaucenters 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.ktaucenters 0.1.0 -> 1.0.0 https://repology.org/project/r:ktaucenters/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.widgetsnbextension, using log file: /var/log/nixpkgs-update/python311Packages.widgetsnbextension/2024-03-05.log python311Packages.widgetsnbextension 0 -> 1 attrpath: python311Packages.widgetsnbextension Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lg6gk4wfp90ab14zamnzjn7b8mq2acg5-packages.json.drv building '/nix/store/lg6gk4wfp90ab14zamnzjn7b8mq2acg5-packages.json.drv'... Going to be running update for following packages: - python3.11-widgetsnbextension-4.0.10 Press Enter key to continue... Running update for: - python3.11-widgetsnbextension-4.0.10: UPDATING ... - python3.11-widgetsnbextension-4.0.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.widgetsnbextension 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyrabbit2, using log file: /var/log/nixpkgs-update/python311Packages.pyrabbit2/2024-03-05.log python311Packages.pyrabbit2 0 -> 1 attrpath: python311Packages.pyrabbit2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ly6nc1j90mx3pxfp8i7jx4cs6fd7xjh1-packages.json.drv building '/nix/store/ly6nc1j90mx3pxfp8i7jx4cs6fd7xjh1-packages.json.drv'... Going to be running update for following packages: - python3.11-pyrabbit2-1.0.7 Press Enter key to continue... Running update for: - python3.11-pyrabbit2-1.0.7: UPDATING ... - python3.11-pyrabbit2-1.0.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyrabbit2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.rocsolver, using log file: /var/log/nixpkgs-update/rocmPackages.rocsolver/2024-03-05.log rocmPackages.rocsolver 0 -> 1 attrpath: rocmPackages.rocsolver Checking auto update branch... [version] [version] skipping because derivation has 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/ig67ncgc3sffsbxrfbcm1rbw6r6fnw3i-update.sh.drv /nix/store/bph2zhkrw1clmdkv2whl2fs8ksq1k1cd-packages.json.drv building '/nix/store/ig67ncgc3sffsbxrfbcm1rbw6r6fnw3i-update.sh.drv'... building '/nix/store/bph2zhkrw1clmdkv2whl2fs8ksq1k1cd-packages.json.drv'... Going to be running update for following packages: - rocsolver-5.7.1 Press Enter key to continue... Running update for: - rocsolver-5.7.1: UPDATING ... - rocsolver-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocsolver-5.7.1 ---------------------- 'rocmPackages_5.rocsolver' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.rocsolver'. --- SHOWING ERROR LOG FOR rocsolver-5.7.1 ---------------------- The update script for rocsolver-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.rocsolver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kubeshark, using log file: /var/log/nixpkgs-update/kubeshark/2024-03-05.log kubeshark 0 -> 1 attrpath: kubeshark 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/dd81c0091zvycfzv08jpnkbdf6dr8xzq-packages.json.drv building '/nix/store/dd81c0091zvycfzv08jpnkbdf6dr8xzq-packages.json.drv'... Going to be running update for following packages: - kubeshark-52.1.50 Press Enter key to continue... Running update for: - kubeshark-52.1.50: UPDATING ... - kubeshark-52.1.50: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/cluster/kubeshark/default.nix b/pkgs/applications/networking/cluster/kubeshark/default.nix index e8f77216198a..b901889c0832 100644 --- a/pkgs/applications/networking/cluster/kubeshark/default.nix +++ b/pkgs/applications/networking/cluster/kubeshark/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "kubeshark"; - version = "52.1.50"; + version = "52.1.63"; src = fetchFromGitHub { owner = "kubeshark"; repo = "kubeshark"; rev = "v${version}"; - hash = "sha256-Nefi/FgIrUqCu+46sedZSirrEEJJ2OnOE1PXTQM+y2o="; + hash = "sha256-Ub8FsynnsAiLF4YwZHbhmQIJANAe/lCUgfq3ys/dtO8="; }; vendorHash = "sha256-SmvO9DYOXxnmN2dmHPPOguVwEbWSH/xNLBB+idpzopo="; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/sjvrx4xig6xv039qpkga978c8ahf1k6c-kubeshark-52.1.63" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • kubeshark
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 kubeshark is: The API Traffic Viewer for Kubernetes meta.homepage for kubeshark is: https://kubeshark.co/ meta.changelog for kubeshark is: https://github.com/kubeshark/kubeshark/releases/tag/52.1.63 ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes - [Release on GitHub](https://github.com/kubeshark/kubeshark/releases/tag/v52.1.63) - [Compare changes on GitHub](https://github.com/kubeshark/kubeshark/compare/v52.1.50...v52.1.63) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 52.1.63 with grep in /nix/store/sjvrx4xig6xv039qpkga978c8ahf1k6c-kubeshark-52.1.63 - found 52.1.63 in filename of file in /nix/store/sjvrx4xig6xv039qpkga978c8ahf1k6c-kubeshark-52.1.63 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath kubeshark ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/sjvrx4xig6xv039qpkga978c8ahf1k6c-kubeshark-52.1.63 \ --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 kubeshark https://github.com/r-ryantm/nixpkgs/archive/336b778fb6d14ef13732f93b42a31ae85a18b470.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/336b778fb6d14ef13732f93b42a31ae85a18b470#kubeshark ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/sjvrx4xig6xv039qpkga978c8ahf1k6c-kubeshark-52.1.63 ls -la /nix/store/sjvrx4xig6xv039qpkga978c8ahf1k6c-kubeshark-52.1.63/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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • kubeshark
--- ###### Maintainer pings cc @bryanasdev000 @qjoly 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/293435 [result] Success updating kubeshark 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath csvkit, using log file: /var/log/nixpkgs-update/csvkit/2024-03-05.log csvkit 0 -> 1 attrpath: csvkit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hz36r2dyhka4ijk1lg7snmq73k5n0nwa-packages.json.drv building '/nix/store/hz36r2dyhka4ijk1lg7snmq73k5n0nwa-packages.json.drv'... Going to be running update for following packages: - csvkit-1.4.0 Press Enter key to continue... Running update for: - csvkit-1.4.0: UPDATING ... - csvkit-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update csvkit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-security, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-security/2024-03-05.log python311Packages.azure-mgmt-security 0 -> 1 attrpath: python311Packages.azure-mgmt-security Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qqarpps9nh1vvdklcj7l8g2hmdwdsppn-packages.json.drv building '/nix/store/qqarpps9nh1vvdklcj7l8g2hmdwdsppn-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-security-6.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-security-6.0.0: UPDATING ... - python3.11-azure-mgmt-security-6.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-security 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.neo, using log file: /var/log/nixpkgs-update/python311Packages.neo/2024-03-05.log python311Packages.neo 0 -> 1 attrpath: python311Packages.neo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3bmh9ny42fq62qbxpfqjlgc4m3x2dv41-packages.json.drv building '/nix/store/3bmh9ny42fq62qbxpfqjlgc4m3x2dv41-packages.json.drv'... Going to be running update for following packages: - python3.11-neo-0.13.0 Press Enter key to continue... Running update for: - python3.11-neo-0.13.0: UPDATING ... - python3.11-neo-0.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.neo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bluespec, using log file: /var/log/nixpkgs-update/bluespec/2024-03-05.log bluespec 2023.01 -> 2023.07 https://github.com/B-Lang-org/bsc/releases attrpath: bluespec 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 bluespec 2023.01 -> 2023.07 https://github.com/B-Lang-org/bsc/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 tinyprog, using log file: /var/log/nixpkgs-update/tinyprog/2024-03-05.log tinyprog 0 -> 1 attrpath: tinyprog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ka2nk2xhfm2nwbdj359md18wppm2q828-packages.json.drv building '/nix/store/ka2nk2xhfm2nwbdj359md18wppm2q828-packages.json.drv'... Going to be running update for following packages: - tinyprog-1.0.24.dev114+g97f6353 Press Enter key to continue... Running update for: - tinyprog-1.0.24.dev114+g97f6353: UPDATING ... - tinyprog-1.0.24.dev114+g97f6353: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update tinyprog 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.reportengine, using log file: /var/log/nixpkgs-update/python311Packages.reportengine/2024-03-05.log python311Packages.reportengine 0 -> 1 attrpath: python311Packages.reportengine Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/411714w3wiqvww17n3ya9a0zmkyzd9jh-packages.json.drv building '/nix/store/411714w3wiqvww17n3ya9a0zmkyzd9jh-packages.json.drv'... Going to be running update for following packages: - python3.11-reportengine-0.31 Press Enter key to continue... Running update for: - python3.11-reportengine-0.31: UPDATING ... - python3.11-reportengine-0.31: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.reportengine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jarowinkler, using log file: /var/log/nixpkgs-update/python311Packages.jarowinkler/2024-03-05.log python311Packages.jarowinkler 0 -> 1 attrpath: python311Packages.jarowinkler Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pcvha328m2yh9iv8vlcjikidd0kvbhas-packages.json.drv building '/nix/store/pcvha328m2yh9iv8vlcjikidd0kvbhas-packages.json.drv'... Going to be running update for following packages: - python3.11-jarowinkler-2.0.1 Press Enter key to continue... Running update for: - python3.11-jarowinkler-2.0.1: UPDATING ... - python3.11-jarowinkler-2.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jarowinkler 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cmd2, using log file: /var/log/nixpkgs-update/python311Packages.cmd2/2024-03-05.log python311Packages.cmd2 0 -> 1 attrpath: python311Packages.cmd2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8zq7nxbg96xi4qcd45dy7rdgfa2vfp8q-packages.json.drv building '/nix/store/8zq7nxbg96xi4qcd45dy7rdgfa2vfp8q-packages.json.drv'... Going to be running update for following packages: - python3.11-cmd2-2.4.3 Press Enter key to continue... Running update for: - python3.11-cmd2-2.4.3: UPDATING ... - python3.11-cmd2-2.4.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cmd2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dotty-dict, using log file: /var/log/nixpkgs-update/python311Packages.dotty-dict/2024-03-05.log python311Packages.dotty-dict 0 -> 1 attrpath: python311Packages.dotty-dict Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lcy2fhcr6cy9swgxk20gbhgrf4rxxpiw-packages.json.drv building '/nix/store/lcy2fhcr6cy9swgxk20gbhgrf4rxxpiw-packages.json.drv'... Going to be running update for following packages: - python3.11-dotty_dict-1.3.1 Press Enter key to continue... Running update for: - python3.11-dotty_dict-1.3.1: UPDATING ... - python3.11-dotty_dict-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dotty-dict 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rPackages.Biobase, using log file: /var/log/nixpkgs-update/rPackages.Biobase/2024-03-05.log rPackages.Biobase 2.62.0 -> 2.63.0 https://repology.org/project/r:biobase/versions attrpath: rPackages.Biobase Checking auto update branch... No auto update branch exists Old version 2.62.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.Biobase 2.62.0 -> 2.63.0 https://repology.org/project/r:biobase/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.netwire-input-glfw, using log file: /var/log/nixpkgs-update/haskellPackages.netwire-input-glfw/2024-03-05.log haskellPackages.netwire-input-glfw 0.0.11 -> 0.0.12 https://repology.org/project/haskell:netwire-input-glfw/versions attrpath: haskellPackages.netwire-input-glfw Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.netwire-input-glfw 0.0.11 -> 0.0.12 https://repology.org/project/haskell:netwire-input-glfw/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.more-itertools, using log file: /var/log/nixpkgs-update/python311Packages.more-itertools/2024-03-05.log python311Packages.more-itertools 0 -> 1 attrpath: python311Packages.more-itertools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4rifif7vrrlb12s5x99gf55nmslixyw9-packages.json.drv building '/nix/store/4rifif7vrrlb12s5x99gf55nmslixyw9-packages.json.drv'... Going to be running update for following packages: - python3.11-more-itertools-10.1.0 Press Enter key to continue... Running update for: - python3.11-more-itertools-10.1.0: UPDATING ... - python3.11-more-itertools-10.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/more-itertools/default.nix b/pkgs/development/python-modules/more-itertools/default.nix index df3804095665..6ebdc9801030 100644 --- a/pkgs/development/python-modules/more-itertools/default.nix +++ b/pkgs/development/python-modules/more-itertools/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "more-itertools"; - version = "10.1.0"; + version = "10.2.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-Ymw2n6DrN7rAKRvOglmzMv1ZrHkvpUl7WYNzCc1bEUo="; + hash = "sha256-j8y0gMQ9PpmgAIdjTAbdArDVD78IizgN5aQaAV7COeE="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 610 > 25 [result] Failed to update python311Packages.more-itertools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tflearn, using log file: /var/log/nixpkgs-update/python311Packages.tflearn/2024-03-05.log python311Packages.tflearn 0 -> 1 attrpath: python311Packages.tflearn Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ajingshi3m6mcjx3sncfryghchw8z883-packages.json.drv building '/nix/store/ajingshi3m6mcjx3sncfryghchw8z883-packages.json.drv'... Going to be running update for following packages: - python3.11-tflearn-0.5.0 Press Enter key to continue... Running update for: - python3.11-tflearn-0.5.0: UPDATING ... - python3.11-tflearn-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tflearn 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.communications, using log file: /var/log/nixpkgs-update/octavePackages.communications/2024-03-05.log octavePackages.communications 0 -> 1 attrpath: octavePackages.communications Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bpfjywvdh8q8r74hhn68s0cvdlfcz2xd-packages.json.drv building '/nix/store/bpfjywvdh8q8r74hhn68s0cvdlfcz2xd-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-communications-1.2.6 Press Enter key to continue... Running update for: - octave-8.4.0-communications-1.2.6: UPDATING ... - octave-8.4.0-communications-1.2.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.communications 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath solana-validator, using log file: /var/log/nixpkgs-update/solana-validator/2024-03-05.log solana-validator 0 -> 1 attrpath: solana-validator 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 this derivation will be built: /nix/store/6jqskan7l4anz5xajczj4p3fvrmcssmb-packages.json.drv building '/nix/store/6jqskan7l4anz5xajczj4p3fvrmcssmb-packages.json.drv'... Going to be running update for following packages: - solana-validator-1.16.26 Press Enter key to continue... Running update for: - solana-validator-1.16.26: UPDATING ... - solana-validator-1.16.26: ERROR --- SHOWING ERROR LOG FOR solana-validator-1.16.26 ---------------------- /run/nixpkgs-update-worker/nix-shell-1823433-0/rc: line 3: exec: oil: not found --- SHOWING ERROR LOG FOR solana-validator-1.16.26 ---------------------- The update script for solana-validator-1.16.26 failed with exit code 127 [result] Failed to update solana-validator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath terraform-providers.newrelic, using log file: /var/log/nixpkgs-update/terraform-providers.newrelic/2024-03-05.log terraform-providers.newrelic 0 -> 1 attrpath: terraform-providers.newrelic Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.newrelic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.toml, using log file: /var/log/nixpkgs-update/python311Packages.toml/2024-03-05.log python311Packages.toml 0 -> 1 attrpath: python311Packages.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/1l80ym0hhwwc2cdh88jmd4g5w8003d8a-packages.json.drv building '/nix/store/1l80ym0hhwwc2cdh88jmd4g5w8003d8a-packages.json.drv'... Going to be running update for following packages: - python3.11-toml-0.10.2 Press Enter key to continue... Running update for: - python3.11-toml-0.10.2: UPDATING ... - python3.11-toml-0.10.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.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 punes, using log file: /var/log/nixpkgs-update/punes/2024-03-05.log punes 0 -> 1 attrpath: punes 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/7gph88f4df36kw61fh8lnjwssjkjdbjv-packages.json.drv building '/nix/store/7gph88f4df36kw61fh8lnjwssjkjdbjv-packages.json.drv'... Going to be running update for following packages: - punes-0.110 Press Enter key to continue... Running update for: - punes-0.110: UPDATING ... - punes-0.110: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/emulators/punes/default.nix b/pkgs/applications/emulators/punes/default.nix index 529dce536430..9108fb5b87cd 100644 --- a/pkgs/applications/emulators/punes/default.nix +++ b/pkgs/applications/emulators/punes/default.nix @@ -19,13 +19,13 @@ stdenv.mkDerivation rec { pname = "punes"; - version = "0.110"; + version = "0.111"; src = fetchFromGitHub { owner = "punesemu"; repo = "puNES"; rev = "v${version}"; - sha256 = "sha256-+hL168r40aYUjyLbWFXWk9G2srrrG1TH1gLYMliHftU="; + sha256 = "sha256-TIXjYkInWV3yVnvXrdHcmeWYeps5TcvkG2Xjg4roIds="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A punes nix build failed. got build log for 'punes' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/36cm0hg48bjg9kypcf5mllk4svn3n564-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/7pwz1p6gqmi8d3g0v3a3b9gbrxkb7bda-90dd5bc90412bbd199c2716f67a24aa88b24d80f.patch patching file src/gui/dlgLog.cpp 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/gui/dlgLog.cpp.rej [result] Failed to update punes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-proxy, using log file: /var/log/nixpkgs-update/python311Packages.zope-proxy/2024-03-05.log python311Packages.zope-proxy 0 -> 1 attrpath: python311Packages.zope-proxy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5f108n2ng9n152zgs6g3aqd1vwzi8g7a-packages.json.drv building '/nix/store/5f108n2ng9n152zgs6g3aqd1vwzi8g7a-packages.json.drv'... Going to be running update for following packages: - python3.11-zope-proxy-5.1 Press Enter key to continue... Running update for: - python3.11-zope-proxy-5.1: UPDATING ... - python3.11-zope-proxy-5.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/zope-proxy/default.nix b/pkgs/development/python-modules/zope-proxy/default.nix index 3c2a6d4be9f8..6084a86f65ae 100644 --- a/pkgs/development/python-modules/zope-proxy/default.nix +++ b/pkgs/development/python-modules/zope-proxy/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "zope-proxy"; - version = "5.1"; + version = "5.2"; pyproject = true; disabled = pythonOlder "3.7"; @@ -16,7 +16,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "zope.proxy"; inherit version; - hash = "sha256-d3e9P4986nRSFyYgLhptUVPb9knyBOJQBYrQOvRqQxg="; + hash = "sha256-93fVbCqy/PQNAmraHmfx45z2MY497rmhzVCH/MsfKG4="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 128 > 25 [result] Failed to update python311Packages.zope-proxy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath litehtml, using log file: /var/log/nixpkgs-update/litehtml/2024-03-05.log litehtml 0.6 -> 0.9 https://github.com/litehtml/litehtml/releases attrpath: litehtml Checking auto update branch... An auto update branch exists with message `litehtml: 0.6 -> 0.8`. New version is 0.9. 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/development/libraries/litehtml/default.nix b/pkgs/development/libraries/litehtml/default.nix index 3927f7cce4a5..badaa50b243f 100644 --- a/pkgs/development/libraries/litehtml/default.nix +++ b/pkgs/development/libraries/litehtml/default.nix @@ -7,13 +7,13 @@ stdenv.mkDerivation rec { pname = "litehtml"; - version = "0.6"; + version = "0.9"; src = fetchFromGitHub { owner = "litehtml"; repo = "litehtml"; rev = "v${version}"; - hash = "sha256-9571d3k8RkzEpMWPuIejZ7njLmYstSwFUaSqT3sk6uQ="; + hash = "sha256-ZE/HKzo3ejKpW/ih3sJwn2hzCtsBhAXeJWGezYd6Yc4="; }; # Don't search for non-existant gumbo cmake config [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A litehtml nix build failed. --- LOG END --- error: downloading 'https://github.com/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip' failed status_code: 6 status_string: "Couldn't resolve host name" log: --- LOG BEGIN --- Could not resolve host: github.com Closing connection --- LOG END --- make[2]: *** [CMakeFiles/googletest-populate.dir/build.make:100: googletest-populate-prefix/src/googletest-populate-stamp/googletest-populate-download] Error 1 make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/googletest-populate.dir/all] Error 2 make: *** [Makefile:91: all] Error 2  CMake Error at /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:1679 (message): Build step for googletest failed: 2 Call Stack (most recent call first): /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:1819:EVAL:2 (__FetchContent_directPopulate) /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FetchContent.cmake:1819 (cmake_language) CMakeLists.txt:210 (FetchContent_Populate)  -- Configuring incomplete, errors occurred! [result] Failed to update litehtml 0.6 -> 0.9 https://github.com/litehtml/litehtml/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 python27Full, using log file: /var/log/nixpkgs-update/python27Full/2024-03-05.log python27Full 2.7.18.7 -> 2.7.18.8 https://github.com/ActiveState/cpython/releases attrpath: python27Full Checking auto update branch... No auto update branch exists Old version 2.7.18.7" not present in master derivation file with contents: { lib, stdenv, fetchFromGitHub, fetchpatch , bzip2 , expat , libffi , gdbm , db , ncurses , openssl , readline , sqlite , tcl ? null, tk ? null, tix ? null, libX11 ? null, x11Support ? false , zlib , self , configd, coreutils , autoreconfHook , python-setup-hook # Some proprietary libs assume UCS2 unicode, especially on darwin :( , ucsEncoding ? 4 # For the Python package set , packageOverrides ? (self: super: {}) , pkgsBuildBuild , pkgsBuildHost , pkgsBuildTarget , pkgsHostHost , pkgsTargetTarget , sourceVersion , hash , passthruFun , static ? stdenv.hostPlatform.isStatic , stripBytecode ? reproducibleBuild , rebuildBytecode ? true , reproducibleBuild ? false , enableOptimizations ? false , strip2to3 ? false , stripConfig ? false , stripIdlelib ? false , stripTests ? false , pythonAttr ? "python${sourceVersion.major}${sourceVersion.minor}" }: assert x11Support -> tcl != null && tk != null && libX11 != null; assert lib.assertMsg (enableOptimizations -> (!stdenv.cc.isClang)) "Optimizations with clang are not supported. configure: error: llvm-profdata is required for a --enable-optimizations build but could not be found."; assert lib.assertMsg (reproducibleBuild -> stripBytecode) "Deterministic builds require stripping bytecode."; assert lib.assertMsg (reproducibleBuild -> (!enableOptimizations)) "Deterministic builds are not achieved when optimizations are enabled."; assert lib.assertMsg (reproducibleBuild -> (!rebuildBytecode)) "Deterministic builds are not achieved when (default unoptimized) bytecode is created."; let buildPackages = pkgsBuildHost; inherit (passthru) pythonOnBuildForHost; pythonOnBuildForHostInterpreter = if stdenv.hostPlatform == stdenv.buildPlatform then "$out/bin/python" else pythonOnBuildForHost.interpreter; passthru = passthruFun rec { inherit self sourceVersion packageOverrides; implementation = "cpython"; libPrefix = "python${pythonVersion}"; executable = libPrefix; pythonVersion = with sourceVersion; "${major}.${minor}"; sitePackages = "lib/${libPrefix}/site-packages"; inherit hasDistutilsCxxPatch pythonAttr; pythonOnBuildForBuild = pkgsBuildBuild.${pythonAttr}; pythonOnBuildForHost = pkgsBuildHost.${pythonAttr}; pythonOnBuildForTarget = pkgsBuildTarget.${pythonAttr}; pythonOnHostForHost = pkgsHostHost.${pythonAttr}; pythonOnTargetForTarget = pkgsTargetTarget.${pythonAttr} or {}; } // { inherit ucsEncoding; }; version = with sourceVersion; "${major}.${minor}.${patch}${suffix}"; # ActiveState is a fork of cpython that includes fixes for security # issues after its EOL src = fetchFromGitHub { owner = "ActiveState"; repo = "cpython"; rev = "v${version}"; inherit hash; }; hasDistutilsCxxPatch = !(stdenv.cc.isGNU or false); patches = [ # Look in C_INCLUDE_PATH and LIBRARY_PATH for stuff. ./search-path.patch # Python recompiles a Python if the mtime stored *in* the # pyc/pyo file differs from the mtime of the source file. This # doesn't work in Nix because Nix changes the mtime of files in # the Nix store to 1. So treat that as a special case. ./nix-store-mtime.patch # patch python to put zero timestamp into pyc # if DETERMINISTIC_BUILD env var is set ./deterministic-build.patch # Fix python bug #27177 (https://bugs.python.org/issue27177) # The issue is that `match.group` only recognizes python integers # instead of everything that has `__index__`. # This bug was fixed upstream, but not backported to 2.7 (fetchpatch { name = "re_match_index.patch"; url = "https://bugs.python.org/file43084/re_match_index.patch"; sha256 = "0l9rw6r5r90iybdkp3hhl2pf0h0s1izc68h5d3ywrm92pq32wz57"; }) # Fix race-condition during pyc creation. Has a slight backwards # incompatible effect: pyc symlinks will now be overridden # (https://bugs.python.org/issue17222). Included in python >= 3.4, # backported in debian since 2013. # https://bugs.python.org/issue13146 ./atomic_pyc.patch # Backport from CPython 3.8 of a good list of tests to run for PGO. ./profile-task.patch # The workaround is for unittests on Win64, which we don't support. # It does break aarch64-darwin, which we do support. See: # * https://bugs.python.org/issue35523 # * https://github.com/python/cpython/commit/e6b247c8e524 ../3.7/no-win64-workaround.patch ] ++ lib.optionals (x11Support && stdenv.isDarwin) [ ./use-correct-tcl-tk-on-darwin.patch ] ++ lib.optionals stdenv.isDarwin [ # Fix darwin build https://bugs.python.org/issue34027 ../3.7/darwin-libutil.patch ] ++ lib.optionals stdenv.isLinux [ # Disable the use of ldconfig in ctypes.util.find_library (since # ldconfig doesn't work on NixOS), and don't use # ctypes.util.find_library during the loading of the uuid module # (since it will do a futile invocation of gcc (!) to find # libuuid, slowing down program startup a lot). ./no-ldconfig.patch # Fix ctypes.util.find_library with gcc10. ./find_library-gcc10.patch ] ++ lib.optionals stdenv.hostPlatform.isCygwin [ ./2.5.2-ctypes-util-find_library.patch ./2.5.2-tkinter-x11.patch ./2.6.2-ssl-threads.patch ./2.6.5-export-PySignal_SetWakeupFd.patch ./2.6.5-FD_SETSIZE.patch ./2.6.5-ncurses-abi6.patch ./2.7.3-dbm.patch ./2.7.3-dylib.patch ./2.7.3-getpath-exe-extension.patch ./2.7.3-no-libm.patch ] ++ lib.optionals hasDistutilsCxxPatch [ # Patch from http://bugs.python.org/issue1222585 adapted to work with # `patch -p1' and with a last hunk removed # Upstream distutils is calling C compiler to compile C++ code, which # only works for GCC and Apple Clang. This makes distutils to call C++ # compiler when needed. ./python-2.7-distutils-C++.patch ] ++ lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [ ./cross-compile.patch ]; preConfigure = '' # Purity. for i in /usr /sw /opt /pkg; do substituteInPlace ./setup.py --replace $i /no-such-path done '' + lib.optionalString (stdenv ? cc && stdenv.cc.libc != null) '' for i in Lib/plat-*/regen; do substituteInPlace $i --replace /usr/include/ ${stdenv.cc.libc}/include/ done '' + lib.optionalString stdenv.isDarwin '' substituteInPlace configure --replace '`/usr/bin/arch`' '"i386"' substituteInPlace Lib/multiprocessing/__init__.py \ --replace 'os.popen(comm)' 'os.popen("${coreutils}/bin/nproc")' ''; configureFlags = lib.optionals enableOptimizations [ "--enable-optimizations" ] ++ lib.optionals (!static) [ "--enable-shared" ] ++ [ "--with-threads" "--with-system-ffi" "--with-system-expat" "--enable-unicode=ucs${toString ucsEncoding}" ] ++ lib.optionals stdenv.hostPlatform.isCygwin [ "ac_cv_func_bind_textdomain_codeset=yes" ] ++ lib.optionals stdenv.isDarwin [ "--disable-toolbox-glue" ] ++ lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [ "PYTHON_FOR_BUILD=${lib.getBin buildPackages.python}/bin/python" "ac_cv_buggy_getaddrinfo=no" # Assume little-endian IEEE 754 floating point when cross compiling "ac_cv_little_endian_double=yes" "ac_cv_big_endian_double=no" "ac_cv_mixed_endian_double=no" "ac_cv_x87_double_rounding=yes" "ac_cv_tanh_preserves_zero_sign=yes" # Generally assume that things are present and work "ac_cv_posix_semaphores_enabled=yes" "ac_cv_broken_sem_getvalue=no" "ac_cv_wchar_t_signed=yes" "ac_cv_rshift_extends_sign=yes" "ac_cv_broken_nice=no" "ac_cv_broken_poll=no" "ac_cv_working_tzset=yes" "ac_cv_have_long_long_format=yes" "ac_cv_have_size_t_format=yes" "ac_cv_computed_gotos=yes" "ac_cv_file__dev_ptmx=yes" "ac_cv_file__dev_ptc=yes" ] # Never even try to use lchmod on linux, # don't rely on detecting glibc-isms. ++ lib.optional stdenv.hostPlatform.isLinux "ac_cv_func_lchmod=no" ++ lib.optional static "LDFLAGS=-static"; strictDeps = true; buildInputs = lib.optional (stdenv ? cc && stdenv.cc.libc != null) stdenv.cc.libc ++ [ bzip2 openssl zlib libffi expat db gdbm ncurses sqlite readline ] ++ lib.optionals x11Support [ tcl tk libX11 ] ++ lib.optional (stdenv.isDarwin && configd != null) configd; nativeBuildInputs = [ autoreconfHook ] ++ lib.optionals (stdenv.hostPlatform != stdenv.buildPlatform) [ buildPackages.stdenv.cc buildPackages.python ]; mkPaths = paths: { C_INCLUDE_PATH = lib.makeSearchPathOutput "dev" "include" paths; LIBRARY_PATH = lib.makeLibraryPath paths; }; # Python 2.7 needs this crossCompileEnv = lib.optionalAttrs (stdenv.hostPlatform != stdenv.buildPlatform) { _PYTHON_HOST_PLATFORM = stdenv.hostPlatform.config; }; # Build the basic Python interpreter without modules that have # external dependencies. in with passthru; stdenv.mkDerivation ({ pname = "python"; inherit version; inherit src patches buildInputs nativeBuildInputs preConfigure configureFlags; LDFLAGS = lib.optionalString (!stdenv.isDarwin) "-lgcc_s"; inherit (mkPaths buildInputs) C_INCLUDE_PATH LIBRARY_PATH; env.NIX_CFLAGS_COMPILE = lib.optionalString (stdenv.targetPlatform.system == "x86_64-darwin") "-msse2" + lib.optionalString stdenv.hostPlatform.isMusl " -DTHREAD_STACK_SIZE=0x100000"; DETERMINISTIC_BUILD = 1; setupHook = python-setup-hook sitePackages; postPatch = lib.optionalString (x11Support && (tix != null)) '' substituteInPlace "Lib/lib-tk/Tix.py" --replace "os.environ.get('TIX_LIBRARY')" "os.environ.get('TIX_LIBRARY') or '${tix}/lib'" ''; postInstall = '' # needed for some packages, especially packages that backport # functionality to 2.x from 3.x for item in $out/lib/${libPrefix}/test/*; do if [[ "$item" != */test_support.py* && "$item" != */test/support && "$item" != */test/regrtest.py* ]]; then rm -rf "$item" else echo $item fi done touch $out/lib/${libPrefix}/test/__init__.py ln -s $out/lib/${libPrefix}/pdb.py $out/bin/pdb ln -s $out/lib/${libPrefix}/pdb.py $out/bin/pdb${sourceVersion.major}.${sourceVersion.minor} ln -s $out/share/man/man1/{python2.7.1.gz,python.1.gz} rm "$out"/lib/python*/plat-*/regen # refers to glibc.dev # Determinism: Windows installers were not deterministic. # We're also not interested in building Windows installers. find "$out" -name 'wininst*.exe' | xargs -r rm -f '' + lib.optionalString stripBytecode '' # Determinism: deterministic bytecode # First we delete all old bytecode. find $out -name "*.pyc" -delete '' + lib.optionalString rebuildBytecode '' # We build 3 levels of optimized bytecode. Note the default level, without optimizations, # is not reproducible yet. https://bugs.python.org/issue29708 # Not creating bytecode will result in a large performance loss however, so we do build it. find $out -name "*.py" | ${pythonOnBuildForHostInterpreter} -m compileall -q -f -x "lib2to3" -i - find $out -name "*.py" | ${pythonOnBuildForHostInterpreter} -O -m compileall -q -f -x "lib2to3" -i - find $out -name "*.py" | ${pythonOnBuildForHostInterpreter} -OO -m compileall -q -f -x "lib2to3" -i - '' + lib.optionalString stdenv.hostPlatform.isCygwin '' cp libpython2.7.dll.a $out/lib ''; inherit passthru; postFixup = '' # Include a sitecustomize.py file. Note it causes an error when it's in postInstall with 2.7. cp ${../../sitecustomize.py} $out/${sitePackages}/sitecustomize.py '' + lib.optionalString strip2to3 '' rm -R $out/bin/2to3 $out/lib/python*/lib2to3 '' + lib.optionalString stripConfig '' rm -R $out/bin/python*-config $out/lib/python*/config* '' + lib.optionalString stripIdlelib '' # Strip IDLE rm -R $out/bin/idle* $out/lib/python*/idlelib '' + lib.optionalString stripTests '' # Strip tests rm -R $out/lib/python*/test $out/lib/python*/**/test{,s} ''; enableParallelBuilding = true; doCheck = false; # expensive, and fails meta = { homepage = "http://python.org"; description = "A high-level dynamically-typed programming language"; longDescription = '' Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. Some of its key distinguishing features include: clear, readable syntax; strong introspection capabilities; intuitive object orientation; natural expression of procedural code; full modularity, supporting hierarchical packages; exception-based error handling; and very high level dynamic data types. ''; license = lib.licenses.psfl; platforms = lib.platforms.all; maintainers = with lib.maintainers; [ fridh ]; knownVulnerabilities = [ "Python 2.7 has reached its end of life after 2020-01-01. See https://www.python.org/doc/sunset-python-2/." # Quote: That means that we will not improve it anymore after that day, # even if someone finds a security problem in it. You should upgrade to # Python 3 as soon as you can. [..] So, in 2008, we announced that we # would sunset Python 2 in 2015, and asked people to upgrade before # then. Some did, but many did not. So, in 2014, we extended that # sunset till 2020. ]; }; } // crossCompileEnv) [result] Failed to update python27Full 2.7.18.7 -> 2.7.18.8 https://github.com/ActiveState/cpython/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 jefferson, using log file: /var/log/nixpkgs-update/jefferson/2024-03-05.log jefferson 0 -> 1 attrpath: jefferson Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/75nspczd9njdajrm498kdclmi0pdhdws-packages.json.drv building '/nix/store/75nspczd9njdajrm498kdclmi0pdhdws-packages.json.drv'... Going to be running update for following packages: - jefferson-0.4.5 Press Enter key to continue... Running update for: - jefferson-0.4.5: UPDATING ... - jefferson-0.4.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update jefferson 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tensorrt, using log file: /var/log/nixpkgs-update/python311Packages.tensorrt/2024-03-05.log python311Packages.tensorrt 0 -> 1 attrpath: python311Packages.tensorrt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/znw9qycnzy4qwd1g08l6bi0qx9jivzkh-packages.json.drv building '/nix/store/znw9qycnzy4qwd1g08l6bi0qx9jivzkh-packages.json.drv'... Going to be running update for following packages: - python3.11-tensorrt-8.6.1.6 Press Enter key to continue... Running update for: - python3.11-tensorrt-8.6.1.6: UPDATING ... - python3.11-tensorrt-8.6.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tensorrt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath gyb, using log file: /var/log/nixpkgs-update/gyb/2024-03-05.log gyb 0 -> 1 attrpath: gyb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nvlly1317hdavpzgaq89982hbvv0q72r-packages.json.drv building '/nix/store/nvlly1317hdavpzgaq89982hbvv0q72r-packages.json.drv'... Going to be running update for following packages: - gyb-1.80 Press Enter key to continue... Running update for: - gyb-1.80: UPDATING ... - gyb-1.80: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update gyb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.contourpy, using log file: /var/log/nixpkgs-update/python311Packages.contourpy/2024-03-05.log python311Packages.contourpy 0 -> 1 attrpath: python311Packages.contourpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mrwmivflnprdjivh9qbcpvxjrp8075s1-packages.json.drv building '/nix/store/mrwmivflnprdjivh9qbcpvxjrp8075s1-packages.json.drv'... Going to be running update for following packages: - python3.11-contourpy-1.2.0 Press Enter key to continue... Running update for: - python3.11-contourpy-1.2.0: UPDATING ... - python3.11-contourpy-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.contourpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sre-yield, using log file: /var/log/nixpkgs-update/python311Packages.sre-yield/2024-03-05.log python311Packages.sre-yield 0 -> 1 attrpath: python311Packages.sre-yield Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gd3hnzgr8hy7gx0xqdrbmiyd71rakz5k-packages.json.drv building '/nix/store/gd3hnzgr8hy7gx0xqdrbmiyd71rakz5k-packages.json.drv'... Going to be running update for following packages: - python3.11-sre-yield-1.2 Press Enter key to continue... Running update for: - python3.11-sre-yield-1.2: UPDATING ... - python3.11-sre-yield-1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sre-yield 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.xstatic, using log file: /var/log/nixpkgs-update/python311Packages.xstatic/2024-03-05.log python311Packages.xstatic 0 -> 1 attrpath: python311Packages.xstatic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/94chqnlhnxjfh4lza9dypcs015ng2nvi-packages.json.drv building '/nix/store/94chqnlhnxjfh4lza9dypcs015ng2nvi-packages.json.drv'... Going to be running update for following packages: - python3.11-XStatic-1.0.3 Press Enter key to continue... Running update for: - python3.11-XStatic-1.0.3: UPDATING ... - python3.11-XStatic-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xstatic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.svg2tikz, using log file: /var/log/nixpkgs-update/python311Packages.svg2tikz/2024-03-05.log python311Packages.svg2tikz 0 -> 1 attrpath: python311Packages.svg2tikz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hdcqqi8gb6xpl8vvffhjx0xlivzfmacv-packages.json.drv building '/nix/store/hdcqqi8gb6xpl8vvffhjx0xlivzfmacv-packages.json.drv'... Going to be running update for following packages: - python3.11-svg2tikz-3.0.1 Press Enter key to continue... Running update for: - python3.11-svg2tikz-3.0.1: UPDATING ... - python3.11-svg2tikz-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.svg2tikz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath feishin, using log file: /var/log/nixpkgs-update/feishin/2024-03-05.log feishin 0.5.1 -> 0.5.3 https://github.com/jeffvli/feishin/releases attrpath: feishin Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - feishin: 0.5.1 -> 0.5.3, build from source URL "https://api.github.com/repos/NixOS/nixpkgs/issues/288210" [result] Failed to update feishin 0.5.1 -> 0.5.3 https://github.com/jeffvli/feishin/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.block-io, using log file: /var/log/nixpkgs-update/python311Packages.block-io/2024-03-05.log python311Packages.block-io 0 -> 1 attrpath: python311Packages.block-io Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xrj85ymkz6qsp91ig6qm304rj06qc1n5-packages.json.drv building '/nix/store/xrj85ymkz6qsp91ig6qm304rj06qc1n5-packages.json.drv'... Going to be running update for following packages: - python3.11-block-io-2.0.6 Press Enter key to continue... Running update for: - python3.11-block-io-2.0.6: UPDATING ... - python3.11-block-io-2.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.block-io 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pdf-quench, using log file: /var/log/nixpkgs-update/pdf-quench/2024-03-05.log pdf-quench 0 -> 1 attrpath: pdf-quench Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bmhid024vvqnlizk5w39lzh9qk2x6v8l-packages.json.drv building '/nix/store/bmhid024vvqnlizk5w39lzh9qk2x6v8l-packages.json.drv'... Going to be running update for following packages: - pdf-quench-1.0.5 Press Enter key to continue... Running update for: - pdf-quench-1.0.5: UPDATING ... - pdf-quench-1.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pdf-quench 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-admin-datta, using log file: /var/log/nixpkgs-update/python311Packages.django-admin-datta/2024-03-05.log python311Packages.django-admin-datta 0 -> 1 attrpath: python311Packages.django-admin-datta Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/aq0pfcgv9y0qgl92af06x3mbdbmrg0i3-packages.json.drv building '/nix/store/aq0pfcgv9y0qgl92af06x3mbdbmrg0i3-packages.json.drv'... Going to be running update for following packages: - python3.11-django-admin-datta-1.0.10 Press Enter key to continue... Running update for: - python3.11-django-admin-datta-1.0.10: UPDATING ... - python3.11-django-admin-datta-1.0.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-admin-datta 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dataclass-wizard, using log file: /var/log/nixpkgs-update/python311Packages.dataclass-wizard/2024-03-05.log python311Packages.dataclass-wizard 0.22.2 -> 0.22.3 https://repology.org/project/python:dataclass-wizard/versions attrpath: python311Packages.dataclass-wizard Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/965g8zqbqkp1sf5vr0034wihsfsgfig4-packages.json.drv building '/nix/store/965g8zqbqkp1sf5vr0034wihsfsgfig4-packages.json.drv'... Going to be running update for following packages: - python3.11-dataclass-wizard-0.22.2 Press Enter key to continue... Running update for: - python3.11-dataclass-wizard-0.22.2: UPDATING ... - python3.11-dataclass-wizard-0.22.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dataclass-wizard 0.22.2 -> 0.22.3 https://repology.org/project/python:dataclass-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 fortify-headers, using log file: /var/log/nixpkgs-update/fortify-headers/2024-03-05.log fortify-headers 1.1alpine3 -> 1.1 https://repology.org/project/fortify-headers/versions attrpath: fortify-headers Checking auto update branch... No auto update branch exists 1.1 is not newer than 1.1alpine3 according to Nix; versionComparison: -1 [result] Failed to update fortify-headers 1.1alpine3 -> 1.1 https://repology.org/project/fortify-headers/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.puremagic, using log file: /var/log/nixpkgs-update/python311Packages.puremagic/2024-03-05.log python311Packages.puremagic 0 -> 1 attrpath: python311Packages.puremagic Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/khbwh73blan9adfim5sa2j2x48vvd6qz-packages.json.drv building '/nix/store/khbwh73blan9adfim5sa2j2x48vvd6qz-packages.json.drv'... Going to be running update for following packages: - python3.11-puremagic-1.21 Press Enter key to continue... Running update for: - python3.11-puremagic-1.21: UPDATING ... - python3.11-puremagic-1.21: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.puremagic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libxmlxx, using log file: /var/log/nixpkgs-update/libxmlxx/2024-03-05.log libxmlxx 0 -> 1 attrpath: libxmlxx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zzcckzbafr4ni0x1b593bv4zv6wrwlzg-packages.json.drv building '/nix/store/zzcckzbafr4ni0x1b593bv4zv6wrwlzg-packages.json.drv'... Going to be running update for following packages: - libxml++-2.40.1 Press Enter key to continue... Running update for: - libxml++-2.40.1: UPDATING ... - libxml++-2.40.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libxmlxx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.manifest-ml, using log file: /var/log/nixpkgs-update/python311Packages.manifest-ml/2024-03-05.log python311Packages.manifest-ml 0 -> 1 attrpath: python311Packages.manifest-ml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jcw14m348i1d6jp5d86bx6v20pqjby8v-packages.json.drv building '/nix/store/jcw14m348i1d6jp5d86bx6v20pqjby8v-packages.json.drv'... Going to be running update for following packages: - python3.11-manifest-ml-0.1.8 Press Enter key to continue... Running update for: - python3.11-manifest-ml-0.1.8: UPDATING ... - python3.11-manifest-ml-0.1.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/manifest-ml/default.nix b/pkgs/development/python-modules/manifest-ml/default.nix index 8bc2710c5a43..0d3e02ed732c 100644 --- a/pkgs/development/python-modules/manifest-ml/default.nix +++ b/pkgs/development/python-modules/manifest-ml/default.nix @@ -27,7 +27,7 @@ buildPythonPackage rec { pname = "manifest-ml"; - version = "0.1.8"; + version = "0.1.9"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -36,7 +36,7 @@ buildPythonPackage rec { owner = "HazyResearch"; repo = "manifest"; rev = "refs/tags/v${version}"; - hash = "sha256-d34TIZYDB8EDEIZUH5mDzfDHzFT290DwjPLJkNneklc="; + hash = "sha256-6m1XZOXzflBYyq9+PinbrW+zqvNGFN/aRDHH1b2Me5E="; }; __darwinAllowLocalNetworking = true; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.manifest-ml nix build failed. tests/test_response.py::test_serialize tests/test_response.py::test_serialize tests/test_response.py::test_union_all tests/test_response.py::test_union_all /build/source/manifest/response.py:145: PydanticDeprecatedSince20: The `dict` method is deprecated; use `model_dump` instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.5/migration/ return self._response.dict() tests/test_response.py::test_serialize /build/source/tests/test_response.py:138: PydanticDeprecatedSince20: The `dict` method is deprecated; use `model_dump` instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.5/migration/ assert deserialized_response.get_json_response() == model_choice.dict() tests/test_response.py::test_serialize /build/source/tests/test_response.py:146: PydanticDeprecatedSince20: The `dict` method is deprecated; use `model_dump` instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.5/migration/ assert deserialized_response.get_json_response() == model_choice.dict() tests/test_response.py::test_serialize /build/source/tests/test_response.py:156: PydanticDeprecatedSince20: The `dict` method is deprecated; use `model_dump` instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.5/migration/ assert deserialized_response.get_json_response() == model_choice.dict() -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ SKIPPED [1] tests/test_manifest.py:756: No model at http://localhost:6000 SKIPPED [1] tests/test_manifest.py:813: No model at http://localhost:6000 SKIPPED [1] tests/test_manifest.py:908: No openai key set SKIPPED [1] tests/test_manifest.py:1020: No openai key set SKIPPED [1] tests/test_manifest.py:1141: No openai key set SKIPPED [1] tests/test_manifest.py:1243: No openai key set SKIPPED [1] tests/test_manifest.py:1305: No openai or local model set ===== 11 failed, 13 passed, 7 skipped, 20 deselected, 65 warnings in 2.25s ===== /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.manifest-ml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cepa, using log file: /var/log/nixpkgs-update/python311Packages.cepa/2024-03-05.log python311Packages.cepa 0 -> 1 attrpath: python311Packages.cepa 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/7i192y9w1s200rb2d1zg8rkx2bzb4cv7-packages.json.drv building '/nix/store/7i192y9w1s200rb2d1zg8rkx2bzb4cv7-packages.json.drv'... Going to be running update for following packages: - python3.11-cepa-1.8.4 Press Enter key to continue... Running update for: - python3.11-cepa-1.8.4: UPDATING ... - python3.11-cepa-1.8.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cepa 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.binaryornot, using log file: /var/log/nixpkgs-update/python311Packages.binaryornot/2024-03-05.log python311Packages.binaryornot 0 -> 1 attrpath: python311Packages.binaryornot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fvn334z3jyzv2x47bnijdzwds6pfmxmp-packages.json.drv building '/nix/store/fvn334z3jyzv2x47bnijdzwds6pfmxmp-packages.json.drv'... Going to be running update for following packages: - python3.11-binaryornot-0.4.4 Press Enter key to continue... Running update for: - python3.11-binaryornot-0.4.4: UPDATING ... - python3.11-binaryornot-0.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.binaryornot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.txtai, using log file: /var/log/nixpkgs-update/python311Packages.txtai/2024-03-05.log python311Packages.txtai 0 -> 1 attrpath: python311Packages.txtai Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/54d9jgwj60zn9vhljvmfyb0v2r2lqlwl-packages.json.drv building '/nix/store/54d9jgwj60zn9vhljvmfyb0v2r2lqlwl-packages.json.drv'... Going to be running update for following packages: - python3.11-txtai-7.0.0 Press Enter key to continue... Running update for: - python3.11-txtai-7.0.0: UPDATING ... - python3.11-txtai-7.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.txtai 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.marisa-trie, using log file: /var/log/nixpkgs-update/python311Packages.marisa-trie/2024-03-05.log python311Packages.marisa-trie 0 -> 1 attrpath: python311Packages.marisa-trie Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wrrcjdi7b0yi6wcn5hnddzp0npy6q3ys-packages.json.drv building '/nix/store/wrrcjdi7b0yi6wcn5hnddzp0npy6q3ys-packages.json.drv'... Going to be running update for following packages: - python3.11-marisa-trie-1.1.0 Press Enter key to continue... Running update for: - python3.11-marisa-trie-1.1.0: UPDATING ... - python3.11-marisa-trie-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.marisa-trie 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-fontconfig, using log file: /var/log/nixpkgs-update/python311Packages.python-fontconfig/2024-03-05.log python311Packages.python-fontconfig 0 -> 1 attrpath: python311Packages.python-fontconfig Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sbsr781vcpgzs2zavvjl8vkb3kkfs89a-packages.json.drv building '/nix/store/sbsr781vcpgzs2zavvjl8vkb3kkfs89a-packages.json.drv'... Going to be running update for following packages: - python3.11-Python-fontconfig-0.5.1 Press Enter key to continue... Running update for: - python3.11-Python-fontconfig-0.5.1: UPDATING ... - python3.11-Python-fontconfig-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-fontconfig 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-assistant-custom-components.waste_collection_schedule, using log file: /var/log/nixpkgs-update/home-assistant-custom-components.waste_collection_schedule/2024-03-05.log home-assistant-custom-components.waste_collection_schedule 0 -> 1 attrpath: home-assistant-custom-components.waste_collection_schedule 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/72phc2c4fhcmh9sjkky7yfb1lci86lq3-packages.json.drv building '/nix/store/72phc2c4fhcmh9sjkky7yfb1lci86lq3-packages.json.drv'... Going to be running update for following packages: - python3.11-mampfes-waste_collection_schedule-1.44.0 Press Enter key to continue... Running update for: - python3.11-mampfes-waste_collection_schedule-1.44.0: UPDATING ... - python3.11-mampfes-waste_collection_schedule-1.44.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update home-assistant-custom-components.waste_collection_schedule 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tern, using log file: /var/log/nixpkgs-update/python311Packages.tern/2024-03-05.log python311Packages.tern 0 -> 1 attrpath: python311Packages.tern Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/77dhzq7j7dcwwfc4b0lp00rz8z9g4jvf-packages.json.drv building '/nix/store/77dhzq7j7dcwwfc4b0lp00rz8z9g4jvf-packages.json.drv'... Going to be running update for following packages: - python3.11-tern-2.12.1 Press Enter key to continue... Running update for: - python3.11-tern-2.12.1: UPDATING ... - python3.11-tern-2.12.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tern 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.io, using log file: /var/log/nixpkgs-update/octavePackages.io/2024-03-05.log octavePackages.io 0 -> 1 attrpath: octavePackages.io Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4xp5d79y58p52c52ysam8zrf5ik4yfxs-packages.json.drv building '/nix/store/4xp5d79y58p52c52ysam8zrf5ik4yfxs-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-io-2.6.4 Press Enter key to continue... Running update for: - octave-8.4.0-io-2.6.4: UPDATING ... - octave-8.4.0-io-2.6.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.io 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-storage-queue, using log file: /var/log/nixpkgs-update/python311Packages.azure-storage-queue/2024-03-05.log python311Packages.azure-storage-queue 0 -> 1 attrpath: python311Packages.azure-storage-queue Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/djdjiy0jyc4qjx80bqssg7smx3kkg5wp-packages.json.drv building '/nix/store/djdjiy0jyc4qjx80bqssg7smx3kkg5wp-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-storage-queue-12.9.0 Press Enter key to continue... Running update for: - python3.11-azure-storage-queue-12.9.0: UPDATING ... - python3.11-azure-storage-queue-12.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-storage-queue 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath safety-cli, using log file: /var/log/nixpkgs-update/safety-cli/2024-03-05.log safety-cli 2.3.5 -> 3.0.1 https://github.com/pyupio/safety/releases attrpath: safety-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/igqd47iky7chgn7l9x6apxlw6bygnkck-packages.json.drv building '/nix/store/igqd47iky7chgn7l9x6apxlw6bygnkck-packages.json.drv'... Going to be running update for following packages: - safety-2.3.5 Press Enter key to continue... Running update for: - safety-2.3.5: UPDATING ... - safety-2.3.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/safety/default.nix b/pkgs/development/python-modules/safety/default.nix index bb367629b5a3..c7722e547d9e 100644 --- a/pkgs/development/python-modules/safety/default.nix +++ b/pkgs/development/python-modules/safety/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "safety"; - version = "2.3.5"; + version = "3.0.1"; disabled = pythonOlder "3.6"; @@ -22,7 +22,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-pgwR+JUvQSy7Fl1wyx9nOjtDorqak84R+X5qTeg0qjo="; + hash = "sha256-HyAA8DZS86C/xn+P0emLxXI8y3bhXLG91oVFw9gD3wE="; }; postPatch = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A safety-cli nix build failed. adding 'safety/scan/finder/file_finder.py' adding 'safety/scan/finder/handlers.py' adding 'safety/templates/index.html' adding 'safety-3.0.1.dist-info/LICENSE' adding 'safety-3.0.1.dist-info/METADATA' adding 'safety-3.0.1.dist-info/WHEEL' adding 'safety-3.0.1.dist-info/entry_points.txt' adding 'safety-3.0.1.dist-info/top_level.txt' adding 'safety-3.0.1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built safety-3.0.1-py3-none-any.whl Finished creating a wheel... /build/safety-3.0.1/dist /build/safety-3.0.1 Unpacking to: unpacked/safety-3.0.1...OK Repacking wheel as ./safety-3.0.1-py3-none-any.whl...OK /build/safety-3.0.1 Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for safety-3.0.1-py3-none-any.whl - dparse>=0.6.4b0 not satisfied by version 0.6.3 - jinja2 not installed - marshmallow not installed - authlib not installed - rich not installed - typer not installed - pydantic not installed - safety-schemas not installed - typing-extensions not installed [result] Failed to update safety-cli 2.3.5 -> 3.0.1 https://github.com/pyupio/safety/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.psycopg2, using log file: /var/log/nixpkgs-update/python311Packages.psycopg2/2024-03-05.log python311Packages.psycopg2 0 -> 1 attrpath: python311Packages.psycopg2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jscrajyidg6zlr6i0yh8fpxzgvvf20ks-packages.json.drv building '/nix/store/jscrajyidg6zlr6i0yh8fpxzgvvf20ks-packages.json.drv'... Going to be running update for following packages: - python3.11-psycopg2-2.9.9 Press Enter key to continue... Running update for: - python3.11-psycopg2-2.9.9: UPDATING ... - python3.11-psycopg2-2.9.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.psycopg2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libmediaart, using log file: /var/log/nixpkgs-update/libmediaart/2024-03-05.log libmediaart 0 -> 1 attrpath: libmediaart Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libmediaart 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-configuration, using log file: /var/log/nixpkgs-update/python311Packages.zope-configuration/2024-03-05.log python311Packages.zope-configuration 0 -> 1 attrpath: python311Packages.zope-configuration Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2cm5gdkg362gjz0dy08hkz3c1nqaq3hf-packages.json.drv building '/nix/store/2cm5gdkg362gjz0dy08hkz3c1nqaq3hf-packages.json.drv'... Going to be running update for following packages: - python3.11-zope-configuration-5.0 Press Enter key to continue... Running update for: - python3.11-zope-configuration-5.0: UPDATING ... - python3.11-zope-configuration-5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/zope-configuration/default.nix b/pkgs/development/python-modules/zope-configuration/default.nix index 7a21ad79e29b..6a664daaf026 100644 --- a/pkgs/development/python-modules/zope-configuration/default.nix +++ b/pkgs/development/python-modules/zope-configuration/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "zope-configuration"; - version = "5.0"; + version = "5.0.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "zope.configuration"; inherit version; - hash = "sha256-I0tKGMcfazub9rzyJSZLrgFJrGjeoHsHLw9pmkzsJuc="; + hash = "sha256-81h36tXpmANjhdLdxGkZ6ryZjmmcBZh5ZPFxrY3ZJxs="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 112 > 25 [result] Failed to update python311Packages.zope-configuration 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua52Packages.lmathx, using log file: /var/log/nixpkgs-update/lua52Packages.lmathx/2024-03-05.log lua52Packages.lmathx 20120430.52-1 -> 20150624 https://repology.org/project/lua:lmathx/versions attrpath: lua52Packages.lmathx Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua52Packages.lmathx 20120430.52-1 -> 20150624 https://repology.org/project/lua:lmathx/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ideogram, using log file: /var/log/nixpkgs-update/ideogram/2024-03-05.log ideogram 0 -> 1 attrpath: ideogram Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rvdfbyh31zsh14cz0cyrls6kqkj8g0xg-packages.json.drv building '/nix/store/rvdfbyh31zsh14cz0cyrls6kqkj8g0xg-packages.json.drv'... Going to be running update for following packages: - ideogram-1.3.3 Press Enter key to continue... Running update for: - ideogram-1.3.3: UPDATING ... - ideogram-1.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ideogram 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vertcoind, using log file: /var/log/nixpkgs-update/vertcoind/2024-03-05.log vertcoind 0.18.0 -> 23.2 https://github.com/vertcoin-project/vertcoin-core/releases attrpath: vertcoind 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 vertcoind 0.18.0 -> 23.2 https://github.com/vertcoin-project/vertcoin-core/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 blockbook, using log file: /var/log/nixpkgs-update/blockbook/2024-03-05.log blockbook 0.3.6 -> 0.4.0 https://github.com/trezor/blockbook/releases attrpath: blockbook 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-KJ92WztrtKjibvGBYRdnRag4XeZS4d7kyskJqD4GLPE=" [golangModuleVersion] Replaced vendorHash with sha256-msAB58a9PHyfyVvOa1MeuqmjZKGaXqCdLZOB0G4TZaM= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A blockbook nix build failed. got build log for 'blockbook' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/8b04rsj0zjf4fc68rzm11d4r9qqr2rfn-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 ./. # github.com/supranational/blst/bindings/go vendor/github.com/supranational/blst/bindings/go/blst.go:16:11: fatal error: blst.h: No such file or directory 16 | // #include "blst.h" | ^~~~~~~~ compilation terminated. # github.com/linxGnu/grocksdb vendor/github.com/linxGnu/grocksdb/cache.go:84:2: could not determine kind of name for C.rocksdb_lru_cache_options_set_num_shard_bits [result] Failed to update blockbook 0.3.6 -> 0.4.0 https://github.com/trezor/blockbook/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 atmos, using log file: /var/log/nixpkgs-update/atmos/2024-03-05.log atmos 1.64.3 -> 1.65.0 https://github.com/cloudposse/atmos/releases attrpath: atmos 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-i7m9YXPlWqHtvC4Df7v5bLWt2tqeT933t2+Xit5RQxg=" [golangModuleVersion] Replaced vendorHash with sha256-imMIxEmMdW8nAsQC4q7TID+c7J8LbdtAWFj8qvPGtyA= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/cluster/atmos/default.nix b/pkgs/applications/networking/cluster/atmos/default.nix index af4dad92e466..a13786c78524 100644 --- a/pkgs/applications/networking/cluster/atmos/default.nix +++ b/pkgs/applications/networking/cluster/atmos/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "atmos"; - version = "1.64.3"; + version = "1.65.0"; src = fetchFromGitHub { owner = "cloudposse"; repo = pname; rev = "v${version}"; - sha256 = "sha256-Z27wFAWstsQliDiYl93yY9LDeVcGEWcrmggGJI60hxk="; + sha256 = "sha256-KhWi5zxPyBe0xJuJjTROwFIyMPqgUvDeRRIOVowKVxc="; }; - vendorHash = "sha256-i7m9YXPlWqHtvC4Df7v5bLWt2tqeT933t2+Xit5RQxg="; + vendorHash = "sha256-imMIxEmMdW8nAsQC4q7TID+c7J8LbdtAWFj8qvPGtyA="; ldflags = [ "-s" "-w" "-X github.com/cloudposse/atmos/cmd.Version=v${version}" ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/n8z2lzhrwwggfi7fn2c1b5b5y5wy4rzx-atmos-1.65.0" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 14 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 13 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 12 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • atmos
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/cloudposse/atmos/releases. meta.description for atmos is: Universal Tool for DevOps and Cloud Automation (works with terraform, helm, helmfile, etc) meta.homepage for atmos is: https://atmos.tools meta.changelog for atmos is: https://github.com/cloudposse/atmos/releases/tag/v1.65.0 ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/cloudposse/atmos/releases/tag/v1.65.0) - [Compare changes on GitHub](https://github.com/cloudposse/atmos/compare/v1.64.3...v1.65.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.65.0 with grep in /nix/store/n8z2lzhrwwggfi7fn2c1b5b5y5wy4rzx-atmos-1.65.0 - found 1.65.0 in filename of file in /nix/store/n8z2lzhrwwggfi7fn2c1b5b5y5wy4rzx-atmos-1.65.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath atmos ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/n8z2lzhrwwggfi7fn2c1b5b5y5wy4rzx-atmos-1.65.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 atmos https://github.com/r-ryantm/nixpkgs/archive/eec9f8535b065480975980266ce89a85f6af1cbd.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/eec9f8535b065480975980266ce89a85f6af1cbd#atmos ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/n8z2lzhrwwggfi7fn2c1b5b5y5wy4rzx-atmos-1.65.0 ls -la /nix/store/n8z2lzhrwwggfi7fn2c1b5b5y5wy4rzx-atmos-1.65.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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • atmos
--- ###### Maintainer pings cc @nitrocode 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/293476 [result] Success updating atmos 1.64.3 -> 1.65.0 https://github.com/cloudposse/atmos/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 pcl, using log file: /var/log/nixpkgs-update/pcl/2024-03-05.log pcl 1.13.0 -> 1.14.0 https://github.com/PointCloudLibrary/pcl/releases attrpath: pcl Checking auto update branch... An auto update branch exists with message `pcl: 1.13.0 -> 1.14.0`. New version is 1.14.0. An auto update branch exists with an equal or greater version [result] Failed to update pcl 1.13.0 -> 1.14.0 https://github.com/PointCloudLibrary/pcl/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.genshi, using log file: /var/log/nixpkgs-update/python311Packages.genshi/2024-03-05.log python311Packages.genshi 0 -> 1 attrpath: python311Packages.genshi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iyy36ps3l6sjnbwlzafxrnb98kpi0r63-packages.json.drv building '/nix/store/iyy36ps3l6sjnbwlzafxrnb98kpi0r63-packages.json.drv'... Going to be running update for following packages: - python3.11-Genshi-0.7.7 Press Enter key to continue... Running update for: - python3.11-Genshi-0.7.7: UPDATING ... - python3.11-Genshi-0.7.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.genshi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.std2, using log file: /var/log/nixpkgs-update/python311Packages.std2/2024-03-05.log python311Packages.std2 0 -> 1 attrpath: python311Packages.std2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lcy7i2xwqkswdjnc9iwcy4s635qd86ir-packages.json.drv building '/nix/store/lcy7i2xwqkswdjnc9iwcy4s635qd86ir-packages.json.drv'... Going to be running update for following packages: - python3.11-std2-unstable-2023-10-07 Press Enter key to continue... Running update for: - python3.11-std2-unstable-2023-10-07: UPDATING ... - python3.11-std2-unstable-2023-10-07: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.std2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-sdk-cpp, using log file: /var/log/nixpkgs-update/aws-sdk-cpp/2024-03-05.log aws-sdk-cpp 1.11.207 -> 1.11.271 https://repology.org/project/aws-sdk-cpp/versions attrpath: aws-sdk-cpp 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/aws-sdk-cpp/default.nix b/pkgs/development/libraries/aws-sdk-cpp/default.nix index 448139358e65..f08c65b347fc 100644 --- a/pkgs/development/libraries/aws-sdk-cpp/default.nix +++ b/pkgs/development/libraries/aws-sdk-cpp/default.nix @@ -27,13 +27,13 @@ in stdenv.mkDerivation rec { pname = "aws-sdk-cpp"; - version = "1.11.207"; + version = "1.11.271"; src = fetchFromGitHub { owner = "aws"; repo = "aws-sdk-cpp"; rev = version; - sha256 = "sha256-IsPDQJo+TZ2noLefroiWl/Jx8fXmrmY73WHNRO41sik="; + sha256 = "sha256-VkG5ooAPxCh2Bfge8GRcmvdAREGNbR5MCTTVATARLh8="; }; postPatch = '' [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A aws-sdk-cpp nix build failed. [ 31%] Built target aws-cpp-sdk-rum [ 31%] Linking CXX shared library libaws-cpp-sdk-lexv2-runtime.so [ 31%] Built target aws-cpp-sdk-lexv2-runtime [ 31%] Linking CXX shared library libaws-cpp-sdk-route53-recovery-readiness.so [ 31%] Linking CXX shared library libaws-cpp-sdk-route53domains.so [ 31%] Built target aws-cpp-sdk-route53-recovery-readiness [ 31%] Built target aws-cpp-sdk-route53domains [ 31%] Linking CXX shared library libaws-cpp-sdk-robomaker.so [ 31%] Built target aws-cpp-sdk-robomaker [ 31%] Linking CXX shared library libaws-cpp-sdk-resiliencehub.so [ 31%] Built target aws-cpp-sdk-resiliencehub [ 31%] Linking CXX shared library libaws-cpp-sdk-ec2.so [ 31%] Built target aws-cpp-sdk-ec2 [ 31%] Linking CXX shared library libaws-cpp-sdk-rekognition.so [ 31%] Built target aws-cpp-sdk-rekognition [ 31%] Linking CXX shared library libaws-cpp-sdk-route53.so [ 31%] Built target aws-cpp-sdk-route53 [ 31%] Linking CXX shared library libaws-cpp-sdk-route53resolver.so [ 31%] Built target aws-cpp-sdk-route53resolver [ 32%] Linking CXX shared library libaws-cpp-sdk-pinpoint.so [ 32%] Built target aws-cpp-sdk-pinpoint [ 32%] Linking CXX shared library libaws-cpp-sdk-redshift.so [ 32%] Built target aws-cpp-sdk-redshift [ 32%] Linking CXX shared library libaws-cpp-sdk-s3.so [ 32%] Built target aws-cpp-sdk-s3 [ 32%] Linking CXX shared library libaws-cpp-sdk-quicksight.so [ 32%] Built target aws-cpp-sdk-quicksight [ 32%] Linking CXX shared library libaws-cpp-sdk-rds.so [ 32%] Built target aws-cpp-sdk-rds make: *** [Makefile:136: all] Error 2 [result] Failed to update aws-sdk-cpp 1.11.207 -> 1.11.271 https://repology.org/project/aws-sdk-cpp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.prisma, using log file: /var/log/nixpkgs-update/python311Packages.prisma/2024-03-05.log python311Packages.prisma 0 -> 1 attrpath: python311Packages.prisma Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0pw1vnqdhzq5yjgfjshqd7h5cpsslpi8-packages.json.drv building '/nix/store/0pw1vnqdhzq5yjgfjshqd7h5cpsslpi8-packages.json.drv'... Going to be running update for following packages: - python3.11-prisma-0.12.0 Press Enter key to continue... Running update for: - python3.11-prisma-0.12.0: UPDATING ... - python3.11-prisma-0.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.prisma 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.usethis, using log file: /var/log/nixpkgs-update/rPackages.usethis/2024-03-05.log rPackages.usethis 2.2.2 -> 2.2.3 https://repology.org/project/r:usethis/versions attrpath: rPackages.usethis Checking auto update branch... No auto update branch exists Old version 2.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.usethis 2.2.2 -> 2.2.3 https://repology.org/project/r:usethis/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.fastembed, using log file: /var/log/nixpkgs-update/python312Packages.fastembed/2024-03-05.log python312Packages.fastembed 0.1.2 -> 0.2.2 https://github.com/qdrant/fastembed/releases attrpath: python312Packages.fastembed Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v5gwap34w50sdgwwbdm3qpgiqxyajscs-packages.json.drv building '/nix/store/v5gwap34w50sdgwwbdm3qpgiqxyajscs-packages.json.drv'... Going to be running update for following packages: - python3.12-fastembed-0.1.2 Press Enter key to continue... Running update for: - python3.12-fastembed-0.1.2: UPDATING ... - python3.12-fastembed-0.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/fastembed/default.nix b/pkgs/development/python-modules/fastembed/default.nix index 0302770761ed..a2c8173fe42a 100644 --- a/pkgs/development/python-modules/fastembed/default.nix +++ b/pkgs/development/python-modules/fastembed/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "fastembed"; - version = "0.1.2"; + version = "0.2.2"; pyproject = true; disabled = pythonOlder "3.8"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "qdrant"; repo = "fastembed"; rev = "refs/tags/v${version}"; - hash = "sha256-FW85xeRcrPL3euXcQ3dS40SapimFgpWtRu6XiIzdzSM="; + hash = "sha256-ufgco5wPBG19GM99rZV7LKQqEzzCv24I8026SMz0CH4="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.fastembed Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.fastembed Standard output: error: Ă¢Â€Â¦ while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.fastembed/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; Ă¢Â€Â¦ while evaluating the attribute 'drvPath' at /var/cache/nixpkgs-update/worker/worktree/python312Packages.fastembed/lib/customisation.nix:268:7: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; (stack trace truncated; use '--show-trace' to show the full trace) error: Package Ă¢Â€Â˜python3.12-pbr-6.0.0Ă¢Â€Â™ in /var/cache/nixpkgs-update/worker/worktree/python312Packages.fastembed/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. [result] Failed to update python312Packages.fastembed 0.1.2 -> 0.2.2 https://github.com/qdrant/fastembed/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 rustdesk, using log file: /var/log/nixpkgs-update/rustdesk/2024-03-05.log rustdesk 1.2.3 -> 1.2.3-1 https://github.com/rustdesk/rustdesk/releases attrpath: rustdesk 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/p0n9pdzgxr7fzj4264h7rqjvibxps42j-source.drv building '/nix/store/p0n9pdzgxr7fzj4264h7rqjvibxps42j-source.drv'... trying https://github.com/rustdesk/rustdesk/archive/1.2.3-1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 105 100 105 0 0 177 0 --:--:-- --:--:-- --:--:-- 177 unpacking source archive /build/1.2.3-1.tar.gz tar: This does not look like a tar archive gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now do not know how to unpack source archive /build/1.2.3-1.tar.gz error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'rustdesk.originalSrc' not found stderr did not split as expected full stderr was: these 53 derivations will be built: /nix/store/gzhjf8g25rh085jlhl7s6y7wrq420cyp-crate-flutter_rust_bridge-1.75.3.tar.gz.drv /nix/store/17jkqc2nqjd65wb8w1wa7fww9qki68xw-flutter_rust_bridge-1.75.3.drv /nix/store/lgx1rw87cg1wcb4qsabzq68d48iyhijb-crate-libpulse-sys-1.20.1.tar.gz.drv /nix/store/2n2ldrqx7zis4m34xrcrn76p7xvz72cd-libpulse-sys-1.20.1.drv /nix/store/yxc83wkyn0kx2maxanyz8cp94vkb1qlb-hwcodec-82cdc15.drv /nix/store/4cfvij87sxkvkv3h9szx4nj482a0p4i8-hwcodec-0.1.1.drv /nix/store/pmswd7dam7hlggw6c932ar97hi94pgkc-crate-libpulse-simple-sys-1.20.1.tar.gz.drv /nix/store/4dn6d43gzjrlp0s77zhs60n4b234xnql-libpulse-simple-sys-1.20.1.drv /nix/store/54z7k36s4s4nxcsmi91j5dvhq6pb2jf0-crate-webm-1.0.2.tar.gz.drv /nix/store/rba4xkddp5hm335sr0gyv0s9vn562kvs-crate-webm-sys-1.0.3.tar.gz.drv /nix/store/6492i2vx9kh5xvf78li3aai9g1klig7s-webm-sys-1.0.3.drv /nix/store/73mjav53mmd5isrxq5v4avxrxhawg3v7-const_format-0.2.31.drv /nix/store/869spxhdq43h0f50ndj8cb4nw0dwgb3m-crate-flexi_logger-0.25.4.tar.gz.drv /nix/store/9vqlcfrxp5j1bzaygrx0i117f8qiri48-crate-libpulse-binding-2.27.1.tar.gz.drv /nix/store/8kdm6jlh4k5h7dndy2xysf712n40kmqv-libpulse-binding-2.27.1.drv /nix/store/8v1z09rakcbnxpmbzf38bk51ciblif0h-pam-sys-1.0.0-alpha4.drv /nix/store/afmzl7vdlkl4c471l25l9j84lwx5qq1h-realfft-3.2.0.drv /nix/store/ah5jai8z4qmcijcpv40ijzmwnswb8qci-keepawake-rs-ac395ef.drv /nix/store/ca90wvy5prfac0vz747iwzmzxlkj7czc-libsciter-gtk.so.drv /nix/store/fwaybiyfvxngxvm8igzawkl6v0xxij1f-libsciter-4.4.8.23-bis.drv /nix/store/p0n9pdzgxr7fzj4264h7rqjvibxps42j-source.drv /nix/store/bjgg5fw79rnxhlvhxdch0k6mq49k3ijb-zip-0.6.5.drv /nix/store/h12h8h91xfp4aljs1q0b3hmmciljrd2r-crate-libpulse-simple-binding-2.27.1.tar.gz.drv /nix/store/f2256ab4mw6xv6xbqy7ljalfkxqsl973-libpulse-simple-binding-2.27.1.drv /nix/store/j8ncyf5q5wqcaxaw99v182z4hrbd254k-crate-allo-isolate-0.1.14.tar.gz.drv /nix/store/f4jsz9jbsnw63j32zy234blyb07v5rc5-allo-isolate-0.1.14.drv /nix/store/g2fl63hkfy92v6pgnwihkansbzj91j96-enum-map-2.5.0.drv /nix/store/y2bqxwazgx9i83a5vj58787sr62fry9g-impersonate-system-84b4018.drv /nix/store/h8sbq7r9374b66rhnirg4ngqn5kf00gf-impersonate_system-0.1.0.drv /nix/store/ha52prrkp7biki5c3ps6xlnbsjnjgnh1-keepawake-0.4.3.drv /nix/store/ijwcz30jh7vinrm8bcvwsjsdxlkz1l8q-flexi_logger-0.25.4.drv /nix/store/ip2m1aqv4ag0g67wa4kmj1qxd65b3gnk-webm-1.0.2.drv /nix/store/pjrqibp0lcazc839hqlcx1sl5bfsrh9c-crate-wol-rs-1.0.0.tar.gz.drv /nix/store/irn7s7xlbqjwrax3bjrrmq7absxaj04a-wol-rs-1.0.0.drv /nix/store/l5vzxby5lhyn0aighh6h45glx0gj3bym-epoll-4.3.1.drv /nix/store/llb058lvplkhyfqdybxmvs3p9x2p3jyf-rdev-2e8221d.drv /nix/store/mkpillszv6v4dgqlwxnhb2nv72qfsr4w-rdev-0.5.0-2.drv /nix/store/lz4dzk29fscf02nbxqjc3lw8m13hqmmp-crate-sysinfo-0.29.6.tar.gz.drv /nix/store/myq4ff2cnkh1yvhgcvw05qqq1ja5k06k-sysinfo-0.29.6.drv /nix/store/m0h1s8bbgg23cpp0kf832qm7xf95nmdf-crate-flutter_rust_bridge_codegen-1.75.3.tar.gz.drv /nix/store/n4kmwwj2nafc4gjcm1yd74di7w14qwij-flutter_rust_bridge_codegen-1.75.3.drv /nix/store/zbgq106c3xyzynqhwrp50j1w39z6qi13-reqwest-4cc8345.drv /nix/store/n7mlg0sy87g2khnchs87azlsy69akpcg-reqwest-0.11.18.drv /nix/store/b5aiq9sjzaclbsfbaw3pm04n5qgln93g-crate-delegate-0.8.0.tar.gz.drv /nix/store/qvgmfqk9amvddn4sa3hqxb4hqq317lhv-delegate-0.8.0.drv /nix/store/fc4vmax9y53b9ydqnyc1384kr16my6zn-crate-flutter_rust_bridge_macros-1.75.3.tar.gz.drv /nix/store/skz8izqlj5sr0kdvac922fkv1cgwd85l-flutter_rust_bridge_macros-1.75.3.drv /nix/store/vdmfg1ybr5y9ajdnl5sv8dlygpfqn6ix-quinn-0.9.3.drv /nix/store/vfc0c328qgii814dwj1zjx1240m1q85j-const_format_proc_macros-0.2.31.drv /nix/store/z8w76ryq4fjbnfa0r3yzvsh0ynqqz6fs-quinn-proto-0.9.3.drv /nix/store/rkx62fb9k7zjyn7qynbjlr2n5q5vwsx7-cargo-vendor-dir.drv /nix/store/zhpch3nlygbb5fbvj63lnlvf14h02qyx-rustdesk.desktop.drv /nix/store/b31kdkc36lyrgjfakhqyh00nyq39z83l-rustdesk-1.2.3-1.drv these 234 paths will be fetched (44.33 MiB download, 595.48 MiB unpacked): /nix/store/2726cjdl08yw0xynqv9bkg5l4rw6fk29-aho-corasick-1.0.1 /nix/store/7zzwfhd5rb8vwskzxzmi4msjdfpr82sh-alsa-0.7.0 /nix/store/hvh0qhxpr0sacr2xl0jhr2gqj2qhk7xl-android_log-sys-0.3.0 /nix/store/z10k3sm03a3csdgf8f5zi9qgafmm9y36-android_logger-0.13.1 /nix/store/kn2jz2gcdjb8bxr2kvapcf96dkqvrn3b-anstyle-wincon-1.0.1 /nix/store/2gpl07ipq404v84n2gfqh0xb8k30dgvr-apple-bindgen-0.2.0 /nix/store/33255h4s5xcy8zxsk83ifmbi8z7956bm-apple-sdk-0.4.0 /nix/store/z0n8nva7i7i5lfk5lh9xmqwaji0cydji-apple-sys-0.2.0 /nix/store/y7a42xfahxz5ilh8j71m5d9xzl9nya6i-arboard-3.2.0 /nix/store/45ah89sh6waxpk01sb814yarpxfvg2kw-async-process-1.7.0 /nix/store/4bgsxifi4j2p8b3llimklk3jhsv0bjzj-atomic-0.5.1 /nix/store/zdb67n5bng00pc5k2xgp1nz3infdcrw9-atomic-waker-1.1.1 /nix/store/4hky8gn18hygrrwawqz0i8rx5y0v3q7z-bindgen-0.65.1 /nix/store/1d4zllx80935nqwhlz2ycbz5jaabzlmi-blocking-1.3.1 /nix/store/6w30vywacprz1irc6jm0havrjz2x87a3-brotli-3.3.4 /nix/store/5k7p791spcd5ldqjv7m8nwq0hpb11ffb-brotli-decompressor-2.3.4 /nix/store/nsdm5hdzv9zcnxlpxs3ix76ckx5n3xmh-build-target-0.4.0 /nix/store/jlch2vbpg0wafx4lww6z92prfarlz3p9-bumpalo-3.12.2 /nix/store/n6y30ygr2wbpvvlqs99cjj0ci16gipn8-cairo-rs-0.16.7 /nix/store/h96z8wlf87w7vsh4q7nvykjgrgd72n8l-cairo-sys-rs-0.16.3 /nix/store/781jbd34lcqsjvmbpl8h8lag64y3a29f-cbindgen-0.24.3 /nix/store/cfqmgc2z5mrxyh6c9zhkdjpmzzcms38d-cfg-expr-0.15.1 /nix/store/84kxfax51nyi7hgy0hfmirbxw0a2s3jl-cidr-utils-0.5.10 /nix/store/klqrl66rd6mxb7yk229gg2zmnc1cqb4a-clap-4.2.7 /nix/store/n84q2c5i4nl81mz8sf4zvhzp64zkw7ls-clap_builder-4.2.7 /nix/store/h2w7hdcij54axr4a074w1gdv3mjwx83y-cocoa-foundation-0.1.1 /nix/store/az17zyxylc2wm6s365zfci3yh161sfyd-colored-1.9.3 /nix/store/5p8lrd6xr7zy3qngbvdw2bra60dagiq0-confy-0.4.0-2 /nix/store/777h1bz2qhalxpm86y9aizgaxmyh4d57-core-foundation-sys-0.6.2 /nix/store/8g3x48mxqd9x4kdmn26jkssj3bbsmiaq-coreaudio-rs-0.11.2 /nix/store/a5wdyqf9lzkb2qpfmzm9mk3p80jmzxml-coreaudio-sys-0.2.12 /nix/store/ah7igg3sm74xh82i1yyagwqfdxv606nz-crate-const_format_proc_macros-0.2.31.tar.gz /nix/store/gvl9lgcapfi5ccg15793ka69gc1fc4gl-crate-epoll-4.3.1.tar.gz /nix/store/nyn8spna7rhv9psk6nj0x5rx7sjmvs1p-crate-pam-sys-1.0.0-alpha4.tar.gz /nix/store/jzp7qx34mw06v1bm83kg4jmwlvaxqj7y-crate-quinn-0.9.3.tar.gz /nix/store/v3zm9n52bp6nw7qxl3n938gm3vgzzqi2-crate-quinn-proto-0.9.3.tar.gz /nix/store/khrlnihhgaybbchd3ff12fjs7wz8pjbj-crate-realfft-3.2.0.tar.gz /nix/store/fj1bzls3hhjj7rf3ci237y4khmwk65n6-crate-zip-0.6.5.tar.gz /nix/store/sg2lq373ris4xzqw8faqgwwxakil1fwq-ctrlc-3.2.5 /nix/store/xvfgwx5qi880yi11hz8bjwqphjrhh97b-dark-light-1.0.0 /nix/store/9r3jbhd94x8sc6sxygvrmkhkzz7c8nnr-dart-sys-4.0.2 /nix/store/36bwdlzwdc36iqa4ynhni4f8r8bfh9ss-dconf_rs-0.3.0 /nix/store/pkg7bxs18spn0p87hrx1mqx9zd5w1y8h-detect-desktop-environment-0.2.0 /nix/store/pg2k2l7jasxq073r7z36p8adig18g1ih-dirs-2.0.2 /nix/store/p3gcj5mdrv820inbvjfkkqrw47r0v64r-dlopen-0.1.8 /nix/store/35bkam77ssick7zmhy21zjglxqsgglmy-dlopen_derive-0.1.4 /nix/store/9sc6kg3slxs4qgf1xsrhk162h0y66qyd-dlv-list-0.3.0 /nix/store/vs8v1ms3m0lvl397rv7975b9jajxkghd-dtoa-0.4.8 /nix/store/7vba5lmqvxdfq559a5k94dqay608wxga-embed-resource-2.1.1 /nix/store/chhziwj9makjmvjv2r7zysz84a0nglsz-enum-iterator-1.4.1 /nix/store/ak4p6vfdcaq6kk3wvcqggyi00zks7jqf-enum-iterator-derive-1.2.1 /nix/store/3a4lns0jbg4qjn6yh490ddawc0nxrm0y-enum_dispatch-0.3.11 /nix/store/mcxjf4mi1nz607rjny7fcq8rhr7fs58m-enumflags2-0.7.7 /nix/store/vk8jghlmax9i1w0jfsklir2xd4vknxcn-enumflags2_derive-0.7.7 /nix/store/adsbl1sp4q1aapn6znmnvy9bq7jryj4q-evdev-0.11.5 /nix/store/ngf0jxpx55rvlgk2309zfc0b2gxdi478-exr-1.6.3 /nix/store/02k6jy3k88jwljzky044m92xnb4hzib2-fern-0.6.2 /nix/store/7m6wb98v7vyxn9ymc2b0bmj5day1wa30-fon-0.6.0 /nix/store/4synd4z0pzi6ywmaj4hbkp722942d03l-fruitbasket-0.10.0 /nix/store/2v28sgrx89a3gs72dkshyjmvas24q1cp-gdk-0.16.2 /nix/store/fy29qc14ygah3sp68nk1nxwx96vlfcrj-gdk-pixbuf-0.16.7 /nix/store/044kki57j98va3czk6592pdycay7ddbq-gdk-pixbuf-sys-0.16.3 /nix/store/api24mpk9gsb93r4h2dzjdvmdis5aljl-gdkwayland-sys-0.16.0 /nix/store/gyxz5ixq6smywnwgrb2cprc1iih7s0sb-gdkx11-sys-0.16.0 /nix/store/9qm7vlgxhzai4gykn7vmaxq8cs44yc01-getrandom-0.2.9 /nix/store/38rmbc5q88wgsi3xa1hp96zvfy537zkf-gio-0.16.7 /nix/store/9lcs8j9gawfbnaydj3hzf0l3rws8zw79-gio-sys-0.16.3 /nix/store/inv5k53g2drxqx82c0aa9g61hhbxz87w-glib-0.10.3 /nix/store/q09axl03s5acka7kkaqhp3f1gh7ilp3z-glib-0.16.7 /nix/store/735621h34j7bm2bfcf192jywqz6q4ddf-glib-macros-0.10.1 /nix/store/cfnci7123zq0jic8vw1f8k2d48bqfk1d-glib-macros-0.16.8 /nix/store/syf1bh2wiba52wwd2j448drxmasaydlx-glib-sys-0.10.1 /nix/store/bhs5a861ipqg3z17fl80l12sdl68vii7-glib-sys-0.16.3 /nix/store/1gigl0ikgxirxpbkgws5bawb7876vhx2-gobject-sys-0.10.0 /nix/store/962l9xaqmxl9cwfy7p4i1fniaxhc4s7b-gobject-sys-0.16.3 /nix/store/zdzc4lbj1lblgrrb7rh0ngk60yddjrp8-gstreamer-0.16.7 /nix/store/4ybicyq53zj8m4vhx91hd1j9cazhfgi9-gstreamer-app-0.16.5 /nix/store/mwwvrxw7qs45xyk5wihp1m0q4lsyryrl-gstreamer-app-sys-0.9.1 /nix/store/3mnfhyp8ji7nd7lrhipbchwwnxg8avlb-gstreamer-base-0.16.5 /nix/store/7nbwmqjjn1kryzlp4ma35rxlxv2ba9wj-gstreamer-base-sys-0.9.1 /nix/store/bcznmng73xr3az27s1mpwd45q9rxa6sl-gstreamer-sys-0.9.1 /nix/store/l6b4024rl7g2ci9r3fcrcmqfan36qd7a-gstreamer-video-0.16.7 /nix/store/c7kdfkzxidryy18b797wg8l9gli9yj9k-gstreamer-video-sys-0.9.1 /nix/store/69rmgjjj05a7zx7zirn1nivb0lfnia0s-gtk-0.16.2 /nix/store/hgb2mw8z347a36slr506x5dzyr0bwk8m-gtk3-macros-0.16.3 /nix/store/2jyqj7p1jjg2ydxim7dr5y7kmkxxym5i-h2-0.3.18 /nix/store/1kwxa4zsswqsxl321ny7wgh50v5xb515-half-2.2.1 /nix/store/lbdg937a6pfb0lg4m9r6mmf35fz325hx-hyper-0.14.26 /nix/store/p9g5xbf7a5z050lsqq42vyipd1g821jn-hyper-rustls-0.24.0 /nix/store/66gph7wzrpby75viny1cbknwdnq59hcr-iana-time-zone-0.1.56 /nix/store/rrjf6khf8nxfbrrhwpz6zkd7pklvda3z-include_dir-0.7.3 /nix/store/f5ah12l7yxdbpkph8smf210yh7r7wwaz-include_dir_macros-0.7.3 /nix/store/zzlb8qjylk0f8n5lmga5g8czkb60pjk1-inotify-0.10.0 /nix/store/ad9irw7mdbww9wb4r3pisqh4qjni5ky4-ipnet-2.7.2 /nix/store/c5m0z74334q04s0bi8z2j29zabfq9ff7-is_debug-1.0.1 /nix/store/0fcp9iwqpagsklg38zwc3z7n4ybgbnil-itoa-0.3.4 /nix/store/alw3b6clnnayrlkqz07lkv5iwqspca1j-js-sys-0.3.62 /nix/store/nasjvnwv8qlwjf1xvrp38fmyrrljgshg-keyboard-types-0.6.2 /nix/store/bv353hl6x3zh0snif68rn2bx3ii7zlpv-libappindicator-0.8.0 /nix/store/swmj9zya35apsvfppqxjfpg5pznvfsfj-libappindicator-sys-0.8.0 /nix/store/w0xma2qjc632xzrf6n6ikqrclc5464na-libc-0.2.144 /nix/store/w2qly46vyjgbknaph9lcww8pyfiza4id-libdbus-sys-0.2.5 /nix/store/qg5r3g4hxyl74sdj2889n3kyr5nb0vd4-libm-0.2.6 /nix/store/37ri3lb6akrcby69m9b3wkbvb3zfm64l-libsamplerate-sys-0.1.12 /nix/store/3xfrnrd7ix2hnfgvz5m1avrnaflvjkgw-libxdo-0.6.0 /nix/store/vb82gqsf05az974wcwv5sfhy8wz7bkh9-libxdo-sys-0.11.0 /nix/store/12zmassxnk27gwfzna1pd4jnffaqk849-linux-raw-sys-0.3.7 /nix/store/v93wh5rs4q6kqs91razwkhpvf7nb1va8-mac_address-1.1.4 /nix/store/apcxi6i5pqqcs7b67idzidjcd3zvy5b7-machine-uid-0.3.0 /nix/store/9m6fbb7c1fjfzalgrkj2i7bi6n9j1v3p-magnum-opus-0.4.0 /nix/store/rmynak0amcbcl65q14fcid9clj8q9m7j-md5-0.7.0 /nix/store/k1zlab6hrvh40qqs9fnfcq1cfy3mwlcl-mouce-0.2.1 /nix/store/smisqxyn3zc5m22w01a12gha11n6xwwp-muda-0.5.0 /nix/store/yk99rlnavlhiyca2kgnpzqi014alvx7l-muldiv-0.2.1 /nix/store/pqg5gp6ax2mwj7069yhpbh4iks3vic48-num-rational-0.3.2 /nix/store/si9ykzg2rv2ylpnnwv59ihxwl85s1gpd-ordered-multimap-0.4.3 /nix/store/fsjd8m48p24kdpzszfzha24jmls7p657-os-version-0.2.0 /nix/store/wph2fj926zyamjdx9r0my6d06fmbnkni-os_str_bytes-6.5.0 /nix/store/bg0ixc1rknf8zw8l4y51w31cvvdp0kca-osascript-0.3.0 /nix/store/vs97xryql6z42fynsyk04dbfx92sbj7a-pam-0.7.0 /nix/store/axjxm7szvh0p6ir3b50yamm1xwkiki03-pam-macros-0.0.3 /nix/store/n7djk1mxwjkbc1yd5xmlcbp13kdccr7h-pango-0.16.5 /nix/store/ap5wn09qqlndryv3hn0nhln3yns9i7f1-pango-sys-0.16.3 /nix/store/kgd8w2rynrdrxmbdg1cllpf8m4wzrxi7-parity-tokio-ipc-0.7.3-2 /nix/store/r7wcl6al7h120g4i952kgb1zafi9bjhj-parking-2.1.0 /nix/store/qcsvi9ww2y9fgd2b9jbhvfwy0q5cclji-paste-1.0.12 /nix/store/f98l8n7rhq2bwhm73m9ajw0cfplnnc36-phf-0.7.24 /nix/store/ays2biz36wx91v9i6a5qvf0abgwnv8sr-phf_codegen-0.7.24 /nix/store/fr3bwnblll9aqxlqr5bkhjm0l9xgydwk-phf_generator-0.7.24 /nix/store/cn0c8sqx2r743rfs6998awimp2n4n3si-phf_shared-0.7.24 /nix/store/xf39jhm8y8zsyx514wsnrpj0krbanb60-plist-1.4.3 /nix/store/60kv35lrvzk1ac5bxjq7n77bpq2ksw01-pretty-hex-0.2.1 /nix/store/pab27c1rrp5r87cpgjnvfhammak5bpx0-prettyplease-0.2.4 /nix/store/sifr4apia2wb1ck74pvcjqpqd68pm2vx-proc-macro-crate-0.1.5 /nix/store/ql47079rf2rn8zi4r17zzv0mpm30csmf-proc-macro2-0.4.30 /nix/store/xfkm22bxhhbqigbnsfj8axx9qzb1d0gy-proc-macro2-1.0.63 /nix/store/8hmbwsqggs0477097a6lbjvww0sdmwjm-protobuf-3.2.0 /nix/store/9hv38ggdlq80cl03qbw9r969lm0z3q6m-protobuf-codegen-3.2.0 /nix/store/8s1pwhn7d7g2zi0l61h2bka7c31wq2wx-protobuf-parse-3.2.0 /nix/store/2xa4giyg7jl8dvgf3qi2xf3bn6ynk04r-protobuf-support-3.2.0 /nix/store/rv7mxbgn1bxj66wvv6nldf55nnax5ksj-quest-0.3.0 /nix/store/13wy4dx1p9xnwks9y6vn78c1fygv9vix-quick-xml-0.23.1 /nix/store/via2qmkp65c7qnjyf8jvmq3nsp0hhh4k-quick-xml-0.28.2 /nix/store/gjkpvwnl8n7bz31qcraamncnnd0ln5ws-quinn-udp-0.3.2 /nix/store/nnydjvy7rjscw54czi8i86q4kc5azga9-quote-0.6.13 /nix/store/7cvz6yz12wbngn513qq705c40ycg2qy7-quote-1.0.27 /nix/store/1z449drlg9xmza9jx4d5xr3iwwqvlmdi-regex-1.8.1 /nix/store/g21rsxbl798h7rm15h8hrrws22g6zbym-regex-syntax-0.7.1 /nix/store/n9yl7r5b4vmf41717d8y314ypa7y1bhr-repng-0.2.2 /nix/store/a74gfzn9ikxzkjmmgbcnyc2fn0dxn2yd-ringbuf-0.3.3 /nix/store/mmzdni54wqb6nl220gl7m6z7f4zf9swq-rpassword-2.1.0 /nix/store/cby9nc4r5z6zq8l3b29s4f1kkb7nswr4-rpassword-7.2.0 /nix/store/b2jj2nbdfm88v1dzj3qabnjj7jkc1c5s-rtoolbox-0.0.1 /nix/store/s4cbbyz6p06rm283lr28a1i5cr15b2nr-rubato-0.12.0 /nix/store/83clipiy5fjp19pbx9bf0b2x719b2bd7-runas-1.0.0 /nix/store/d4lbc6d4lwzg28r7l9jm29srqpb6h024-rust-ini-0.18.0 /nix/store/dfwqsim1pqlnmdnwh10007rjcqhdc6j5-rust-pulsectl-0.2.12 /nix/store/sprrs6f3p2gndqshn2q8jfw82d45sa4c-rustfft-6.1.0 /nix/store/5jd5955zskchs6qjjspf9mlhkyy3fhwi-rustls-0.21.2 /nix/store/nx3f86lrlv3jn2g5c0g0lhhbb4z6y4dz-rustls-webpki-0.100.1 /nix/store/iw57n837il6ifv33lpsd6c0bm4kbywj3-samplerate-0.2.4 /nix/store/30g1c1wpc3fg2nw87ab0vqlqz1m54i4h-sciter-rs-0.5.57 /nix/store/sj1f9s4srkd10abrn9cf8dzf17bll1mi-serde-0.9.15 /nix/store/4c4hkfh39yhbgsjvw7l7b1aqj9msnbqy-serde_json-0.9.10 /nix/store/3qj918zb589yf6l0mlkcf2748vc6425q-serde_repr-0.1.12 /nix/store/wy5jh9frvz8596r333q7cyy5ri9vpwk3-serde_spanned-0.6.1 /nix/store/f252fx6bxpzy5n70n1n8q4wfcq7szcvi-shadow-rs-0.21.0 /nix/store/4x6l7a44y8hsl9wgccg7dcfc0dff410y-shared_memory-0.12.4 /nix/store/q1svidr7cx9lsvp558cf355npkjcn0i6-siphasher-0.2.3 /nix/store/yflavlwi6wb3zrxcnxjk34fbcvy5143i-sodiumoxide-0.2.7 /nix/store/6agwsfh0nwqsbqj1b0i8hzyj7wnm4c0b-strum-0.18.0 /nix/store/rvj4dlkawjl1r9gdxcrjjxlwayr0hk1h-strum_macros-0.18.0 /nix/store/il26d8nk4kr2sh9dcriwb81asqlr2vg8-syn-0.15.44 /nix/store/vlsr8xijlgvfg78s3z2dg8fkkav7maac-sys-locale-0.3.0 /nix/store/184nsc9c1za1rgjn03kr4vq16anvl0gn-system-configuration-0.5.0 /nix/store/pgi34msagn9smljsph7cjzv1gjv5hcw4-system-deps-1.3.2 /nix/store/g484x5qpwsd51s7caq1zvqfyh8jbxps1-system-deps-6.1.0 /nix/store/67cjknmqsaarsp4pghf3q8kh9wi87frp-system_shutdown-4.0.1 /nix/store/3yxbwyhc9xgm0nbhsd8avykwxxvgab42-tao-0.22.2 /nix/store/ds2hbc2808ksim053isvs6gj42cx74ja-tao-macros-0.1.2 /nix/store/063qvspq5cmdy4jj4945sm8a7fyjirlr-target-lexicon-0.12.7 /nix/store/i5kvzbscp3877vii3sw1ar9vz07xg65w-target_build_utils-0.3.1 /nix/store/0x3wgqd8vkmc2xlziwj5fpgvywzaaxix-tauri-winrt-notification-0.1.2 /nix/store/jn672cx020gznfx4j8ikiqyl878l5v8m-termios-0.3.3 /nix/store/xkzhyw6vm4a31pdla6rdwn6mk6xvr0ix-tfc-0.6.1 /nix/store/0gkh52c7afgfha48rwwvg9qycai7ljrn-tiff-0.8.1 /nix/store/08fzxbcnibmhr6r9ilaphwjb3hilgmlb-tokio-1.28.1 /nix/store/za49pmvqingzydzzc5iiibyjd47w7s21-tokio-socks-0.5.1-2 /nix/store/caxfsffxvr02wzx0sjawpdv6y1m03h92-toml-0.7.3 /nix/store/9lw0smjyz5q612n7sgqmgf4wj5ba79fx-toml_edit-0.18.1 /nix/store/cq9zhnjn3s1bk6z51xhc7sskfjlcwy5n-toml_edit-0.19.8 /nix/store/2k2wzsqb91i3zckqsa91w9smkr5ma69j-tracing-attributes-0.1.24 /nix/store/k9ac8pbvysh1fhy1cx1kmsan4f0qgqvg-transpose-0.2.2 /nix/store/vgmcf016ks45kd0rfmdy27qjwg5js64q-tray-icon-0.5.1 /nix/store/7zdj6cdgf2hmclv92nd6ad4630hq90zm-tz-rs-0.6.14 /nix/store/7glzyy332cwpz3b7a9mdlivbcps2y0nx-tzdb-0.5.7 /nix/store/z1xw7dbmgw3n6qi16930sbdylqffrbbd-unicode-xid-0.1.0 /nix/store/i0f1mmjz3996kqcf5l1y8mfir2wpf7k2-users-0.10.0 /nix/store/pifqbnq1vb73fwff0v4a1q3z11sinmii-users-0.11.0 /nix/store/03fy6x9qqviqcdjz1qginals8a0skq4p-uuid-1.3.2 /nix/store/vqivppc5pd7n893zxzsfdkrimf4g36cd-version-compare-0.0.10 /nix/store/9s9gcx6n215aq9pvwiah59kkwpff5s8n-vswhom-0.1.0 /nix/store/4a40vgnxiqzgcg4r13kyzaqhw3xgjiwn-vswhom-sys-0.1.2 /nix/store/ic8bfh7zgjldfibzmdzxln0cb14qll4g-wasm-bindgen-0.2.85 /nix/store/qf07fa1zkja4996611qx3x7dkpa8gnmh-wasm-bindgen-backend-0.2.85 /nix/store/ms2ryn5cg0bha6a2a9ry119scs5mavdf-wasm-bindgen-futures-0.4.35 /nix/store/kva0gblqrgm7d5dich732ri2q696vv6r-wasm-bindgen-macro-0.2.85 /nix/store/vqlnhc2kcmidrdgbn4wkysdybgl02l0y-wasm-bindgen-macro-support-0.2.85 /nix/store/qmqbb3049gji92i29gciv7283bkvdhl7-wasm-bindgen-shared-0.2.85 /nix/store/wl8s42ri93dan4zf58aab7nbk8zddk83-web-sys-0.3.62 /nix/store/m632ffj3pzd705vvz2ciwi5aym78wh3r-webpki-roots-0.23.1 /nix/store/93bmhvl0cc6yimygsnnfvw36z13qk1ks-win-sys-0.3.1 /nix/store/zg20y5pxljawirhvnr217pdsm7ski3c9-windows-0.34.0 /nix/store/alwjysnmn77cqw2lx5rbm986jf2ci9wf-windows-0.39.0 /nix/store/rr26aqj68509kzizviyqw825bmxjzi3h-windows-implement-0.48.0 /nix/store/ngb6ay19f75v3s9g75vmm02hj9l04dp7-windows-interface-0.48.0 /nix/store/3r4ip5n4cg74gzmrfvx9waax9pcv3500-windows-service-0.6.0 /nix/store/94lqxm36nkcgk7zsw8wsi1xsys8wnw2k-windows_aarch64_msvc-0.34.0 /nix/store/znpljv30bmhdbyldrrbb91avafa8aslh-windows_aarch64_msvc-0.39.0 /nix/store/qbg9i2ybiccckszzlqrxn3z4vmg1gca6-windows_i686_gnu-0.34.0 /nix/store/zijwban02jcqqixh2vj4mp1gw8i0z4w3-windows_i686_gnu-0.39.0 /nix/store/ly5gicih9gy6x3rqvpwif7wwybnig4q5-windows_i686_msvc-0.34.0 /nix/store/v1bwybn0qdl3d3crwi8zbq8gpfpadswi-windows_i686_msvc-0.39.0 /nix/store/6mdyad1zvfg6mjl6nrhv7qj9mffvvb2x-windows_x86_64_gnu-0.34.0 /nix/store/r22zmqsrpy8bs28hi794vz36kalzkl7x-windows_x86_64_gnu-0.39.0 /nix/store/0v4y6bylyxpff0qacb6gpkfimhaingdl-windows_x86_64_msvc-0.34.0 /nix/store/pplb3grsys14ygqd4x8di72h5k7hz7ka-windows_x86_64_msvc-0.39.0 /nix/store/26jvqjh5277y8c3q9ng551s97705zin4-winnow-0.4.6 /nix/store/z3gisnngxijxqb4s34jq6rz5szrq5rw0-winreg-0.11.0 /nix/store/362gi1212lxqdb5gnjfpp9mcgxql51pp-winres-0.1.12 /nix/store/8mlgydp6i3iw79ycvc6q3nyxpx4m74j8-x11-2.19.0 /nix/store/v19bsd504j749k7yfwp42n89cwcb0f9z-x11-2.21.0 /nix/store/qlxlfjl1yazid7xb9l1mdz2mv41chmkp-zbus-3.12.0 /nix/store/79m5p4k3pzzlnwbq6y4plahmxf1fwp9d-zbus_macros-3.12.0 building '/nix/store/zhpch3nlygbb5fbvj63lnlvf14h02qyx-rustdesk.desktop.drv'... copying path '/nix/store/2726cjdl08yw0xynqv9bkg5l4rw6fk29-aho-corasick-1.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/7zzwfhd5rb8vwskzxzmi4msjdfpr82sh-alsa-0.7.0' from 'https://cache.nixos.org'... copying path '/nix/store/hvh0qhxpr0sacr2xl0jhr2gqj2qhk7xl-android_log-sys-0.3.0' from 'https://cache.nixos.org'... copying path '/nix/store/z10k3sm03a3csdgf8f5zi9qgafmm9y36-android_logger-0.13.1' from 'https://cache.nixos.org'... copying path '/nix/store/kn2jz2gcdjb8bxr2kvapcf96dkqvrn3b-anstyle-wincon-1.0.1' from 'https://cache.nixos.org'... copying path '/nix/store/2gpl07ipq404v84n2gfqh0xb8k30dgvr-apple-bindgen-0.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/33255h4s5xcy8zxsk83ifmbi8z7956bm-apple-sdk-0.4.0' from 'https://cache.nixos.org'... copying path '/nix/store/z0n8nva7i7i5lfk5lh9xmqwaji0cydji-apple-sys-0.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/y7a42xfahxz5ilh8j71m5d9xzl9nya6i-arboard-3.2.0' from 'https://cache.nixos.org'... copying path '/nix/store/45ah89sh6waxpk01sb814yarpxfvg2kw-async-process-1.7.0' from 'https://cache.nixos.org'... copying path '/nix/store/4bgsxifi4j2p8b3llimklk3jhsv0bjzj-atomic-0.5.1' from 'https://cache.nixos.org'... copying path '/nix/store/zdb67n5bng00pc5k2xgp1nz3infdcrw9-atomic-waker-1.1.1' from 'https://cache.nixos.org'... copying path '/nix/store/4hky8gn18hygrrwawqz0i8rx5y0v3q7z-bindgen-0.65.1' from 'https://cache.nixos.org'... copying path '/nix/store/1d4zllx80935nqwhlz2ycbz5jaabzlmi-blocking-1.3.1' from 'https://cache.nixos.org'... copying path '/nix/store/6w30vywacprz1irc6jm0havrjz2x87a3-brotli-3.3.4' from 'https://cache.nixos.org'... copying path '/nix/store/5k7p791spcd5ldqjv7m8nwq0hpb11ffb-brotli-decompressor-2.3.4' from 'https://cache.nixos.org'... building '/nix/store/p0n9pdzgxr7fzj4264h7rqjvibxps42j-source.drv'... building '/nix/store/73mjav53mmd5isrxq5v4avxrxhawg3v7-const_format-0.2.31.drv'... building '/nix/store/g2fl63hkfy92v6pgnwihkansbzj91j96-enum-map-2.5.0.drv'... building '/nix/store/ca90wvy5prfac0vz747iwzmzxlkj7czc-libsciter-gtk.so.drv'... building '/nix/store/j8ncyf5q5wqcaxaw99v182z4hrbd254k-crate-allo-isolate-0.1.14.tar.gz.drv'... building '/nix/store/b5aiq9sjzaclbsfbaw3pm04n5qgln93g-crate-delegate-0.8.0.tar.gz.drv'... building '/nix/store/869spxhdq43h0f50ndj8cb4nw0dwgb3m-crate-flexi_logger-0.25.4.tar.gz.drv'... building '/nix/store/gzhjf8g25rh085jlhl7s6y7wrq420cyp-crate-flutter_rust_bridge-1.75.3.tar.gz.drv'... building '/nix/store/m0h1s8bbgg23cpp0kf832qm7xf95nmdf-crate-flutter_rust_bridge_codegen-1.75.3.tar.gz.drv'... building '/nix/store/fc4vmax9y53b9ydqnyc1384kr16my6zn-crate-flutter_rust_bridge_macros-1.75.3.tar.gz.drv'... building '/nix/store/9vqlcfrxp5j1bzaygrx0i117f8qiri48-crate-libpulse-binding-2.27.1.tar.gz.drv'... building '/nix/store/h12h8h91xfp4aljs1q0b3hmmciljrd2r-crate-libpulse-simple-binding-2.27.1.tar.gz.drv'... building '/nix/store/pmswd7dam7hlggw6c932ar97hi94pgkc-crate-libpulse-simple-sys-1.20.1.tar.gz.drv'... building '/nix/store/lgx1rw87cg1wcb4qsabzq68d48iyhijb-crate-libpulse-sys-1.20.1.tar.gz.drv'... building '/nix/store/lz4dzk29fscf02nbxqjc3lw8m13hqmmp-crate-sysinfo-0.29.6.tar.gz.drv'... building '/nix/store/54z7k36s4s4nxcsmi91j5dvhq6pb2jf0-crate-webm-1.0.2.tar.gz.drv'... building '/nix/store/rba4xkddp5hm335sr0gyv0s9vn562kvs-crate-webm-sys-1.0.3.tar.gz.drv'... building '/nix/store/pjrqibp0lcazc839hqlcx1sl5bfsrh9c-crate-wol-rs-1.0.0.tar.gz.drv'... building '/nix/store/yxc83wkyn0kx2maxanyz8cp94vkb1qlb-hwcodec-82cdc15.drv'... building '/nix/store/y2bqxwazgx9i83a5vj58787sr62fry9g-impersonate-system-84b4018.drv'... building '/nix/store/ah5jai8z4qmcijcpv40ijzmwnswb8qci-keepawake-rs-ac395ef.drv'... building '/nix/store/llb058lvplkhyfqdybxmvs3p9x2p3jyf-rdev-2e8221d.drv'... building '/nix/store/zbgq106c3xyzynqhwrp50j1w39z6qi13-reqwest-4cc8345.drv'... trying https://github.com/rustdesk/rustdesk/archive/1.2.3-1.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://github.com/c-smile/sciter-sdk/raw/9f1724a45f5a53c4d513b02ed01cdbdab08fa0e5/bin.lnx/x64/libsciter-gtk.so % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed exporting https://github.com/21pages/hwcodec (rev 82cdc15457e42feaf14e1b38622506b2d54baf76) into /nix/store/qvkfqin7p901642n7i4nkx786pnm9bg9-hwcodec-82cdc15 Initialized empty Git repository in /nix/store/qvkfqin7p901642n7i4nkx786pnm9bg9-hwcodec-82cdc15/.git/ exporting https://github.com/21pages/impersonate-system (rev 84b401893d5b6628c8b33b295328d13fbbe2674b) into /nix/store/gyasmdrmd0v8vgifkpvgwpsi4n2ppni5-impersonate-system-84b4018 Initialized empty Git repository in /nix/store/gyasmdrmd0v8vgifkpvgwpsi4n2ppni5-impersonate-system-84b4018/.git/ exporting https://github.com/rustdesk-org/keepawake-rs (rev ac395ef826b32a077bc5d2fe108cf71fde8fe2e6) into /nix/store/q4rwalgcv30l9wy0qcsiwcm34wn7jjkp-keepawake-rs-ac395ef Initialized empty Git repository in /nix/store/q4rwalgcv30l9wy0qcsiwcm34wn7jjkp-keepawake-rs-ac395ef/.git/ copying path '/nix/store/nsdm5hdzv9zcnxlpxs3ix76ckx5n3xmh-build-target-0.4.0' from 'https://cache.nixos.org'... copying path '/nix/store/jlch2vbpg0wafx4lww6z92prfarlz3p9-bumpalo-3.12.2' from 'https://cache.nixos.org'... copying path '/nix/store/n6y30ygr2wbpvvlqs99cjj0ci16gipn8-cairo-rs-0.16.7' from 'https://cache.nixos.org'... copying path '/nix/store/h96z8wlf87w7vsh4q7nvykjgrgd72n8l-cairo-sys-rs-0.16.3' from 'https://cache.nixos.org'... copying path '/nix/store/cfqmgc2z5mrxyh6c9zhkdjpmzzcms38d-cfg-expr-0.15.1' from 'https://cache.nixos.org'... copying path '/nix/store/781jbd34lcqsjvmbpl8h8lag64y3a29f-cbindgen-0.24.3' from 'https://cache.nixos.org'... copying path '/nix/store/84kxfax51nyi7hgy0hfmirbxw0a2s3jl-cidr-utils-0.5.10' from 'https://cache.nixos.org'... copying path '/nix/store/klqrl66rd6mxb7yk229gg2zmnc1cqb4a-clap-4.2.7' from 'https://cache.nixos.org'... copying path '/nix/store/n84q2c5i4nl81mz8sf4zvhzp64zkw7ls-clap_builder-4.2.7' from 'https://cache.nixos.org'... copying path '/nix/store/h2w7hdcij54axr4a074w1gdv3mjwx83y-cocoa-foundation-0.1.1' from 'https://cache.nixos.org'... copying path '/nix/store/az17zyxylc2wm6s365zfci3yh161sfyd-colored-1.9.3' from 'https://cache.nixos.org'... copying path '/nix/store/5p8lrd6xr7zy3qngbvdw2bra60dagiq0-confy-0.4.0-2' from 'https://cache.nixos.org'... copying path '/nix/store/777h1bz2qhalxpm86y9aizgaxmyh4d57-core-foundation-sys-0.6.2' from 'https://cache.nixos.org'... copying path '/nix/store/8g3x48mxqd9x4kdmn26jkssj3bbsmiaq-coreaudio-rs-0.11.2' from 'https://cache.nixos.org'... copying path '/nix/store/a5wdyqf9lzkb2qpfmzm9mk3p80jmzxml-coreaudio-sys-0.2.12' from 'https://cache.nixos.org'... copying path '/nix/store/ah7igg3sm74xh82i1yyagwqfdxv606nz-crate-const_format_proc_macros-0.2.31.tar.gz' from 'https://cache.nixos.org'... 100 105 100 105 0 0 998 0 --:--:-- --:--:-- --:--:-- 1000 unpacking source archive /build/1.2.3-1.tar.gz tar: This does not look like a tar archive gzip: stdin: not in gzip format trying https://crates.io/api/v1/crates/allo-isolate/0.1.14/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed trying https://crates.io/api/v1/crates/delegate/0.8.0/download % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed exporting https://github.com/fufesou/rdev (rev 2e8221d653f4995c831ad52966e79a514516b1fa) into /nix/store/v3hlx2j3558zbrrxnyb6zmdn4ya98i3n-rdev-2e8221d Initialized empty Git repository in /nix/store/v3hlx2j3558zbrrxnyb6zmdn4ya98i3n-rdev-2e8221d/.git/ exporting https://github.com/rustdesk-org/reqwest (rev 4cc834539d9c44f7b6bbc5d2f8805842dc5aa328) into /nix/store/gkr217ba8x6hvqx7vfb1dxqdmx2qqshk-reqwest-4cc8345 Initialized empty Git repository in /nix/store/gkr217ba8x6hvqx7vfb1dxqdmx2qqshk-reqwest-4cc8345/.git/ tar: Child returned status 1 tar: Error is not recoverable: exiting now do not know how to unpack source archive /build/1.2.3-1.tar.gz error: builder for '/nix/store/p0n9pdzgxr7fzj4264h7rqjvibxps42j-source.drv' failed with exit code 1; last 12 log lines: > > trying https://github.com/rustdesk/rustdesk/archive/1.2.3-1.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 100 105 100 105 0 0 998 0 --:--:-- --:--:-- --:--:-- 1000 > unpacking source archive /build/1.2.3-1.tar.gz > tar: This does not look like a tar archive > > gzip: stdin: not in gzip format > tar: Child returned status 1 > tar: Error is not recoverable: exiting now > do not know how to unpack source archive /build/1.2.3-1.tar.gz For full logs, run 'nix log /nix/store/p0n9pdzgxr7fzj4264h7rqjvibxps42j-source.drv'. error: 1 dependencies of derivation '/nix/store/b31kdkc36lyrgjfakhqyh00nyq39z83l-rustdesk-1.2.3-1.drv' failed to build [result] Failed to update rustdesk 1.2.3 -> 1.2.3-1 https://github.com/rustdesk/rustdesk/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.pyprusalink, using log file: /var/log/nixpkgs-update/python312Packages.pyprusalink/2024-03-05.log python312Packages.pyprusalink 2.0.1 -> 2.1.1 https://github.com/home-assistant-libs/pyprusalink/releases attrpath: python312Packages.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/62rqjaf5l0a2zzqsxvjg83s30hwqbzrr-packages.json.drv building '/nix/store/62rqjaf5l0a2zzqsxvjg83s30hwqbzrr-packages.json.drv'... Going to be running update for following packages: - python3.12-pyprusalink-2.0.1 Press Enter key to continue... Running update for: - python3.12-pyprusalink-2.0.1: UPDATING ... - python3.12-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/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.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.12.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/pyprusalink-2.1.1.dist-info/WHEEL creating '/build/source/dist/.tmp-gotwlgf_/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 python312Packages.pyprusalink 2.0.1 -> 2.1.1 https://github.com/home-assistant-libs/pyprusalink/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 libbson, using log file: /var/log/nixpkgs-update/libbson/2024-03-05.log libbson 1.9.5 -> 1.26.0 https://repology.org/project/mongo-c-driver/versions attrpath: libbson 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/bjasdc69lw85rv5qvwr71fj644ks0zzh-source.drv building '/nix/store/bjasdc69lw85rv5qvwr71fj644ks0zzh-source.drv'... trying https://github.com/mongodb/libbson/archive/1.26.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: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'libbson.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/bjasdc69lw85rv5qvwr71fj644ks0zzh-source.drv /nix/store/j2sjpnankghbaynksv1k67ax6ijmiwyz-libbson-1.26.0.drv building '/nix/store/bjasdc69lw85rv5qvwr71fj644ks0zzh-source.drv'... trying https://github.com/mongodb/libbson/archive/1.26.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/bjasdc69lw85rv5qvwr71fj644ks0zzh-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/mongodb/libbson/archive/1.26.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/bjasdc69lw85rv5qvwr71fj644ks0zzh-source.drv'. error: 1 dependencies of derivation '/nix/store/j2sjpnankghbaynksv1k67ax6ijmiwyz-libbson-1.26.0.drv' failed to build [result] Failed to update libbson 1.9.5 -> 1.26.0 https://repology.org/project/mongo-c-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 python311Packages.mkdocs-linkcheck, using log file: /var/log/nixpkgs-update/python311Packages.mkdocs-linkcheck/2024-03-05.log python311Packages.mkdocs-linkcheck 0 -> 1 attrpath: python311Packages.mkdocs-linkcheck Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/crdaps991dy34mzmbhywvcgjvf8yjcm1-packages.json.drv building '/nix/store/crdaps991dy34mzmbhywvcgjvf8yjcm1-packages.json.drv'... Going to be running update for following packages: - python3.11-mkdocs-linkcheck-unstable-2021-08-24 Press Enter key to continue... Running update for: - python3.11-mkdocs-linkcheck-unstable-2021-08-24: UPDATING ... - python3.11-mkdocs-linkcheck-unstable-2021-08-24: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mkdocs-linkcheck 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath matrix-synapse-plugins.matrix-synapse-pam, using log file: /var/log/nixpkgs-update/matrix-synapse-plugins.matrix-synapse-pam/2024-03-05.log matrix-synapse-plugins.matrix-synapse-pam 0 -> 1 attrpath: matrix-synapse-plugins.matrix-synapse-pam Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1x07lfnw7hn7b6wcqw0hq63sliji2g34-packages.json.drv building '/nix/store/1x07lfnw7hn7b6wcqw0hq63sliji2g34-packages.json.drv'... Going to be running update for following packages: - python3.11-matrix-synapse-pam-0.1.3 Press Enter key to continue... Running update for: - python3.11-matrix-synapse-pam-0.1.3: UPDATING ... - python3.11-matrix-synapse-pam-0.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update matrix-synapse-plugins.matrix-synapse-pam 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ifenslave, using log file: /var/log/nixpkgs-update/ifenslave/2024-03-05.log ifenslave 1.1.0 -> 2.14 https://repology.org/project/ifenslave/versions attrpath: ifenslave 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/0ky9gv00wsladh1nmrznw1b958fjn2ac-ifenslave-2.6_2.14.orig.tar.gz.drv building '/nix/store/0ky9gv00wsladh1nmrznw1b958fjn2ac-ifenslave-2.6_2.14.orig.tar.gz.drv'... trying https://httpredir.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 260 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 260 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirrors.edge.kernel.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 369 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.de.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.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 curl: (9) Server denied you to change to the given directory trying ftp://ftp.fr.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.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 curl: (9) Server denied you to change to the given directory trying ftp://ftp.nl.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.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 curl: (9) Server denied you to change to the given directory trying ftp://ftp.ru.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.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:00:03 --:--:-- 0 curl: (9) Server denied you to change to the given directory trying http://archive.debian.org/debian-archive/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 264 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.funet.fi/pub/mirrors/ftp.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.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 curl: (9) Server denied you to change to the given directory error: cannot download ifenslave-2.6_2.14.orig.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'ifenslave.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/0ky9gv00wsladh1nmrznw1b958fjn2ac-ifenslave-2.6_2.14.orig.tar.gz.drv /nix/store/gihjq7kmahj7p8ij1ifr4p8cis68xdlf-ifenslave-2.14.drv building '/nix/store/0ky9gv00wsladh1nmrznw1b958fjn2ac-ifenslave-2.6_2.14.orig.tar.gz.drv'... trying https://httpredir.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 260 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://ftp.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 260 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying https://mirrors.edge.kernel.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 369 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.de.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.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 curl: (9) Server denied you to change to the given directory trying ftp://ftp.fr.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.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 curl: (9) Server denied you to change to the given directory trying ftp://ftp.nl.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.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 curl: (9) Server denied you to change to the given directory trying ftp://ftp.ru.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.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 curl: (9) Server denied you to change to the given directory trying http://archive.debian.org/debian-archive/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 264 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 trying ftp://ftp.funet.fi/pub/mirrors/ftp.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.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 curl: (9) Server denied you to change to the given directory error: cannot download ifenslave-2.6_2.14.orig.tar.gz from any mirror error: builder for '/nix/store/0ky9gv00wsladh1nmrznw1b958fjn2ac-ifenslave-2.6_2.14.orig.tar.gz.drv' failed with exit code 1; last 25 log lines: > > trying ftp://ftp.nl.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.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 > curl: (9) Server denied you to change to the given directory > > trying ftp://ftp.ru.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.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 > curl: (9) Server denied you to change to the given directory > > trying http://archive.debian.org/debian-archive/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.orig.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 264 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > > trying ftp://ftp.funet.fi/pub/mirrors/ftp.debian.org/debian/pool/main/i/ifenslave-2.6/ifenslave-2.6_2.14.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 > curl: (9) Server denied you to change to the given directory > error: cannot download ifenslave-2.6_2.14.orig.tar.gz from any mirror For full logs, run 'nix log /nix/store/0ky9gv00wsladh1nmrznw1b958fjn2ac-ifenslave-2.6_2.14.orig.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/gihjq7kmahj7p8ij1ifr4p8cis68xdlf-ifenslave-2.14.drv' failed to build [result] Failed to update ifenslave 1.1.0 -> 2.14 https://repology.org/project/ifenslave/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.qiskit-nature, using log file: /var/log/nixpkgs-update/python311Packages.qiskit-nature/2024-03-05.log python311Packages.qiskit-nature 0 -> 1 attrpath: python311Packages.qiskit-nature Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sif3mvmypgb0hcpvhwxnypjw9wrqna4w-packages.json.drv building '/nix/store/sif3mvmypgb0hcpvhwxnypjw9wrqna4w-packages.json.drv'... Going to be running update for following packages: - python3.11-qiskit-nature-0.7.1 Press Enter key to continue... Running update for: - python3.11-qiskit-nature-0.7.1: UPDATING ... - python3.11-qiskit-nature-0.7.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/qiskit-nature/default.nix b/pkgs/development/python-modules/qiskit-nature/default.nix index 660762f2d2fd..483f9f67cc42 100644 --- a/pkgs/development/python-modules/qiskit-nature/default.nix +++ b/pkgs/development/python-modules/qiskit-nature/default.nix @@ -25,7 +25,7 @@ buildPythonPackage rec { pname = "qiskit-nature"; - version = "0.7.1"; + version = "0.7.2"; pyproject = true; disabled = pythonOlder "3.6"; @@ -34,7 +34,7 @@ buildPythonPackage rec { owner = "Qiskit"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-RspjHEFYdu1k6azmifbpd57tH+SxPeepw5EQzWP/Yc8="; + hash = "sha256-SVzg3McB885RMyAp90Kr6/iVKw3Su9ucTob2jBckBo0="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update python311Packages.qiskit-nature 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.httplib2, using log file: /var/log/nixpkgs-update/python311Packages.httplib2/2024-03-05.log python311Packages.httplib2 0 -> 1 attrpath: python311Packages.httplib2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9vx4x2029flkvdd7flmbh9h3s8rx0f8g-packages.json.drv building '/nix/store/9vx4x2029flkvdd7flmbh9h3s8rx0f8g-packages.json.drv'... Going to be running update for following packages: - python3.11-httplib2-0.22.0 Press Enter key to continue... Running update for: - python3.11-httplib2-0.22.0: UPDATING ... - python3.11-httplib2-0.22.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.httplib2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asn1tools, using log file: /var/log/nixpkgs-update/python311Packages.asn1tools/2024-03-05.log python311Packages.asn1tools 0 -> 1 attrpath: python311Packages.asn1tools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/namdvwxy0s96znhyx8gnzc3z21p0r3yl-packages.json.drv building '/nix/store/namdvwxy0s96znhyx8gnzc3z21p0r3yl-packages.json.drv'... Going to be running update for following packages: - python3.11-asn1tools-0.166.0 Press Enter key to continue... Running update for: - python3.11-asn1tools-0.166.0: UPDATING ... - python3.11-asn1tools-0.166.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asn1tools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.coffea, using log file: /var/log/nixpkgs-update/python311Packages.coffea/2024-03-05.log python311Packages.coffea 0 -> 1 attrpath: python311Packages.coffea Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l7jng2mbjdfgp91jafymj0vzhgh13ag0-packages.json.drv building '/nix/store/l7jng2mbjdfgp91jafymj0vzhgh13ag0-packages.json.drv'... Going to be running update for following packages: - python3.11-coffea-2024.2.2 Press Enter key to continue... Running update for: - python3.11-coffea-2024.2.2: UPDATING ... - python3.11-coffea-2024.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.coffea 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pidginPackages.purple-facebook, using log file: /var/log/nixpkgs-update/pidginPackages.purple-facebook/2024-03-05.log pidginPackages.purple-facebook 0.9.5 -> 0.9.6 https://github.com/dequis/purple-facebook/releases attrpath: pidginPackages.purple-facebook 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 pidginPackages.purple-facebook 0.9.5 -> 0.9.6 https://github.com/dequis/purple-facebook/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.deploykit, using log file: /var/log/nixpkgs-update/python311Packages.deploykit/2024-03-05.log python311Packages.deploykit 0 -> 1 attrpath: python311Packages.deploykit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/85g9361gfyd3hqsfba6vhd8b2dds7yxw-packages.json.drv building '/nix/store/85g9361gfyd3hqsfba6vhd8b2dds7yxw-packages.json.drv'... Going to be running update for following packages: - python3.11-deploykit-1.1.1 Press Enter key to continue... Running update for: - python3.11-deploykit-1.1.1: UPDATING ... - python3.11-deploykit-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.deploykit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath flashfocus, using log file: /var/log/nixpkgs-update/flashfocus/2024-03-05.log flashfocus 0 -> 1 attrpath: flashfocus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zf3j1lsqpr4x7szd81yr9ynv3fr1vrk2-packages.json.drv building '/nix/store/zf3j1lsqpr4x7szd81yr9ynv3fr1vrk2-packages.json.drv'... Going to be running update for following packages: - flashfocus-2.4.1 Press Enter key to continue... Running update for: - flashfocus-2.4.1: UPDATING ... - flashfocus-2.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update flashfocus 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sounddevice, using log file: /var/log/nixpkgs-update/python311Packages.sounddevice/2024-03-05.log python311Packages.sounddevice 0 -> 1 attrpath: python311Packages.sounddevice Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f0mb5lw9zmv4vq5qbvq84djhn3hs4k0s-packages.json.drv building '/nix/store/f0mb5lw9zmv4vq5qbvq84djhn3hs4k0s-packages.json.drv'... Going to be running update for following packages: - python3.11-sounddevice-0.4.6 Press Enter key to continue... Running update for: - python3.11-sounddevice-0.4.6: UPDATING ... - python3.11-sounddevice-0.4.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sounddevice 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.webthing-ws, using log file: /var/log/nixpkgs-update/python311Packages.webthing-ws/2024-03-05.log python311Packages.webthing-ws 0 -> 1 attrpath: python311Packages.webthing-ws Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r1fn249di3zxqfdkhq2dy37kpppdzpxf-packages.json.drv building '/nix/store/r1fn249di3zxqfdkhq2dy37kpppdzpxf-packages.json.drv'... Going to be running update for following packages: - python3.11-webthing-ws-0.2.0 Press Enter key to continue... Running update for: - python3.11-webthing-ws-0.2.0: UPDATING ... - python3.11-webthing-ws-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.webthing-ws 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sing-box, using log file: /var/log/nixpkgs-update/sing-box/2024-03-05.log sing-box 0 -> 1 attrpath: sing-box 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/7ms2dag50d1v3mp2xzhjxbkklj2rd2hy-packages.json.drv building '/nix/store/7ms2dag50d1v3mp2xzhjxbkklj2rd2hy-packages.json.drv'... Going to be running update for following packages: - sing-box-1.8.7 Press Enter key to continue... Running update for: - sing-box-1.8.7: UPDATING ... - sing-box-1.8.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sing-box 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-user-share, using log file: /var/log/nixpkgs-update/mate.mate-user-share/2024-03-05.log mate.mate-user-share 0 -> 1 attrpath: mate.mate-user-share mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-user-share 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath proggyfonts, using log file: /var/log/nixpkgs-update/proggyfonts/2024-03-05.log proggyfonts 0.1 -> 1.0 https://repology.org/project/fonts:proggy/versions attrpath: proggyfonts 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/43666vpnx1v5zj5f8nx7lrpivfgl2jij-proggyfonts-1.0.tar.gz.drv building '/nix/store/43666vpnx1v5zj5f8nx7lrpivfgl2jij-proggyfonts-1.0.tar.gz.drv'... trying https://web.archive.org/web/20150801042353/http://kaictl.net/software/proggyfonts-1.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:00:01 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download proggyfonts-1.0.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'proggyfonts.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/43666vpnx1v5zj5f8nx7lrpivfgl2jij-proggyfonts-1.0.tar.gz.drv /nix/store/npjljw2afiwwkjfxqscfkcx9gx478yzz-proggyfonts-1.0.drv building '/nix/store/43666vpnx1v5zj5f8nx7lrpivfgl2jij-proggyfonts-1.0.tar.gz.drv'... trying https://web.archive.org/web/20150801042353/http://kaictl.net/software/proggyfonts-1.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 proggyfonts-1.0.tar.gz from any mirror error: builder for '/nix/store/43666vpnx1v5zj5f8nx7lrpivfgl2jij-proggyfonts-1.0.tar.gz.drv' failed with exit code 1; last 7 log lines: > > trying https://web.archive.org/web/20150801042353/http://kaictl.net/software/proggyfonts-1.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 proggyfonts-1.0.tar.gz from any mirror For full logs, run 'nix log /nix/store/43666vpnx1v5zj5f8nx7lrpivfgl2jij-proggyfonts-1.0.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/npjljw2afiwwkjfxqscfkcx9gx478yzz-proggyfonts-1.0.drv' failed to build [result] Failed to update proggyfonts 0.1 -> 1.0 https://repology.org/project/fonts:proggy/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath n2n, using log file: /var/log/nixpkgs-update/n2n/2024-03-05.log n2n 3.0 -> 3.1.1 https://repology.org/project/n2n/versions attrpath: n2n Checking auto update branch... An auto update branch exists with message `n2n: 3.0 -> 3.1.1`. New version is 3.1.1. An auto update branch exists with an equal or greater version [result] Failed to update n2n 3.0 -> 3.1.1 https://repology.org/project/n2n/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath atlassian-confluence, using log file: /var/log/nixpkgs-update/atlassian-confluence/2024-03-05.log atlassian-confluence 7.19.14 -> 8.5.2 https://repology.org/project/atlassian-confluence/versions attrpath: atlassian-confluence Checking auto update branch... An auto update branch exists with message `atlassian-confluence: 7.19.14 -> 8.5.2`. New version is 8.5.2. An auto update branch exists with an equal or greater version [result] Failed to update atlassian-confluence 7.19.14 -> 8.5.2 https://repology.org/project/atlassian-confluence/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wllvm, using log file: /var/log/nixpkgs-update/wllvm/2024-03-05.log wllvm 0 -> 1 attrpath: wllvm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qk2999igrbq08xvczdzymab141ci00yi-packages.json.drv building '/nix/store/qk2999igrbq08xvczdzymab141ci00yi-packages.json.drv'... Going to be running update for following packages: - wllvm-1.3.1 Press Enter key to continue... Running update for: - wllvm-1.3.1: UPDATING ... - wllvm-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wllvm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath carp, using log file: /var/log/nixpkgs-update/carp/2024-03-05.log carp 0.5.5 -> 0.8.2 https://repology.org/project/carp/versions attrpath: carp 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 carp 0.5.5 -> 0.8.2 https://repology.org/project/carp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libdazzle, using log file: /var/log/nixpkgs-update/libdazzle/2024-03-05.log libdazzle 0 -> 1 attrpath: libdazzle Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libdazzle 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath patroni, using log file: /var/log/nixpkgs-update/patroni/2024-03-05.log patroni 0 -> 1 attrpath: patroni Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lmba17jfs4q9mlgzw81yigk7zndwgf7p-packages.json.drv building '/nix/store/lmba17jfs4q9mlgzw81yigk7zndwgf7p-packages.json.drv'... Going to be running update for following packages: - patroni-2.1.3 Press Enter key to continue... Running update for: - patroni-2.1.3: UPDATING ... - patroni-2.1.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/sql/patroni/default.nix b/pkgs/servers/sql/patroni/default.nix index 23c165ab545f..df511f58f87e 100644 --- a/pkgs/servers/sql/patroni/default.nix +++ b/pkgs/servers/sql/patroni/default.nix @@ -6,13 +6,13 @@ pythonPackages.buildPythonApplication rec { pname = "patroni"; - version = "2.1.3"; + version = "3.2.2"; src = fetchFromGitHub { owner = "zalando"; repo = pname; - rev = "v${version}"; - sha256 = "sha256-cBkiBrty/6A3rIv9A1oh8GvPjwxhHwYEKuDIsNzHw1g="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-B23v/eNLJk5UpKivvDEhbjk88PJR+FzEfYArJuCLdys="; }; # cdiff renamed to ydiff; remove when patroni source reflects this. No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A patroni nix build failed. @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: patroni @nix { "action": "setPhase", "phase": "pytestCheckPhase" } Running phase: pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.11.8, pytest-7.4.4, pluggy-1.4.0 rootdir: /build/source plugins: cov-4.1.0 collecting ...  collecting 85 items / 1 error  collected 562 items / 1 error  ==================================== ERRORS ==================================== ______________________ ERROR collecting tests/test_aws.py ______________________ ImportError while importing test module '/build/source/tests/test_aws.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_aws.py:1: in import botocore E ModuleNotFoundError: No module named 'botocore' =========================== short test summary info ============================ ERROR tests/test_aws.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! =============================== 1 error in 0.86s =============================== /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update patroni 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath irods-icommands, using log file: /var/log/nixpkgs-update/irods-icommands/2024-03-05.log irods-icommands 4.3.0 -> 4.3.1 https://github.com/irods/irods_client_icommands/releases attrpath: irods-icommands 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 irods-icommands 4.3.0 -> 4.3.1 https://github.com/irods/irods_client_icommands/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 waydroid, using log file: /var/log/nixpkgs-update/waydroid/2024-03-05.log waydroid 0 -> 1 attrpath: waydroid 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/b924qw27jajjjjn52s3b81kp1vndsc73-packages.json.drv building '/nix/store/b924qw27jajjjjn52s3b81kp1vndsc73-packages.json.drv'... Going to be running update for following packages: - waydroid-1.4.2 Press Enter key to continue... Running update for: - waydroid-1.4.2: UPDATING ... - waydroid-1.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update waydroid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.RDieHarder, using log file: /var/log/nixpkgs-update/rPackages.RDieHarder/2024-03-05.log rPackages.RDieHarder 0.2.5 -> 0.2.6 https://repology.org/project/r:rdieharder/versions attrpath: rPackages.RDieHarder 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.RDieHarder 0.2.5 -> 0.2.6 https://repology.org/project/r:rdieharder/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.linkify-it-py, using log file: /var/log/nixpkgs-update/python311Packages.linkify-it-py/2024-03-05.log python311Packages.linkify-it-py 0 -> 1 attrpath: python311Packages.linkify-it-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/kn0pd2fniv6xbdvs0s7bfng0lld1v49g-packages.json.drv building '/nix/store/kn0pd2fniv6xbdvs0s7bfng0lld1v49g-packages.json.drv'... Going to be running update for following packages: - python3.11-linkify-it-py-2.0.2 Press Enter key to continue... Running update for: - python3.11-linkify-it-py-2.0.2: UPDATING ... - python3.11-linkify-it-py-2.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/linkify-it-py/default.nix b/pkgs/development/python-modules/linkify-it-py/default.nix index 660e3cd2d9b9..f539303a5933 100644 --- a/pkgs/development/python-modules/linkify-it-py/default.nix +++ b/pkgs/development/python-modules/linkify-it-py/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "linkify-it-py"; - version = "2.0.2"; + version = "2.0.3"; format = "pyproject"; disabled = pythonOlder "3.6"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "tsutsu3"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-e3k2RblqvzWSSIrJL6ib2dxFw7T5vXlN8DrCV1qEr6w="; + hash = "sha256-BLwIityUZDVdSbvTpLf6QUlZUavWzG/45Nfffn18/vU="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 5801 > 25 [result] Failed to update python311Packages.linkify-it-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.scrap-engine, using log file: /var/log/nixpkgs-update/python311Packages.scrap-engine/2024-03-05.log python311Packages.scrap-engine 0 -> 1 attrpath: python311Packages.scrap-engine Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/81zq0ffsgs11za3481dc5dxz7yzsk6ji-packages.json.drv building '/nix/store/81zq0ffsgs11za3481dc5dxz7yzsk6ji-packages.json.drv'... Going to be running update for following packages: - python3.11-scrap_engine-1.4.1 Press Enter key to continue... Running update for: - python3.11-scrap_engine-1.4.1: UPDATING ... - python3.11-scrap_engine-1.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scrap-engine 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.ExcelWriterXLSX 1.11 -> 1.12 https://repology.org/project/perl:excel-writer-xlsx/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.svg-path, using log file: /var/log/nixpkgs-update/python312Packages.svg-path/2024-03-05.log python312Packages.svg-path 6.2 -> 6.3 https://repology.org/project/python:svg.path/versions attrpath: python312Packages.svg-path Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q0qfv7344fai0hvmg7vgcmgx66kyp0bs-packages.json.drv building '/nix/store/q0qfv7344fai0hvmg7vgcmgx66kyp0bs-packages.json.drv'... Going to be running update for following packages: - python3.12-svg.path-6.2 Press Enter key to continue... Running update for: - python3.12-svg.path-6.2: UPDATING ... - python3.12-svg.path-6.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/svg-path/default.nix b/pkgs/development/python-modules/svg-path/default.nix index 2ec9f5b78025..72934bf23328 100644 --- a/pkgs/development/python-modules/svg-path/default.nix +++ b/pkgs/development/python-modules/svg-path/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "svg.path"; - version = "6.2"; + version = "6.3"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-GiFZ+duJjfk8RjfP08yvfaH9Bz9Z+ppZUMc+RtSqGso="; + hash = "sha256-6Td0CjFqf+yGrNIXq2Im4RL1EygHhSQSa7fqnb57Gt4="; }; nativeCheckInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.svg-path 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: svg.path @nix { "action": "setPhase", "phase": "pytestCheckPhase" } Running phase: pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.12.2, pytest-7.4.4, pluggy-1.4.0 rootdir: /build/svg.path-6.3 configfile: setup.cfg collecting ...  collected 0 items  =============================== warnings summary =============================== ../../nix/store/srq6cpawjsy99hk77ws2hl1fxlzvydx3-python3.12-pytest-7.4.4/lib/python3.12/site-packages/_pytest/config/__init__.py:1433 /nix/store/srq6cpawjsy99hk77ws2hl1fxlzvydx3-python3.12-pytest-7.4.4/lib/python3.12/site-packages/_pytest/config/__init__.py:1433: PytestConfigWarning: No files were found in testpaths; consider removing or adjusting your testpaths configuration. Searching recursively from the current directory instead. self.args, self.args_source = self._decide_args( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ============================== 1 warning in 0.01s ============================== /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python312Packages.svg-path 6.2 -> 6.3 https://repology.org/project/python:svg.path/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-cryptfile, using log file: /var/log/nixpkgs-update/python311Packages.keyrings-cryptfile/2024-03-05.log python311Packages.keyrings-cryptfile 0 -> 1 attrpath: python311Packages.keyrings-cryptfile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/43b7fscs2vdxiddrff71gs7c13f3ab2p-packages.json.drv building '/nix/store/43b7fscs2vdxiddrff71gs7c13f3ab2p-packages.json.drv'... Going to be running update for following packages: - python3.11-keyrings-cryptfile-1.3.9 Press Enter key to continue... Running update for: - python3.11-keyrings-cryptfile-1.3.9: UPDATING ... - python3.11-keyrings-cryptfile-1.3.9: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.keyrings-cryptfile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath securefs, using log file: /var/log/nixpkgs-update/securefs/2024-03-05.log securefs 0.13.1 -> 0.14.3 https://github.com/netheril96/securefs/releases attrpath: securefs 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/filesystems/securefs/default.nix b/pkgs/tools/filesystems/securefs/default.nix index fe148e955cb2..8945dedb14eb 100644 --- a/pkgs/tools/filesystems/securefs/default.nix +++ b/pkgs/tools/filesystems/securefs/default.nix @@ -7,14 +7,14 @@ stdenv.mkDerivation rec { pname = "securefs"; - version = "0.13.1"; + version = "0.14.3"; src = fetchFromGitHub { owner = "netheril96"; repo = "securefs"; rev = version; fetchSubmodules = true; - hash = "sha256-7xjGuN7jcLgfGkaBoSj+WsBpM806PPGzeBs7DnI+fwc="; + hash = "sha256-ZRolU95AkoruZUfHofK2mfhbrDKwjjvh2+b+II1T9yc="; }; nativeBuildInputs = [ cmake ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A securefs nix build failed.  -- The C compiler identification is GNU 13.2.0 -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/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 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE CMake Error at CMakeLists.txt:77 (find_package): Could not find a package configuration file provided by "absl" with any of the following names: abslConfig.cmake absl-config.cmake Add the installation prefix of "absl" to CMAKE_PREFIX_PATH or set "absl_DIR" to a directory containing one of the above files. If "absl" provides a separate development package or SDK, be sure it has been installed.  -- Configuring incomplete, errors occurred! [result] Failed to update securefs 0.13.1 -> 0.14.3 https://github.com/netheril96/securefs/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.cron-descriptor, using log file: /var/log/nixpkgs-update/python311Packages.cron-descriptor/2024-03-05.log python311Packages.cron-descriptor 0 -> 1 attrpath: python311Packages.cron-descriptor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qc3rd690habg40wx9961qiv9g30qp8db-packages.json.drv building '/nix/store/qc3rd690habg40wx9961qiv9g30qp8db-packages.json.drv'... Going to be running update for following packages: - python3.11-cron_descriptor-1.4 Press Enter key to continue... Running update for: - python3.11-cron_descriptor-1.4: UPDATING ... - python3.11-cron_descriptor-1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cron-descriptor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.NAIR, using log file: /var/log/nixpkgs-update/rPackages.NAIR/2024-03-05.log rPackages.NAIR 1.0.2 -> 1.0.4 https://repology.org/project/r:nair/versions attrpath: rPackages.NAIR Checking auto update branch... No auto update branch exists Old version 1.0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.NAIR 1.0.2 -> 1.0.4 https://repology.org/project/r:nair/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyparted, using log file: /var/log/nixpkgs-update/python311Packages.pyparted/2024-03-05.log python311Packages.pyparted 0 -> 1 attrpath: python311Packages.pyparted Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m6j3mbnn2b39s0ij14dl080gfp1qj27a-packages.json.drv building '/nix/store/m6j3mbnn2b39s0ij14dl080gfp1qj27a-packages.json.drv'... Going to be running update for following packages: - python3.11-pyparted-3.13.0 Press Enter key to continue... Running update for: - python3.11-pyparted-3.13.0: UPDATING ... - python3.11-pyparted-3.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyparted 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pure-python-adb, using log file: /var/log/nixpkgs-update/python311Packages.pure-python-adb/2024-03-05.log python311Packages.pure-python-adb 0 -> 1 attrpath: python311Packages.pure-python-adb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l602v6xk8zqqg2ray64z89zmm6vd24gw-packages.json.drv building '/nix/store/l602v6xk8zqqg2ray64z89zmm6vd24gw-packages.json.drv'... Going to be running update for following packages: - python3.11-pure-python-adb-0.3.0.dev0 Press Enter key to continue... Running update for: - python3.11-pure-python-adb-0.3.0.dev0: UPDATING ... - python3.11-pure-python-adb-0.3.0.dev0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pure-python-adb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-simple-hipchat, using log file: /var/log/nixpkgs-update/python311Packages.python-simple-hipchat/2024-03-05.log python311Packages.python-simple-hipchat 0 -> 1 attrpath: python311Packages.python-simple-hipchat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v2v70wyy2darbzrj5jsfphikcmbwaczf-packages.json.drv building '/nix/store/v2v70wyy2darbzrj5jsfphikcmbwaczf-packages.json.drv'... Going to be running update for following packages: - python3.11-python-simple-hipchat-0.4.0 Press Enter key to continue... Running update for: - python3.11-python-simple-hipchat-0.4.0: UPDATING ... - python3.11-python-simple-hipchat-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-simple-hipchat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath adguardhome, using log file: /var/log/nixpkgs-update/adguardhome/2024-03-05.log adguardhome 0 -> 1 attrpath: adguardhome Checking auto update branch... [version] [version] skipping because derivation has 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/gb229j84awrxwy19w970hix7lzmi51gv-packages.json.drv building '/nix/store/gb229j84awrxwy19w970hix7lzmi51gv-packages.json.drv'... Going to be running update for following packages: - adguardhome-0.107.36 Press Enter key to continue... Running update for: - adguardhome-0.107.36: UPDATING ... - adguardhome-0.107.36: ERROR --- SHOWING ERROR LOG FOR adguardhome-0.107.36 ---------------------- --- SHOWING ERROR LOG FOR adguardhome-0.107.36 ---------------------- The update script for adguardhome-0.107.36 failed with exit code 1 [result] Failed to update adguardhome 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sensu-go-backend, using log file: /var/log/nixpkgs-update/sensu-go-backend/2024-03-05.log sensu-go-backend 6.9.2 -> 6.11.0 https://github.com/sensu/sensu-go/releases attrpath: sensu-go-backend 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-zrwTdMlDfG1RudOfV52qOP9NMU3/XYb5TND6xyglJ0I=" [golangModuleVersion] Replaced vendorHash with sha256-vuH1LnR7MWsKlnt/KdbeekAwdxvodwPvVjuXmDC0V1Q= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A sensu-go-backend nix build failed. vendor/google.golang.org/grpc/internal/grpclog/grpclog.go:90:32: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) vendor/google.golang.org/grpc/internal/grpclog/grpclog.go:94:16: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) vendor/google.golang.org/grpc/internal/grpclog/grpclog.go:94:16: too many errors # google.golang.org/grpc/internal/balancerload vendor/google.golang.org/grpc/internal/balancerload/load.go:28:24: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) vendor/google.golang.org/grpc/internal/balancerload/load.go:41:28: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) # google.golang.org/grpc/encoding vendor/google.golang.org/grpc/encoding/encoding.go:88:12: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) vendor/google.golang.org/grpc/encoding/encoding.go:90:27: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) # github.com/sensu/sensu-api-tools vendor/github.com/sensu/sensu-api-tools/interface_queryer.go:8:18: type parameter requires go1.18 or later (-lang was set to go1.16; check go.mod) vendor/github.com/sensu/sensu-api-tools/interface_queryer.go:8:20: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) vendor/github.com/sensu/sensu-api-tools/interface_queryer.go:10:46: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) vendor/github.com/sensu/sensu-api-tools/resolver.go:143:53: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) # google.golang.org/grpc/stats vendor/google.golang.org/grpc/stats/stats.go:77:10: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) vendor/google.golang.org/grpc/stats/stats.go:147:10: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) # google.golang.org/grpc/internal/pretty vendor/google.golang.org/grpc/internal/pretty/pretty.go:25:2: "fmt" imported and not used vendor/google.golang.org/grpc/internal/pretty/pretty.go:27:2: "github.com/golang/protobuf/jsonpb" imported and not used vendor/google.golang.org/grpc/internal/pretty/pretty.go:28:2: "github.com/golang/protobuf/proto" imported as protov1 and not used vendor/google.golang.org/grpc/internal/pretty/pretty.go:29:2: "google.golang.org/protobuf/encoding/protojson" imported and not used vendor/google.golang.org/grpc/internal/pretty/pretty.go:30:2: "google.golang.org/protobuf/proto" imported as protov2 and not used vendor/google.golang.org/grpc/internal/pretty/pretty.go:38:15: predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod) # golang.org/x/net/http2 vendor/golang.org/x/net/http2/databuffer.go:49:42: cannot convert p (variable of type []byte) to type *[1024]byte: conversion of slices to array pointers requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/net/http2/databuffer.go:51:42: cannot convert p (variable of type []byte) to type *[2048]byte: conversion of slices to array pointers requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/net/http2/databuffer.go:53:42: cannot convert p (variable of type []byte) to type *[4096]byte: conversion of slices to array pointers requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/net/http2/databuffer.go:55:42: cannot convert p (variable of type []byte) to type *[8192]byte: conversion of slices to array pointers requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/net/http2/databuffer.go:57:43: cannot convert p (variable of type []byte) to type *[16384]byte: conversion of slices to array pointers requires go1.17 or later (-lang was set to go1.16; check go.mod) [result] Failed to update sensu-go-backend 6.9.2 -> 6.11.0 https://github.com/sensu/sensu-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.rtmixer, using log file: /var/log/nixpkgs-update/python311Packages.rtmixer/2024-03-05.log python311Packages.rtmixer 0 -> 1 attrpath: python311Packages.rtmixer Checking auto update branch... [version] [version] skipping because derivation has 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/gidmp5x8b81rkhmxsybiw2iw65yflxkz-packages.json.drv building '/nix/store/gidmp5x8b81rkhmxsybiw2iw65yflxkz-packages.json.drv'... Going to be running update for following packages: - python3.11-rtmixer-0.1.4 Press Enter key to continue... Running update for: - python3.11-rtmixer-0.1.4: UPDATING ... - python3.11-rtmixer-0.1.4: ERROR --- SHOWING ERROR LOG FOR python3.11-rtmixer-0.1.4 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 596, in main() File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-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/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 294, in _get_latest_version_github response = subprocess.check_output(cmd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1953, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'nix-prefetch-git' --- SHOWING ERROR LOG FOR python3.11-rtmixer-0.1.4 ---------------------- The update script for python3.11-rtmixer-0.1.4 failed with exit code 1 [result] Failed to update python311Packages.rtmixer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.secret, using log file: /var/log/nixpkgs-update/terraform-providers.secret/2024-03-05.log terraform-providers.secret 0 -> 1 attrpath: terraform-providers.secret Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.secret 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.open-garage, using log file: /var/log/nixpkgs-update/python311Packages.open-garage/2024-03-05.log python311Packages.open-garage 0 -> 1 attrpath: python311Packages.open-garage Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bj4zgbr1iz3mmh9jhy47izf9x1pxn3nx-packages.json.drv building '/nix/store/bj4zgbr1iz3mmh9jhy47izf9x1pxn3nx-packages.json.drv'... Going to be running update for following packages: - python3.11-open-garage-0.2.0 Press Enter key to continue... Running update for: - python3.11-open-garage-0.2.0: UPDATING ... - python3.11-open-garage-0.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.open-garage 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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_legacy_fs, using log file: /var/log/nixpkgs-update/minio_legacy_fs/2024-03-05.log minio_legacy_fs 2022-10-24T18-35-07Z -> 2024-03-03T17-50-39Z https://github.com/minio/minio/releases attrpath: minio_legacy_fs @bachp asked to skip [result] Failed to update minio_legacy_fs 2022-10-24T18-35-07Z -> 2024-03-03T17-50-39Z 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 python311Packages.rfc3987, using log file: /var/log/nixpkgs-update/python311Packages.rfc3987/2024-03-05.log python311Packages.rfc3987 0 -> 1 attrpath: python311Packages.rfc3987 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9r5vk0yshhyzk10v83y0ksj96l60fmql-packages.json.drv building '/nix/store/9r5vk0yshhyzk10v83y0ksj96l60fmql-packages.json.drv'... Going to be running update for following packages: - python3.11-rfc3987-1.3.8 Press Enter key to continue... Running update for: - python3.11-rfc3987-1.3.8: UPDATING ... - python3.11-rfc3987-1.3.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rfc3987 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycdio, using log file: /var/log/nixpkgs-update/python311Packages.pycdio/2024-03-05.log python311Packages.pycdio 0 -> 1 attrpath: python311Packages.pycdio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qzzj9qsljn0x84mvlfdwiid5zag4x8p8-packages.json.drv building '/nix/store/qzzj9qsljn0x84mvlfdwiid5zag4x8p8-packages.json.drv'... Going to be running update for following packages: - python3.11-pycdio-2.1.1 Press Enter key to continue... Running update for: - python3.11-pycdio-2.1.1: UPDATING ... - python3.11-pycdio-2.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycdio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.stdiomask, using log file: /var/log/nixpkgs-update/python311Packages.stdiomask/2024-03-05.log python311Packages.stdiomask 0 -> 1 attrpath: python311Packages.stdiomask Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kr3abp36ki1cz6s304lma5kdczf2k6ih-packages.json.drv building '/nix/store/kr3abp36ki1cz6s304lma5kdczf2k6ih-packages.json.drv'... Going to be running update for following packages: - python3.11-stdiomask-0.0.6 Press Enter key to continue... Running update for: - python3.11-stdiomask-0.0.6: UPDATING ... - python3.11-stdiomask-0.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.stdiomask 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath razergenie, using log file: /var/log/nixpkgs-update/razergenie/2024-03-05.log razergenie 0.9.0 -> 1.1.0 https://github.com/z3ntu/RazerGenie/releases attrpath: razergenie 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/razergenie/default.nix b/pkgs/applications/misc/razergenie/default.nix index 8f78c0becaf5..3dcb41a0be67 100644 --- a/pkgs/applications/misc/razergenie/default.nix +++ b/pkgs/applications/misc/razergenie/default.nix @@ -5,7 +5,7 @@ }: let - version = "0.9.0"; + version = "1.1.0"; pname = "razergenie"; in stdenv.mkDerivation { @@ -15,7 +15,7 @@ in stdenv.mkDerivation { owner = "z3ntu"; repo = "RazerGenie"; rev = "v${version}"; - sha256 = "17xlv26q8sdbav00wdm043449pg2424l3yaf8fvkc9rrlqkv13a4"; + sha256 = "sha256-eVo3gCaKUoEZM5Zp1d+1XFu2LxdRo50GQBPy85RbxCo="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A razergenie nix build failed. got build log for 'razergenie' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/ax13rswv33maa1mj1x0cr0rz9jfm7f9x-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/ii8iaqpijjkh1iv3532cvfx8mm5wpmww-razergenie-1.1.0 --libdir=/nix/store/ii8iaqpijjkh1iv3532cvfx8mm5wpmww-razergenie-1.1.0/lib --libexecdir=/nix/store/ii8iaqpijjkh1iv3532cvfx8mm5wpmww-razergenie-1.1.0/libexec --bindir=/nix/store/ii8iaqpijjkh1iv3532cvfx8mm5wpmww-razergenie-1.1.0/bin --sbindir=/nix/store/ii8iaqpijjkh1iv3532cvfx8mm5wpmww-razergenie-1.1.0/sbin --includedir=/nix/store/ii8iaqpijjkh1iv3532cvfx8mm5wpmww-razergenie-1.1.0/include --mandir=/nix/store/ii8iaqpijjkh1iv3532cvfx8mm5wpmww-razergenie-1.1.0/share/man --infodir=/nix/store/ii8iaqpijjkh1iv3532cvfx8mm5wpmww-razergenie-1.1.0/share/info --localedir=/nix/store/ii8iaqpijjkh1iv3532cvfx8mm5wpmww-razergenie-1.1.0/share/locale -Dauto_features=enabled -Dwrap_mode=nodownload --buildtype=plain -Denable_experimental=false -Dinclude_matrix_discovery=false The Meson build system Version: 1.3.2 Source dir: /build/source Build dir: /build/source/build Build type: native build meson.build:1:0: ERROR: Unknown options: "enable_experimental, include_matrix_discovery" A full log can be found at /build/source/build/meson-logs/meson-log.txt [result] Failed to update razergenie 0.9.0 -> 1.1.0 https://github.com/z3ntu/RazerGenie/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.fastavro, using log file: /var/log/nixpkgs-update/python311Packages.fastavro/2024-03-05.log python311Packages.fastavro 0 -> 1 attrpath: python311Packages.fastavro Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2v0x61ysk00mkb7yv6windx72yh8gcc2-packages.json.drv building '/nix/store/2v0x61ysk00mkb7yv6windx72yh8gcc2-packages.json.drv'... Going to be running update for following packages: - python3.11-fastavro-1.9.0 Press Enter key to continue... Running update for: - python3.11-fastavro-1.9.0: UPDATING ... - python3.11-fastavro-1.9.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/fastavro/default.nix b/pkgs/development/python-modules/fastavro/default.nix index f685d210b87b..5ffa4d58e72b 100644 --- a/pkgs/development/python-modules/fastavro/default.nix +++ b/pkgs/development/python-modules/fastavro/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "fastavro"; - version = "1.9.0"; + version = "1.9.4"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = pname; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-10r12Ya+FKMgdOTmgYH1xb6vOXNLLw073VzCvo2x9kg="; + hash = "sha256-UWvNEi6vzQknUws+b7UCFUajMUJkfnQkfBeCR0XfqQY="; }; preBuild = '' No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 57 > 25 [result] Failed to update python311Packages.fastavro 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cwl-utils, using log file: /var/log/nixpkgs-update/python311Packages.cwl-utils/2024-03-05.log python311Packages.cwl-utils 0 -> 1 attrpath: python311Packages.cwl-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/2spbznlg451vzy6kpbg99r2fwbq4xpsr-packages.json.drv building '/nix/store/2spbznlg451vzy6kpbg99r2fwbq4xpsr-packages.json.drv'... Going to be running update for following packages: - python3.11-cwl-utils-0.32 Press Enter key to continue... Running update for: - python3.11-cwl-utils-0.32: UPDATING ... - python3.11-cwl-utils-0.32: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cwl-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.ftfy, using log file: /var/log/nixpkgs-update/python311Packages.ftfy/2024-03-05.log python311Packages.ftfy 0 -> 1 attrpath: python311Packages.ftfy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/63zl648ljllxcx87h300lz5q8z56c2qk-packages.json.drv building '/nix/store/63zl648ljllxcx87h300lz5q8z56c2qk-packages.json.drv'... Going to be running update for following packages: - python3.11-ftfy-6.1.3 Press Enter key to continue... Running update for: - python3.11-ftfy-6.1.3: UPDATING ... - python3.11-ftfy-6.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ftfy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nox, using log file: /var/log/nixpkgs-update/python311Packages.nox/2024-03-05.log python311Packages.nox 0 -> 1 attrpath: python311Packages.nox Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b4xgvm62wcfln4g4a9834294bw7fagqb-packages.json.drv building '/nix/store/b4xgvm62wcfln4g4a9834294bw7fagqb-packages.json.drv'... Going to be running update for following packages: - python3.11-nox-2023.04.22 Press Enter key to continue... Running update for: - python3.11-nox-2023.04.22: UPDATING ... - python3.11-nox-2023.04.22: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/nox/default.nix b/pkgs/development/python-modules/nox/default.nix index 0b6067cb1cfb..b4f376cf1fed 100644 --- a/pkgs/development/python-modules/nox/default.nix +++ b/pkgs/development/python-modules/nox/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "nox"; - version = "2023.04.22"; + version = "2024.03.02"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "wntrblm"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-WuyNp3jxIktI72zbk+1CK8xflTKrYE5evn/gVdMx+cQ="; + hash = "sha256-P86Jy/5MQnuWHelJFQ4kUCFg86Dwzx0Sm/sRonf0pZk="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.nox nix build failed. break else: msg = f"No backends present, looked for {backends!r}." > raise ValueError(msg) E ValueError: No backends present, looked for ['conda']. /build/source/nox/sessions.py:791: ValueError =========================== short test summary info ============================ SKIPPED [1] tests/test_command.py:62: Needs git SKIPPED [1] tests/test_command.py:362: Only run this test on Windows. SKIPPED [1] tests/test_command.py:384: Only run this test on Windows. SKIPPED [1] tests/test_virtualenv.py:154: Missing conda command. SKIPPED [1] tests/test_virtualenv.py:183: Missing conda command. SKIPPED [1] tests/test_virtualenv.py:195: Missing conda command. SKIPPED [1] tests/test_virtualenv.py:209: Missing conda command. SKIPPED [1] tests/test_virtualenv.py:239: Missing conda command. SKIPPED [1] tests/test_virtualenv.py:245: Missing conda command. SKIPPED [1] tests/test_virtualenv.py:262: Missing uv command. SKIPPED [1] tests/test_virtualenv.py:423: Missing uv command. SKIPPED [1] tests/test_virtualenv.py:455: Missing conda command. SKIPPED [1] tests/test_virtualenv.py:468: Missing conda command. SKIPPED [1] tests/test_virtualenv.py:479: Missing uv command. SKIPPED [1] tests/test_virtualenv.py:479: Missing conda command. SKIPPED [1] tests/test_virtualenv.py:500: Missing uv command. SKIPPED [1] tests/test_virtualenv.py:526: Missing uv command. SKIPPED [1] tests/test_virtualenv.py:599: Python 2.7 unsupported for virtualenv>=20.22.0 XPASS tests/test_logger.py::test_no_color_timestamp[color] FAILED tests/test_sessions.py::TestSessionRunner::test__create_venv_options[nox.virtualenv.CondaEnv.create-conda-CondaEnv] - ValueError: No backends present, looked for ['conda']. ============ 1 failed, 514 passed, 18 skipped, 1 xpassed in 19.69s ============= /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context [result] Failed to update python311Packages.nox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-notificationhubs, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-notificationhubs/2024-03-05.log python311Packages.azure-mgmt-notificationhubs 0 -> 1 attrpath: python311Packages.azure-mgmt-notificationhubs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hzrq8xgva4wqvi0fclxh4qjijpq47nv4-packages.json.drv building '/nix/store/hzrq8xgva4wqvi0fclxh4qjijpq47nv4-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-notificationhubs-8.0.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-notificationhubs-8.0.0: UPDATING ... - python3.11-azure-mgmt-notificationhubs-8.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-notificationhubs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.clipboard-indicator, using log file: /var/log/nixpkgs-update/gnomeExtensions.clipboard-indicator/2024-03-05.log gnomeExtensions.clipboard-indicator 57 -> 436.44.1 https://repology.org/project/gnome:clipboard-indicator/versions attrpath: gnomeExtensions.clipboard-indicator Checking auto update branch... No auto update branch exists Old version 57" not present in master derivation file with contents: { pkgs, lib, stdenv, fetchzip, nixosTests }: let buildGnomeExtension = { # Every gnome extension has a UUID. It's the name of the extension folder once unpacked # and can always be found in the metadata.json of every extension. uuid, name, pname, description, # extensions.gnome.org extension URL link, # Extension version numbers are integers version, sha256, # Hex-encoded string of JSON bytes metadata, }: stdenv.mkDerivation { pname = "gnome-shell-extension-${pname}"; version = builtins.toString version; src = fetchzip { url = "https://extensions.gnome.org/extension-data/${ builtins.replaceStrings [ "@" ] [ "" ] uuid }.v${builtins.toString version}.shell-extension.zip"; inherit sha256; stripRoot = false; # The download URL may change content over time. This is because the # metadata.json is automatically generated, and parts of it can be changed # without making a new release. We simply substitute the possibly changed fields # with their content from when we last updated, and thus get a deterministic output # hash. postFetch = '' echo "${metadata}" | base64 --decode > $out/metadata.json ''; }; nativeBuildInputs = with pkgs; [ buildPackages.glib ]; buildPhase = '' runHook preBuild if [ -d schemas ]; then glib-compile-schemas --strict schemas fi runHook postBuild ''; installPhase = '' runHook preInstall mkdir -p $out/share/gnome-shell/extensions/ cp -r -T . $out/share/gnome-shell/extensions/${uuid} runHook postInstall ''; meta = { description = builtins.head (lib.splitString "\n" description); longDescription = description; homepage = link; license = lib.licenses.gpl2Plus; # https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Licensing maintainers = with lib.maintainers; [ piegames ]; }; passthru = { extensionPortalSlug = pname; # Store the extension's UUID, because we might need it at some places extensionUuid = uuid; tests = { gnome-extensions = nixosTests.gnome-extensions; }; }; }; in lib.makeOverridable buildGnomeExtension [result] Failed to update gnomeExtensions.clipboard-indicator 57 -> 436.44.1 https://repology.org/project/gnome:clipboard-indicator/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.redis, using log file: /var/log/nixpkgs-update/php81Extensions.redis/2024-03-05.log php81Extensions.redis 0 -> 1 attrpath: php81Extensions.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/p0n625sfazh9068wn5nhn6aba1slm54a-packages.json.drv building '/nix/store/p0n625sfazh9068wn5nhn6aba1slm54a-packages.json.drv'... Going to be running update for following packages: - php-redis-6.0.2 Press Enter key to continue... Running update for: - php-redis-6.0.2: UPDATING ... - php-redis-6.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.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 haskellPackages.hoauth2-providers-tutorial, using log file: /var/log/nixpkgs-update/haskellPackages.hoauth2-providers-tutorial/2024-03-05.log haskellPackages.hoauth2-providers-tutorial 0.4.0 -> 0.5.0 https://repology.org/project/haskell:hoauth2-providers-tutorial/versions attrpath: haskellPackages.hoauth2-providers-tutorial Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hoauth2-providers-tutorial 0.4.0 -> 0.5.0 https://repology.org/project/haskell:hoauth2-providers-tutorial/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libu2f-host, using log file: /var/log/nixpkgs-update/libu2f-host/2024-03-05.log libu2f-host 1.1.10 -> 1.1.11 https://repology.org/project/libu2f-host/versions attrpath: libu2f-host 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 libu2f-host 1.1.10 -> 1.1.11 https://repology.org/project/libu2f-host/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.stb-image-redux, using log file: /var/log/nixpkgs-update/haskellPackages.stb-image-redux/2024-03-05.log haskellPackages.stb-image-redux 0.2.1.2 -> 0.2.1.3 https://repology.org/project/haskell:stb-image-redux/versions attrpath: haskellPackages.stb-image-redux Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.stb-image-redux 0.2.1.2 -> 0.2.1.3 https://repology.org/project/haskell:stb-image-redux/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiowithings, using log file: /var/log/nixpkgs-update/python311Packages.aiowithings/2024-03-05.log python311Packages.aiowithings 0 -> 1 attrpath: python311Packages.aiowithings Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/d5z4hclgbzrbkhrx6490agik8s60zbbs-packages.json.drv building '/nix/store/d5z4hclgbzrbkhrx6490agik8s60zbbs-packages.json.drv'... Going to be running update for following packages: - python3.11-aiowithings-2.1.0 Press Enter key to continue... Running update for: - python3.11-aiowithings-2.1.0: UPDATING ... - python3.11-aiowithings-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiowithings 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bsc, using log file: /var/log/nixpkgs-update/bsc/2024-03-05.log bsc 3.1.0 -> 3.3.4 https://github.com/IlyaGrebnov/libbsc/releases attrpath: bsc 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/8g0f2mjyv2i5hkpki7ncjgjbwqv3rjsh-source.drv building '/nix/store/8g0f2mjyv2i5hkpki7ncjgjbwqv3rjsh-source.drv'... trying https://github.com/IlyaGrebnov/libbsc/archive/3.3.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: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'bsc.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/8g0f2mjyv2i5hkpki7ncjgjbwqv3rjsh-source.drv /nix/store/w7x9wg4p6m6b4m5krmfs6i4gw3m27ms7-bsc-3.3.4.drv building '/nix/store/8g0f2mjyv2i5hkpki7ncjgjbwqv3rjsh-source.drv'... trying https://github.com/IlyaGrebnov/libbsc/archive/3.3.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/8g0f2mjyv2i5hkpki7ncjgjbwqv3rjsh-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/IlyaGrebnov/libbsc/archive/3.3.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/8g0f2mjyv2i5hkpki7ncjgjbwqv3rjsh-source.drv'. error: 1 dependencies of derivation '/nix/store/w7x9wg4p6m6b4m5krmfs6i4gw3m27ms7-bsc-3.3.4.drv' failed to build [result] Failed to update bsc 3.1.0 -> 3.3.4 https://github.com/IlyaGrebnov/libbsc/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 toml11, using log file: /var/log/nixpkgs-update/toml11/2024-03-05.log toml11 3.7.1 -> 3.8.1 https://github.com/ToruNiina/toml11/releases attrpath: toml11 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/toml11/default.nix b/pkgs/development/libraries/toml11/default.nix index 641b72aa1e8c..3e3fb9c03e9f 100644 --- a/pkgs/development/libraries/toml11/default.nix +++ b/pkgs/development/libraries/toml11/default.nix @@ -6,13 +6,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "toml11"; - version = "3.7.1"; + version = "3.8.1"; src = fetchFromGitHub { owner = "ToruNiina"; repo = "toml11"; rev = "v${finalAttrs.version}"; - hash = "sha256-HnhXBvIjo1JXhp+hUQvjs83t5IBVbNN6o3ZGhB4WESQ="; + hash = "sha256-XgpsCv38J9k8Tsq71UdZpuhaVHK3/60IQycs9CeLssA="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A toml11 nix build failed. Running phase: unpackPhase unpacking source archive /nix/store/4dgddcqvn31xh8isjn8wrc8z5sjc9cd6-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/pqxciyvl0klbb709lcja6qirbqnpd9jk-toml11-3.8.1/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/pqxciyvl0klbb709lcja6qirbqnpd9jk-toml11-3.8.1/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/pqxciyvl0klbb709lcja6qirbqnpd9jk-toml11-3.8.1/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/pqxciyvl0klbb709lcja6qirbqnpd9jk-toml11-3.8.1/share/doc/toml11 -DCMAKE_INSTALL_INFODIR=/nix/store/pqxciyvl0klbb709lcja6qirbqnpd9jk-toml11-3.8.1/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/pqxciyvl0klbb709lcja6qirbqnpd9jk-toml11-3.8.1/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/pqxciyvl0klbb709lcja6qirbqnpd9jk-toml11-3.8.1/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/pqxciyvl0klbb709lcja6qirbqnpd9jk-toml11-3.8.1/include -DCMAKE_INSTALL_SBINDIR=/nix/store/pqxciyvl0klbb709lcja6qirbqnpd9jk-toml11-3.8.1/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/pqxciyvl0klbb709lcja6qirbqnpd9jk-toml11-3.8.1/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/pqxciyvl0klbb709lcja6qirbqnpd9jk-toml11-3.8.1/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/pqxciyvl0klbb709lcja6qirbqnpd9jk-toml11-3.8.1 -- The C compiler identification is GNU 13.2.0 -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/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 CMake Error at CMakeLists.txt:18 (message): CMAKE_CXX_STANDARD is not defined. The C++ standard whose features are requested to *build* all targets. Remember that toml11 is a header only library that does NOT require compilation to use.  -- Configuring incomplete, errors occurred! [result] Failed to update toml11 3.7.1 -> 3.8.1 https://github.com/ToruNiina/toml11/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 libnest2d, using log file: /var/log/nixpkgs-update/libnest2d/2024-03-05.log libnest2d 4.12.0 -> 5.0.0 https://repology.org/project/libnest2d/versions attrpath: libnest2d 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/libnest2d/default.nix b/pkgs/development/libraries/libnest2d/default.nix index b3aba528f924..4f346e68c5a0 100644 --- a/pkgs/development/libraries/libnest2d/default.nix +++ b/pkgs/development/libraries/libnest2d/default.nix @@ -1,7 +1,7 @@ { lib, stdenv, fetchFromGitHub, cmake, clipper, nlopt, boost }: stdenv.mkDerivation { - version = "4.12.0"; + version = "5.0.0"; pname = "libnest2d"; # This revision is waiting to be merged upstream @@ -11,7 +11,7 @@ stdenv.mkDerivation { owner = "Ultimaker"; repo = "libnest2d"; rev = "31391fd173249ad9b906390058e13b09238fadc8"; - sha256 = "1hzqi4z55x76rss3xk7hfqhy9hcaq2jaav5jqxa1aqmbvarr2gla"; + sha256 = "sha256-ij6Rs9qrYhVUx7JspaTAisHkIXbwzD60zub0Uj6J+MM="; }; postPatch = '' Source url did not change. [result] Failed to update libnest2d 4.12.0 -> 5.0.0 https://repology.org/project/libnest2d/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath moc, using log file: /var/log/nixpkgs-update/moc/2024-03-05.log moc 2.5.2 -> 2.6.r3005 https://repology.org/project/moc/versions attrpath: moc 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/wr5c0m7g1bciqnx5yxcpjm8j7z40spm5-moc-2.6.r3005.tar.bz2.drv building '/nix/store/wr5c0m7g1bciqnx5yxcpjm8j7z40spm5-moc-2.6.r3005.tar.bz2.drv'... trying http://ftp.daper.net/pub/soft/moc/stable/moc-2.6.r3005.tar.bz2 % 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 moc-2.6.r3005.tar.bz2 from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'moc.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/wr5c0m7g1bciqnx5yxcpjm8j7z40spm5-moc-2.6.r3005.tar.bz2.drv /nix/store/4jxxh7q7sg1ij03jr5nd6shxxfqf8pig-moc-2.6.r3005.drv building '/nix/store/wr5c0m7g1bciqnx5yxcpjm8j7z40spm5-moc-2.6.r3005.tar.bz2.drv'... trying http://ftp.daper.net/pub/soft/moc/stable/moc-2.6.r3005.tar.bz2 % 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 moc-2.6.r3005.tar.bz2 from any mirror error: builder for '/nix/store/wr5c0m7g1bciqnx5yxcpjm8j7z40spm5-moc-2.6.r3005.tar.bz2.drv' failed with exit code 1; last 7 log lines: > > trying http://ftp.daper.net/pub/soft/moc/stable/moc-2.6.r3005.tar.bz2 > % 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 moc-2.6.r3005.tar.bz2 from any mirror For full logs, run 'nix log /nix/store/wr5c0m7g1bciqnx5yxcpjm8j7z40spm5-moc-2.6.r3005.tar.bz2.drv'. error: 1 dependencies of derivation '/nix/store/4jxxh7q7sg1ij03jr5nd6shxxfqf8pig-moc-2.6.r3005.drv' failed to build [result] Failed to update moc 2.5.2 -> 2.6.r3005 https://repology.org/project/moc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath hassil, using log file: /var/log/nixpkgs-update/hassil/2024-03-05.log hassil 0 -> 1 attrpath: hassil Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cdhki9swhwnrspaawjm18kvlja5rp8fz-packages.json.drv building '/nix/store/cdhki9swhwnrspaawjm18kvlja5rp8fz-packages.json.drv'... Going to be running update for following packages: - hassil-1.6.1 Press Enter key to continue... Running update for: - hassil-1.6.1: UPDATING ... - hassil-1.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update hassil 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tlv8, using log file: /var/log/nixpkgs-update/python311Packages.tlv8/2024-03-05.log python311Packages.tlv8 0 -> 1 attrpath: python311Packages.tlv8 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iy5gchf022674b45n8ldkh2xk70wf6ps-packages.json.drv building '/nix/store/iy5gchf022674b45n8ldkh2xk70wf6ps-packages.json.drv'... Going to be running update for following packages: - python3.11-tlv8-0.10.0 Press Enter key to continue... Running update for: - python3.11-tlv8-0.10.0: UPDATING ... - python3.11-tlv8-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tlv8 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-themes, using log file: /var/log/nixpkgs-update/mate.mate-themes/2024-03-05.log mate.mate-themes 0 -> 1 attrpath: mate.mate-themes mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update mate.mate-themes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath runelite, using log file: /var/log/nixpkgs-update/runelite/2024-03-05.log runelite 0 -> 1 attrpath: runelite Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lwb3f7vm8vn5kgqfh3mj9bz2lv6d5893-packages.json.drv building '/nix/store/lwb3f7vm8vn5kgqfh3mj9bz2lv6d5893-packages.json.drv'... Going to be running update for following packages: - runelite-2.6.12 Press Enter key to continue... Running update for: - runelite-2.6.12: UPDATING ... - runelite-2.6.12: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/games/runelite/default.nix b/pkgs/games/runelite/default.nix index 02c41307101f..f6d205d473bc 100644 --- a/pkgs/games/runelite/default.nix +++ b/pkgs/games/runelite/default.nix @@ -11,13 +11,13 @@ maven.buildMavenPackage rec { pname = "runelite"; - version = "2.6.12"; + version = "2.6.13"; src = fetchFromGitHub { owner = "runelite"; repo = "launcher"; rev = version; - hash = "sha256-lovDkEvzclZCBu/Ha8h0j595NZ4ejefEOX7lNmzb8I8="; + hash = "sha256-KE0UMtm1rypyV5FIxxiJeoP/IeSEzpzqfUyQ9UnxA0o="; }; mvnHash = "sha256-bsJlsIXIIVzZyVgEF/SN+GgpZt6v0u800arO1c5QYHk="; An auto update branch exists with message `runelite: 2.6.12 -> 2.6.13`. New version is 2.6.13. An auto update branch exists with an equal or greater version [result] Failed to update runelite 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath colmapWithCuda, using log file: /var/log/nixpkgs-update/colmapWithCuda/2024-03-05.log colmapWithCuda 3.7 -> 3.9.1 https://github.com/colmap/colmap/releases attrpath: colmapWithCuda 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/science/misc/colmap/default.nix b/pkgs/applications/science/misc/colmap/default.nix index a029f5440b25..bc058dda258e 100644 --- a/pkgs/applications/science/misc/colmap/default.nix +++ b/pkgs/applications/science/misc/colmap/default.nix @@ -12,13 +12,13 @@ let inherit (cudaPackages) cudatoolkit; in mkDerivation rec { - version = "3.7"; + version = "3.9.1"; pname = "colmap"; src = fetchFromGitHub { owner = "colmap"; repo = "colmap"; rev = version; - hash = "sha256-uVAw6qwhpgIpHkXgxttKupU9zU+vD0Za0maw2Iv4x+I="; + hash = "sha256-Xb4JOttCMERwPYs5DyGKHw+f9Wik1/rdJQKbgVuygH8="; }; # TODO: rm once the gcc11 issue is closed, https://github.com/colmap/colmap/issues/1418#issuecomment-1049305256 [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A colmapWithCuda Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . colmapWithCuda Standard output: error: Ă¢Â€Â¦ while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) Ă¢Â€Â¦ while evaluating derivation 'colmap-3.9.1' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/colmapWithCuda/pkgs/stdenv/generic/make-derivation.nix:353:7 Ă¢Â€Â¦ while evaluating attribute 'buildInputs' of derivation 'colmap-3.9.1' at /var/cache/nixpkgs-update/worker/worktree/colmapWithCuda/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: Package Ă¢Â€Â˜freeimage-unstable-2021-11-01Ă¢Â€Â™ in /var/cache/nixpkgs-update/worker/worktree/colmapWithCuda/pkgs/development/libraries/freeimage/default.nix:72 is marked as insecure, refusing to evaluate. Known issues: - CVE-2021-33367 - CVE-2021-40262 - CVE-2021-40263 - CVE-2021-40264 - CVE-2021-40265 - CVE-2021-40266 - CVE-2023-47992 - CVE-2023-47993 - CVE-2023-47994 - CVE-2023-47995 - CVE-2023-47996 You can install it anyway by allowing this package, using the following methods: a) To temporarily allow all insecure packages, you can use an environment variable for a single invocation of the nix tools: $ export NIXPKGS_ALLOW_INSECURE=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) for `nixos-rebuild` you can add Ă¢Â€Â˜freeimage-unstable-2021-11-01Ă¢Â€Â™ to `nixpkgs.config.permittedInsecurePackages` in the configuration.nix, like so: { nixpkgs.config.permittedInsecurePackages = [ "freeimage-unstable-2021-11-01" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add Ă¢Â€Â˜freeimage-unstable-2021-11-01Ă¢Â€Â™ to `permittedInsecurePackages` in ~/.config/nixpkgs/config.nix, like so: { permittedInsecurePackages = [ "freeimage-unstable-2021-11-01" ]; } [result] Failed to update colmapWithCuda 3.7 -> 3.9.1 https://github.com/colmap/colmap/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.pymemcache, using log file: /var/log/nixpkgs-update/python311Packages.pymemcache/2024-03-05.log python311Packages.pymemcache 0 -> 1 attrpath: python311Packages.pymemcache Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zb9mq2xx9nljfxfv0l9xfijypxfma3f8-packages.json.drv building '/nix/store/zb9mq2xx9nljfxfv0l9xfijypxfma3f8-packages.json.drv'... Going to be running update for following packages: - python3.11-pymemcache-4.0.0 Press Enter key to continue... Running update for: - python3.11-pymemcache-4.0.0: UPDATING ... - python3.11-pymemcache-4.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymemcache 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-cram, using log file: /var/log/nixpkgs-update/python311Packages.pytest-cram/2024-03-05.log python311Packages.pytest-cram 0 -> 1 attrpath: python311Packages.pytest-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/8slflxadfx7dmp9ddmb0w79rdxs36pb9-packages.json.drv building '/nix/store/8slflxadfx7dmp9ddmb0w79rdxs36pb9-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-cram-0.2.2 Press Enter key to continue... Running update for: - python3.11-pytest-cram-0.2.2: UPDATING ... - python3.11-pytest-cram-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-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.paddleocr, using log file: /var/log/nixpkgs-update/python311Packages.paddleocr/2024-03-05.log python311Packages.paddleocr 0 -> 1 attrpath: python311Packages.paddleocr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mw4qfj8lrmmilmnjky9m0db8i4vcchna-packages.json.drv building '/nix/store/mw4qfj8lrmmilmnjky9m0db8i4vcchna-packages.json.drv'... Going to be running update for following packages: - python3.11-paddleocr-2.7.1 Press Enter key to continue... Running update for: - python3.11-paddleocr-2.7.1: UPDATING ... - python3.11-paddleocr-2.7.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.paddleocr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.enochecker-core, using log file: /var/log/nixpkgs-update/python311Packages.enochecker-core/2024-03-05.log python311Packages.enochecker-core 0 -> 1 attrpath: python311Packages.enochecker-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/nj7gcrdb6sgjvamrgw8r44q09shyd1yl-packages.json.drv building '/nix/store/nj7gcrdb6sgjvamrgw8r44q09shyd1yl-packages.json.drv'... Going to be running update for following packages: - python3.11-enochecker-core-0.10.0 Press Enter key to continue... Running update for: - python3.11-enochecker-core-0.10.0: UPDATING ... - python3.11-enochecker-core-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.enochecker-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.safety, using log file: /var/log/nixpkgs-update/python311Packages.safety/2024-03-05.log python311Packages.safety 0 -> 1 attrpath: python311Packages.safety Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/558y8d13i0ajrr94kw0a7j6ixb7sfcmr-packages.json.drv building '/nix/store/558y8d13i0ajrr94kw0a7j6ixb7sfcmr-packages.json.drv'... Going to be running update for following packages: - python3.11-safety-2.3.5 Press Enter key to continue... Running update for: - python3.11-safety-2.3.5: UPDATING ... - python3.11-safety-2.3.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/safety/default.nix b/pkgs/development/python-modules/safety/default.nix index bb367629b5a3..c7722e547d9e 100644 --- a/pkgs/development/python-modules/safety/default.nix +++ b/pkgs/development/python-modules/safety/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "safety"; - version = "2.3.5"; + version = "3.0.1"; disabled = pythonOlder "3.6"; @@ -22,7 +22,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-pgwR+JUvQSy7Fl1wyx9nOjtDorqak84R+X5qTeg0qjo="; + hash = "sha256-HyAA8DZS86C/xn+P0emLxXI8y3bhXLG91oVFw9gD3wE="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - python311Packages.safety: 2.3.5 -> 3.0.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/284703" [result] Failed to update python311Packages.safety 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath global, using log file: /var/log/nixpkgs-update/global/2024-03-05.log global 6.6.11 -> 6.6.12 https://repology.org/project/global/versions attrpath: global Checking auto update branch... No auto update branch exists [outpaths] eval start [outpaths] eval end [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/global/default.nix b/pkgs/development/tools/misc/global/default.nix index e0e1ea0e606c..757c4269e79b 100644 --- a/pkgs/development/tools/misc/global/default.nix +++ b/pkgs/development/tools/misc/global/default.nix @@ -6,11 +6,11 @@ let pygments = python3Packages.pygments; in stdenv.mkDerivation rec { pname = "global"; - version = "6.6.11"; + version = "6.6.12"; src = fetchurl { url = "mirror://gnu/global/${pname}-${version}.tar.gz"; - hash = "sha256-BTMxn3jThguBZo366qUHkBVB5d2oz8MNUt/GzpSJ9eM="; + hash = "sha256-VCpbBoQOFOylSLS7YLRMCtzwECTmjrNi+L9xYAeIWQE="; }; nativeBuildInputs = [ libtool makeWrapper ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/assl3izw2jqfllhq6lrkqvcl02iwds9z-global-6.6.12" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • global
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/global/versions. meta.description for global is: Source code tag system meta.homepage for global is: https://www.gnu.org/software/global/ meta.changelog for global is: https://cvs.savannah.gnu.org/viewvc/global/global/NEWS?view=markup&pathrev=VERSION-6_6_12 ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 6.6.12 with grep in /nix/store/assl3izw2jqfllhq6lrkqvcl02iwds9z-global-6.6.12 - found 6.6.12 in filename of file in /nix/store/assl3izw2jqfllhq6lrkqvcl02iwds9z-global-6.6.12 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath global ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/assl3izw2jqfllhq6lrkqvcl02iwds9z-global-6.6.12 \ --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 global https://github.com/r-ryantm/nixpkgs/archive/b135339212f920f7b043478d6f1a2002d542c2b1.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/b135339212f920f7b043478d6f1a2002d542c2b1#global ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/assl3izw2jqfllhq6lrkqvcl02iwds9z-global-6.6.12 ls -la /nix/store/assl3izw2jqfllhq6lrkqvcl02iwds9z-global-6.6.12/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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • global
--- ###### Maintainer pings cc @pSub @peterhoeg 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/293491 [result] Success updating global 6.6.11 -> 6.6.12 https://repology.org/project/global/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath composer-require-checker, using log file: /var/log/nixpkgs-update/composer-require-checker/2024-03-05.log composer-require-checker 4.8.0 -> 4.9.0 https://github.com/maglnet/ComposerRequireChecker/releases attrpath: composer-require-checker 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 composer-require-checker 4.8.0 -> 4.9.0 https://github.com/maglnet/ComposerRequireChecker/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.srnadiff, using log file: /var/log/nixpkgs-update/rPackages.srnadiff/2024-03-05.log rPackages.srnadiff 1.22.0 -> 1.22.1 https://repology.org/project/r:srnadiff/versions attrpath: rPackages.srnadiff Checking auto update branch... No auto update branch exists Old version 1.22.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.srnadiff 1.22.0 -> 1.22.1 https://repology.org/project/r:srnadiff/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath thunderbird, using log file: /var/log/nixpkgs-update/thunderbird/2024-03-05.log thunderbird 115.8.0 -> 115.8.1 https://repology.org/project/thunderbird/versions attrpath: thunderbird Checking auto update branch... No auto update branch exists Old version 115.8.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 thunderbird 115.8.0 -> 115.8.1 https://repology.org/project/thunderbird/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath postman, using log file: /var/log/nixpkgs-update/postman/2024-03-05.log postman 10.23.5 -> 10.23.9 https://repology.org/project/postman/versions attrpath: postman 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/web/postman/default.nix b/pkgs/development/web/postman/default.nix index 0765c711e4f8..b18afe4405e2 100644 --- a/pkgs/development/web/postman/default.nix +++ b/pkgs/development/web/postman/default.nix @@ -2,7 +2,7 @@ let pname = "postman"; - version = "10.23.5"; + version = "10.23.9"; meta = with lib; { homepage = "https://www.getpostman.com"; description = "API Development Environment"; Hashes equal; no update necessary [result] Failed to update postman 10.23.5 -> 10.23.9 https://repology.org/project/postman/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath werf, using log file: /var/log/nixpkgs-update/werf/2024-03-05.log werf 1.2.295 -> 1.2.296 https://repology.org/project/werf/versions attrpath: werf 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-6q13vMxu0iQgaXS+Z6V0jjSIhxMscw6sLANzK07gAlI=" [golangModuleVersion] Replaced vendorHash with sha256-6q13vMxu0iQgaXS+Z6V0jjSIhxMscw6sLANzK07gAlI= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/applications/networking/cluster/werf/default.nix b/pkgs/applications/networking/cluster/werf/default.nix index 254d7bd08ebd..6699898945d2 100644 --- a/pkgs/applications/networking/cluster/werf/default.nix +++ b/pkgs/applications/networking/cluster/werf/default.nix @@ -10,13 +10,13 @@ buildGoModule rec { pname = "werf"; - version = "1.2.295"; + version = "1.2.296"; src = fetchFromGitHub { owner = "werf"; repo = "werf"; rev = "v${version}"; - hash = "sha256-oQDP2Tsxj4c5X2pfj4i+hfnsdjUBYcyF2p61OY04Ozg="; + hash = "sha256-D0bWva6Y0x9uMdKMONsiGC3SV2ktGPzfMq9BELqgk3E="; }; vendorHash = "sha256-6q13vMxu0iQgaXS+Z6V0jjSIhxMscw6sLANzK07gAlI="; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/33gy9gwiacwi851ij3dvq3siqq6d29yq-werf-1.2.296" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • werf
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/werf/versions. meta.description for werf is: GitOps delivery tool meta.homepage for werf is: https://werf.io meta.changelog for werf is: https://github.com/werf/werf/releases/tag/v1.2.296 ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/werf/werf/releases/tag/v1.2.296) - [Compare changes on GitHub](https://github.com/werf/werf/compare/v1.2.295...v1.2.296) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.2.296 with grep in /nix/store/33gy9gwiacwi851ij3dvq3siqq6d29yq-werf-1.2.296 - found 1.2.296 in filename of file in /nix/store/33gy9gwiacwi851ij3dvq3siqq6d29yq-werf-1.2.296 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath werf ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/33gy9gwiacwi851ij3dvq3siqq6d29yq-werf-1.2.296 \ --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 werf https://github.com/r-ryantm/nixpkgs/archive/73d23678db77626623867ca4e7eb66331d346156.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/73d23678db77626623867ca4e7eb66331d346156#werf ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/33gy9gwiacwi851ij3dvq3siqq6d29yq-werf-1.2.296 ls -la /nix/store/33gy9gwiacwi851ij3dvq3siqq6d29yq-werf-1.2.296/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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • werf
--- ###### Maintainer pings cc @azahi 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/293505 [result] Success updating werf 1.2.295 -> 1.2.296 https://repology.org/project/werf/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.statistics, using log file: /var/log/nixpkgs-update/python311Packages.statistics/2024-03-05.log python311Packages.statistics 0 -> 1 attrpath: python311Packages.statistics Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mg7fzax5pfhajk8n8vivqrypc7dj0a55-packages.json.drv building '/nix/store/mg7fzax5pfhajk8n8vivqrypc7dj0a55-packages.json.drv'... Going to be running update for following packages: - python3.11-statistics-1.0.3.5 Press Enter key to continue... Running update for: - python3.11-statistics-1.0.3.5: UPDATING ... - python3.11-statistics-1.0.3.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.statistics 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-somafm, using log file: /var/log/nixpkgs-update/mopidy-somafm/2024-03-05.log mopidy-somafm 0 -> 1 attrpath: mopidy-somafm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k4j4ac0p5hjghjfdfcq7dfpz92n61yj8-packages.json.drv building '/nix/store/k4j4ac0p5hjghjfdfcq7dfpz92n61yj8-packages.json.drv'... Going to be running update for following packages: - mopidy-somafm-2.0.2 Press Enter key to continue... Running update for: - mopidy-somafm-2.0.2: UPDATING ... - mopidy-somafm-2.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mopidy-somafm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.funsor, using log file: /var/log/nixpkgs-update/python311Packages.funsor/2024-03-05.log python311Packages.funsor 0 -> 1 attrpath: python311Packages.funsor Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ws94q7kijznv3dxcz2x58avgjxbn3lf5-packages.json.drv building '/nix/store/ws94q7kijznv3dxcz2x58avgjxbn3lf5-packages.json.drv'... Going to be running update for following packages: - python3.11-funsor-0.4.6 Press Enter key to continue... Running update for: - python3.11-funsor-0.4.6: UPDATING ... - python3.11-funsor-0.4.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.funsor 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath elfutils, using log file: /var/log/nixpkgs-update/elfutils/2024-03-05.log elfutils 0 -> 1 attrpath: elfutils 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/qnwqhrgh3m024m9z7gf70l9sqnv2vyr6-packages.json.drv building '/nix/store/qnwqhrgh3m024m9z7gf70l9sqnv2vyr6-packages.json.drv'... Going to be running update for following packages: - elfutils-0.190 Press Enter key to continue... Running update for: - elfutils-0.190: UPDATING ... - elfutils-0.190: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/misc/elfutils/default.nix b/pkgs/development/tools/misc/elfutils/default.nix index 0533af678919..838dfff80fe3 100644 --- a/pkgs/development/tools/misc/elfutils/default.nix +++ b/pkgs/development/tools/misc/elfutils/default.nix @@ -8,11 +8,11 @@ # TODO: Look at the hardcoded paths to kernel, modules etc. stdenv.mkDerivation rec { pname = "elfutils"; - version = "0.190"; + version = "0.191"; src = fetchurl { url = "https://sourceware.org/elfutils/ftp/${version}/${pname}-${version}.tar.bz2"; - hash = "sha256-jgCjqbXwS8HcJzroYoHS0m7UEgILOR/8wjGY8QIx1pI="; + hash = "sha256-33bbcTZtHXCDZfx6bGDKSDmPFDZ+sriVTvyIlxR62HE="; }; patches = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/kf41dkv1499g7467rmcrzq84jqczp1ma-elfutils-0.191-bin" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 10 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 12 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 9 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 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 elfutils is: A set of utilities to handle ELF objects meta.homepage for elfutils is: https://sourceware.org/elfutils/ ###### 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.191 with grep in /nix/store/kf41dkv1499g7467rmcrzq84jqczp1ma-elfutils-0.191-bin - found 0.191 in filename of file in /nix/store/kf41dkv1499g7467rmcrzq84jqczp1ma-elfutils-0.191-bin ---
Rebuild report (if merged into master) (click to expand) ``` 25392 total rebuild path(s) 25392 package rebuild(s) First fifty rebuilds by attrpath BeatSaberModManager CHOWTapeModel ChowKick ChowPhaser CuboCore.coreaction CuboCore.corearchiver CuboCore.corefm CuboCore.coregarage CuboCore.corehunt CuboCore.coreimage CuboCore.coreinfo CuboCore.corekeyboard CuboCore.corepad CuboCore.corepaint CuboCore.corepdf CuboCore.corepins CuboCore.corerenamer CuboCore.coreshot CuboCore.corestats CuboCore.corestuff CuboCore.coreterminal CuboCore.coretime CuboCore.coretoppings CuboCore.coreuniverse CuboCore.libcprime CuboCore.libcsys DisnixWebService EmptyEpsilon HentaiAtHome Literate MIDIVisualizer MMA OSCAR OVMF OVMFFull R SDL2 SDL2_Pango SDL2_gfx SDL2_image SDL2_image_2_0 SDL2_image_2_6 SDL2_mixer SDL2_mixer_2_0 SDL2_net SDL2_sound SDL2_ttf SDL_audiolib SDL_compat ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/kf41dkv1499g7467rmcrzq84jqczp1ma-elfutils-0.191-bin \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A elfutils https://github.com/r-ryantm/nixpkgs/archive/40c9679c8b2401fb71aa53a97b7d5d8d760b19d7.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/40c9679c8b2401fb71aa53a97b7d5d8d760b19d7#elfutils ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/kf41dkv1499g7467rmcrzq84jqczp1ma-elfutils-0.191-bin ls -la /nix/store/kf41dkv1499g7467rmcrzq84jqczp1ma-elfutils-0.191-bin/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @edolstra @r-burns 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/293517 [result] Success updating elfutils 0 -> 1 [options] github_user: r-ryantm, pull_request: 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_12 12.2.3 -> 28.2.5 https://github.com/electron/electron/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dissect-fat, using log file: /var/log/nixpkgs-update/python311Packages.dissect-fat/2024-03-05.log python311Packages.dissect-fat 0 -> 1 attrpath: python311Packages.dissect-fat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v06hi9hj3jlyhk1gvqphpkcf8z778q9b-packages.json.drv building '/nix/store/v06hi9hj3jlyhk1gvqphpkcf8z778q9b-packages.json.drv'... Going to be running update for following packages: - python3.11-dissect-fat-3.7 Press Enter key to continue... Running update for: - python3.11-dissect-fat-3.7: UPDATING ... - python3.11-dissect-fat-3.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect-fat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bluetooth-sensor-state-data, using log file: /var/log/nixpkgs-update/python311Packages.bluetooth-sensor-state-data/2024-03-05.log python311Packages.bluetooth-sensor-state-data 0 -> 1 attrpath: python311Packages.bluetooth-sensor-state-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/bhfqkar258y3kgpsviinxm059bfpisgd-packages.json.drv building '/nix/store/bhfqkar258y3kgpsviinxm059bfpisgd-packages.json.drv'... Going to be running update for following packages: - python3.11-bluetooth-sensor-state-data-1.6.2 Press Enter key to continue... Running update for: - python3.11-bluetooth-sensor-state-data-1.6.2: UPDATING ... - python3.11-bluetooth-sensor-state-data-1.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bluetooth-sensor-state-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 python311Packages.whirlpool-sixth-sense, using log file: /var/log/nixpkgs-update/python311Packages.whirlpool-sixth-sense/2024-03-05.log python311Packages.whirlpool-sixth-sense 0 -> 1 attrpath: python311Packages.whirlpool-sixth-sense Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a3zy5d4y3jn99hnhycl74i5qgvn43a47-packages.json.drv building '/nix/store/a3zy5d4y3jn99hnhycl74i5qgvn43a47-packages.json.drv'... Going to be running update for following packages: - python3.11-whirlpool-sixth-sense-0.18.5 Press Enter key to continue... Running update for: - python3.11-whirlpool-sixth-sense-0.18.5: UPDATING ... - python3.11-whirlpool-sixth-sense-0.18.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.whirlpool-sixth-sense 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xca, using log file: /var/log/nixpkgs-update/xca/2024-03-05.log xca 2.4.0 -> 2.6.0 https://github.com/chris2511/xca/releases attrpath: xca 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 xca 2.4.0 -> 2.6.0 https://github.com/chris2511/xca/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.azure-synapse-accesscontrol, using log file: /var/log/nixpkgs-update/python311Packages.azure-synapse-accesscontrol/2024-03-05.log python311Packages.azure-synapse-accesscontrol 0 -> 1 attrpath: python311Packages.azure-synapse-accesscontrol Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/spv4757cd3d1k2q92k9s4z06d2l1fhxy-packages.json.drv building '/nix/store/spv4757cd3d1k2q92k9s4z06d2l1fhxy-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-synapse-accesscontrol-0.7.0 Press Enter key to continue... Running update for: - python3.11-azure-synapse-accesscontrol-0.7.0: UPDATING ... - python3.11-azure-synapse-accesscontrol-0.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-synapse-accesscontrol 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dbeaver, using log file: /var/log/nixpkgs-update/dbeaver/2024-03-05.log dbeaver 22.2.2 -> 24.0.0 https://github.com/dbeaver/dbeaver/releases attrpath: dbeaver 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/dbeaver/default.nix b/pkgs/applications/misc/dbeaver/default.nix index bd4504611758..f412c429d656 100644 --- a/pkgs/applications/misc/dbeaver/default.nix +++ b/pkgs/applications/misc/dbeaver/default.nix @@ -25,13 +25,13 @@ let in mavenJdk17.buildMavenPackage rec { pname = "dbeaver"; - version = "22.2.2"; # When updating also update mvnHash + version = "24.0.0"; # When updating also update mvnHash src = fetchFromGitHub { owner = "dbeaver"; repo = "dbeaver"; rev = version; - hash = "sha256-TUdtrhQ1JzqZx+QNauNA1P/+WDSSeOGIgGX3SdS0JTI="; + hash = "sha256-5X5sHYGUP841X5SxFcv9evuPFPv3yo3uzFW06jHxA0k="; }; mvnHash = "sha256-ERZYDsPxp1YXteSmunFIgTGZUYqjZJhqrNytLnIUNBQ="; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A dbeaver Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . dbeaver Standard output: error: build log of 'dbeaver' is not available [result] Failed to update dbeaver 22.2.2 -> 24.0.0 https://github.com/dbeaver/dbeaver/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.mypy-boto3-iotfleetwise, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-iotfleetwise/2024-03-05.log python312Packages.mypy-boto3-iotfleetwise 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-iotfleetwise Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/68fs47lw572p1ljd665qxm4qa8nd25pj-packages.json.drv building '/nix/store/68fs47lw572p1ljd665qxm4qa8nd25pj-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-iotfleetwise-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-iotfleetwise-1.34.0: UPDATING ... - python3.12-mypy-boto3-iotfleetwise-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-iotfleetwise 1.34.0 -> 7.23.2 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 ipu6-camera-bins, using log file: /var/log/nixpkgs-update/ipu6-camera-bins/2024-03-05.log ipu6-camera-bins unstable-2023-10-26 -> 1.0.0-asl-mr1-6.6 https://github.com/intel/ipu6-camera-bins/releases attrpath: ipu6-camera-bins Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update ipu6-camera-bins unstable-2023-10-26 -> 1.0.0-asl-mr1-6.6 https://github.com/intel/ipu6-camera-bins/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.facebook-sdk, using log file: /var/log/nixpkgs-update/python311Packages.facebook-sdk/2024-03-05.log python311Packages.facebook-sdk 0 -> 1 attrpath: python311Packages.facebook-sdk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cnh1cki604jqrg310slb8ikk7gpvhc4y-packages.json.drv building '/nix/store/cnh1cki604jqrg310slb8ikk7gpvhc4y-packages.json.drv'... Going to be running update for following packages: - python3.11-facebook-sdk-3.1.0 Press Enter key to continue... Running update for: - python3.11-facebook-sdk-3.1.0: UPDATING ... - python3.11-facebook-sdk-3.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.facebook-sdk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.plyfile, using log file: /var/log/nixpkgs-update/python311Packages.plyfile/2024-03-05.log python311Packages.plyfile 0 -> 1 attrpath: python311Packages.plyfile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/83y094y6rwzx4d9y6rh09y5dazkz0vgs-packages.json.drv building '/nix/store/83y094y6rwzx4d9y6rh09y5dazkz0vgs-packages.json.drv'... Going to be running update for following packages: - python3.11-plyfile-1.0.2 Press Enter key to continue... Running update for: - python3.11-plyfile-1.0.2: UPDATING ... - python3.11-plyfile-1.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.plyfile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath SDL2_mixer_2_0, using log file: /var/log/nixpkgs-update/SDL2_mixer_2_0/2024-03-05.log SDL2_mixer_2_0 2.0.4 -> 2.8.0 https://github.com/libsdl-org/SDL_mixer/releases attrpath: SDL2_mixer_2_0 Checking auto update branch... No auto update branch exists Old version 2.0.4" not present in master derivation file with contents: { lib, stdenv , fetchurl , pkg-config , AudioToolbox , AudioUnit , CoreServices , SDL2 , flac , fluidsynth , libmodplug , libogg , libvorbis , mpg123 , opusfile , smpeg2 , timidity }: stdenv.mkDerivation rec { pname = "SDL2_mixer"; version = "2.6.3"; src = fetchurl { url = "https://www.libsdl.org/projects/SDL_mixer/release/${pname}-${version}.tar.gz"; sha256 = "sha256-emuoakeGSM5hfjpekncYG8Z/fOmHZgXupq/9Sg1u6o8="; }; configureFlags = [ "--disable-music-ogg-shared" "--disable-music-flac-shared" "--disable-music-mod-modplug-shared" "--disable-music-mp3-mpg123-shared" "--disable-music-opus-shared" "--disable-music-midi-fluidsynth-shared" # override default path to allow MIDI files to be played "--with-timidity-cfg=${timidity}/share/timidity/timidity.cfg" ] ++ lib.optionals stdenv.isDarwin [ "--disable-sdltest" "--disable-smpegtest" ]; nativeBuildInputs = [ pkg-config ]; buildInputs = lib.optionals stdenv.isDarwin [ AudioToolbox AudioUnit CoreServices ]; propagatedBuildInputs = [ SDL2 flac fluidsynth libmodplug libogg libvorbis mpg123 opusfile smpeg2 # MIDI patterns timidity ]; outputs = [ "out" "dev" ]; meta = with lib; { description = "SDL multi-channel audio mixer library"; platforms = platforms.unix; homepage = "https://github.com/libsdl-org/SDL_mixer"; maintainers = with maintainers; [ MP2E ]; license = licenses.zlib; }; } [result] Failed to update SDL2_mixer_2_0 2.0.4 -> 2.8.0 https://github.com/libsdl-org/SDL_mixer/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.cached-ipaddress, using log file: /var/log/nixpkgs-update/python311Packages.cached-ipaddress/2024-03-05.log python311Packages.cached-ipaddress 0 -> 1 attrpath: python311Packages.cached-ipaddress Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qm6jbdfrri4y871044h6zv8nxwx0p4xj-packages.json.drv building '/nix/store/qm6jbdfrri4y871044h6zv8nxwx0p4xj-packages.json.drv'... Going to be running update for following packages: - python3.11-cached-ipaddress-0.3.0 Press Enter key to continue... Running update for: - python3.11-cached-ipaddress-0.3.0: UPDATING ... - python3.11-cached-ipaddress-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cached-ipaddress 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-multibase, using log file: /var/log/nixpkgs-update/python311Packages.py-multibase/2024-03-05.log python311Packages.py-multibase 0 -> 1 attrpath: python311Packages.py-multibase Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c69xrqbamavn6dcqgy5qi4fmyqyih02s-packages.json.drv building '/nix/store/c69xrqbamavn6dcqgy5qi4fmyqyih02s-packages.json.drv'... Going to be running update for following packages: - python3.11-py-multibase-1.0.3 Press Enter key to continue... Running update for: - python3.11-py-multibase-1.0.3: UPDATING ... - python3.11-py-multibase-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.py-multibase 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyxl3, using log file: /var/log/nixpkgs-update/python311Packages.pyxl3/2024-03-05.log python311Packages.pyxl3 0 -> 1 attrpath: python311Packages.pyxl3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/vjhi9xxqx2aj70hsnvr6xfqmvj6j37yf-packages.json.drv building '/nix/store/vjhi9xxqx2aj70hsnvr6xfqmvj6j37yf-packages.json.drv'... Going to be running update for following packages: - python3.11-pyxl3-1.4 Press Enter key to continue... Running update for: - python3.11-pyxl3-1.4: UPDATING ... - python3.11-pyxl3-1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyxl3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.eliom, using log file: /var/log/nixpkgs-update/ocamlPackages.eliom/2024-03-05.log ocamlPackages.eliom 10.1.2 -> 10.2.0 https://github.com/ocsigen/eliom/releases attrpath: ocamlPackages.eliom Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/ocaml-modules/eliom/default.nix b/pkgs/development/ocaml-modules/eliom/default.nix index d1c0462c4dca..20aded8f35ae 100644 --- a/pkgs/development/ocaml-modules/eliom/default.nix +++ b/pkgs/development/ocaml-modules/eliom/default.nix @@ -17,13 +17,13 @@ buildDunePackage rec { pname = "eliom"; - version = "10.1.2"; + version = "10.2.0"; src = fetchFromGitHub { owner = "ocsigen"; repo = "eliom"; rev = version; - hash = "sha256-Cxwp534ADUO7AHnxZnGsrqxGDkhcJ314M5wytO4e8/0="; + hash = "sha256-mdVMMqX5Wy7MIpKqgoQDQhrAPTptqtOPQ5IQOKpfIKg="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Update edits cause no rebuilds. [result] Failed to update ocamlPackages.eliom 10.1.2 -> 10.2.0 https://github.com/ocsigen/eliom/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 jitsi-videobridge, using log file: /var/log/nixpkgs-update/jitsi-videobridge/2024-03-05.log jitsi-videobridge 0 -> 1 attrpath: jitsi-videobridge Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kw4ph64ps7x3zazf3wm0dl27v92alrgv-packages.json.drv building '/nix/store/kw4ph64ps7x3zazf3wm0dl27v92alrgv-packages.json.drv'... Going to be running update for following packages: - jitsi-videobridge2-2.3-67-gb2d4229f Press Enter key to continue... Running update for: - jitsi-videobridge2-2.3-67-gb2d4229f: UPDATING ... - jitsi-videobridge2-2.3-67-gb2d4229f: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/jitsi-videobridge/default.nix b/pkgs/servers/jitsi-videobridge/default.nix index 06aa43e5fce3..f7b182037a7e 100644 --- a/pkgs/servers/jitsi-videobridge/default.nix +++ b/pkgs/servers/jitsi-videobridge/default.nix @@ -2,10 +2,10 @@ let pname = "jitsi-videobridge2"; - version = "2.3-67-gb2d4229f"; + version = "2.3-74-ga015be96"; src = fetchurl { url = "https://download.jitsi.org/stable/${pname}_${version}-1_all.deb"; - sha256 = "aE9QFzOJk3jMzNTEitcaBZVKpa1IJ55JahLfNDCujJI="; + sha256 = "ZcP4NiLADEoczY7/Xlu9bF1E0aGlbdAXCG0O+QiLZGo="; }; in stdenv.mkDerivation { An auto update branch exists with message `jitsi-videobridge: 2.3-67-gb2d4229f -> 2.3-74-ga015be96`. New version is 2.3-74-ga015be96. An auto update branch exists with an equal or greater version [result] Failed to update jitsi-videobridge 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bilibili, using log file: /var/log/nixpkgs-update/bilibili/2024-03-05.log bilibili 1.13.0-2 -> 1.13.0.3195 https://repology.org/project/bilibili/versions attrpath: bilibili 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/w0p969nvfynz0iw4zjh788dz01fs7kh0-io.github.msojocs.bilibili_1.13.0.3195_amd64.deb.drv building '/nix/store/w0p969nvfynz0iw4zjh788dz01fs7kh0-io.github.msojocs.bilibili_1.13.0.3195_amd64.deb.drv'... trying https://github.com/msojocs/bilibili-linux/releases/download/v1.13.0.3195/io.github.msojocs.bilibili_1.13.0.3195_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 io.github.msojocs.bilibili_1.13.0.3195_amd64.deb from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'bilibili.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/w0p969nvfynz0iw4zjh788dz01fs7kh0-io.github.msojocs.bilibili_1.13.0.3195_amd64.deb.drv /nix/store/s04cqxrb368idk0nkq84nz81ycg73pqx-bilibili-1.13.0.3195.drv building '/nix/store/w0p969nvfynz0iw4zjh788dz01fs7kh0-io.github.msojocs.bilibili_1.13.0.3195_amd64.deb.drv'... trying https://github.com/msojocs/bilibili-linux/releases/download/v1.13.0.3195/io.github.msojocs.bilibili_1.13.0.3195_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 io.github.msojocs.bilibili_1.13.0.3195_amd64.deb from any mirror error: builder for '/nix/store/w0p969nvfynz0iw4zjh788dz01fs7kh0-io.github.msojocs.bilibili_1.13.0.3195_amd64.deb.drv' failed with exit code 1; last 7 log lines: > > trying https://github.com/msojocs/bilibili-linux/releases/download/v1.13.0.3195/io.github.msojocs.bilibili_1.13.0.3195_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 io.github.msojocs.bilibili_1.13.0.3195_amd64.deb from any mirror For full logs, run 'nix log /nix/store/w0p969nvfynz0iw4zjh788dz01fs7kh0-io.github.msojocs.bilibili_1.13.0.3195_amd64.deb.drv'. error: 1 dependencies of derivation '/nix/store/s04cqxrb368idk0nkq84nz81ycg73pqx-bilibili-1.13.0.3195.drv' failed to build [result] Failed to update bilibili 1.13.0-2 -> 1.13.0.3195 https://repology.org/project/bilibili/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.lmfit, using log file: /var/log/nixpkgs-update/python311Packages.lmfit/2024-03-05.log python311Packages.lmfit 0 -> 1 attrpath: python311Packages.lmfit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hlqr2had0yl0b3z2aqbrgih4mfxvr8zg-packages.json.drv building '/nix/store/hlqr2had0yl0b3z2aqbrgih4mfxvr8zg-packages.json.drv'... Going to be running update for following packages: - python3.11-lmfit-1.2.2 Press Enter key to continue... Running update for: - python3.11-lmfit-1.2.2: UPDATING ... - python3.11-lmfit-1.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.lmfit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tidalapi, using log file: /var/log/nixpkgs-update/python311Packages.tidalapi/2024-03-05.log python311Packages.tidalapi 0 -> 1 attrpath: python311Packages.tidalapi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5isdp6j06mmq5mp9ns2nc46kj1dpcjby-packages.json.drv building '/nix/store/5isdp6j06mmq5mp9ns2nc46kj1dpcjby-packages.json.drv'... Going to be running update for following packages: - python3.11-tidalapi-0.7.3 Press Enter key to continue... Running update for: - python3.11-tidalapi-0.7.3: UPDATING ... - python3.11-tidalapi-0.7.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tidalapi/default.nix b/pkgs/development/python-modules/tidalapi/default.nix index 020417ece1df..8c3c2429dc72 100644 --- a/pkgs/development/python-modules/tidalapi/default.nix +++ b/pkgs/development/python-modules/tidalapi/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "tidalapi"; - version = "0.7.3"; + version = "0.7.5"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-sIPuo1kd08Quflf7oFxoo1H56cdUDlbNTfFkn8j3jVE="; + hash = "sha256-QzrIWQ7cWpPAu3+/zqAqX9eDWOF8F3Xj8Rt5D8I6h9M="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.tidalapi nix build failed. Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/av69fh9j8j9gnhgkrbmh3ry3kmbn8mqi-tidalapi-0.7.5.tar.gz source root is tidalapi-0.7.5 setting SOURCE_DATE_EPOCH to timestamp 1709336083 of file tidalapi-0.7.5/HISTORY.rst @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... * Building wheel... Successfully built tidalapi-0.7.5-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 tidalapi-0.7.5-py3-none-any.whl - isodate not installed - mpegdash not installed - ratelimit not installed - typing-extensions not installed [result] Failed to update python311Packages.tidalapi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mamba, using log file: /var/log/nixpkgs-update/mamba/2024-03-05.log mamba 2.3 -> 2.5 https://github.com/brummer10/Mamba/releases attrpath: mamba 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/mamba/default.nix b/pkgs/applications/audio/mamba/default.nix index fcfafbdb4bbf..d126adce4082 100644 --- a/pkgs/applications/audio/mamba/default.nix +++ b/pkgs/applications/audio/mamba/default.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation rec { pname = "mamba"; - version = "2.3"; + version = "2.5"; src = fetchFromGitHub { owner = "brummer10"; repo = "Mamba"; rev = "v${version}"; - sha256 = "sha256-Dj8yPmuEtDVgu6Gm6aEY+dgJ0dtwB8RPg9EuaVAsiIs="; + sha256 = "sha256-xZgdwcXICG2LWoPQQZ9t07Pc2xK0ccWEB9b+t2rTc14="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A mamba Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . mamba Standard output: error: Ă¢Â€Â¦ in the condition of the assert statement at /var/cache/nixpkgs-update/worker/worktree/mamba/lib/customisation.nix:268:17: 267| in commonAttrs // { 268| drvPath = assert condition; drv.drvPath; | ^ 269| outPath = assert condition; drv.outPath; Ă¢Â€Â¦ while evaluating the attribute 'handled' at /var/cache/nixpkgs-update/worker/worktree/mamba/pkgs/stdenv/generic/check-meta.nix:490:7: 489| # or, alternatively, just output a warning message. 490| handled = | ^ 491| ( (stack trace truncated; use '--show-trace' to show the full trace) error: Package Ă¢Â€Â˜mamba-2.5Ă¢Â€Â™ in /var/cache/nixpkgs-update/worker/worktree/mamba/pkgs/applications/audio/mamba/default.nix:36 is marked as broken, refusing to evaluate. a) To temporarily allow broken packages, you can use an environment variable for a single invocation of the nix tools. $ export NIXPKGS_ALLOW_BROKEN=1 Note: When using `nix shell`, `nix build`, `nix develop`, etc with a flake, then pass `--impure` in order to allow use of environment variables. b) For `nixos-rebuild` you can set { nixpkgs.config.allowBroken = true; } in configuration.nix to override this. c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowBroken = true; } to ~/.config/nixpkgs/config.nix. [result] Failed to update mamba 2.3 -> 2.5 https://github.com/brummer10/Mamba/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.tcolorpy, using log file: /var/log/nixpkgs-update/python311Packages.tcolorpy/2024-03-05.log python311Packages.tcolorpy 0 -> 1 attrpath: python311Packages.tcolorpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/578pq22d67nc29msq3capg48wyk3pyyq-packages.json.drv building '/nix/store/578pq22d67nc29msq3capg48wyk3pyyq-packages.json.drv'... Going to be running update for following packages: - python3.11-tcolorpy-0.1.4 Press Enter key to continue... Running update for: - python3.11-tcolorpy-0.1.4: UPDATING ... - python3.11-tcolorpy-0.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tcolorpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-simple-history, using log file: /var/log/nixpkgs-update/python311Packages.django-simple-history/2024-03-05.log python311Packages.django-simple-history 0 -> 1 attrpath: python311Packages.django-simple-history Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zb293cvxjs1cm93aaix9k0m5idzw0xbb-packages.json.drv building '/nix/store/zb293cvxjs1cm93aaix9k0m5idzw0xbb-packages.json.drv'... Going to be running update for following packages: - python3.11-django-simple-history-3.5.0 Press Enter key to continue... Running update for: - python3.11-django-simple-history-3.5.0: UPDATING ... - python3.11-django-simple-history-3.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-simple-history 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libais, using log file: /var/log/nixpkgs-update/python311Packages.libais/2024-03-05.log python311Packages.libais 0 -> 1 attrpath: python311Packages.libais Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bihp5fn025a199z8alvwg7msrp2wr0jb-packages.json.drv building '/nix/store/bihp5fn025a199z8alvwg7msrp2wr0jb-packages.json.drv'... Going to be running update for following packages: - python3.11-libais-0.17 Press Enter key to continue... Running update for: - python3.11-libais-0.17: UPDATING ... - python3.11-libais-0.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.libais 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-whois, using log file: /var/log/nixpkgs-update/python311Packages.python-whois/2024-03-05.log python311Packages.python-whois 0 -> 1 attrpath: python311Packages.python-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/i03dmr0222rhq7ccgvkagwcnb883r337-packages.json.drv building '/nix/store/i03dmr0222rhq7ccgvkagwcnb883r337-packages.json.drv'... Going to be running update for following packages: - python3.11-python-whois-0.8.0 Press Enter key to continue... Running update for: - python3.11-python-whois-0.8.0: UPDATING ... - python3.11-python-whois-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-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 rPackages.bettermc, using log file: /var/log/nixpkgs-update/rPackages.bettermc/2024-03-05.log rPackages.bettermc 1.1.2 -> 1.2.1 https://repology.org/project/r:bettermc/versions attrpath: rPackages.bettermc Checking auto update branch... No auto update branch exists Old version 1.1.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.bettermc 1.1.2 -> 1.2.1 https://repology.org/project/r:bettermc/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.hsblst, using log file: /var/log/nixpkgs-update/haskellPackages.hsblst/2024-03-05.log haskellPackages.hsblst 0.0.2 -> 0.0.3 https://repology.org/project/haskell:hsblst/versions attrpath: haskellPackages.hsblst Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.hsblst 0.0.2 -> 0.0.3 https://repology.org/project/haskell:hsblst/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ledger-autosync, using log file: /var/log/nixpkgs-update/ledger-autosync/2024-03-05.log ledger-autosync 0 -> 1 attrpath: ledger-autosync Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/07mjq2sww6fcflylsbn6j7gk6bj8cm2r-packages.json.drv building '/nix/store/07mjq2sww6fcflylsbn6j7gk6bj8cm2r-packages.json.drv'... Going to be running update for following packages: - ledger-autosync-1.0.3 Press Enter key to continue... Running update for: - ledger-autosync-1.0.3: UPDATING ... - ledger-autosync-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update ledger-autosync 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dnf5, using log file: /var/log/nixpkgs-update/dnf5/2024-03-05.log dnf5 5.1.13 -> 5.1.14 https://github.com/rpm-software-management/dnf5/releases attrpath: dnf5 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/package-management/dnf5/default.nix b/pkgs/tools/package-management/dnf5/default.nix index 129b98867cb0..fc22001a5192 100644 --- a/pkgs/tools/package-management/dnf5/default.nix +++ b/pkgs/tools/package-management/dnf5/default.nix @@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: { pname = "dnf5"; - version = "5.1.13"; + version = "5.1.14"; outputs = [ "out" "man" ]; @@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "rpm-software-management"; repo = "dnf5"; rev = finalAttrs.version; - hash = "sha256-6fgQA9L6yBDdtCzxPg+EyxERr/dzW1PWVaT1+lRCXmo="; + hash = "sha256-LVemkL3Ysv2hS0/c+ZTqzEKq3kFu+T1rEBwZpjssE2k="; }; nativeBuildInputs = [ [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/7kgcfwvll2yg15bjw66bnwj175gq5afb-dnf5-5.1.14" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
  • dnf5
  • dnf5.man
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/rpm-software-management/dnf5/releases. meta.description for dnf5 is: Next-generation RPM package management system meta.homepage for dnf5 is: https://github.com/rpm-software-management/dnf5 meta.changelog for dnf5 is: https://github.com/rpm-software-management/dnf5/releases/tag/24.05.20240305.dirty ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/rpm-software-management/dnf5/releases/tag/5.1.14) - [Compare changes on GitHub](https://github.com/rpm-software-management/dnf5/compare/5.1.13...5.1.14) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 5.1.14 with grep in /nix/store/7kgcfwvll2yg15bjw66bnwj175gq5afb-dnf5-5.1.14 - found 5.1.14 in filename of file in /nix/store/7kgcfwvll2yg15bjw66bnwj175gq5afb-dnf5-5.1.14 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath dnf5 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/7kgcfwvll2yg15bjw66bnwj175gq5afb-dnf5-5.1.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 dnf5 https://github.com/r-ryantm/nixpkgs/archive/91089a327cf2b43b555a305b7083a2f0abdac48b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/91089a327cf2b43b555a305b7083a2f0abdac48b#dnf5 ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/7kgcfwvll2yg15bjw66bnwj175gq5afb-dnf5-5.1.14 ls -la /nix/store/7kgcfwvll2yg15bjw66bnwj175gq5afb-dnf5-5.1.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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages built:
  • dnf5
  • dnf5.man
--- ###### Maintainer pings cc @malt3 @katexochen 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/293524 [result] Success updating dnf5 5.1.13 -> 5.1.14 https://github.com/rpm-software-management/dnf5/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.this_path, using log file: /var/log/nixpkgs-update/rPackages.this_path/2024-03-05.log rPackages.this_path 2.3.1 -> 2.4.0 https://repology.org/project/r:this.path/versions attrpath: rPackages.this_path Checking auto update branch... No auto update branch exists Old version 2.3.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.this_path 2.3.1 -> 2.4.0 https://repology.org/project/r:this.path/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.campsis, using log file: /var/log/nixpkgs-update/rPackages.campsis/2024-03-05.log rPackages.campsis 1.5.0 -> 1.5.1 https://repology.org/project/r:campsis/versions attrpath: rPackages.campsis Checking auto update branch... No auto update branch exists Old version 1.5.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.campsis 1.5.0 -> 1.5.1 https://repology.org/project/r:campsis/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hjson, using log file: /var/log/nixpkgs-update/python311Packages.hjson/2024-03-05.log python311Packages.hjson 3.0.2 -> 3.1.0 https://repology.org/project/python:hjson/versions attrpath: python311Packages.hjson Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8k9cwlan3g4zkilv9pgb1rgkvhgj0id9-packages.json.drv building '/nix/store/8k9cwlan3g4zkilv9pgb1rgkvhgj0id9-packages.json.drv'... Going to be running update for following packages: - python3.11-hjson-3.0.2 Press Enter key to continue... Running update for: - python3.11-hjson-3.0.2: UPDATING ... - python3.11-hjson-3.0.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hjson 3.0.2 -> 3.1.0 https://repology.org/project/python:hjson/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tailwindcss-language-server, using log file: /var/log/nixpkgs-update/tailwindcss-language-server/2024-03-05.log tailwindcss-language-server 0.0.16 -> 0.10.5 https://github.com/tailwindlabs/tailwindcss-intellisense/releases attrpath: tailwindcss-language-server 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] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/hx4hm0k8m6dn5wcv48mwr4ndvyz5m4sr-source.drv building '/nix/store/hx4hm0k8m6dn5wcv48mwr4ndvyz5m4sr-source.drv'... trying https://github.com/tailwindlabs/tailwindcss-intellisense/archive/@tailwindcss/language-server@v0.10.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: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'tailwindcss-language-server.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/hx4hm0k8m6dn5wcv48mwr4ndvyz5m4sr-source.drv /nix/store/77zwf7mmwa4ghqzzsmxgh90d98rfk6ms-tailwindcss-language-server-0.10.5-npm-deps.drv /nix/store/8r0zlqr5g3clqfsdq9lprf9yfl9n5jx6-tailwindcss-language-server-0.10.5.drv building '/nix/store/hx4hm0k8m6dn5wcv48mwr4ndvyz5m4sr-source.drv'... trying https://github.com/tailwindlabs/tailwindcss-intellisense/archive/@tailwindcss/language-server@v0.10.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/hx4hm0k8m6dn5wcv48mwr4ndvyz5m4sr-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/tailwindlabs/tailwindcss-intellisense/archive/@tailwindcss/language-server@v0.10.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/hx4hm0k8m6dn5wcv48mwr4ndvyz5m4sr-source.drv'. error: 1 dependencies of derivation '/nix/store/8r0zlqr5g3clqfsdq9lprf9yfl9n5jx6-tailwindcss-language-server-0.10.5.drv' failed to build [result] Failed to update tailwindcss-language-server 0.0.16 -> 0.10.5 https://github.com/tailwindlabs/tailwindcss-intellisense/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.pyglm, using log file: /var/log/nixpkgs-update/python311Packages.pyglm/2024-03-05.log python311Packages.pyglm 0 -> 1 attrpath: python311Packages.pyglm Checking auto update branch... [version] [version] skipping because derivation has 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/dmw0mwqp8hbq415k13bmhqnbjpvg9r7p-packages.json.drv building '/nix/store/dmw0mwqp8hbq415k13bmhqnbjpvg9r7p-packages.json.drv'... Going to be running update for following packages: - python3.11-pyglm-2.7.1-rev1 Press Enter key to continue... Running update for: - python3.11-pyglm-2.7.1-rev1: UPDATING ... - python3.11-pyglm-2.7.1-rev1: ERROR --- SHOWING ERROR LOG FOR python3.11-pyglm-2.7.1-rev1 ---------------------- INFO:root:Updating packages... Traceback (most recent call last): File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 596, in main() File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-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/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 575, in results = list(filter(bool, p.map(lambda pkg: _update(pkg, target), packages))) ^^^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 519, in _update return _update_package(path, target) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 430, in _update_package new_version, new_sha256, prefix = FETCHERS[fetcher]( ^^^^^^^^^^^^^^^^^^ File "/nix/store/76ikmd9xpsny2cs10qsfj96ri8626006-update-python-libraries", line 294, in _get_latest_version_github response = subprocess.check_output(cmd) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 548, in run with Popen(*popenargs, **kwargs) as process: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/subprocess.py", line 1953, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'nix-prefetch-git' --- SHOWING ERROR LOG FOR python3.11-pyglm-2.7.1-rev1 ---------------------- The update script for python3.11-pyglm-2.7.1-rev1 failed with exit code 1 [result] Failed to update python311Packages.pyglm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libvarlink, using log file: /var/log/nixpkgs-update/libvarlink/2024-03-05.log libvarlink 0 -> 1 attrpath: libvarlink Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f74pcg88m6vk5nmllq8d6qqvxgysfy63-packages.json.drv building '/nix/store/f74pcg88m6vk5nmllq8d6qqvxgysfy63-packages.json.drv'... Going to be running update for following packages: - libvarlink-23 Press Enter key to continue... Running update for: - libvarlink-23: UPDATING ... - libvarlink-23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libvarlink 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libsoundtouch, using log file: /var/log/nixpkgs-update/python311Packages.libsoundtouch/2024-03-05.log python311Packages.libsoundtouch 0 -> 1 attrpath: python311Packages.libsoundtouch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qh8hmic5g16rj269my9p01b7ahhmggdm-packages.json.drv building '/nix/store/qh8hmic5g16rj269my9p01b7ahhmggdm-packages.json.drv'... Going to be running update for following packages: - python3.11-libsoundtouch-0.8.0 Press Enter key to continue... Running update for: - python3.11-libsoundtouch-0.8.0: UPDATING ... - python3.11-libsoundtouch-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.libsoundtouch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ewmh, using log file: /var/log/nixpkgs-update/python311Packages.ewmh/2024-03-05.log python311Packages.ewmh 0 -> 1 attrpath: python311Packages.ewmh Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4946c5xnlnw9msprvakihncn3asr2f69-packages.json.drv building '/nix/store/4946c5xnlnw9msprvakihncn3asr2f69-packages.json.drv'... Going to be running update for following packages: - python3.11-ewmh-0.1.6 Press Enter key to continue... Running update for: - python3.11-ewmh-0.1.6: UPDATING ... - python3.11-ewmh-0.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ewmh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO this isn't a real package [result] Failed to update python311Packages.xstatic-jquery 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-action-api, using log file: /var/log/nixpkgs-update/lomiri.lomiri-action-api/2024-03-05.log lomiri.lomiri-action-api 0 -> 1 attrpath: lomiri.lomiri-action-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/bixig31j05g702qrb118prs30qzcr308-packages.json.drv building '/nix/store/bixig31j05g702qrb118prs30qzcr308-packages.json.drv'... Going to be running update for following packages: - lomiri-action-api-1.1.3 Press Enter key to continue... Running update for: - lomiri-action-api-1.1.3: UPDATING ... - lomiri-action-api-1.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lomiri.lomiri-action-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 renode-unstable, using log file: /var/log/nixpkgs-update/renode-unstable/2024-03-05.log renode-unstable 0 -> 1 attrpath: renode-unstable Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [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/xcvz7p7bvz51z5j5mxkisilmj2y5fip3-renode-unstable-updater.drv /nix/store/cwndxlhwidh595razdmf0kq7f80hla82-packages.json.drv building '/nix/store/xcvz7p7bvz51z5j5mxkisilmj2y5fip3-renode-unstable-updater.drv'... building '/nix/store/cwndxlhwidh595razdmf0kq7f80hla82-packages.json.drv'... Going to be running update for following packages: - renode-unstable-1.14.0+20240226git732d357b4 Press Enter key to continue... Running update for: - renode-unstable-1.14.0+20240226git732d357b4: UPDATING ... - renode-unstable-1.14.0+20240226git732d357b4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/re/renode-unstable/package.nix b/pkgs/by-name/re/renode-unstable/package.nix index 6f53c1c45045..cf31a1208b22 100644 --- a/pkgs/by-name/re/renode-unstable/package.nix +++ b/pkgs/by-name/re/renode-unstable/package.nix @@ -7,10 +7,10 @@ inherit buildUnstable; }).overrideAttrs (finalAttrs: _: { pname = "renode-unstable"; - version = "1.14.0+20240226git732d357b4"; + version = "1.14.0+20240305gitcec51e561"; src = fetchurl { url = "https://builds.renode.io/renode-${finalAttrs.version}.linux-portable.tar.gz"; - hash = "sha256-08xV/6ch6dWA4pwg8tuDywYhQ4ZIFRD5zegojDZtAHE="; + hash = "sha256-dXT4C/s7Aygqhq0U6MiPsQL8ZvjPfTzKYuhA6aRQKlI="; }; }) No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/amvqsv9xd57qsz8slc4c4bwnx55czrxq-renode-unstable-1.14.0+20240305gitcec51e561" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • renode-unstable
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 renode-unstable is: Virtual development framework for complex embedded systems meta.homepage for renode-unstable is: https://renode.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 1.14.0+20240305gitcec51e561 in filename of file in /nix/store/amvqsv9xd57qsz8slc4c4bwnx55czrxq-renode-unstable-1.14.0+20240305gitcec51e561 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath renode-unstable ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/amvqsv9xd57qsz8slc4c4bwnx55czrxq-renode-unstable-1.14.0+20240305gitcec51e561 \ --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 renode-unstable https://github.com/r-ryantm/nixpkgs/archive/a8979c1d4169cbaae26b1bad5e97482899eb703b.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/a8979c1d4169cbaae26b1bad5e97482899eb703b#renode-unstable ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/amvqsv9xd57qsz8slc4c4bwnx55czrxq-renode-unstable-1.14.0+20240305gitcec51e561 ls -la /nix/store/amvqsv9xd57qsz8slc4c4bwnx55czrxq-renode-unstable-1.14.0+20240305gitcec51e561/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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • renode-unstable
--- ###### 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/293528 [result] Success updating renode-unstable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dataprep-ml, using log file: /var/log/nixpkgs-update/python311Packages.dataprep-ml/2024-03-05.log python311Packages.dataprep-ml 0 -> 1 attrpath: python311Packages.dataprep-ml Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wn5ikqg059sbn2ylxgskf08mk7cvy83b-packages.json.drv building '/nix/store/wn5ikqg059sbn2ylxgskf08mk7cvy83b-packages.json.drv'... Going to be running update for following packages: - python3.11-dataprep-ml-0.0.21 Press Enter key to continue... Running update for: - python3.11-dataprep-ml-0.0.21: UPDATING ... - python3.11-dataprep-ml-0.0.21: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dataprep-ml/default.nix b/pkgs/development/python-modules/dataprep-ml/default.nix index 00a25158bc87..9f4fc81e4066 100644 --- a/pkgs/development/python-modules/dataprep-ml/default.nix +++ b/pkgs/development/python-modules/dataprep-ml/default.nix @@ -27,7 +27,7 @@ let in buildPythonPackage rec { pname = "dataprep-ml"; - version = "0.0.21"; + version = "0.0.22"; pyproject = true; disabled = pythonOlder "3.8"; @@ -36,7 +36,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "dataprep_ml"; inherit version; - hash = "sha256-BtnRmj5JtgNdCFowgNdpIZn5vUdw8QYCWneHfDgC4/c="; + hash = "sha256-umSL5E6yLwjFwhIprCySHNaPKeESwGGzgInZMPNBMcs="; }; pythonRelaxDeps = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.dataprep-ml nix build failed. patching script interpreter paths in /nix/store/xqqr1a2kpzfzicsy0id5jgaza8v75l26-python3.11-dataprep-ml-0.0.22 stripping (with command strip and flags -S -p) in /nix/store/xqqr1a2kpzfzicsy0id5jgaza8v75l26-python3.11-dataprep-ml-0.0.22/lib shrinking RPATHs of ELF executables and libraries in /nix/store/6wknrrpkql0zpk4rk0a9iriln9cj1v0n-python3.11-dataprep-ml-0.0.22-dist checking for references to /build/ in /nix/store/6wknrrpkql0zpk4rk0a9iriln9cj1v0n-python3.11-dataprep-ml-0.0.22-dist... patching script interpreter paths in /nix/store/6wknrrpkql0zpk4rk0a9iriln9cj1v0n-python3.11-dataprep-ml-0.0.22-dist Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: dataprep_ml dataprep_ml.cleaners dataprep_ml.helpers dataprep_ml.imputers dataprep_ml.insights dataprep_ml.recommenders dataprep_ml.splitters Traceback (most recent call last): File "", line 1, in File "", line 1, in File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/nix/store/xqqr1a2kpzfzicsy0id5jgaza8v75l26-python3.11-dataprep-ml-0.0.22/lib/python3.11/site-packages/dataprep_ml/insights.py", line 11, in from type_infer.api import infer_types ModuleNotFoundError: No module named 'type_infer.api' [result] Failed to update python311Packages.dataprep-ml 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.qtforkawesome, using log file: /var/log/nixpkgs-update/libsForQt5.qtforkawesome/2024-03-05.log libsForQt5.qtforkawesome 0.1.0 -> 0.2.0 https://github.com/Martchus/qtforkawesome/releases attrpath: libsForQt5.qtforkawesome 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 libsForQt5.qtforkawesome 0.1.0 -> 0.2.0 https://github.com/Martchus/qtforkawesome/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.templateICAr, using log file: /var/log/nixpkgs-update/rPackages.templateICAr/2024-03-05.log rPackages.templateICAr 0.6.2 -> 0.6.4 https://repology.org/project/r:templateicar/versions attrpath: rPackages.templateICAr Checking auto update branch... No auto update branch exists Old version 0.6.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.templateICAr 0.6.2 -> 0.6.4 https://repology.org/project/r:templateicar/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cmigemo, using log file: /var/log/nixpkgs-update/python311Packages.cmigemo/2024-03-05.log python311Packages.cmigemo 0 -> 1 attrpath: python311Packages.cmigemo Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cach55mx8ll576v515jn5rvp2fxp2pqk-packages.json.drv building '/nix/store/cach55mx8ll576v515jn5rvp2fxp2pqk-packages.json.drv'... Going to be running update for following packages: - python3.11-cmigemo-0.1.6 Press Enter key to continue... Running update for: - python3.11-cmigemo-0.1.6: UPDATING ... - python3.11-cmigemo-0.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cmigemo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-webpack-loader, using log file: /var/log/nixpkgs-update/python311Packages.django-webpack-loader/2024-03-05.log python311Packages.django-webpack-loader 0 -> 1 attrpath: python311Packages.django-webpack-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/w7lls8l4fakd6w5rbxn1kx4ah1ndp4g8-packages.json.drv building '/nix/store/w7lls8l4fakd6w5rbxn1kx4ah1ndp4g8-packages.json.drv'... Going to be running update for following packages: - python3.11-django-webpack-loader-3.0.1 Press Enter key to continue... Running update for: - python3.11-django-webpack-loader-3.0.1: UPDATING ... - python3.11-django-webpack-loader-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-webpack-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.aiopvpc, using log file: /var/log/nixpkgs-update/python311Packages.aiopvpc/2024-03-05.log python311Packages.aiopvpc 0 -> 1 attrpath: python311Packages.aiopvpc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/imj7j2d4a8p8nvpfp4hlh83zm74ka1d1-packages.json.drv building '/nix/store/imj7j2d4a8p8nvpfp4hlh83zm74ka1d1-packages.json.drv'... Going to be running update for following packages: - python3.11-aiopvpc-4.2.2 Press Enter key to continue... Running update for: - python3.11-aiopvpc-4.2.2: UPDATING ... - python3.11-aiopvpc-4.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiopvpc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath simp_le, using log file: /var/log/nixpkgs-update/simp_le/2024-03-05.log simp_le 0 -> 1 attrpath: simp_le Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gn0ds153mjx7canq19qfjabgkshw024n-packages.json.drv building '/nix/store/gn0ds153mjx7canq19qfjabgkshw024n-packages.json.drv'... Going to be running update for following packages: - simp_le-client-0.17.0 Press Enter key to continue... Running update for: - simp_le-client-0.17.0: UPDATING ... - simp_le-client-0.17.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/admin/simp_le/default.nix b/pkgs/tools/admin/simp_le/default.nix index cf908ba33550..91d0ba360168 100644 --- a/pkgs/tools/admin/simp_le/default.nix +++ b/pkgs/tools/admin/simp_le/default.nix @@ -2,11 +2,11 @@ python3Packages.buildPythonApplication rec { pname = "simp_le-client"; - version = "0.17.0"; + version = "0.20.0"; src = fetchPypi { inherit pname version; - sha256 = "0m1jynar4calaffp2zdxr5yy9vnhw2qf2hsfxwzfwf8fqb5h7bjb"; + sha256 = "sha256-p6+OF8MuAzcdTV4/CvZpjGaOrg7xcNuEddk7yC2sXIE="; }; postPatch = '' No auto update branch exists There might already be an open PR for this update: - simp_le: 0.17.0 -> 0.20.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/266533" [result] Failed to update simp_le 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.tidyseurat, using log file: /var/log/nixpkgs-update/rPackages.tidyseurat/2024-03-05.log rPackages.tidyseurat 0.7.9 -> 0.8.0 https://repology.org/project/r:tidyseurat/versions attrpath: rPackages.tidyseurat Checking auto update branch... No auto update branch exists Old version 0.7.9" 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.tidyseurat 0.7.9 -> 0.8.0 https://repology.org/project/r:tidyseurat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-fixture-config, using log file: /var/log/nixpkgs-update/python311Packages.pytest-fixture-config/2024-03-05.log python311Packages.pytest-fixture-config 0 -> 1 attrpath: python311Packages.pytest-fixture-config Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/v6cx2rksh6wg4xcdwbgy4pn4i0zyfhxn-packages.json.drv building '/nix/store/v6cx2rksh6wg4xcdwbgy4pn4i0zyfhxn-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-fixture-config-1.7.0 Press Enter key to continue... Running update for: - python3.11-pytest-fixture-config-1.7.0: UPDATING ... - python3.11-pytest-fixture-config-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-fixture-config 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pycangjie, using log file: /var/log/nixpkgs-update/python311Packages.pycangjie/2024-03-05.log python311Packages.pycangjie 0 -> 1 attrpath: python311Packages.pycangjie Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/niyl8rvh8wz855f9mzjx113p137m2fq4-packages.json.drv building '/nix/store/niyl8rvh8wz855f9mzjx113p137m2fq4-packages.json.drv'... Going to be running update for following packages: - python3.11-pycangjie-unstable-2015-05-03 Press Enter key to continue... Running update for: - python3.11-pycangjie-unstable-2015-05-03: UPDATING ... - python3.11-pycangjie-unstable-2015-05-03: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pycangjie 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.extremeStat, using log file: /var/log/nixpkgs-update/rPackages.extremeStat/2024-03-05.log rPackages.extremeStat 1.5.8 -> 1.5.9 https://repology.org/project/r:extremestat/versions attrpath: rPackages.extremeStat Checking auto update branch... No auto update branch exists Old version 1.5.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.extremeStat 1.5.8 -> 1.5.9 https://repology.org/project/r:extremestat/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.packcheck, using log file: /var/log/nixpkgs-update/haskellPackages.packcheck/2024-03-05.log haskellPackages.packcheck 0.6.0 -> 0.7.0 https://repology.org/project/haskell:packcheck/versions attrpath: haskellPackages.packcheck Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.packcheck 0.6.0 -> 0.7.0 https://repology.org/project/haskell:packcheck/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.et, using log file: /var/log/nixpkgs-update/aspellDicts.et/2024-03-05.log aspellDicts.et 0 -> 1 attrpath: aspellDicts.et 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/cy1xgj7j7ry2rvjh348kb5n0dvnfjp2d-update-aspellDict-et.drv /nix/store/9ymi7px6mrr6v1a6hx1s5iylz0vn3xp2-packages.json.drv building '/nix/store/cy1xgj7j7ry2rvjh348kb5n0dvnfjp2d-update-aspellDict-et.drv'... building '/nix/store/9ymi7px6mrr6v1a6hx1s5iylz0vn3xp2-packages.json.drv'... Going to be running update for following packages: - aspell-dict-et-0.1.21-1 Press Enter key to continue... Running update for: - aspell-dict-et-0.1.21-1: UPDATING ... - aspell-dict-et-0.1.21-1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.et 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath itamae, using log file: /var/log/nixpkgs-update/itamae/2024-03-05.log itamae 0 -> 1 attrpath: itamae 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 itamae 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sgmllib3k, using log file: /var/log/nixpkgs-update/python311Packages.sgmllib3k/2024-03-05.log python311Packages.sgmllib3k 0 -> 1 attrpath: python311Packages.sgmllib3k Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1298dxi8i052yxbh1y3qbrp6rmj71zzb-packages.json.drv building '/nix/store/1298dxi8i052yxbh1y3qbrp6rmj71zzb-packages.json.drv'... Going to be running update for following packages: - python3.11-sgmllib3k-1.0.0 Press Enter key to continue... Running update for: - python3.11-sgmllib3k-1.0.0: UPDATING ... - python3.11-sgmllib3k-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sgmllib3k 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath apc-temp-fetch, using log file: /var/log/nixpkgs-update/apc-temp-fetch/2024-03-05.log apc-temp-fetch 0 -> 1 attrpath: apc-temp-fetch Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lk3frvxhf4r2zklhwdpkg1p0cz7lypki-packages.json.drv building '/nix/store/lk3frvxhf4r2zklhwdpkg1p0cz7lypki-packages.json.drv'... Going to be running update for following packages: - apc-temp-fetch-0.0.2 Press Enter key to continue... Running update for: - apc-temp-fetch-0.0.2: UPDATING ... - apc-temp-fetch-0.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/networking/apc-temp-fetch/default.nix b/pkgs/tools/networking/apc-temp-fetch/default.nix index 7676465eb499..1e892e993ff6 100644 --- a/pkgs/tools/networking/apc-temp-fetch/default.nix +++ b/pkgs/tools/networking/apc-temp-fetch/default.nix @@ -7,7 +7,7 @@ buildPythonApplication rec { pname = "apc-temp-fetch"; - version = "0.0.2"; + version = "0.0.9"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -15,7 +15,7 @@ buildPythonApplication rec { src = fetchPypi { pname = "APC-Temp-fetch"; inherit version; - hash = "sha256-lXGj/xrOkdMMYvuyVVSCojjQlzISFUT14VTn//iOARo="; + hash = "sha256-ImbGUTcHkk+fTvbYRTTfABY/n2czAC0BXkDAumgpoBo="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A apc-temp-fetch Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . apc-temp-fetch Standard output: error: build log of 'apc-temp-fetch' is not available [result] Failed to update apc-temp-fetch 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.case, using log file: /var/log/nixpkgs-update/python311Packages.case/2024-03-05.log python311Packages.case 0 -> 1 attrpath: python311Packages.case Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hbyajqm6x0253wk1ih0256avvnr0rqxs-packages.json.drv building '/nix/store/hbyajqm6x0253wk1ih0256avvnr0rqxs-packages.json.drv'... Going to be running update for following packages: - python3.11-case-1.5.3 Press Enter key to continue... Running update for: - python3.11-case-1.5.3: UPDATING ... - python3.11-case-1.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.case 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.blobfile, using log file: /var/log/nixpkgs-update/python311Packages.blobfile/2024-03-05.log python311Packages.blobfile 0 -> 1 attrpath: python311Packages.blobfile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/35jcjn2li4qlpfzbx7b5rkznra5bmwqg-packages.json.drv building '/nix/store/35jcjn2li4qlpfzbx7b5rkznra5bmwqg-packages.json.drv'... Going to be running update for following packages: - python3.11-blobfile-2.0.2 Press Enter key to continue... Running update for: - python3.11-blobfile-2.0.2: UPDATING ... - python3.11-blobfile-2.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/blobfile/default.nix b/pkgs/development/python-modules/blobfile/default.nix index 9c99c8502774..039468acca4a 100644 --- a/pkgs/development/python-modules/blobfile/default.nix +++ b/pkgs/development/python-modules/blobfile/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "blobfile"; - version = "2.0.2"; + version = "2.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "christopher-hesse"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-vVoiNIN/LNdbedaOQ+gtj4jhzmrGri49fftHKG+K/fg="; + hash = "sha256-VBh1JMP+8FEqD0uXpxA5RRMFH9XIUb4FUgsPq3vZWHM="; }; propagatedBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 45 > 25 [result] Failed to update python311Packages.blobfile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO this isn't a real package [result] Failed to update python311Packages.django-jquery-js 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyxeoma, using log file: /var/log/nixpkgs-update/python311Packages.pyxeoma/2024-03-05.log python311Packages.pyxeoma 0 -> 1 attrpath: python311Packages.pyxeoma Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m8zyy2l3bij64hggbvl9lcjqd1i701yk-packages.json.drv building '/nix/store/m8zyy2l3bij64hggbvl9lcjqd1i701yk-packages.json.drv'... Going to be running update for following packages: - python3.11-pyxeoma-1.4.2 Press Enter key to continue... Running update for: - python3.11-pyxeoma-1.4.2: UPDATING ... - python3.11-pyxeoma-1.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyxeoma 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.icinga2, using log file: /var/log/nixpkgs-update/terraform-providers.icinga2/2024-03-05.log terraform-providers.icinga2 0 -> 1 attrpath: terraform-providers.icinga2 Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.icinga2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pinegrow, using log file: /var/log/nixpkgs-update/pinegrow/2024-03-05.log pinegrow 7.8 -> 7.92 https://repology.org/project/pinegrow/versions attrpath: pinegrow Checking auto update branch... No auto update branch exists Derivation file opts-out of auto-updates [result] Failed to update pinegrow 7.8 -> 7.92 https://repology.org/project/pinegrow/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.flexibleengine, using log file: /var/log/nixpkgs-update/terraform-providers.flexibleengine/2024-03-05.log terraform-providers.flexibleengine 0 -> 1 attrpath: terraform-providers.flexibleengine Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.flexibleengine 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyosmium, using log file: /var/log/nixpkgs-update/python311Packages.pyosmium/2024-03-05.log python311Packages.pyosmium 0 -> 1 attrpath: python311Packages.pyosmium Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nn3jrx65hbzjqx61x2kzid50v6ipx65b-packages.json.drv building '/nix/store/nn3jrx65hbzjqx61x2kzid50v6ipx65b-packages.json.drv'... Going to be running update for following packages: - python3.11-pyosmium-3.7.0 Press Enter key to continue... Running update for: - python3.11-pyosmium-3.7.0: UPDATING ... - python3.11-pyosmium-3.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyosmium 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nile, using log file: /var/log/nixpkgs-update/nile/2024-03-05.log nile 0 -> 1 attrpath: nile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3id4f9apdf4pn43yqywv2p4hn6rrjr8c-packages.json.drv building '/nix/store/3id4f9apdf4pn43yqywv2p4hn6rrjr8c-packages.json.drv'... Going to be running update for following packages: - nile-unstable-2024-02-05 Press Enter key to continue... Running update for: - nile-unstable-2024-02-05: UPDATING ... - nile-unstable-2024-02-05: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.libsass, using log file: /var/log/nixpkgs-update/python311Packages.libsass/2024-03-05.log python311Packages.libsass 0 -> 1 attrpath: python311Packages.libsass Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l4dihf0qnimhmgzmld6yv1c5bvdy9v8n-packages.json.drv building '/nix/store/l4dihf0qnimhmgzmld6yv1c5bvdy9v8n-packages.json.drv'... Going to be running update for following packages: - python3.11-libsass-0.23.0 Press Enter key to continue... Running update for: - python3.11-libsass-0.23.0: UPDATING ... - python3.11-libsass-0.23.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.libsass 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.oauth2client, using log file: /var/log/nixpkgs-update/python311Packages.oauth2client/2024-03-05.log python311Packages.oauth2client 0 -> 1 attrpath: python311Packages.oauth2client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/72cy83iriflqma6d95zrl7rx7mrqhzd9-packages.json.drv building '/nix/store/72cy83iriflqma6d95zrl7rx7mrqhzd9-packages.json.drv'... Going to be running update for following packages: - python3.11-oauth2client-4.1.3 Press Enter key to continue... Running update for: - python3.11-oauth2client-4.1.3: UPDATING ... - python3.11-oauth2client-4.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.oauth2client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.coqpit, using log file: /var/log/nixpkgs-update/python311Packages.coqpit/2024-03-05.log python311Packages.coqpit 0 -> 1 attrpath: python311Packages.coqpit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/25va1c0wb62zjh1dzjfqz2mpy7b72fzk-packages.json.drv building '/nix/store/25va1c0wb62zjh1dzjfqz2mpy7b72fzk-packages.json.drv'... Going to be running update for following packages: - python3.11-coqpit-0.0.17 Press Enter key to continue... Running update for: - python3.11-coqpit-0.0.17: UPDATING ... - python3.11-coqpit-0.0.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.coqpit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-security-privacy, using log file: /var/log/nixpkgs-update/pantheon.switchboard-plug-security-privacy/2024-03-05.log pantheon.switchboard-plug-security-privacy 0 -> 1 attrpath: pantheon.switchboard-plug-security-privacy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l7cqa4dvkaqdkgzkdcfg32kkb6p8q0ax-packages.json.drv building '/nix/store/l7cqa4dvkaqdkgzkdcfg32kkb6p8q0ax-packages.json.drv'... Going to be running update for following packages: - switchboard-plug-security-privacy-7.1.0 Press Enter key to continue... Running update for: - switchboard-plug-security-privacy-7.1.0: UPDATING ... - switchboard-plug-security-privacy-7.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.switchboard-plug-security-privacy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath unp, using log file: /var/log/nixpkgs-update/unp/2024-03-05.log unp 2.0-pre9 -> 2.0 https://repology.org/project/unp/versions attrpath: unp 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/archivers/unp/default.nix b/pkgs/tools/archivers/unp/default.nix index aeb0fb91c989..808bd6eb903a 100644 --- a/pkgs/tools/archivers/unp/default.nix +++ b/pkgs/tools/archivers/unp/default.nix @@ -9,13 +9,13 @@ let in stdenv.mkDerivation { pname = "unp"; - version = "2.0-pre9"; + version = "2.0"; nativeBuildInputs = [ makeWrapper ]; buildInputs = [ perl ]; src = fetchurl { url = "mirror://debian/pool/main/u/unp/unp_2.0~pre9.tar.xz"; - sha256 = "1lp5vi9x1qi3b21nzv0yqqacj6p74qkl5zryzwq30rjkyvahjya1"; + sha256 = "sha256-QXkJ1fZTZjAw/z7/Qicm5xrJFMYe7G+DWCPi0FPc5dI="; name = "unp_2.0_pre9.tar.xz"; }; Source url did not change. [result] Failed to update unp 2.0-pre9 -> 2.0 https://repology.org/project/unp/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cexprtk, using log file: /var/log/nixpkgs-update/python311Packages.cexprtk/2024-03-05.log python311Packages.cexprtk 0 -> 1 attrpath: python311Packages.cexprtk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4qdx8kjv7nj4qcwqg4b2fp6fhcbbg6rr-packages.json.drv building '/nix/store/4qdx8kjv7nj4qcwqg4b2fp6fhcbbg6rr-packages.json.drv'... Going to be running update for following packages: - python3.11-cexprtk-0.4.1 Press Enter key to continue... Running update for: - python3.11-cexprtk-0.4.1: UPDATING ... - python3.11-cexprtk-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cexprtk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sasview, using log file: /var/log/nixpkgs-update/sasview/2024-03-05.log sasview 0 -> 1 attrpath: sasview Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l7hiqmdispdh05231njs9kaw3dwl2sij-packages.json.drv building '/nix/store/l7hiqmdispdh05231njs9kaw3dwl2sij-packages.json.drv'... Going to be running update for following packages: - sasview-5.0.6 Press Enter key to continue... Running update for: - sasview-5.0.6: UPDATING ... - sasview-5.0.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sasview 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.isopam, using log file: /var/log/nixpkgs-update/rPackages.isopam/2024-03-05.log rPackages.isopam 1.3.0 -> 2.0 https://repology.org/project/r:isopam/versions attrpath: rPackages.isopam Checking auto update branch... No auto update branch exists Old version 1.3.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.isopam 1.3.0 -> 2.0 https://repology.org/project/r:isopam/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-omics, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-omics/2024-03-05.log python311Packages.mypy-boto3-omics 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-omics Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yfbx428wcgpbxsz0wmavwcyqz7slxi7m-packages.json.drv building '/nix/store/yfbx428wcgpbxsz0wmavwcyqz7slxi7m-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-omics-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-omics-1.34.0: UPDATING ... - python3.11-mypy-boto3-omics-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-omics 1.34.0 -> 7.23.2 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.seqeval, using log file: /var/log/nixpkgs-update/python311Packages.seqeval/2024-03-05.log python311Packages.seqeval 0 -> 1 attrpath: python311Packages.seqeval Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hsz3cjh4rdybgymfp4afl7hnz0sa6s6g-packages.json.drv building '/nix/store/hsz3cjh4rdybgymfp4afl7hnz0sa6s6g-packages.json.drv'... Going to be running update for following packages: - python3.11-seqeval-1.2.2 Press Enter key to continue... Running update for: - python3.11-seqeval-1.2.2: UPDATING ... - python3.11-seqeval-1.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.seqeval 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tomli-w, using log file: /var/log/nixpkgs-update/python311Packages.tomli-w/2024-03-05.log python311Packages.tomli-w 0 -> 1 attrpath: python311Packages.tomli-w Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lbc32qqg7wpiydz7f5023k8fpjldp1h7-packages.json.drv building '/nix/store/lbc32qqg7wpiydz7f5023k8fpjldp1h7-packages.json.drv'... Going to be running update for following packages: - python3.11-tomli-w-1.0.0 Press Enter key to continue... Running update for: - python3.11-tomli-w-1.0.0: UPDATING ... - python3.11-tomli-w-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.tomli-w 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath doitlive, using log file: /var/log/nixpkgs-update/doitlive/2024-03-05.log doitlive 0 -> 1 attrpath: doitlive Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cchg3cnh8jpbxjmwvjj0mzbazbj0vz4v-packages.json.drv building '/nix/store/cchg3cnh8jpbxjmwvjj0mzbazbj0vz4v-packages.json.drv'... Going to be running update for following packages: - doitlive-5.0.0 Press Enter key to continue... Running update for: - doitlive-5.0.0: UPDATING ... - doitlive-5.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/doitlive/default.nix b/pkgs/tools/misc/doitlive/default.nix index 9e1d83bb4d98..2c935e48ca67 100644 --- a/pkgs/tools/misc/doitlive/default.nix +++ b/pkgs/tools/misc/doitlive/default.nix @@ -2,12 +2,12 @@ python3Packages.buildPythonApplication rec { pname = "doitlive"; - version = "5.0.0"; + version = "5.1.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-jAoibszDpQJjiNCZDhX3fLniALOG7r9YqaYEySkmMM4="; + hash = "sha256-trzSX58De36W401oVJMGrbPoyD9uksUewrIlq8BbJcU="; }; nativeBuildInputs = with python3Packages; [ setuptools ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A doitlive nix build failed. 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... Traceback (most recent call last): File "/nix/store/pnaj399xsswrxg938lgx8f4xi1b8ryfl-python3.11-pyproject-hooks-1.0.0/lib/python3.11/site-packages/pyproject_hooks/_impl.py", line 321, in _call_hook raise BackendUnavailable(data.get('traceback', '')) pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last): File "/nix/store/pnaj399xsswrxg938lgx8f4xi1b8ryfl-python3.11-pyproject-hooks-1.0.0/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py", line 77, in _build_backend obj = import_module(mod_path) ^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/sxr2igfkwhxbagri49b8krmcqz168sim-python3-3.11.8/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1126, in _find_and_load_unlocked File "", line 241, in _call_with_frames_removed File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1140, in _find_and_load_unlocked ModuleNotFoundError: No module named 'flit_core' ERROR Backend 'flit_core.buildapi' is not available. [result] Failed to update doitlive 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.eff2, using log file: /var/log/nixpkgs-update/rPackages.eff2/2024-03-05.log rPackages.eff2 1.0.1 -> 1.0.2 https://repology.org/project/r:eff2/versions attrpath: rPackages.eff2 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.eff2 1.0.1 -> 1.0.2 https://repology.org/project/r:eff2/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath anyk, using log file: /var/log/nixpkgs-update/anyk/2024-03-05.log anyk 3.26.0 -> 3.30.0 https://repology.org/project/anyk/versions attrpath: anyk 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 anyk 3.26.0 -> 3.30.0 https://repology.org/project/anyk/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.wqtrends, using log file: /var/log/nixpkgs-update/rPackages.wqtrends/2024-03-05.log rPackages.wqtrends 1.4.1 -> 1.4.2 https://repology.org/project/r:wqtrends/versions attrpath: rPackages.wqtrends 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.wqtrends 1.4.1 -> 1.4.2 https://repology.org/project/r:wqtrends/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ricochet-refresh, using log file: /var/log/nixpkgs-update/ricochet-refresh/2024-03-05.log ricochet-refresh 3.0.18 -> 3.0.20-release https://github.com/blueprint-freespeech/ricochet-refresh/releases attrpath: ricochet-refresh 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/nw0x1b85y4nf7r29ck8faw41sdr6rc2p-source.drv building '/nix/store/nw0x1b85y4nf7r29ck8faw41sdr6rc2p-source.drv'... exporting https://github.com/blueprint-freespeech/ricochet-refresh.git (rev v3.0.20-release-release) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/v3.0.20-release-release remote: Enumerating objects: 354, done. remote: Counting objects: 100% (354/354), done. remote: Compressing objects: 100% (333/333), done. remote: Total 354 (delta 77), reused 171 (delta 14), pack-reused 0 Receiving objects: 100% (354/354), 1.23 MiB | 7.46 MiB/s, done. Resolving deltas: 100% (77/77), done. From https://github.com/blueprint-freespeech/ricochet-refresh * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/v3.0.20-release-release from https://github.com/blueprint-freespeech/ricochet-refresh.git. error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'ricochet-refresh.originalSrc' not found stderr did not split as expected full stderr was: these 2 derivations will be built: /nix/store/nw0x1b85y4nf7r29ck8faw41sdr6rc2p-source.drv /nix/store/gzq6s8km2jpnrljxg3cjlqgh0afnsfn6-ricochet-refresh-3.0.20-release.drv this path will be fetched (2.89 MiB download, 24.96 MiB unpacked): /nix/store/kncwy29wjzyx1k36mkr4qi514c9dhy1l-protobuf-3.20.3 copying path '/nix/store/kncwy29wjzyx1k36mkr4qi514c9dhy1l-protobuf-3.20.3' from 'https://cache.nixos.org'... building '/nix/store/nw0x1b85y4nf7r29ck8faw41sdr6rc2p-source.drv'... exporting https://github.com/blueprint-freespeech/ricochet-refresh.git (rev v3.0.20-release-release) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ fatal: couldn't find remote ref refs/tags/v3.0.20-release-release remote: Enumerating objects: 354, done. remote: Counting objects: 100% (354/354), done. remote: Compressing objects: 100% (333/333), done. remote: Total 354 (delta 77), reused 171 (delta 14), pack-reused 0 Receiving objects: 100% (354/354), 1.23 MiB | 7.55 MiB/s, done. Resolving deltas: 100% (77/77), done. From https://github.com/blueprint-freespeech/ricochet-refresh * branch HEAD -> FETCH_HEAD fatal: Not a valid object name Unrecognized git object type: Unable to checkout refs/tags/v3.0.20-release-release from https://github.com/blueprint-freespeech/ricochet-refresh.git. error: builder for '/nix/store/nw0x1b85y4nf7r29ck8faw41sdr6rc2p-source.drv' failed with exit code 1; last 14 log lines: > exporting https://github.com/blueprint-freespeech/ricochet-refresh.git (rev v3.0.20-release-release) into /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source > Initialized empty Git repository in /nix/store/bqfq4db6nwycmkdrql9igsbrayqsw3g2-source/.git/ > fatal: couldn't find remote ref refs/tags/v3.0.20-release-release > remote: Enumerating objects: 354, done. > remote: Counting objects: 100% (354/354), done. > remote: Compressing objects: 100% (333/333), done. > remote: Total 354 (delta 77), reused 171 (delta 14), pack-reused 0 > Receiving objects: 100% (354/354), 1.23 MiB | 7.55 MiB/s, done. > Resolving deltas: 100% (77/77), done. > From https://github.com/blueprint-freespeech/ricochet-refresh > * branch HEAD -> FETCH_HEAD > fatal: Not a valid object name > Unrecognized git object type: > Unable to checkout refs/tags/v3.0.20-release-release from https://github.com/blueprint-freespeech/ricochet-refresh.git. For full logs, run 'nix log /nix/store/nw0x1b85y4nf7r29ck8faw41sdr6rc2p-source.drv'. error: 1 dependencies of derivation '/nix/store/gzq6s8km2jpnrljxg3cjlqgh0afnsfn6-ricochet-refresh-3.0.20-release.drv' failed to build [result] Failed to update ricochet-refresh 3.0.18 -> 3.0.20-release https://github.com/blueprint-freespeech/ricochet-refresh/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.amanida, using log file: /var/log/nixpkgs-update/rPackages.amanida/2024-03-05.log rPackages.amanida 0.2.3 -> 0.3.0 https://repology.org/project/r:amanida/versions attrpath: rPackages.amanida 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.amanida 0.2.3 -> 0.3.0 https://repology.org/project/r:amanida/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sonobuoy, using log file: /var/log/nixpkgs-update/sonobuoy/2024-03-05.log sonobuoy 0 -> 1 attrpath: sonobuoy 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/vjjnn64b5q87rl2v2m1906rcq19ppdaq-packages.json.drv building '/nix/store/vjjnn64b5q87rl2v2m1906rcq19ppdaq-packages.json.drv'... Going to be running update for following packages: - sonobuoy-0.57.1 Press Enter key to continue... Running update for: - sonobuoy-0.57.1: UPDATING ... - sonobuoy-0.57.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update sonobuoy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.smallstuff, using log file: /var/log/nixpkgs-update/rPackages.smallstuff/2024-03-05.log rPackages.smallstuff 1.0.1 -> 1.0.3 https://repology.org/project/r:smallstuff/versions attrpath: rPackages.smallstuff 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.smallstuff 1.0.1 -> 1.0.3 https://repology.org/project/r:smallstuff/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO @andersk asked to skip [result] Failed to update abseil-cpp 20240116.0 -> 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 rPackages.Sleuth3, using log file: /var/log/nixpkgs-update/rPackages.Sleuth3/2024-03-05.log rPackages.Sleuth3 1.0-3 -> 1.0-6 https://repology.org/project/r:sleuth3/versions attrpath: rPackages.Sleuth3 Checking auto update branch... No auto update branch exists Old version 1.0-3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.Sleuth3 1.0-3 -> 1.0-6 https://repology.org/project/r:sleuth3/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath haskellPackages.ghc-trace-events, using log file: /var/log/nixpkgs-update/haskellPackages.ghc-trace-events/2024-03-05.log haskellPackages.ghc-trace-events 0.1.2.7 -> 0.1.2.8 https://repology.org/project/haskell:ghc-trace-events/versions attrpath: haskellPackages.ghc-trace-events Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.ghc-trace-events 0.1.2.7 -> 0.1.2.8 https://repology.org/project/haskell:ghc-trace-events/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.lomb, using log file: /var/log/nixpkgs-update/rPackages.lomb/2024-03-05.log rPackages.lomb 2.1.0 -> 2.2.0 https://repology.org/project/r:lomb/versions attrpath: rPackages.lomb 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.lomb 2.1.0 -> 2.2.0 https://repology.org/project/r:lomb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.crontab, using log file: /var/log/nixpkgs-update/python311Packages.crontab/2024-03-05.log python311Packages.crontab 0 -> 1 attrpath: python311Packages.crontab Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ich8yrl32mrfmcqpnp1a494d9fh9kfim-packages.json.drv building '/nix/store/ich8yrl32mrfmcqpnp1a494d9fh9kfim-packages.json.drv'... Going to be running update for following packages: - python3.11-crontab-0.23.0 Press Enter key to continue... Running update for: - python3.11-crontab-0.23.0: UPDATING ... - python3.11-crontab-0.23.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.crontab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.PHENTHAUproc, using log file: /var/log/nixpkgs-update/rPackages.PHENTHAUproc/2024-03-05.log rPackages.PHENTHAUproc 0.9.9 -> 1.0.1 https://repology.org/project/r:phenthauproc/versions attrpath: rPackages.PHENTHAUproc Checking auto update branch... No auto update branch exists Old version 0.9.9" 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.PHENTHAUproc 0.9.9 -> 1.0.1 https://repology.org/project/r:phenthauproc/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.emoa, using log file: /var/log/nixpkgs-update/rPackages.emoa/2024-03-05.log rPackages.emoa 0.5-0.2 -> 0.5-2 https://repology.org/project/r:emoa/versions attrpath: rPackages.emoa Checking auto update branch... No auto update branch exists Old version 0.5-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.emoa 0.5-0.2 -> 0.5-2 https://repology.org/project/r:emoa/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.httpuv, using log file: /var/log/nixpkgs-update/rPackages.httpuv/2024-03-05.log rPackages.httpuv 1.6.13 -> 1.6.14 https://repology.org/project/r:httpuv/versions attrpath: rPackages.httpuv Checking auto update branch... No auto update branch exists Old version 1.6.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.httpuv 1.6.13 -> 1.6.14 https://repology.org/project/r:httpuv/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.multiblock, using log file: /var/log/nixpkgs-update/rPackages.multiblock/2024-03-05.log rPackages.multiblock 0.8.7 -> 0.8.8 https://repology.org/project/r:multiblock/versions attrpath: rPackages.multiblock Checking auto update branch... No auto update branch exists Old version 0.8.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.multiblock 0.8.7 -> 0.8.8 https://repology.org/project/r:multiblock/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-marketplace-catalog, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-marketplace-catalog/2024-03-05.log python311Packages.mypy-boto3-marketplace-catalog 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-marketplace-catalog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pvrm6ff80kj4varihvx7kn77ykq3fpcs-packages.json.drv building '/nix/store/pvrm6ff80kj4varihvx7kn77ykq3fpcs-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-marketplace-catalog-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-marketplace-catalog-1.34.0: UPDATING ... - python3.11-mypy-boto3-marketplace-catalog-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-marketplace-catalog 1.34.0 -> 7.23.2 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 splat, using log file: /var/log/nixpkgs-update/splat/2024-03-05.log splat 1.4.2 -> 1.5.0b3 https://repology.org/project/splat-signal-propagation/versions attrpath: splat 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/radio/splat/default.nix b/pkgs/applications/radio/splat/default.nix index 59d0fc1fdeb0..43f910827a14 100644 --- a/pkgs/applications/radio/splat/default.nix +++ b/pkgs/applications/radio/splat/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "splat"; - version = "1.4.2"; + version = "1.5.0b3"; src = fetchurl { url = "https://www.qsl.net/kd2bd/${pname}-${version}.tar.bz2"; - hash = "sha256-ObCzFOLpJ73wDR7aS5hl79EouoUDBfmHrsBJxP1Yopw="; + hash = "sha256-zkqZoMLhZcNRDU/N0YqNjPE6ctwB0C/tdP9osjMWm3c="; }; nativeBuildInputs = [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A splat nix build failed. got build log for 'splat' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/8wryzndln2yl429y7k27krkmpl82m9sm-splat-1.5.0b3.tar.bz2 bzip2: (stdin) is not a bzip2 file. tar: Child returned status 2 tar: Error is not recoverable: exiting now do not know how to unpack source archive /nix/store/8wryzndln2yl429y7k27krkmpl82m9sm-splat-1.5.0b3.tar.bz2 [result] Failed to update splat 1.4.2 -> 1.5.0b3 https://repology.org/project/splat-signal-propagation/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.asyncpg, using log file: /var/log/nixpkgs-update/python311Packages.asyncpg/2024-03-05.log python311Packages.asyncpg 0 -> 1 attrpath: python311Packages.asyncpg Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h55z5gv1n5f5vym8hrmsq00ny8p4hhn3-packages.json.drv building '/nix/store/h55z5gv1n5f5vym8hrmsq00ny8p4hhn3-packages.json.drv'... Going to be running update for following packages: - python3.11-asyncpg-0.29.0 Press Enter key to continue... Running update for: - python3.11-asyncpg-0.29.0: UPDATING ... - python3.11-asyncpg-0.29.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.asyncpg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.shapely, using log file: /var/log/nixpkgs-update/python312Packages.shapely/2024-03-05.log python312Packages.shapely 2.0.2 -> 2.0.3 https://github.com/shapely/shapely/releases attrpath: python312Packages.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/f6mg97jg4q4jw793drk2dhw18jsqchy2-packages.json.drv building '/nix/store/f6mg97jg4q4jw793drk2dhw18jsqchy2-packages.json.drv'... Going to be running update for following packages: - python3.12-shapely-2.0.2 Press Enter key to continue... Running update for: - python3.12-shapely-2.0.2: UPDATING ... - python3.12-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 There might already be an open PR for this update: - python3Packages.shapely: 2.0.2 -> 2.0.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293237" [result] Failed to update python312Packages.shapely 2.0.2 -> 2.0.3 https://github.com/shapely/shapely/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.luqum, using log file: /var/log/nixpkgs-update/python311Packages.luqum/2024-03-05.log python311Packages.luqum 0 -> 1 attrpath: python311Packages.luqum Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6ms3s55m3k533dlf4zvx4plxy0prpx21-packages.json.drv building '/nix/store/6ms3s55m3k533dlf4zvx4plxy0prpx21-packages.json.drv'... Going to be running update for following packages: - python3.11-luqum-0.13.0 Press Enter key to continue... Running update for: - python3.11-luqum-0.13.0: UPDATING ... - python3.11-luqum-0.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.luqum 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.diagrams, using log file: /var/log/nixpkgs-update/python311Packages.diagrams/2024-03-05.log python311Packages.diagrams 0 -> 1 attrpath: python311Packages.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/8mqr3729ysm7fcv2jwbn7xiscg6jx6vn-packages.json.drv building '/nix/store/8mqr3729ysm7fcv2jwbn7xiscg6jx6vn-packages.json.drv'... Going to be running update for following packages: - python3.11-diagrams-0.23.4 Press Enter key to continue... Running update for: - python3.11-diagrams-0.23.4: UPDATING ... - python3.11-diagrams-0.23.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.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.vcard, using log file: /var/log/nixpkgs-update/python311Packages.vcard/2024-03-05.log python311Packages.vcard 0 -> 1 attrpath: python311Packages.vcard Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p8vibh0dgcbf2arxvg3bzlqv3a8rnrca-packages.json.drv building '/nix/store/p8vibh0dgcbf2arxvg3bzlqv3a8rnrca-packages.json.drv'... Going to be running update for following packages: - python3.11-vcard-0.15.4 Press Enter key to continue... Running update for: - python3.11-vcard-0.15.4: UPDATING ... - python3.11-vcard-0.15.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vcard 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath goda, using log file: /var/log/nixpkgs-update/goda/2024-03-05.log goda 0 -> 1 attrpath: goda 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/6zkadkbjr4xqvgr33ri81037dnmg5a50-packages.json.drv building '/nix/store/6zkadkbjr4xqvgr33ri81037dnmg5a50-packages.json.drv'... Going to be running update for following packages: - goda-0.5.7 Press Enter key to continue... Running update for: - goda-0.5.7: UPDATING ... - goda-0.5.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update goda 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.brightbox, using log file: /var/log/nixpkgs-update/terraform-providers.brightbox/2024-03-05.log terraform-providers.brightbox 0 -> 1 attrpath: terraform-providers.brightbox Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.brightbox 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ucsmsdk, using log file: /var/log/nixpkgs-update/python311Packages.ucsmsdk/2024-03-05.log python311Packages.ucsmsdk 0 -> 1 attrpath: python311Packages.ucsmsdk Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bh00mww7z605pvk7r20q07hjd9fb0a0q-packages.json.drv building '/nix/store/bh00mww7z605pvk7r20q07hjd9fb0a0q-packages.json.drv'... Going to be running update for following packages: - python3.11-ucsmsdk-0.9.16 Press Enter key to continue... Running update for: - python3.11-ucsmsdk-0.9.16: UPDATING ... - python3.11-ucsmsdk-0.9.16: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ucsmsdk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.sqids, using log file: /var/log/nixpkgs-update/haskellPackages.sqids/2024-03-05.log haskellPackages.sqids 0.2.0.0 -> 0.2.1.0 https://repology.org/project/haskell:sqids/versions attrpath: haskellPackages.sqids Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.sqids 0.2.0.0 -> 0.2.1.0 https://repology.org/project/haskell:sqids/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath darwin.moltenvk, using log file: /var/log/nixpkgs-update/darwin.moltenvk/2024-03-05.log darwin.moltenvk 0 -> 1 attrpath: darwin.moltenvk Checking auto update branch... [version] [version] skipping because derivation has 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/dy1a3sbr97bzwymxv4p56pa1sr8s5mcg-packages.json.drv building '/nix/store/dy1a3sbr97bzwymxv4p56pa1sr8s5mcg-packages.json.drv'... Going to be running update for following packages: - MoltenVK-1.2.7 Press Enter key to continue... Running update for: - MoltenVK-1.2.7: UPDATING ... - MoltenVK-1.2.7: ERROR --- SHOWING ERROR LOG FOR MoltenVK-1.2.7 ---------------------- + name= + pname= + version= + attr_path= + version_lister='/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags ' + ignored_versions= + rev_prefix=v + odd_unstable= + patchlevel_unstable= + [[ -n '' ]] + name=MoltenVK-1.2.7 + [[ -n '' ]] + pname=MoltenVK + [[ -n '' ]] + version=1.2.7 + [[ -n '' ]] + attr_path=darwin.moltenvk + echo '# MoltenVK-1.2.7' ++ sh -c '/nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/list-git-tags --pname=MoltenVK --attr-path=darwin.moltenvk --file="update-git-commits.txt"' + tags='v.1.0.43 v1.0.0 v1.0.1 v1.0.10 v1.0.15 v1.0.16 v1.0.17 v1.0.18 v1.0.2 v1.0.20 v1.0.21 v1.0.22 v1.0.23 v1.0.24 v1.0.25 v1.0.26 v1.0.27 v1.0.28 v1.0.29 v1.0.3 v1.0.30 v1.0.31 v1.0.32 v1.0.33 v1.0.34 v1.0.35 v1.0.36 v1.0.36-Metal-3.0 v1.0.37 v1.0.37-Metal-3.0 v1.0.38 v1.0.39 v1.0.40 v1.0.41 v1.0.42 v1.0.44 v1.0.5 v1.0.8 v1.0.9 v1.1.0 v1.1.1 v1.1.10 v1.1.11 v1.1.2 v1.1.3 v1.1.4 v1.1.5 v1.1.6 v1.1.7 v1.1.8 v1.1.9 v1.2.0 v1.2.0-beta v1.2.1 v1.2.2 v1.2.3 v1.2.4 v1.2.5 v1.2.6 v1.2.6-rc1 v1.2.6-rc2 v1.2.7 v1.2.7-rc1 v1.2.7-rc2' + for tag in $tags + echo '# found MoltenVK version: v.1.0.43' + for tag in $tags + echo '# found MoltenVK version: v1.0.0' + for tag in $tags + echo '# found MoltenVK version: v1.0.1' + for tag in $tags + echo '# found MoltenVK version: v1.0.10' + for tag in $tags + echo '# found MoltenVK version: v1.0.15' + for tag in $tags + echo '# found MoltenVK version: v1.0.16' + for tag in $tags + echo '# found MoltenVK version: v1.0.17' + for tag in $tags + echo '# found MoltenVK version: v1.0.18' + for tag in $tags + echo '# found MoltenVK version: v1.0.2' + for tag in $tags + echo '# found MoltenVK version: v1.0.20' + for tag in $tags + echo '# found MoltenVK version: v1.0.21' + for tag in $tags + echo '# found MoltenVK version: v1.0.22' + for tag in $tags + echo '# found MoltenVK version: v1.0.23' + for tag in $tags + echo '# found MoltenVK version: v1.0.24' + for tag in $tags + echo '# found MoltenVK version: v1.0.25' + for tag in $tags + echo '# found MoltenVK version: v1.0.26' + for tag in $tags + echo '# found MoltenVK version: v1.0.27' + for tag in $tags + echo '# found MoltenVK version: v1.0.28' + for tag in $tags + echo '# found MoltenVK version: v1.0.29' + for tag in $tags + echo '# found MoltenVK version: v1.0.3' + for tag in $tags + echo '# found MoltenVK version: v1.0.30' + for tag in $tags + echo '# found MoltenVK version: v1.0.31' + for tag in $tags + echo '# found MoltenVK version: v1.0.32' + for tag in $tags + echo '# found MoltenVK version: v1.0.33' + for tag in $tags + echo '# found MoltenVK version: v1.0.34' + for tag in $tags + echo '# found MoltenVK version: v1.0.35' + for tag in $tags + echo '# found MoltenVK version: v1.0.36' + for tag in $tags + echo '# found MoltenVK version: v1.0.36-Metal-3.0' + for tag in $tags + echo '# found MoltenVK version: v1.0.37' + for tag in $tags + echo '# found MoltenVK version: v1.0.37-Metal-3.0' + for tag in $tags + echo '# found MoltenVK version: v1.0.38' + for tag in $tags + echo '# found MoltenVK version: v1.0.39' + for tag in $tags + echo '# found MoltenVK version: v1.0.40' + for tag in $tags + echo '# found MoltenVK version: v1.0.41' + for tag in $tags + echo '# found MoltenVK version: v1.0.42' + for tag in $tags + echo '# found MoltenVK version: v1.0.44' + for tag in $tags + echo '# found MoltenVK version: v1.0.5' + for tag in $tags + echo '# found MoltenVK version: v1.0.8' + for tag in $tags + echo '# found MoltenVK version: v1.0.9' + for tag in $tags + echo '# found MoltenVK version: v1.1.0' + for tag in $tags + echo '# found MoltenVK version: v1.1.1' + for tag in $tags + echo '# found MoltenVK version: v1.1.10' + for tag in $tags + echo '# found MoltenVK version: v1.1.11' + for tag in $tags + echo '# found MoltenVK version: v1.1.2' + for tag in $tags + echo '# found MoltenVK version: v1.1.3' + for tag in $tags + echo '# found MoltenVK version: v1.1.4' + for tag in $tags + echo '# found MoltenVK version: v1.1.5' + for tag in $tags + echo '# found MoltenVK version: v1.1.6' + for tag in $tags + echo '# found MoltenVK version: v1.1.7' + for tag in $tags + echo '# found MoltenVK version: v1.1.8' + for tag in $tags + echo '# found MoltenVK version: v1.1.9' + for tag in $tags + echo '# found MoltenVK version: v1.2.0' + for tag in $tags + echo '# found MoltenVK version: v1.2.0-beta' + for tag in $tags + echo '# found MoltenVK version: v1.2.1' + for tag in $tags + echo '# found MoltenVK version: v1.2.2' + for tag in $tags + echo '# found MoltenVK version: v1.2.3' + for tag in $tags + echo '# found MoltenVK version: v1.2.4' + for tag in $tags + echo '# found MoltenVK version: v1.2.5' + for tag in $tags + echo '# found MoltenVK version: v1.2.6' + for tag in $tags + echo '# found MoltenVK version: v1.2.6-rc1' + for tag in $tags + echo '# found MoltenVK version: v1.2.6-rc2' + for tag in $tags + echo '# found MoltenVK version: v1.2.7' + for tag in $tags + echo '# found MoltenVK version: v1.2.7-rc1' + for tag in $tags + echo '# found MoltenVK version: v1.2.7-rc2' + '[' -n v ']' ++ echo 'v.1.0.43 v1.0.0 v1.0.1 v1.0.10 v1.0.15 v1.0.16 v1.0.17 v1.0.18 v1.0.2 v1.0.20 v1.0.21 v1.0.22 v1.0.23 v1.0.24 v1.0.25 v1.0.26 v1.0.27 v1.0.28 v1.0.29 v1.0.3 v1.0.30 v1.0.31 v1.0.32 v1.0.33 v1.0.34 v1.0.35 v1.0.36 v1.0.36-Metal-3.0 v1.0.37 v1.0.37-Metal-3.0 v1.0.38 v1.0.39 v1.0.40 v1.0.41 v1.0.42 v1.0.44 v1.0.5 v1.0.8 v1.0.9 v1.1.0 v1.1.1 v1.1.10 v1.1.11 v1.1.2 v1.1.3 v1.1.4 v1.1.5 v1.1.6 v1.1.7 v1.1.8 v1.1.9 v1.2.0 v1.2.0-beta v1.2.1 v1.2.2 v1.2.3 v1.2.4 v1.2.5 v1.2.6 v1.2.6-rc1 v1.2.6-rc2 v1.2.7 v1.2.7-rc1 v1.2.7-rc2' ++ /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep '^v' + tags='v.1.0.43 v1.0.0 v1.0.1 v1.0.10 v1.0.15 v1.0.16 v1.0.17 v1.0.18 v1.0.2 v1.0.20 v1.0.21 v1.0.22 v1.0.23 v1.0.24 v1.0.25 v1.0.26 v1.0.27 v1.0.28 v1.0.29 v1.0.3 v1.0.30 v1.0.31 v1.0.32 v1.0.33 v1.0.34 v1.0.35 v1.0.36 v1.0.36-Metal-3.0 v1.0.37 v1.0.37-Metal-3.0 v1.0.38 v1.0.39 v1.0.40 v1.0.41 v1.0.42 v1.0.44 v1.0.5 v1.0.8 v1.0.9 v1.1.0 v1.1.1 v1.1.10 v1.1.11 v1.1.2 v1.1.3 v1.1.4 v1.1.5 v1.1.6 v1.1.7 v1.1.8 v1.1.9 v1.2.0 v1.2.0-beta v1.2.1 v1.2.2 v1.2.3 v1.2.4 v1.2.5 v1.2.6 v1.2.6-rc1 v1.2.6-rc2 v1.2.7 v1.2.7-rc1 v1.2.7-rc2' ++ echo 'v.1.0.43 v1.0.0 v1.0.1 v1.0.10 v1.0.15 v1.0.16 v1.0.17 v1.0.18 v1.0.2 v1.0.20 v1.0.21 v1.0.22 v1.0.23 v1.0.24 v1.0.25 v1.0.26 v1.0.27 v1.0.28 v1.0.29 v1.0.3 v1.0.30 v1.0.31 v1.0.32 v1.0.33 v1.0.34 v1.0.35 v1.0.36 v1.0.36-Metal-3.0 v1.0.37 v1.0.37-Metal-3.0 v1.0.38 v1.0.39 v1.0.40 v1.0.41 v1.0.42 v1.0.44 v1.0.5 v1.0.8 v1.0.9 v1.1.0 v1.1.1 v1.1.10 v1.1.11 v1.1.2 v1.1.3 v1.1.4 v1.1.5 v1.1.6 v1.1.7 v1.1.8 v1.1.9 v1.2.0 v1.2.0-beta v1.2.1 v1.2.2 v1.2.3 v1.2.4 v1.2.5 v1.2.6 v1.2.6-rc1 v1.2.6-rc2 v1.2.7 v1.2.7-rc1 v1.2.7-rc2' ++ /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed -e 's,^v,,' + tags='.1.0.43 1.0.0 1.0.1 1.0.10 1.0.15 1.0.16 1.0.17 1.0.18 1.0.2 1.0.20 1.0.21 1.0.22 1.0.23 1.0.24 1.0.25 1.0.26 1.0.27 1.0.28 1.0.29 1.0.3 1.0.30 1.0.31 1.0.32 1.0.33 1.0.34 1.0.35 1.0.36 1.0.36-Metal-3.0 1.0.37 1.0.37-Metal-3.0 1.0.38 1.0.39 1.0.40 1.0.41 1.0.42 1.0.44 1.0.5 1.0.8 1.0.9 1.1.0 1.1.1 1.1.10 1.1.11 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.0-beta 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.6-rc1 1.2.6-rc2 1.2.7 1.2.7-rc1 1.2.7-rc2' ++ echo '.1.0.43 1.0.0 1.0.1 1.0.10 1.0.15 1.0.16 1.0.17 1.0.18 1.0.2 1.0.20 1.0.21 1.0.22 1.0.23 1.0.24 1.0.25 1.0.26 1.0.27 1.0.28 1.0.29 1.0.3 1.0.30 1.0.31 1.0.32 1.0.33 1.0.34 1.0.35 1.0.36 1.0.36-Metal-3.0 1.0.37 1.0.37-Metal-3.0 1.0.38 1.0.39 1.0.40 1.0.41 1.0.42 1.0.44 1.0.5 1.0.8 1.0.9 1.1.0 1.1.1 1.1.10 1.1.11 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.0-beta 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.6-rc1 1.2.6-rc2 1.2.7 1.2.7-rc1 1.2.7-rc2' ++ /nix/store/11b3chszacfr9liy829xqknzp3q88iji-gnugrep-3.11/bin/grep '^[0-9]' + tags='1.0.0 1.0.1 1.0.10 1.0.15 1.0.16 1.0.17 1.0.18 1.0.2 1.0.20 1.0.21 1.0.22 1.0.23 1.0.24 1.0.25 1.0.26 1.0.27 1.0.28 1.0.29 1.0.3 1.0.30 1.0.31 1.0.32 1.0.33 1.0.34 1.0.35 1.0.36 1.0.36-Metal-3.0 1.0.37 1.0.37-Metal-3.0 1.0.38 1.0.39 1.0.40 1.0.41 1.0.42 1.0.44 1.0.5 1.0.8 1.0.9 1.1.0 1.1.1 1.1.10 1.1.11 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.0-beta 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.6-rc1 1.2.6-rc2 1.2.7 1.2.7-rc1 1.2.7-rc2' ++ echo '1.0.0 1.0.1 1.0.10 1.0.15 1.0.16 1.0.17 1.0.18 1.0.2 1.0.20 1.0.21 1.0.22 1.0.23 1.0.24 1.0.25 1.0.26 1.0.27 1.0.28 1.0.29 1.0.3 1.0.30 1.0.31 1.0.32 1.0.33 1.0.34 1.0.35 1.0.36 1.0.36-Metal-3.0 1.0.37 1.0.37-Metal-3.0 1.0.38 1.0.39 1.0.40 1.0.41 1.0.42 1.0.44 1.0.5 1.0.8 1.0.9 1.1.0 1.1.1 1.1.10 1.1.11 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.0-beta 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.6-rc1 1.2.6-rc2 1.2.7 1.2.7-rc1 1.2.7-rc2' ++ /nix/store/x1xcjw5628crkk1pwr12y7nwbzkc3969-coreutils-9.4/bin/sort --reverse --version-sort + tags='1.2.7-rc2 1.2.7-rc1 1.2.7 1.2.6-rc2 1.2.6-rc1 1.2.6 1.2.5 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0-beta 1.2.0 1.1.11 1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.44 1.0.42 1.0.41 1.0.40 1.0.39 1.0.38 1.0.37-Metal-3.0 1.0.37 1.0.36-Metal-3.0 1.0.36 1.0.35 1.0.34 1.0.33 1.0.32 1.0.31 1.0.30 1.0.29 1.0.28 1.0.27 1.0.26 1.0.25 1.0.24 1.0.23 1.0.22 1.0.21 1.0.20 1.0.18 1.0.17 1.0.16 1.0.15 1.0.10 1.0.9 1.0.8 1.0.5 1.0.3 1.0.2 1.0.1 1.0.0' + for latest_tag in $tags + version_is_ignored 1.2.7-rc2 + local tag=1.2.7-rc2 + '[' -n '' ']' + version_is_unstable 1.2.7-rc2 + local tag=1.2.7-rc2 + local enforce= + '[' -n '' -o -n '' ']' + '[' -n '' -o -n '' ']' + return 1 + version_is_unstable 1.2.7-rc2 enforce + local tag=1.2.7-rc2 + local enforce=enforce + '[' -n '' -o -n enforce ']' ++ echo 1.2.7-rc2 ++ /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed -rne 's,^[0-9]+\.([0-9]+).*,\1,p' + local minor=2 + '[' 0 -eq 1 ']' + '[' -n '' -o -n enforce ']' ++ echo 1.2.7-rc2 ++ /nix/store/y1y3rml47qnh0giqd32mj07qxxqy13qg-gnused-4.9/bin/sed -rne 's,^[0-9]+\.[0-9]+\.([0-9]+).*$,\1,p' + local patchlevel=7 + (( patchlevel >= 90 )) + return 1 + break + '[' -n 1.2.7-rc2 ']' + '[' 1.2.7 '!=' 1.2.7-rc2 ']' ++ EDITOR=echo ++ /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix edit --extra-experimental-features nix-command -f. darwin.moltenvk + pfile=/var/cache/nixpkgs-update/worker/worktree/darwin.moltenvk/pkgs/os-specific/darwin/moltenvk/default.nix + echo ' git add /var/cache/nixpkgs-update/worker/worktree/darwin.moltenvk/pkgs/os-specific/darwin/moltenvk/default.nix ' + echo ' git commit -m '\''darwin.moltenvk: 1.2.7 -> 1.2.7-rc2'\''' + /nix/store/yvv66ksascjwzg8ncc34rm295isn51gv-common-updater-scripts/bin/update-source-version --print-changes darwin.moltenvk 1.2.7-rc2 update-source-version: error: Both the old and new source hashes of 'darwin.moltenvk.src' were equivalent. Please fix the package's source URL to be dependent on '${version}'! --- SHOWING ERROR LOG FOR MoltenVK-1.2.7 ---------------------- The update script for MoltenVK-1.2.7 failed with exit code 1 [result] Failed to update darwin.moltenvk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-freezegun, using log file: /var/log/nixpkgs-update/python311Packages.pytest-freezegun/2024-03-05.log python311Packages.pytest-freezegun 0 -> 1 attrpath: python311Packages.pytest-freezegun 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/9qqnv78mlb827zada687l4l5zq7y7va7-packages.json.drv building '/nix/store/9qqnv78mlb827zada687l4l5zq7y7va7-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-freezegun-0.4.2 Press Enter key to continue... Running update for: - python3.11-pytest-freezegun-0.4.2: UPDATING ... - python3.11-pytest-freezegun-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-freezegun 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.uhi, using log file: /var/log/nixpkgs-update/python311Packages.uhi/2024-03-05.log python311Packages.uhi 0 -> 1 attrpath: python311Packages.uhi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/97v0ds10j12pvkmgq8a0dpa0pqi049lq-packages.json.drv building '/nix/store/97v0ds10j12pvkmgq8a0dpa0pqi049lq-packages.json.drv'... Going to be running update for following packages: - python3.11-uhi-0.4.0 Press Enter key to continue... Running update for: - python3.11-uhi-0.4.0: UPDATING ... - python3.11-uhi-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.uhi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-design-icons, using log file: /var/log/nixpkgs-update/material-design-icons/2024-03-05.log material-design-icons 0 -> 1 attrpath: material-design-icons mate packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/50695#issuecomment-441338593 [result] Failed to update material-design-icons 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath snippetpixie, using log file: /var/log/nixpkgs-update/snippetpixie/2024-03-05.log snippetpixie 0 -> 1 attrpath: snippetpixie Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ji4ss0yj3lgay7b5r7apmd8wadrvb42c-packages.json.drv building '/nix/store/ji4ss0yj3lgay7b5r7apmd8wadrvb42c-packages.json.drv'... Going to be running update for following packages: - snippetpixie-1.5.3 Press Enter key to continue... Running update for: - snippetpixie-1.5.3: UPDATING ... - snippetpixie-1.5.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update snippetpixie 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.arkdb, using log file: /var/log/nixpkgs-update/rPackages.arkdb/2024-03-05.log rPackages.arkdb 0.0.17 -> 0.0.18 https://repology.org/project/r:arkdb/versions attrpath: rPackages.arkdb Checking auto update branch... No auto update branch exists Old version 0.0.17" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.arkdb 0.0.17 -> 0.0.18 https://repology.org/project/r:arkdb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath matrix-synapse-unwrapped, using log file: /var/log/nixpkgs-update/matrix-synapse-unwrapped/2024-03-05.log matrix-synapse-unwrapped 0 -> 1 attrpath: matrix-synapse-unwrapped Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/34bpzj81p0xdb74lz3rb1aakhp0p354j-packages.json.drv building '/nix/store/34bpzj81p0xdb74lz3rb1aakhp0p354j-packages.json.drv'... Going to be running update for following packages: - matrix-synapse-1.101.0 Press Enter key to continue... Running update for: - matrix-synapse-1.101.0: UPDATING ... - matrix-synapse-1.101.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update matrix-synapse-unwrapped 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath inkscape-extensions.silhouette, using log file: /var/log/nixpkgs-update/inkscape-extensions.silhouette/2024-03-05.log inkscape-extensions.silhouette 0 -> 1 attrpath: inkscape-extensions.silhouette Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a7hkx6za6fb4bq7xrghc03ilis62s2ha-packages.json.drv building '/nix/store/a7hkx6za6fb4bq7xrghc03ilis62s2ha-packages.json.drv'... Going to be running update for following packages: - inkscape-silhouette-1.28 Press Enter key to continue... Running update for: - inkscape-silhouette-1.28: UPDATING ... - inkscape-silhouette-1.28: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update inkscape-extensions.silhouette 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.navec, using log file: /var/log/nixpkgs-update/python311Packages.navec/2024-03-05.log python311Packages.navec 0 -> 1 attrpath: python311Packages.navec Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qij36yycmr87zf87nllasdwpadvkkkrp-packages.json.drv building '/nix/store/qij36yycmr87zf87nllasdwpadvkkkrp-packages.json.drv'... Going to be running update for following packages: - python3.11-navec-0.10.0 Press Enter key to continue... Running update for: - python3.11-navec-0.10.0: UPDATING ... - python3.11-navec-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.navec 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-utils, using log file: /var/log/nixpkgs-update/python311Packages.sqlalchemy-utils/2024-03-05.log python311Packages.sqlalchemy-utils 0 -> 1 attrpath: python311Packages.sqlalchemy-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/jx0msh763w1g05y2d5w3q2dr171frjj4-packages.json.drv building '/nix/store/jx0msh763w1g05y2d5w3q2dr171frjj4-packages.json.drv'... Going to be running update for following packages: - python3.11-sqlalchemy-utils-0.41.1 Press Enter key to continue... Running update for: - python3.11-sqlalchemy-utils-0.41.1: UPDATING ... - python3.11-sqlalchemy-utils-0.41.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sqlalchemy-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.iwlib, using log file: /var/log/nixpkgs-update/python311Packages.iwlib/2024-03-05.log python311Packages.iwlib 0 -> 1 attrpath: python311Packages.iwlib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r75dy3q3h40bqxbhngrxl51f19rk64dj-packages.json.drv building '/nix/store/r75dy3q3h40bqxbhngrxl51f19rk64dj-packages.json.drv'... Going to be running update for following packages: - python3.11-iwlib-1.7.0 Press Enter key to continue... Running update for: - python3.11-iwlib-1.7.0: UPDATING ... - python3.11-iwlib-1.7.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.iwlib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.token-bucket, using log file: /var/log/nixpkgs-update/python311Packages.token-bucket/2024-03-05.log python311Packages.token-bucket 0 -> 1 attrpath: python311Packages.token-bucket 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/jmwiw8bmfb0plhraw0ip6icqk997jnhy-packages.json.drv building '/nix/store/jmwiw8bmfb0plhraw0ip6icqk997jnhy-packages.json.drv'... Going to be running update for following packages: - python3.11-token-bucket-0.3.0 Press Enter key to continue... Running update for: - python3.11-token-bucket-0.3.0: UPDATING ... - python3.11-token-bucket-0.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.token-bucket 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cssbeautifier, using log file: /var/log/nixpkgs-update/python311Packages.cssbeautifier/2024-03-05.log python311Packages.cssbeautifier 0 -> 1 attrpath: python311Packages.cssbeautifier Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4p7b4lvrnzzpv8acnvw106rx5bsmnw3k-packages.json.drv building '/nix/store/4p7b4lvrnzzpv8acnvw106rx5bsmnw3k-packages.json.drv'... Going to be running update for following packages: - python3.11-cssbeautifier-1.15.1 Press Enter key to continue... Running update for: - python3.11-cssbeautifier-1.15.1: UPDATING ... - python3.11-cssbeautifier-1.15.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cssbeautifier 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath xpaste, using log file: /var/log/nixpkgs-update/xpaste/2024-03-05.log xpaste 0 -> 1 attrpath: xpaste Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rxj9kvd86nfq36685x8pa2vjw352psh7-packages.json.drv building '/nix/store/rxj9kvd86nfq36685x8pa2vjw352psh7-packages.json.drv'... Going to be running update for following packages: - xpaste-1.6 Press Enter key to continue... Running update for: - xpaste-1.6: UPDATING ... - xpaste-1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update xpaste 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.flet-core, using log file: /var/log/nixpkgs-update/python311Packages.flet-core/2024-03-05.log python311Packages.flet-core 0 -> 1 attrpath: python311Packages.flet-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/gv6ibwl5il7nq0nla9wk38v8ny5y5xb9-packages.json.drv building '/nix/store/gv6ibwl5il7nq0nla9wk38v8ny5y5xb9-packages.json.drv'... Going to be running update for following packages: - python3.11-flet-core-0.20.2 Press Enter key to continue... Running update for: - python3.11-flet-core-0.20.2: UPDATING ... - python3.11-flet-core-0.20.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flet-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 meshlab, using log file: /var/log/nixpkgs-update/meshlab/2024-03-05.log meshlab 2022.02 -> 2023.12 https://repology.org/project/meshlab/versions attrpath: meshlab 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/meshlab/default.nix b/pkgs/applications/graphics/meshlab/default.nix index bee1e35ec129..6363ecc4563a 100644 --- a/pkgs/applications/graphics/meshlab/default.nix +++ b/pkgs/applications/graphics/meshlab/default.nix @@ -22,13 +22,13 @@ mkDerivation rec { pname = "meshlab"; - version = "2022.02"; + version = "2023.12"; src = fetchFromGitHub { owner = "cnr-isti-vclab"; repo = "meshlab"; rev = "MeshLab-${version}"; - sha256 = "sha256-jcc3PfsiIeYyipteZgzd0NwZgFFgR/mMBiaInzhOcDY="; + sha256 = "sha256-CMC2uWs0orqCeEn+bU/AtBaR1zDO+9Qv15gSwmu810w="; fetchSubmodules = true; # for vcglib }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A meshlab nix build failed. got build log for 'meshlab' from 'daemon' @nix { "action": "setPhase", "phase": "qtPreHook" } Running phase: qtPreHook @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/29hnb2q9k82drgjlvymivswzmwrciyy6-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/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 922: scripts/Linux/resources/meshlab.desktop: No such file or directory /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update meshlab 2022.02 -> 2023.12 https://repology.org/project/meshlab/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.barbies, using log file: /var/log/nixpkgs-update/haskellPackages.barbies/2024-03-05.log haskellPackages.barbies 2.0.5.0 -> 2.1.0.0 https://repology.org/project/haskell:barbies/versions attrpath: haskellPackages.barbies Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.barbies 2.0.5.0 -> 2.1.0.0 https://repology.org/project/haskell:barbies/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bottles-unwrapped, using log file: /var/log/nixpkgs-update/bottles-unwrapped/2024-03-05.log bottles-unwrapped 0 -> 1 attrpath: bottles-unwrapped Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bq5vlx0kcb550y92fxycgxsrxllyq56a-packages.json.drv building '/nix/store/bq5vlx0kcb550y92fxycgxsrxllyq56a-packages.json.drv'... Going to be running update for following packages: - bottles-unwrapped-51.9 Press Enter key to continue... Running update for: - bottles-unwrapped-51.9: UPDATING ... - bottles-unwrapped-51.9: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/misc/bottles/default.nix b/pkgs/applications/misc/bottles/default.nix index eb0c6a841425..b8f0d690ad59 100644 --- a/pkgs/applications/misc/bottles/default.nix +++ b/pkgs/applications/misc/bottles/default.nix @@ -28,13 +28,13 @@ python3Packages.buildPythonApplication rec { pname = "bottles-unwrapped"; - version = "51.9"; + version = "2022.12.14.1"; src = fetchFromGitHub { owner = "bottlesdevs"; repo = "bottles"; rev = version; - sha256 = "sha256-iZUszwVcbVn6Xsqou6crSp9gJBRmm5vEqxS87h/s3PQ="; + sha256 = "sha256-hoWyXCP7/0m8akUGBJyuF2yQcRKR8C7MDBLUdPdtBgE="; }; patches = [ An auto update branch exists with message `bottles-unwrapped: 51.9 -> 2022.12.14.1`. New version is 2022.12.14.1. An auto update branch exists with an equal or greater version [result] Failed to update bottles-unwrapped 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.langchain-community, using log file: /var/log/nixpkgs-update/python311Packages.langchain-community/2024-03-05.log python311Packages.langchain-community 0 -> 1 attrpath: python311Packages.langchain-community Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qyrw20r1962kndbp1g4akdwj29ypcrxp-packages.json.drv building '/nix/store/qyrw20r1962kndbp1g4akdwj29ypcrxp-packages.json.drv'... Going to be running update for following packages: - python3.11-langchain-community-0.0.25 Press Enter key to continue... Running update for: - python3.11-langchain-community-0.0.25: UPDATING ... - python3.11-langchain-community-0.0.25: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.langchain-community 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath minify, using log file: /var/log/nixpkgs-update/minify/2024-03-05.log minify 0 -> 1 attrpath: minify 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/9zq7gkbcm73nsnmrgphry59mbi7nxk25-packages.json.drv building '/nix/store/9zq7gkbcm73nsnmrgphry59mbi7nxk25-packages.json.drv'... Going to be running update for following packages: - minify-2.20.16 Press Enter key to continue... Running update for: - minify-2.20.16: UPDATING ... - minify-2.20.16: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/web/minify/default.nix b/pkgs/development/web/minify/default.nix index 232f6dffaaa6..a2564572f664 100644 --- a/pkgs/development/web/minify/default.nix +++ b/pkgs/development/web/minify/default.nix @@ -9,16 +9,16 @@ buildGoModule rec { pname = "minify"; - version = "2.20.16"; + version = "2.20.18"; src = fetchFromGitHub { owner = "tdewolff"; repo = pname; rev = "v${version}"; - hash = "sha256-0RiSNRoRmN7X2udwgGaArXgIRTaxaGH4fo3usiCJNbA="; + hash = "sha256-fxcyeyx+MaCqgBedWl2n0OaP27diOkV8qUf+I4wTjj4="; }; - vendorHash = "sha256-8OEF2sAJZuGX4z/OsXCAkRR82JO3rYCEJQbidIjGOJ8="; + vendorHash = "sha256-MSaa3hFeZ6L1wdt4IStCov9MAqO+Sy2ab3CUHAjBaCw="; nativeBuildInputs = [ installShellFiles ]; An auto update branch exists with message `minify: 2.20.16 -> 2.20.18`. New version is 2.20.18. An auto update branch exists with an equal or greater version [result] Failed to update minify 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rofi-wayland-unwrapped, using log file: /var/log/nixpkgs-update/rofi-wayland-unwrapped/2024-03-05.log rofi-wayland-unwrapped 1.7.5+wayland2 -> 1.7.5+wayland3 https://github.com/lbonn/rofi/releases attrpath: rofi-wayland-unwrapped 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/rofi/wayland.nix b/pkgs/applications/misc/rofi/wayland.nix index 1466d3e23233..51702e521e81 100644 --- a/pkgs/applications/misc/rofi/wayland.nix +++ b/pkgs/applications/misc/rofi/wayland.nix @@ -9,14 +9,14 @@ rofi-unwrapped.overrideAttrs (oldAttrs: rec { pname = "rofi-wayland-unwrapped"; - version = "1.7.5+wayland2"; + version = "1.7.5+wayland3"; src = fetchFromGitHub { owner = "lbonn"; repo = "rofi"; rev = version; fetchSubmodules = true; - sha256 = "sha256-5pxDA/71PV4B5T3fzLKVC4U8Gt13vwy3xSDPDsSDAKU="; + sha256 = "sha256-pKxraG3fhBh53m+bLPzCigRr6dBcH/A9vbdf67CO2d8="; }; nativeBuildInputs = oldAttrs.nativeBuildInputs ++ [ wayland-scanner ]; [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/bxw0bvnc2sk3wm7hj2k04ifhx84w4zw7-rofi-wayland-unwrapped-1.7.5+wayland3" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
  • rofi-pass-wayland
  • rofi-wayland
  • rofi-wayland-unwrapped
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/lbonn/rofi/releases. meta.description for rofi-wayland-unwrapped is: Window switcher, run dialog and dmenu replacement for Wayland meta.homepage for rofi-wayland-unwrapped is: https://github.com/lbonn/rofi ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.7.5+wayland3 with grep in /nix/store/bxw0bvnc2sk3wm7hj2k04ifhx84w4zw7-rofi-wayland-unwrapped-1.7.5+wayland3 - found 1.7.5+wayland3 in filename of file in /nix/store/bxw0bvnc2sk3wm7hj2k04ifhx84w4zw7-rofi-wayland-unwrapped-1.7.5+wayland3 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath rofi-pass-wayland rofi-wayland rofi-wayland-unwrapped ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/bxw0bvnc2sk3wm7hj2k04ifhx84w4zw7-rofi-wayland-unwrapped-1.7.5+wayland3 \ --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 rofi-wayland-unwrapped https://github.com/r-ryantm/nixpkgs/archive/d1e7678fd1742bb9e24a15c826333c8b2aa466dd.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/d1e7678fd1742bb9e24a15c826333c8b2aa466dd#rofi-wayland-unwrapped ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/bxw0bvnc2sk3wm7hj2k04ifhx84w4zw7-rofi-wayland-unwrapped-1.7.5+wayland3 ls -la /nix/store/bxw0bvnc2sk3wm7hj2k04ifhx84w4zw7-rofi-wayland-unwrapped-1.7.5+wayland3/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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
  • rofi-pass-wayland
  • rofi-wayland
  • rofi-wayland-unwrapped
--- ###### Maintainer pings cc @bew 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/293547 [result] Success updating rofi-wayland-unwrapped 1.7.5+wayland2 -> 1.7.5+wayland3 https://github.com/lbonn/rofi/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 unpoller, using log file: /var/log/nixpkgs-update/unpoller/2024-03-05.log unpoller 2.9.5 -> 2.10.0 https://github.com/unpoller/unpoller/releases attrpath: unpoller 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-+fXNfDGzZy43WjQrvK2enOWtSv2qN3Zo+O+9Bn+KO1s=" [golangModuleVersion] Replaced vendorHash with sha256-iOfjjRjN07iD+B7GjWKbmQu/xNm5wjFQOTA4jBxMh/E= [golangModuleVersion] Finished updating vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/servers/monitoring/unpoller/default.nix b/pkgs/servers/monitoring/unpoller/default.nix index 952f3190546d..c2e0f6c9f7ed 100644 --- a/pkgs/servers/monitoring/unpoller/default.nix +++ b/pkgs/servers/monitoring/unpoller/default.nix @@ -6,16 +6,16 @@ buildGoModule rec { pname = "unpoller"; - version = "2.9.5"; + version = "2.10.0"; src = fetchFromGitHub { owner = "unpoller"; repo = "unpoller"; rev = "v${version}"; - hash = "sha256-hNDRzQGTS3sAdt/0ZdJV5zRpSdrBHGLDZJ62X+kFg7M="; + hash = "sha256-aJbK1Fhlfm0CrI1O7sWh1xjk+OR8gLa1goSnQ4wfrI0="; }; - vendorHash = "sha256-+fXNfDGzZy43WjQrvK2enOWtSv2qN3Zo+O+9Bn+KO1s="; + vendorHash = "sha256-iOfjjRjN07iD+B7GjWKbmQu/xNm5wjFQOTA4jBxMh/E="; ldflags = [ "-w" "-s" [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/475a6ki34jzl048f2ib5fp7j3g5qxl0p-unpoller-2.10.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • unpoller
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/unpoller/unpoller/releases. meta.description for unpoller is: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus meta.homepage for unpoller is: https://github.com/unpoller/unpoller meta.changelog for unpoller is: https://github.com/unpoller/unpoller/releases/tag/v2.10.0 ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/unpoller/unpoller/releases/tag/v2.10.0) - [Compare changes on GitHub](https://github.com/unpoller/unpoller/compare/v2.9.5...v2.10.0) ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.10.0 with grep in /nix/store/475a6ki34jzl048f2ib5fp7j3g5qxl0p-unpoller-2.10.0 - found 2.10.0 in filename of file in /nix/store/475a6ki34jzl048f2ib5fp7j3g5qxl0p-unpoller-2.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 unpoller ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/475a6ki34jzl048f2ib5fp7j3g5qxl0p-unpoller-2.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 unpoller https://github.com/r-ryantm/nixpkgs/archive/dd8b266521cec9d01fec1cd6b0c648f53427dd10.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/dd8b266521cec9d01fec1cd6b0c648f53427dd10#unpoller ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/475a6ki34jzl048f2ib5fp7j3g5qxl0p-unpoller-2.10.0 ls -la /nix/store/475a6ki34jzl048f2ib5fp7j3g5qxl0p-unpoller-2.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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • unpoller
--- ###### Maintainer pings cc @Frostman 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/293552 [result] Success updating unpoller 2.9.5 -> 2.10.0 https://github.com/unpoller/unpoller/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 matrixcli, using log file: /var/log/nixpkgs-update/matrixcli/2024-03-05.log matrixcli 0 -> 1 attrpath: matrixcli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r0gvipn3ln4drgzrd43jff3rm1s543hc-packages.json.drv building '/nix/store/r0gvipn3ln4drgzrd43jff3rm1s543hc-packages.json.drv'... Going to be running update for following packages: - matrixcli-0.0.2019-08-15 Press Enter key to continue... Running update for: - matrixcli-0.0.2019-08-15: UPDATING ... - matrixcli-0.0.2019-08-15: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update matrixcli 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.whispers, using log file: /var/log/nixpkgs-update/python311Packages.whispers/2024-03-05.log python311Packages.whispers 0 -> 1 attrpath: python311Packages.whispers 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/l68q4rpzi13r98kaiji3aqi57z1i2fv5-packages.json.drv building '/nix/store/l68q4rpzi13r98kaiji3aqi57z1i2fv5-packages.json.drv'... Going to be running update for following packages: - python3.11-whispers-2.2.0 Press Enter key to continue... Running update for: - python3.11-whispers-2.2.0: UPDATING ... - python3.11-whispers-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.whispers 0 -> 1 [options] github_user: r-ryantm, pull_request: 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.python-logstash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.BayesSUR, using log file: /var/log/nixpkgs-update/rPackages.BayesSUR/2024-03-05.log rPackages.BayesSUR 2.1-5 -> 2.1-6 https://repology.org/project/r:bayessur/versions attrpath: rPackages.BayesSUR Checking auto update branch... No auto update branch exists Old version 2.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.BayesSUR 2.1-5 -> 2.1-6 https://repology.org/project/r:bayessur/versions [options] github_user: r-ryantm, pull_request: 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.PodChecker 1.75 -> 1.77 https://repology.org/project/perl:pod-checker/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.onkyo-eiscp, using log file: /var/log/nixpkgs-update/python311Packages.onkyo-eiscp/2024-03-05.log python311Packages.onkyo-eiscp 0 -> 1 attrpath: python311Packages.onkyo-eiscp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zmchaxmljrlj1l5kjvdf9xd2hkdijfic-packages.json.drv building '/nix/store/zmchaxmljrlj1l5kjvdf9xd2hkdijfic-packages.json.drv'... Going to be running update for following packages: - python3.11-onkyo-eiscp-1.2.7 Press Enter key to continue... Running update for: - python3.11-onkyo-eiscp-1.2.7: UPDATING ... - python3.11-onkyo-eiscp-1.2.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.onkyo-eiscp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.HomomorphicEncryption, using log file: /var/log/nixpkgs-update/rPackages.HomomorphicEncryption/2024-03-05.log rPackages.HomomorphicEncryption 0.3.0 -> 0.9.0 https://repology.org/project/r:homomorphicencryption/versions attrpath: rPackages.HomomorphicEncryption 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.HomomorphicEncryption 0.3.0 -> 0.9.0 https://repology.org/project/r:homomorphicencryption/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.qstylizer, using log file: /var/log/nixpkgs-update/python311Packages.qstylizer/2024-03-05.log python311Packages.qstylizer 0 -> 1 attrpath: python311Packages.qstylizer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wwbxyibisksa4n9sb4akax6miy1nd5wm-packages.json.drv building '/nix/store/wwbxyibisksa4n9sb4akax6miy1nd5wm-packages.json.drv'... Going to be running update for following packages: - python3.11-qstylizer-0.2.2 Press Enter key to continue... Running update for: - python3.11-qstylizer-0.2.2: UPDATING ... - python3.11-qstylizer-0.2.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.qstylizer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tran, using log file: /var/log/nixpkgs-update/tran/2024-03-05.log tran 0.1.43 -> 5 https://repology.org/project/tran/versions attrpath: tran 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/pzqabalbaiqf8b3mbfj7kdbbd7q5zb9k-source.drv building '/nix/store/pzqabalbaiqf8b3mbfj7kdbbd7q5zb9k-source.drv'... trying https://github.com/abdfnx/tran/archive/v5.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: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'tran.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/pzqabalbaiqf8b3mbfj7kdbbd7q5zb9k-source.drv /nix/store/pna6m3ld8snvwxjaq1pjqg6kikkyhsl8-tran-5-go-modules.drv /nix/store/kf9a4np7x9m11vyk5yxr9lbsq239y7aw-tran-5.drv building '/nix/store/pzqabalbaiqf8b3mbfj7kdbbd7q5zb9k-source.drv'... trying https://github.com/abdfnx/tran/archive/v5.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/pzqabalbaiqf8b3mbfj7kdbbd7q5zb9k-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/abdfnx/tran/archive/v5.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/pzqabalbaiqf8b3mbfj7kdbbd7q5zb9k-source.drv'. error: 1 dependencies of derivation '/nix/store/kf9a4np7x9m11vyk5yxr9lbsq239y7aw-tran-5.drv' failed to build [result] Failed to update tran 0.1.43 -> 5 https://repology.org/project/tran/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.cplm, using log file: /var/log/nixpkgs-update/rPackages.cplm/2024-03-05.log rPackages.cplm 0.7-11 -> 0.7.12 https://repology.org/project/r:cplm/versions attrpath: rPackages.cplm 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.cplm 0.7-11 -> 0.7.12 https://repology.org/project/r:cplm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.vector, using log file: /var/log/nixpkgs-update/python311Packages.vector/2024-03-05.log python311Packages.vector 0 -> 1 attrpath: python311Packages.vector Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/04n249c07va5ys0q43ksg2z2f7c11k4s-packages.json.drv building '/nix/store/04n249c07va5ys0q43ksg2z2f7c11k4s-packages.json.drv'... Going to be running update for following packages: - python3.11-vector-1.2.0 Press Enter key to continue... Running update for: - python3.11-vector-1.2.0: UPDATING ... - python3.11-vector-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.vector 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pydf, using log file: /var/log/nixpkgs-update/pydf/2024-03-05.log pydf 0 -> 1 attrpath: pydf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b6gcwmcs7c16hf5826ni0h42lz5qrb90-packages.json.drv building '/nix/store/b6gcwmcs7c16hf5826ni0h42lz5qrb90-packages.json.drv'... Going to be running update for following packages: - python3.11-pydf-12 Press Enter key to continue... Running update for: - python3.11-pydf-12: UPDATING ... - python3.11-pydf-12: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pydf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath docker-compose_1, using log file: /var/log/nixpkgs-update/docker-compose_1/2024-03-05.log docker-compose_1 0 -> 1 attrpath: docker-compose_1 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dr7hp1hfp853z71mbi084223mx1qy7in-packages.json.drv building '/nix/store/dr7hp1hfp853z71mbi084223mx1qy7in-packages.json.drv'... Going to be running update for following packages: - docker-compose-1.29.2 Press Enter key to continue... Running update for: - docker-compose-1.29.2: UPDATING ... - docker-compose-1.29.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update docker-compose_1 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.PyVirtualDisplay, using log file: /var/log/nixpkgs-update/python311Packages.PyVirtualDisplay/2024-03-05.log python311Packages.PyVirtualDisplay 0 -> 1 attrpath: python311Packages.PyVirtualDisplay Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1ybn8mi00m8b1y67znlls8alhzjc7izl-packages.json.drv building '/nix/store/1ybn8mi00m8b1y67znlls8alhzjc7izl-packages.json.drv'... Going to be running update for following packages: - python3.11-pyvirtualdisplay-3.0 Press Enter key to continue... Running update for: - python3.11-pyvirtualdisplay-3.0: UPDATING ... - python3.11-pyvirtualdisplay-3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.PyVirtualDisplay 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.svMisc, using log file: /var/log/nixpkgs-update/rPackages.svMisc/2024-03-05.log rPackages.svMisc 1.2.3 -> 1.3.1 https://repology.org/project/r:svmisc/versions attrpath: rPackages.svMisc Checking auto update branch... No auto update branch exists Old version 1.2.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.svMisc 1.2.3 -> 1.3.1 https://repology.org/project/r:svmisc/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libosmscout, using log file: /var/log/nixpkgs-update/libosmscout/2024-03-05.log libosmscout 2022.04.25 -> 2023.03.30.1 https://github.com/Framstag/libosmscout/releases attrpath: libosmscout 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 libosmscout 2022.04.25 -> 2023.03.30.1 https://github.com/Framstag/libosmscout/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 pngtoico, using log file: /var/log/nixpkgs-update/pngtoico/2024-03-05.log pngtoico 1.0 -> 1.0.1 https://repology.org/project/pngtoico/versions attrpath: pngtoico 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 pngtoico 1.0 -> 1.0.1 https://repology.org/project/pngtoico/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath textual-paint, using log file: /var/log/nixpkgs-update/textual-paint/2024-03-05.log textual-paint 0 -> 1 attrpath: textual-paint 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/riin78b1ms9ahzl93wnc2878ik6g4kal-packages.json.drv building '/nix/store/riin78b1ms9ahzl93wnc2878ik6g4kal-packages.json.drv'... Going to be running update for following packages: - textual-paint-0.1.0 Press Enter key to continue... Running update for: - textual-paint-0.1.0: UPDATING ... - textual-paint-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update textual-paint 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-headers, using log file: /var/log/nixpkgs-update/vulkan-headers/2024-03-05.log vulkan-headers 0 -> 1 attrpath: vulkan-headers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b39lfhzwzpw00dqcfkm1f37cn2gnmwmi-packages.json.drv building '/nix/store/b39lfhzwzpw00dqcfkm1f37cn2gnmwmi-packages.json.drv'... Going to be running update for following packages: - vulkan-headers-1.3.275.0 Press Enter key to continue... Running update for: - vulkan-headers-1.3.275.0: UPDATING ... - vulkan-headers-1.3.275.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update vulkan-headers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ndeflib, using log file: /var/log/nixpkgs-update/python311Packages.ndeflib/2024-03-05.log python311Packages.ndeflib 0 -> 1 attrpath: python311Packages.ndeflib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/95x4ff5gyjnb013c1kd8qx8gy6a87bnq-packages.json.drv building '/nix/store/95x4ff5gyjnb013c1kd8qx8gy6a87bnq-packages.json.drv'... Going to be running update for following packages: - python3.11-ndeflib-0.3.3 Press Enter key to continue... Running update for: - python3.11-ndeflib-0.3.3: UPDATING ... - python3.11-ndeflib-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ndeflib 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gpustat, using log file: /var/log/nixpkgs-update/python311Packages.gpustat/2024-03-05.log python311Packages.gpustat 0 -> 1 attrpath: python311Packages.gpustat Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/953l6jhh0mmxj5gd8j1iq9cdc9y4h294-packages.json.drv building '/nix/store/953l6jhh0mmxj5gd8j1iq9cdc9y4h294-packages.json.drv'... Going to be running update for following packages: - python3.11-gpustat-1.1.1 Press Enter key to continue... Running update for: - python3.11-gpustat-1.1.1: UPDATING ... - python3.11-gpustat-1.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gpustat 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-color-manager, using log file: /var/log/nixpkgs-update/gnome.gnome-color-manager/2024-03-05.log gnome.gnome-color-manager 0 -> 1 attrpath: gnome.gnome-color-manager Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-color-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 aspellDicts.am, using log file: /var/log/nixpkgs-update/aspellDicts.am/2024-03-05.log aspellDicts.am 0 -> 1 attrpath: aspellDicts.am 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/qzqcsdi1pa1n1k2j8gj9d8mjbl80pm39-update-aspellDict-am.drv /nix/store/fkc0mwldy89p1z2wvszc1g2i84cyj1w4-packages.json.drv building '/nix/store/qzqcsdi1pa1n1k2j8gj9d8mjbl80pm39-update-aspellDict-am.drv'... building '/nix/store/fkc0mwldy89p1z2wvszc1g2i84cyj1w4-packages.json.drv'... Going to be running update for following packages: - aspell-dict-am-0.03-1 Press Enter key to continue... Running update for: - aspell-dict-am-0.03-1: UPDATING ... - aspell-dict-am-0.03-1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aspellDicts.am 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ogre_13, using log file: /var/log/nixpkgs-update/ogre_13/2024-03-05.log ogre_13 13.6.5 -> 14.2.0 https://github.com/OGRECave/ogre/releases attrpath: ogre_13 Checking auto update branch... No auto update branch exists Version in attr path ogre_13 not compatible with 14.2.0 [result] Failed to update ogre_13 13.6.5 -> 14.2.0 https://github.com/OGRECave/ogre/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 gnome.gnome-screenshot, using log file: /var/log/nixpkgs-update/gnome.gnome-screenshot/2024-03-05.log gnome.gnome-screenshot 0 -> 1 attrpath: gnome.gnome-screenshot Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update gnome.gnome-screenshot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.trampoline, using log file: /var/log/nixpkgs-update/python311Packages.trampoline/2024-03-05.log python311Packages.trampoline 0 -> 1 attrpath: python311Packages.trampoline Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nd156cg78m9lqm0d1xlj1x4ljqyyy287-packages.json.drv building '/nix/store/nd156cg78m9lqm0d1xlj1x4ljqyyy287-packages.json.drv'... Going to be running update for following packages: - python3.11-trampoline-0.1.2 Press Enter key to continue... Running update for: - python3.11-trampoline-0.1.2: UPDATING ... - python3.11-trampoline-0.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.trampoline 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pick, using log file: /var/log/nixpkgs-update/python311Packages.pick/2024-03-05.log python311Packages.pick 0 -> 1 attrpath: python311Packages.pick Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/iy5n67rb6r7rsqnnp2lh2sy7yb01739h-packages.json.drv building '/nix/store/iy5n67rb6r7rsqnnp2lh2sy7yb01739h-packages.json.drv'... Going to be running update for following packages: - python3.11-pick-2.2.0 Press Enter key to continue... Running update for: - python3.11-pick-2.2.0: UPDATING ... - python3.11-pick-2.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pick 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.hetzner, using log file: /var/log/nixpkgs-update/python311Packages.hetzner/2024-03-05.log python311Packages.hetzner 0 -> 1 attrpath: python311Packages.hetzner Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l3pss4dgj7kid2y8szrvfv8c1w3plxhl-packages.json.drv building '/nix/store/l3pss4dgj7kid2y8szrvfv8c1w3plxhl-packages.json.drv'... Going to be running update for following packages: - python3.11-hetzner-0.8.3 Press Enter key to continue... Running update for: - python3.11-hetzner-0.8.3: UPDATING ... - python3.11-hetzner-0.8.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hetzner 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.barectf, using log file: /var/log/nixpkgs-update/python311Packages.barectf/2024-03-05.log python311Packages.barectf 0 -> 1 attrpath: python311Packages.barectf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/br637ssmmn4c5fi76sp6bz3fzw63zsw3-packages.json.drv building '/nix/store/br637ssmmn4c5fi76sp6bz3fzw63zsw3-packages.json.drv'... Going to be running update for following packages: - python3.11-barectf-3.1.2 Press Enter key to continue... Running update for: - python3.11-barectf-3.1.2: UPDATING ... - python3.11-barectf-3.1.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.barectf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.riscv-config, using log file: /var/log/nixpkgs-update/python311Packages.riscv-config/2024-03-05.log python311Packages.riscv-config 0 -> 1 attrpath: python311Packages.riscv-config Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/l5izqyzkym8dy1p7iskv2399zsfy7niq-packages.json.drv building '/nix/store/l5izqyzkym8dy1p7iskv2399zsfy7niq-packages.json.drv'... Going to be running update for following packages: - python3.11-riscv-config-3.17.0 Press Enter key to continue... Running update for: - python3.11-riscv-config-3.17.0: UPDATING ... - python3.11-riscv-config-3.17.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.riscv-config 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aio-geojson-usgs-earthquakes, using log file: /var/log/nixpkgs-update/python311Packages.aio-geojson-usgs-earthquakes/2024-03-05.log python311Packages.aio-geojson-usgs-earthquakes 0 -> 1 attrpath: python311Packages.aio-geojson-usgs-earthquakes Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2a2q57ngvwbr8x5yzyllskmfcp9cs5hp-packages.json.drv building '/nix/store/2a2q57ngvwbr8x5yzyllskmfcp9cs5hp-packages.json.drv'... Going to be running update for following packages: - python3.11-aio-geojson-usgs-earthquakes-0.3 Press Enter key to continue... Running update for: - python3.11-aio-geojson-usgs-earthquakes-0.3: UPDATING ... - python3.11-aio-geojson-usgs-earthquakes-0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aio-geojson-usgs-earthquakes 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.psygnal, using log file: /var/log/nixpkgs-update/python311Packages.psygnal/2024-03-05.log python311Packages.psygnal 0 -> 1 attrpath: python311Packages.psygnal Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yd6ma1pj1anx9dfg103cn1l8w9sq4brm-packages.json.drv building '/nix/store/yd6ma1pj1anx9dfg103cn1l8w9sq4brm-packages.json.drv'... Going to be running update for following packages: - python3.11-psygnal-0.9.5 Press Enter key to continue... Running update for: - python3.11-psygnal-0.9.5: UPDATING ... - python3.11-psygnal-0.9.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.psygnal 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.base64io, using log file: /var/log/nixpkgs-update/python311Packages.base64io/2024-03-05.log python311Packages.base64io 0 -> 1 attrpath: python311Packages.base64io Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5k62vcbc1kswrw0vwbxhw78v9yj2zlcz-packages.json.drv building '/nix/store/5k62vcbc1kswrw0vwbxhw78v9yj2zlcz-packages.json.drv'... Going to be running update for following packages: - python3.11-base64io-1.0.3 Press Enter key to continue... Running update for: - python3.11-base64io-1.0.3: UPDATING ... - python3.11-base64io-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.base64io 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cargo-msrv, using log file: /var/log/nixpkgs-update/cargo-msrv/2024-03-05.log cargo-msrv 0 -> 1 attrpath: cargo-msrv 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/n746hwg1gcq2phmy9lhm5crb8ysnyg3w-packages.json.drv building '/nix/store/n746hwg1gcq2phmy9lhm5crb8ysnyg3w-packages.json.drv'... Going to be running update for following packages: - cargo-msrv-0.15.1 Press Enter key to continue... Running update for: - cargo-msrv-0.15.1: UPDATING ... - cargo-msrv-0.15.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cargo-msrv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath tqsl, using log file: /var/log/nixpkgs-update/tqsl/2024-03-05.log tqsl 2.6.5 -> 2.7.2 https://repology.org/project/trustedqsl/versions attrpath: tqsl 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/radio/tqsl/default.nix b/pkgs/applications/radio/tqsl/default.nix index a207ba2f1468..eaddc7c6cd34 100644 --- a/pkgs/applications/radio/tqsl/default.nix +++ b/pkgs/applications/radio/tqsl/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "tqsl"; - version = "2.6.5"; + version = "2.7.2"; src = fetchurl { url = "https://www.arrl.org/files/file/LoTW%20Instructions/${pname}-${version}.tar.gz"; - sha256 = "sha256-UGPMp1mAarHWuLbZu2wWpjgCdf8ZKj0Mwkqp32U5/8w="; + sha256 = "sha256-T4NBCUTYHT6ugSg1gSfjQBOBndqwSwyWLr/qlDPQGKI="; }; nativeBuildInputs = [ cmake wrapGAppsHook ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A tqsl nix build failed. CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions.  -- The C compiler identification is GNU 13.2.0 -- The CXX compiler identification is GNU 13.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/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 -- Found OpenSSL: /nix/store/qkfcr92mk15h8hmwzds3g5gkx0vm5l26-openssl-3.0.13/lib/libcrypto.so (found version "3.0.13") CMake Error at /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find SQLite3 (missing: SQLite3_INCLUDE_DIR SQLite3_LIBRARY) Call Stack (most recent call first): /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE) /nix/store/paxnwg89pdx4car5fj84mmiprg952459-cmake-3.28.2/share/cmake-3.28/Modules/FindSQLite3.cmake:54 (find_package_handle_standard_args) CMakeLists.txt:92 (find_package)  -- Configuring incomplete, errors occurred! [result] Failed to update tqsl 2.6.5 -> 2.7.2 https://repology.org/project/trustedqsl/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath portmod, using log file: /var/log/nixpkgs-update/portmod/2024-03-05.log portmod 0 -> 1 attrpath: portmod 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/pw37fw4z89c9gnhiddqhfpy0sbq2vskx-packages.json.drv building '/nix/store/pw37fw4z89c9gnhiddqhfpy0sbq2vskx-packages.json.drv'... Going to be running update for following packages: - portmod-2.6.2 Press Enter key to continue... Running update for: - portmod-2.6.2: UPDATING ... - portmod-2.6.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update portmod 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pymorphy3-dicts-ru, using log file: /var/log/nixpkgs-update/python311Packages.pymorphy3-dicts-ru/2024-03-05.log python311Packages.pymorphy3-dicts-ru 0 -> 1 attrpath: python311Packages.pymorphy3-dicts-ru Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g1wmv7wnh7sx9p6wsjmp1sj1290qih6d-packages.json.drv building '/nix/store/g1wmv7wnh7sx9p6wsjmp1sj1290qih6d-packages.json.drv'... Going to be running update for following packages: - python3.11-pymorphy3-dicts-ru-2.4.417150.4580142 Press Enter key to continue... Running update for: - python3.11-pymorphy3-dicts-ru-2.4.417150.4580142: UPDATING ... - python3.11-pymorphy3-dicts-ru-2.4.417150.4580142: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pymorphy3-dicts-ru 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.iodata, using log file: /var/log/nixpkgs-update/python311Packages.iodata/2024-03-05.log python311Packages.iodata 0 -> 1 attrpath: python311Packages.iodata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qrrc8fkzpbz37ckyrwmamcw7bwbik5n8-packages.json.drv building '/nix/store/qrrc8fkzpbz37ckyrwmamcw7bwbik5n8-packages.json.drv'... Going to be running update for following packages: - python3.11-iodata-1.0.0a2 Press Enter key to continue... Running update for: - python3.11-iodata-1.0.0a2: UPDATING ... - python3.11-iodata-1.0.0a2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.iodata 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ns-3, using log file: /var/log/nixpkgs-update/ns-3/2024-03-05.log ns-3 3-39 -> 3.41 https://repology.org/project/ns3/versions attrpath: ns-3 Checking auto update branch... No auto update branch exists Old version 3-39" not present in master derivation file with contents: { stdenv , breakpointHook , fetchFromGitLab , python , libxml2 , sqlite , boost , gtk3-x11 , root , glib , gsl , cmake , pkg-config , libpcap , jansson , harfbuzz , freetype # for binding generation , castxml ? null , cppyy ? null # can take a long time, generates > 30000 images/graphs , enableDoxygen ? false # very long , withManual ? false , doxygen ? null , graphviz ? null , imagemagick ? null # for manual, tetex is used to get the eps2pdf binary # texlive to get latexmk. building manual still fails though , dia , tetex ? null , ghostscript ? null , texliveMedium ? null # generates python bindings , pythonSupport ? true , ncurses ? null , lib }: let pythonEnv = python.withPackages (ps: lib.optional withManual ps.sphinx ++ lib.optionals pythonSupport (with ps;[ pybindgen pygccxml cppyy]) ); in stdenv.mkDerivation rec { pname = "ns-3"; version = "39"; src = fetchFromGitLab { owner = "nsnam"; repo = "ns-3-dev"; rev = "ns-3.${version}"; sha256 = "sha256-2d8xCCfxRpcCZgt7ne17F7cUo/wIxLyvjQs3izNUnmY="; }; nativeBuildInputs = [ cmake pkg-config pythonEnv ]; outputs = [ "out" ]; # ncurses is a hidden dependency of waf when checking python buildInputs = lib.optionals pythonSupport [ castxml ncurses ] ++ lib.optionals enableDoxygen [ doxygen graphviz imagemagick ] ++ lib.optionals withManual [ dia tetex ghostscript imagemagick texliveMedium ] ++ [ libxml2 pythonEnv sqlite.dev gsl boost root glib.out glib.dev libpcap gtk3-x11.dev harfbuzz freetype jansson ]; propagatedBuildInputs = [ pythonEnv ]; preConfigure = '' substituteInPlace src/tap-bridge/CMakeLists.txt \ --replace '-DTAP_CREATOR="''${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/src/tap-bridge/' "-DTAP_CREATOR=\"$out/libexec/ns3/" substituteInPlace src/fd-net-device/CMakeLists.txt \ --replace '-DRAW_SOCK_CREATOR="''${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/src/fd-net-device/' "-DRAW_SOCK_CREATOR=\"$out/libexec/ns3/" substituteInPlace src/fd-net-device/CMakeLists.txt \ --replace '-DTAP_DEV_CREATOR="''${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/src/fd-net-device/' "-DTAP_DEV_CREATOR=\"$out/libexec/ns3/" ''; doCheck = false; buildTargets = "build" + lib.optionalString enableDoxygen " doxygen" + lib.optionalString withManual "sphinx"; # to prevent fatal error: 'backward_warning.h' file not found CXXFLAGS = "-D_GLIBCXX_PERMIT_BACKWARD_HASH"; # Make generated python bindings discoverable in customized python environment passthru = { pythonModule = python; }; cmakeFlags = [ "-DPython3_LIBRARY_DIRS=${pythonEnv}/lib" "-DPython3_INCLUDE_DIRS=${pythonEnv}/include" "-DPython3_EXECUTABLE=${pythonEnv}/bin/python" "-DNS3_PYTHON_BINDINGS=ON" "-DNS3_DES_METRICS=ON" "-DNS3_BINDINGS_INSTALL_DIR=${pythonEnv.sitePackages}" "-DNS3_LOG=ON" "-DNS3_ASSERT=ON" "-DNS3_GTK3=ON" "-DGTK3_GLIBCONFIG_INCLUDE_DIR=${glib.out}/lib/glib-2.0/include" ] ++ lib.optional doCheck "-DNS3_TESTS=ON"; # strictoverflow prevents clang from discovering pyembed when bindings hardeningDisable = [ "fortify" "strictoverflow" ]; meta = with lib; { homepage = "http://www.nsnam.org"; license = licenses.gpl3; description = "A discrete time event network simulator"; platforms = with platforms; unix; maintainers = with maintainers; [ teto rgrunbla ]; # never built on aarch64-darwin since first introduction in nixpkgs broken = (stdenv.isDarwin && stdenv.isAarch64) || (stdenv.isLinux && stdenv.isAarch64); }; } [result] Failed to update ns-3 3-39 -> 3.41 https://repology.org/project/ns3/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.beautifulsoup4, using log file: /var/log/nixpkgs-update/python311Packages.beautifulsoup4/2024-03-05.log python311Packages.beautifulsoup4 0 -> 1 attrpath: python311Packages.beautifulsoup4 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/9dj8dmkbpivg01hh7kcjibqnj22blqh3-packages.json.drv building '/nix/store/9dj8dmkbpivg01hh7kcjibqnj22blqh3-packages.json.drv'... Going to be running update for following packages: - python3.11-beautifulsoup4-4.12.2 Press Enter key to continue... Running update for: - python3.11-beautifulsoup4-4.12.2: UPDATING ... - python3.11-beautifulsoup4-4.12.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/beautifulsoup4/default.nix b/pkgs/development/python-modules/beautifulsoup4/default.nix index 9e9d15bec0cb..aa77adf71333 100644 --- a/pkgs/development/python-modules/beautifulsoup4/default.nix +++ b/pkgs/development/python-modules/beautifulsoup4/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "beautifulsoup4"; - version = "4.12.2"; + version = "4.12.3"; format = "pyproject"; outputs = ["out" "doc"]; @@ -31,7 +31,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-SSu8adyjXRLarHHE2xv/8Mh2wA70ov+sziJtRjjrcto="; + hash = "sha256-dOPRko7cBw0hdIGFxG4/szSQ8i9So63e6a7g9Pd4EFE="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.beautifulsoup4: 4.12.2 -> 4.12.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291316" [result] Failed to update python311Packages.beautifulsoup4 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.speaklater3, using log file: /var/log/nixpkgs-update/python311Packages.speaklater3/2024-03-05.log python311Packages.speaklater3 0 -> 1 attrpath: python311Packages.speaklater3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n2jximwd01b7b4g8nxsia03xwqpisz3d-packages.json.drv building '/nix/store/n2jximwd01b7b4g8nxsia03xwqpisz3d-packages.json.drv'... Going to be running update for following packages: - python3.11-speaklater3-1.4 Press Enter key to continue... Running update for: - python3.11-speaklater3-1.4: UPDATING ... - python3.11-speaklater3-1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.speaklater3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath procdump, using log file: /var/log/nixpkgs-update/procdump/2024-03-05.log procdump 1.2 -> 3.2.0 https://github.com/Microsoft/ProcDump-for-Linux/releases attrpath: procdump 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 procdump 1.2 -> 3.2.0 https://github.com/Microsoft/ProcDump-for-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.flatbuffers, using log file: /var/log/nixpkgs-update/python311Packages.flatbuffers/2024-03-05.log python311Packages.flatbuffers 0 -> 1 attrpath: python311Packages.flatbuffers Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mvjwc68llhjp55kmrvqm36xc5mm4ik51-packages.json.drv building '/nix/store/mvjwc68llhjp55kmrvqm36xc5mm4ik51-packages.json.drv'... Going to be running update for following packages: - python3.11-flatbuffers-23.5.26 Press Enter key to continue... Running update for: - python3.11-flatbuffers-23.5.26: UPDATING ... - python3.11-flatbuffers-23.5.26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flatbuffers 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath graphite-gtk-theme, using log file: /var/log/nixpkgs-update/graphite-gtk-theme/2024-03-05.log graphite-gtk-theme 0 -> 1 attrpath: graphite-gtk-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/q02cr42di1qfvpny89hmplkq5f599jpa-packages.json.drv building '/nix/store/q02cr42di1qfvpny89hmplkq5f599jpa-packages.json.drv'... Going to be running update for following packages: - graphite-gtk-theme-2023-12-31 Press Enter key to continue... Running update for: - graphite-gtk-theme-2023-12-31: UPDATING ... - graphite-gtk-theme-2023-12-31: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update graphite-gtk-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 haskellPackages.climb, using log file: /var/log/nixpkgs-update/haskellPackages.climb/2024-03-05.log haskellPackages.climb 0.4.1 -> 0.5.0 https://repology.org/project/haskell:climb/versions attrpath: haskellPackages.climb Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.climb 0.4.1 -> 0.5.0 https://repology.org/project/haskell:climb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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, using log file: /var/log/nixpkgs-update/python311Packages.tensorboard/2024-03-05.log python311Packages.tensorboard 0 -> 1 attrpath: python311Packages.tensorboard Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/bvzr5rsvj947xpp5f60b2j98qi9zma9v-packages.json.drv building '/nix/store/bvzr5rsvj947xpp5f60b2j98qi9zma9v-packages.json.drv'... Going to be running update for following packages: - python3.11-tensorboard-2.16.0 Press Enter key to continue... Running update for: - python3.11-tensorboard-2.16.0: UPDATING ... - python3.11-tensorboard-2.16.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/tensorboard/default.nix b/pkgs/development/python-modules/tensorboard/default.nix index af45054bac42..9fdc3bb71192 100644 --- a/pkgs/development/python-modules/tensorboard/default.nix +++ b/pkgs/development/python-modules/tensorboard/default.nix @@ -23,7 +23,7 @@ buildPythonPackage rec { pname = "tensorboard"; - version = "2.16.0"; + version = "2.16.2"; format = "wheel"; disabled = pythonOlder "3.9"; @@ -31,7 +31,7 @@ buildPythonPackage rec { inherit pname version format; dist = "py3"; python = "py3"; - hash = "sha256-JjuQmiAJyzp52qar5kwXhcwxfCWlTk2y/stkKf/FTFg="; + hash = "sha256-nytOfa2GZnYVwOXNBy8eqEA/wDKimfAHLW90hVd1zEU="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 230 > 25 [result] Failed to update python311Packages.tensorboard 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.car-pool, using log file: /var/log/nixpkgs-update/haskellPackages.car-pool/2024-03-05.log haskellPackages.car-pool 0.0.1.1 -> 0.0.1.2 https://repology.org/project/haskell:car-pool/versions attrpath: haskellPackages.car-pool Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.car-pool 0.0.1.1 -> 0.0.1.2 https://repology.org/project/haskell:car-pool/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.proxy-tools, using log file: /var/log/nixpkgs-update/python311Packages.proxy-tools/2024-03-05.log python311Packages.proxy-tools 0 -> 1 attrpath: python311Packages.proxy-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/4h0bvkqbsq9l8mp6zm2dbb0wpjzj6qs9-packages.json.drv building '/nix/store/4h0bvkqbsq9l8mp6zm2dbb0wpjzj6qs9-packages.json.drv'... Going to be running update for following packages: - python3.11-proxy-tools-0.1.0 Press Enter key to continue... Running update for: - python3.11-proxy-tools-0.1.0: UPDATING ... - python3.11-proxy-tools-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.proxy-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.hdfs, using log file: /var/log/nixpkgs-update/python311Packages.hdfs/2024-03-05.log python311Packages.hdfs 0 -> 1 attrpath: python311Packages.hdfs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dg71dgkghb3v707qa16d4kcrrjl6il3l-packages.json.drv building '/nix/store/dg71dgkghb3v707qa16d4kcrrjl6il3l-packages.json.drv'... Going to be running update for following packages: - python3.11-hdfs-2.7.3 Press Enter key to continue... Running update for: - python3.11-hdfs-2.7.3: UPDATING ... - python3.11-hdfs-2.7.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.hdfs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pypsrp, using log file: /var/log/nixpkgs-update/python311Packages.pypsrp/2024-03-05.log python311Packages.pypsrp 0 -> 1 attrpath: python311Packages.pypsrp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6c9a3gjm7igprk7vqhxzzj5q12bz3w07-packages.json.drv building '/nix/store/6c9a3gjm7igprk7vqhxzzj5q12bz3w07-packages.json.drv'... Going to be running update for following packages: - python3.11-pypsrp-0.8.1 Press Enter key to continue... Running update for: - python3.11-pypsrp-0.8.1: UPDATING ... - python3.11-pypsrp-0.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pypsrp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-magic, using log file: /var/log/nixpkgs-update/python311Packages.python-magic/2024-03-05.log python311Packages.python-magic 0 -> 1 attrpath: python311Packages.python-magic 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/v77p130lc3jdg581mi36j8db4nkq69zj-packages.json.drv building '/nix/store/v77p130lc3jdg581mi36j8db4nkq69zj-packages.json.drv'... Going to be running update for following packages: - python3.11-python-magic-0.4.27 Press Enter key to continue... Running update for: - python3.11-python-magic-0.4.27: UPDATING ... - python3.11-python-magic-0.4.27: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-magic 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pax-utils, using log file: /var/log/nixpkgs-update/pax-utils/2024-03-05.log pax-utils 0 -> 1 attrpath: pax-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/qq44jzldfq9c1rm0dxp8v54g8ladrx3p-packages.json.drv building '/nix/store/qq44jzldfq9c1rm0dxp8v54g8ladrx3p-packages.json.drv'... Going to be running update for following packages: - pax-utils-1.3.7 Press Enter key to continue... Running update for: - pax-utils-1.3.7: UPDATING ... - pax-utils-1.3.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pax-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.pep517, using log file: /var/log/nixpkgs-update/python311Packages.pep517/2024-03-05.log python311Packages.pep517 0 -> 1 attrpath: python311Packages.pep517 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zscja2l48lgnrvn1abzq45whyv4y3lqc-packages.json.drv building '/nix/store/zscja2l48lgnrvn1abzq45whyv4y3lqc-packages.json.drv'... Going to be running update for following packages: - python3.11-pep517-0.13.1 Press Enter key to continue... Running update for: - python3.11-pep517-0.13.1: UPDATING ... - python3.11-pep517-0.13.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pep517 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cudaPackages.cudatoolkit, using log file: /var/log/nixpkgs-update/cudaPackages.cudatoolkit/2024-03-05.log cudaPackages.cudatoolkit 12.2.2 -> 12.3.2 https://repology.org/project/cuda/versions attrpath: cudaPackages.cudatoolkit Checking auto update branch... No auto update branch exists Old version 12.2.2" not present in master derivation file with contents: { cudaVersion, runPatches ? [], autoPatchelfHook, autoAddOpenGLRunpathHook, addOpenGLRunpath, alsa-lib, curlMinimal, expat, fetchurl, fontconfig, freetype, gdk-pixbuf, glib, glibc, gst_all_1, gtk2, lib, libxkbcommon, libkrb5, krb5, makeWrapper, markForCudatoolkitRootHook, ncurses5, numactl, nss, patchelf, perl, python3, # FIXME: CUDAToolkit 10 may still need python27 pulseaudio, setupCudaHook, stdenv, backendStdenv, # E.g. gcc11Stdenv, set in extension.nix unixODBC, wayland, xorg, zlib, freeglut, libGLU, libsForQt5, libtiff, qt6Packages, qt6, rdma-core, ucx, rsync, libglvnd, }: let # Version info for the classic cudatoolkit packages that contain everything that is in redist. releases = builtins.import ./releases.nix; release = releases.${cudaVersion}; in backendStdenv.mkDerivation rec { pname = "cudatoolkit"; inherit (release) version; inherit runPatches; dontPatchELF = true; dontStrip = true; src = fetchurl {inherit (release) url sha256;}; outputs = [ "out" "lib" "doc" ]; nativeBuildInputs = [ perl makeWrapper rsync addOpenGLRunpath autoPatchelfHook autoAddOpenGLRunpathHook markForCudatoolkitRootHook ] ++ lib.optionals (lib.versionOlder version "11") [libsForQt5.wrapQtAppsHook] ++ lib.optionals (lib.versionAtLeast version "11.8") [qt6Packages.wrapQtAppsHook]; propagatedBuildInputs = [setupCudaHook]; buildInputs = lib.optionals (lib.versionOlder version "11") [ libsForQt5.qt5.qtwebengine freeglut libGLU ] ++ [ # To get $GDK_PIXBUF_MODULE_FILE via setup-hook gdk-pixbuf # For autoPatchelf ncurses5 expat python3 zlib glibc xorg.libX11 xorg.libXext xorg.libXrender xorg.libXt xorg.libXtst xorg.libXi xorg.libXext xorg.libXdamage xorg.libxcb xorg.xcbutilimage xorg.xcbutilrenderutil xorg.xcbutilwm xorg.xcbutilkeysyms pulseaudio libxkbcommon libkrb5 krb5 gtk2 glib fontconfig freetype numactl nss unixODBC alsa-lib wayland libglvnd ] ++ lib.optionals (lib.versionAtLeast version "11.8") [ (lib.getLib libtiff) qt6Packages.qtwayland rdma-core (ucx.override {enableCuda = false;}) # Avoid infinite recursion xorg.libxshmfence xorg.libxkbfile ] ++ (lib.optionals (lib.versionAtLeast version "12") ( map lib.getLib ([ # Used by `/target-linux-x64/CollectX/clx` and `/target-linux-x64/CollectX/libclx_api.so` for: # - `libcurl.so.4` curlMinimal # Used by `/host-linux-x64/Scripts/WebRTCContainer/setup/neko/server/bin/neko` gst_all_1.gstreamer gst_all_1.gst-plugins-base ]) ++ ( with qt6; [ qtmultimedia qttools qtpositioning qtscxml qtsvg qtwebchannel qtwebengine ] ) )); # Prepended to runpaths by autoPatchelf. # The order inherited from older rpath preFixup code runtimeDependencies = [ (placeholder "lib") (placeholder "out") "${placeholder "out"}/nvvm" # NOTE: use the same libstdc++ as the rest of nixpkgs, not from backendStdenv "${lib.getLib stdenv.cc.cc}/lib64" "${placeholder "out"}/jre/lib/amd64/jli" "${placeholder "out"}/lib64" "${placeholder "out"}/nvvm/lib64" ]; autoPatchelfIgnoreMissingDeps = [ # This is the hardware-dependent userspace driver that comes from # nvidia_x11 package. It must be deployed at runtime in # /run/opengl-driver/lib or pointed at by LD_LIBRARY_PATH variable, rather # than pinned in runpath "libcuda.so.1" # The krb5 expression ships libcom_err.so.3 but cudatoolkit asks for the # older # This dependency is asked for by target-linux-x64/CollectX/RedHat/x86_64/libssl.so.10 # - do we even want to use nvidia-shipped libssl? "libcom_err.so.2" ] ++ lib.optionals (lib.versionOlder version "10.1") [ # For Cuda 10.0, nVidia also shipped a jre implementation which needed # two old versions of ffmpeg which are not available in nixpkgs "libavcodec.so.54" "libavcodec.so.53" "libavformat.so.54" "libavformat.so.53" ]; preFixup = if (lib.versionAtLeast version "10.1" && lib.versionOlder version "11") then '' ${lib.getExe' patchelf "patchelf"} $out/targets/*/lib/libnvrtc.so --add-needed libnvrtc-builtins.so '' else '' ${lib.getExe' patchelf "patchelf"} $out/lib64/libnvrtc.so --add-needed libnvrtc-builtins.so ''; unpackPhase = '' sh $src --keep --noexec ${lib.optionalString (lib.versionOlder version "10.1") '' cd pkg/run_files sh cuda-linux*.run --keep --noexec sh cuda-samples*.run --keep --noexec mv pkg ../../$(basename $src) cd ../.. rm -rf pkg for patch in $runPatches; do sh $patch --keep --noexec mv pkg $(basename $patch) done ''} ''; installPhase = '' runHook preInstall mkdir $out ${lib.optionalString (lib.versionOlder version "10.1") '' cd $(basename $src) export PERL5LIB=. perl ./install-linux.pl --prefix="$out" cd .. for patch in $runPatches; do cd $(basename $patch) perl ./install_patch.pl --silent --accept-eula --installdir="$out" cd .. done ''} ${lib.optionalString (lib.versionAtLeast version "10.1" && lib.versionOlder version "11") '' cd pkg/builds/cuda-toolkit mv * $out/ ''} ${lib.optionalString (lib.versionAtLeast version "11") '' mkdir -p $out/bin $out/lib64 $out/include $doc for dir in pkg/builds/* pkg/builds/cuda_nvcc/nvvm pkg/builds/cuda_cupti/extras/CUPTI; do if [ -d $dir/bin ]; then mv $dir/bin/* $out/bin fi if [ -d $dir/doc ]; then (cd $dir/doc && find . -type d -exec mkdir -p $doc/\{} \;) (cd $dir/doc && find . \( -type f -o -type l \) -exec mv \{} $doc/\{} \;) fi if [ -L $dir/include ] || [ -d $dir/include ]; then (cd $dir/include && find . -type d -exec mkdir -p $out/include/\{} \;) (cd $dir/include && find . \( -type f -o -type l \) -exec mv \{} $out/include/\{} \;) fi if [ -L $dir/lib64 ] || [ -d $dir/lib64 ]; then (cd $dir/lib64 && find . -type d -exec mkdir -p $out/lib64/\{} \;) (cd $dir/lib64 && find . \( -type f -o -type l \) -exec mv \{} $out/lib64/\{} \;) fi done mv pkg/builds/cuda_nvcc/nvvm $out/nvvm mv pkg/builds/cuda_sanitizer_api $out/cuda_sanitizer_api ln -s $out/cuda_sanitizer_api/compute-sanitizer/compute-sanitizer $out/bin/compute-sanitizer mv pkg/builds/nsight_systems/target-linux-x64 $out/target-linux-x64 mv pkg/builds/nsight_systems/host-linux-x64 $out/host-linux-x64 rm $out/host-linux-x64/libstdc++.so* ''} ${ lib.optionalString (lib.versionAtLeast version "11.8" && lib.versionOlder version "12") # error: auto-patchelf could not satisfy dependency libtiff.so.5 wanted by /nix/store/.......-cudatoolkit-12.0.1/host-linux-x64/Plugins/imageformats/libqtiff.so # we only ship libtiff.so.6, so let's use qt plugins built by Nix. # TODO: don't copy, come up with a symlink-based "merge" '' rsync ${lib.getLib qt6Packages.qtimageformats}/lib/qt-6/plugins/ $out/host-linux-x64/Plugins/ -aP '' } ${ lib.optionalString (lib.versionAtLeast version "12") # Use Qt plugins built by Nix. '' for qtlib in $out/host-linux-x64/Plugins/*/libq*.so; do qtdir=$(basename $(dirname $qtlib)) filename=$(basename $qtlib) for qtpkgdir in ${lib.concatMapStringsSep " " (x: qt6Packages.${x}) ["qtbase" "qtimageformats" "qtsvg" "qtwayland"]}; do if [ -e $qtpkgdir/lib/qt-6/plugins/$qtdir/$filename ]; then ln -snf $qtpkgdir/lib/qt-6/plugins/$qtdir/$filename $qtlib fi done done '' } rm -f $out/tools/CUDA_Occupancy_Calculator.xls # FIXME: why? ${lib.optionalString (lib.versionOlder version "10.1") '' # let's remove the 32-bit libraries, they confuse the lib64->lib mover rm -rf $out/lib ''} ${lib.optionalString (lib.versionAtLeast version "12.0") '' rm $out/host-linux-x64/libQt6* ''} # Remove some cruft. ${lib.optionalString ((lib.versionAtLeast version "7.0") && (lib.versionOlder version "10.1")) "rm $out/bin/uninstall*"} # Fixup path to samples (needed for cuda 6.5 or else nsight will not find them) if [ -d "$out"/cuda-samples ]; then mv "$out"/cuda-samples "$out"/samples fi # Change the #error on GCC > 4.9 to a #warning. sed -i $out/include/host_config.h -e 's/#error\(.*unsupported GNU version\)/#warning\1/' # Fix builds with newer glibc version sed -i "1 i#define _BITS_FLOATN_H" "$out/include/host_defines.h" '' + # Point NVCC at a compatible compiler # CUDA_TOOLKIT_ROOT_DIR is legacy, # Cf. https://cmake.org/cmake/help/latest/module/FindCUDA.html#input-variables '' mkdir -p $out/nix-support cat <> $out/nix-support/setup-hook cmakeFlags+=' -DCUDA_TOOLKIT_ROOT_DIR=$out' EOF # Move some libraries to the lib output so that programs that # depend on them don't pull in this entire monstrosity. mkdir -p $lib/lib mv -v $out/lib64/libcudart* $lib/lib/ # Remove OpenCL libraries as they are provided by ocl-icd and driver. rm -f $out/lib64/libOpenCL* ${lib.optionalString (lib.versionAtLeast version "10.1" && (lib.versionOlder version "11")) '' mv $out/lib64 $out/lib mv $out/extras/CUPTI/lib64/libcupti* $out/lib ''} # nvprof do not find any program to profile if LD_LIBRARY_PATH is not set wrapProgram $out/bin/nvprof \ --prefix LD_LIBRARY_PATH : $out/lib '' + lib.optionalString (lib.versionOlder version "8.0") '' # Hack to fix building against recent Glibc/GCC. echo "NIX_CFLAGS_COMPILE+=' -D_FORCE_INLINES'" >> $out/nix-support/setup-hook '' # 11.8 includes a broken symlink, include/include, pointing to targets/x86_64-linux/include + lib.optionalString (lib.versions.majorMinor version == "11.8") '' rm $out/include/include '' + '' runHook postInstall ''; postInstall = '' for b in nvvp ${lib.optionalString (lib.versionOlder version "11") "nsight"}; do wrapProgram "$out/bin/$b" \ --set GDK_PIXBUF_MODULE_FILE "$GDK_PIXBUF_MODULE_FILE" done ${ lib.optionalString (lib.versionAtLeast version "12") # Check we don't have any lurking vendored qt libraries that weren't # replaced during installPhase '' qtlibfiles=$(find $out -name "libq*.so" -type f) if [ ! -z "$qtlibfiles" ]; then echo "Found unexpected vendored Qt library files in $out" >&2 echo $qtlibfiles >&2 echo "These should be replaced with symlinks in installPhase" >&2 exit 1 fi '' } ''; # cuda-gdb doesn't run correctly when not using sandboxing, so # temporarily disabling the install check. This should be set to true # when we figure out how to get `cuda-gdb --version` to run correctly # when not using sandboxing. doInstallCheck = false; postInstallCheck = '' # Smoke test binaries pushd $out/bin for f in *; do case $f in crt) continue;; nvcc.profile) continue;; nsight_ee_plugins_manage.sh) continue;; uninstall_cuda_toolkit_6.5.pl) continue;; computeprof|nvvp|nsight) continue;; # GUIs don't feature "--version" *) echo "Executing '$f --version':"; ./$f --version;; esac done popd ''; passthru = { inherit (backendStdenv) cc; majorMinorVersion = lib.versions.majorMinor version; majorVersion = lib.versions.majorMinor version; }; meta = with lib; { description = "A compiler for NVIDIA GPUs, math libraries, and tools"; homepage = "https://developer.nvidia.com/cuda-toolkit"; platforms = ["x86_64-linux"]; license = licenses.nvidiaCuda; maintainers = teams.cuda.members; }; } [result] Failed to update cudaPackages.cudatoolkit 12.2.2 -> 12.3.2 https://repology.org/project/cuda/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.CBEA, using log file: /var/log/nixpkgs-update/rPackages.CBEA/2024-03-05.log rPackages.CBEA 1.2.0 -> 1.3.0 https://repology.org/project/r:cbea/versions attrpath: rPackages.CBEA 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.CBEA 1.2.0 -> 1.3.0 https://repology.org/project/r:cbea/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.HDMFA, using log file: /var/log/nixpkgs-update/rPackages.HDMFA/2024-03-05.log rPackages.HDMFA 0.1.0 -> 0.1.1 https://repology.org/project/r:hdmfa/versions attrpath: rPackages.HDMFA 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.HDMFA 0.1.0 -> 0.1.1 https://repology.org/project/r:hdmfa/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.tidysdm, using log file: /var/log/nixpkgs-update/rPackages.tidysdm/2024-03-05.log rPackages.tidysdm 0.9.2 -> 0.9.3 https://repology.org/project/r:tidysdm/versions attrpath: rPackages.tidysdm Checking auto update branch... No auto update branch exists Old version 0.9.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.tidysdm 0.9.2 -> 0.9.3 https://repology.org/project/r:tidysdm/versions [options] github_user: r-ryantm, pull_request: 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.EmailValid 1.203 -> 1.204 https://repology.org/project/perl:email-valid/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.gdalBindings, using log file: /var/log/nixpkgs-update/rPackages.gdalBindings/2024-03-05.log rPackages.gdalBindings 0.1.10 -> 0.1.17 https://repology.org/project/r:gdalbindings/versions attrpath: rPackages.gdalBindings Checking auto update branch... No auto update branch exists Old version 0.1.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.gdalBindings 0.1.10 -> 0.1.17 https://repology.org/project/r:gdalbindings/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath polylux2pdfpc, using log file: /var/log/nixpkgs-update/polylux2pdfpc/2024-03-05.log polylux2pdfpc 0 -> 1 attrpath: polylux2pdfpc Checking auto update branch... [outpaths] eval start [outpaths] eval end [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/jp8fvn5ij1k7xl7i98j4d1ixw3r5vpcl-packages.json.drv building '/nix/store/jp8fvn5ij1k7xl7i98j4d1ixw3r5vpcl-packages.json.drv'... Going to be running update for following packages: - polylux2pdfpc-0.3.1 Press Enter key to continue... Running update for: - polylux2pdfpc-0.3.1: UPDATING ... - polylux2pdfpc-0.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update polylux2pdfpc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.ontophylo, using log file: /var/log/nixpkgs-update/rPackages.ontophylo/2024-03-05.log rPackages.ontophylo 1.1.2 -> 1.1.3 https://repology.org/project/r:ontophylo/versions attrpath: rPackages.ontophylo Checking auto update branch... No auto update branch exists Old version 1.1.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ontophylo 1.1.2 -> 1.1.3 https://repology.org/project/r:ontophylo/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.diseasystore, using log file: /var/log/nixpkgs-update/rPackages.diseasystore/2024-03-05.log rPackages.diseasystore 0.1 -> 0.1.1 https://repology.org/project/r:diseasystore/versions attrpath: rPackages.diseasystore Checking auto update branch... No auto update branch exists Old version 0.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.diseasystore 0.1 -> 0.1.1 https://repology.org/project/r:diseasystore/versions [options] github_user: r-ryantm, pull_request: YES, batch_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_compute, using log file: /var/log/nixpkgs-update/rPackages.paws_compute/2024-03-05.log rPackages.paws_compute 0.4.0 -> 0.5.0 https://repology.org/project/r:paws.compute/versions attrpath: rPackages.paws_compute 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_compute 0.4.0 -> 0.5.0 https://repology.org/project/r:paws.compute/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.torrent-parser, using log file: /var/log/nixpkgs-update/python311Packages.torrent-parser/2024-03-05.log python311Packages.torrent-parser 0 -> 1 attrpath: python311Packages.torrent-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/lpl2pka12bikvp34xlrikq1y3ggjw2zl-packages.json.drv building '/nix/store/lpl2pka12bikvp34xlrikq1y3ggjw2zl-packages.json.drv'... Going to be running update for following packages: - python3.11-torrent-parser-0.4.1 Press Enter key to continue... Running update for: - python3.11-torrent-parser-0.4.1: UPDATING ... - python3.11-torrent-parser-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.torrent-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.flask-mysqldb, using log file: /var/log/nixpkgs-update/python311Packages.flask-mysqldb/2024-03-05.log python311Packages.flask-mysqldb 0 -> 1 attrpath: python311Packages.flask-mysqldb Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dmgpswmp4l2j9jcrfqr1czlb0lkm2p6x-packages.json.drv building '/nix/store/dmgpswmp4l2j9jcrfqr1czlb0lkm2p6x-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-mysqldb-2.0.0 Press Enter key to continue... Running update for: - python3.11-flask-mysqldb-2.0.0: UPDATING ... - python3.11-flask-mysqldb-2.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-mysqldb 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.thinc, using log file: /var/log/nixpkgs-update/python311Packages.thinc/2024-03-05.log python311Packages.thinc 0 -> 1 attrpath: python311Packages.thinc Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/daw99d3l76qqv7f00092d7w8d4mi5mpn-packages.json.drv building '/nix/store/daw99d3l76qqv7f00092d7w8d4mi5mpn-packages.json.drv'... Going to be running update for following packages: - python3.11-thinc-8.2.2 Press Enter key to continue... Running update for: - python3.11-thinc-8.2.2: UPDATING ... - python3.11-thinc-8.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/thinc/default.nix b/pkgs/development/python-modules/thinc/default.nix index 82ae98abc0c9..db5398550689 100644 --- a/pkgs/development/python-modules/thinc/default.nix +++ b/pkgs/development/python-modules/thinc/default.nix @@ -30,14 +30,14 @@ buildPythonPackage rec { pname = "thinc"; - version = "8.2.2"; + version = "8.2.3"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-boW5RGcsD5UkGnH2f5iC4asxnESaR3QLDRWfTPhtFYc="; + hash = "sha256-9a/FIikSqAvai9zslYNiorpTjXAn3I22FUhF0oWdynY="; }; postPatch = '' An auto update branch exists with message `python311Packages.thinc: 8.2.2 -> 8.2.3`. New version is 8.2.3. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.thinc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath noseyparker, using log file: /var/log/nixpkgs-update/noseyparker/2024-03-05.log noseyparker 0.12.0 -> 0.17.0 https://github.com/praetorian-inc/noseyparker/releases attrpath: noseyparker Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-aueMY4tzcFdWvCnL41+JUMrqJhHy1Bnpo2n7UjT+eT8= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A noseyparker nix build failed. got build log for 'noseyparker' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/sb9sz0xnr4lc375lqyx3g7h1fbdj5bis-source source root is source Executing cargoSetupPostUnpackHook unpacking source archive /nix/store/c0fmj24nqv34lvx5982y616qldk4kn8x-noseyparker-0.17.0-vendor.tar.gz Finished cargoSetupPostUnpackHook @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase rm: cannot remove 'tests/test_noseyparker_github.rs': No such file or directory /nix/store/3qnm3nwjajgqa771dmi2dnwxrw0kzq5m-stdenv-linux/setup: line 131: pop_var_context: head of shell_variables not a function context [result] Failed to update noseyparker 0.12.0 -> 0.17.0 https://github.com/praetorian-inc/noseyparker/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 wtfis, using log file: /var/log/nixpkgs-update/wtfis/2024-03-05.log wtfis 0 -> 1 attrpath: wtfis Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/022ik1f4a23d5fnvyiib723qsqa2470q-packages.json.drv building '/nix/store/022ik1f4a23d5fnvyiib723qsqa2470q-packages.json.drv'... Going to be running update for following packages: - wtfis-0.8.0 Press Enter key to continue... Running update for: - wtfis-0.8.0: UPDATING ... - wtfis-0.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wtfis 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath subtitleedit, using log file: /var/log/nixpkgs-update/subtitleedit/2024-03-05.log subtitleedit 0 -> 1 attrpath: subtitleedit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/r2ca1gr9xmal1sdh6j4mbhlcv7ging52-packages.json.drv building '/nix/store/r2ca1gr9xmal1sdh6j4mbhlcv7ging52-packages.json.drv'... Going to be running update for following packages: - subtitleedit-4.0.2 Press Enter key to continue... Running update for: - subtitleedit-4.0.2: UPDATING ... - subtitleedit-4.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/video/subtitleedit/default.nix b/pkgs/applications/video/subtitleedit/default.nix index e08ac36db3f0..2864824e9b1b 100644 --- a/pkgs/applications/video/subtitleedit/default.nix +++ b/pkgs/applications/video/subtitleedit/default.nix @@ -18,11 +18,11 @@ stdenv.mkDerivation rec { pname = "subtitleedit"; - version = "4.0.2"; + version = "4.0.3"; src = fetchzip { url = "https://github.com/SubtitleEdit/subtitleedit/releases/download/${version}/SE${lib.replaceStrings [ "." ] [ "" ] version}.zip"; - hash = "sha256-kcs2h6HeWniJhGDNsy+EBauXbiDIlLCOJkVOCIzLBzM="; + hash = "sha256-HCa4yicho/kYcjswQ/ATwsKu+XZ7i1OtW3QzJcMvnKg="; stripRoot = false; }; No auto update branch exists There might already be an open PR for this update: - subtitleedit: 4.0.2 -> 4.0.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/276263" [result] Failed to update subtitleedit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.miscellaneous, using log file: /var/log/nixpkgs-update/octavePackages.miscellaneous/2024-03-05.log octavePackages.miscellaneous 0 -> 1 attrpath: octavePackages.miscellaneous Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/m3jiyb3k4xh2apv9x12vhzzqcsj9kkwa-packages.json.drv building '/nix/store/m3jiyb3k4xh2apv9x12vhzzqcsj9kkwa-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-miscellaneous-1.3.0 Press Enter key to continue... Running update for: - octave-8.4.0-miscellaneous-1.3.0: UPDATING ... - octave-8.4.0-miscellaneous-1.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.miscellaneous 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.EpiTxDb, using log file: /var/log/nixpkgs-update/rPackages.EpiTxDb/2024-03-05.log rPackages.EpiTxDb 1.14.0 -> 1.14.1 https://repology.org/project/r:epitxdb/versions attrpath: rPackages.EpiTxDb 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.EpiTxDb 1.14.0 -> 1.14.1 https://repology.org/project/r:epitxdb/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.draftjs-exporter, using log file: /var/log/nixpkgs-update/python311Packages.draftjs-exporter/2024-03-05.log python311Packages.draftjs-exporter 0 -> 1 attrpath: python311Packages.draftjs-exporter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wi1kiihvmr31vlfig0bxr021pp2ib0gl-packages.json.drv building '/nix/store/wi1kiihvmr31vlfig0bxr021pp2ib0gl-packages.json.drv'... Going to be running update for following packages: - python3.11-draftjs-exporter-5.0.0 Press Enter key to continue... Running update for: - python3.11-draftjs-exporter-5.0.0: UPDATING ... - python3.11-draftjs-exporter-5.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.draftjs-exporter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rmview, using log file: /var/log/nixpkgs-update/rmview/2024-03-05.log rmview 0 -> 1 attrpath: rmview Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mn55cawv34zrxnbkx2ayq3jkr55lhal2-packages.json.drv building '/nix/store/mn55cawv34zrxnbkx2ayq3jkr55lhal2-packages.json.drv'... Going to be running update for following packages: - rmview-3.1.3 Press Enter key to continue... Running update for: - rmview-3.1.3: UPDATING ... - rmview-3.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rmview 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.yaspin, using log file: /var/log/nixpkgs-update/python311Packages.yaspin/2024-03-05.log python311Packages.yaspin 0 -> 1 attrpath: python311Packages.yaspin Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/i5wpw2azg7navl5dr1vqbak7gw6ssfd3-packages.json.drv building '/nix/store/i5wpw2azg7navl5dr1vqbak7gw6ssfd3-packages.json.drv'... Going to be running update for following packages: - python3.11-yaspin-3.0.1 Press Enter key to continue... Running update for: - python3.11-yaspin-3.0.1: UPDATING ... - python3.11-yaspin-3.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.yaspin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cachier, using log file: /var/log/nixpkgs-update/python311Packages.cachier/2024-03-05.log python311Packages.cachier 0 -> 1 attrpath: python311Packages.cachier Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ca61pydkqfwqc7zf9wqnaq4y9rg9v4q3-packages.json.drv building '/nix/store/ca61pydkqfwqc7zf9wqnaq4y9rg9v4q3-packages.json.drv'... Going to be running update for following packages: - python3.11-cachier-3.0.0 Press Enter key to continue... Running update for: - python3.11-cachier-3.0.0: UPDATING ... - python3.11-cachier-3.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cachier 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pdk, using log file: /var/log/nixpkgs-update/pdk/2024-03-05.log pdk 0 -> 1 attrpath: pdk 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 pdk 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.libc, using log file: /var/log/nixpkgs-update/rocmPackages.llvm.libc/2024-03-05.log rocmPackages.llvm.libc 0 -> 1 attrpath: rocmPackages.llvm.libc Checking auto update branch... [version] [version] skipping because derivation has 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/k4wd80ny43ingj3ghqqsfnxaq3n5xa4q-update.sh.drv /nix/store/cir75c4v108ndfb70qbdiraanycw9752-packages.json.drv building '/nix/store/k4wd80ny43ingj3ghqqsfnxaq3n5xa4q-update.sh.drv'... building '/nix/store/cir75c4v108ndfb70qbdiraanycw9752-packages.json.drv'... Going to be running update for following packages: - rocm-llvm-libc-5.7.1 Press Enter key to continue... Running update for: - rocm-llvm-libc-5.7.1: UPDATING ... - rocm-llvm-libc-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-llvm-libc-5.7.1 ---------------------- 'rocmPackages_5.llvm.libc' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.llvm.libc'. --- SHOWING ERROR LOG FOR rocm-llvm-libc-5.7.1 ---------------------- The update script for rocm-llvm-libc-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.llvm.libc 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath mailman-web, using log file: /var/log/nixpkgs-update/mailman-web/2024-03-05.log mailman-web 0 -> 1 attrpath: mailman-web Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/86d8ml3rhlw1dfcl7s26xz171vki5n7s-packages.json.drv building '/nix/store/86d8ml3rhlw1dfcl7s26xz171vki5n7s-packages.json.drv'... Going to be running update for following packages: - python3.11-mailman-web-0.0.8 Press Enter key to continue... Running update for: - python3.11-mailman-web-0.0.8: UPDATING ... - python3.11-mailman-web-0.0.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mailman-web 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dockerspawner, using log file: /var/log/nixpkgs-update/python311Packages.dockerspawner/2024-03-05.log python311Packages.dockerspawner 0 -> 1 attrpath: python311Packages.dockerspawner Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0lmca5xqp5b7i1nzkk14flx869hx7nn0-packages.json.drv building '/nix/store/0lmca5xqp5b7i1nzkk14flx869hx7nn0-packages.json.drv'... Going to be running update for following packages: - python3.11-dockerspawner-13.0.0 Press Enter key to continue... Running update for: - python3.11-dockerspawner-13.0.0: UPDATING ... - python3.11-dockerspawner-13.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dockerspawner 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath chroma, using log file: /var/log/nixpkgs-update/chroma/2024-03-05.log chroma 2.8.0 -> 2.12.0 https://github.com/alecthomas/chroma/releases attrpath: chroma Checking auto update branch... No auto update branch exists [version] build succeeded unexpectedlystderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'chroma.originalSrc' not found build succeeded unexpectedly [result] Failed to update chroma 2.8.0 -> 2.12.0 https://github.com/alecthomas/chroma/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 libpeas2, using log file: /var/log/nixpkgs-update/libpeas2/2024-03-05.log libpeas2 0 -> 1 attrpath: libpeas2 Checking auto update branch... Do not update GNOME during a release cycle [result] Failed to update libpeas2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.argcomplete, using log file: /var/log/nixpkgs-update/python311Packages.argcomplete/2024-03-05.log python311Packages.argcomplete 0 -> 1 attrpath: python311Packages.argcomplete Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2ggwvsj1s8davwvkmvwd7v9c7hhkx27b-packages.json.drv building '/nix/store/2ggwvsj1s8davwvkmvwd7v9c7hhkx27b-packages.json.drv'... Going to be running update for following packages: - python3.11-argcomplete-3.2.1 Press Enter key to continue... Running update for: - python3.11-argcomplete-3.2.1: UPDATING ... - python3.11-argcomplete-3.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/argcomplete/default.nix b/pkgs/development/python-modules/argcomplete/default.nix index 2496934d571b..5b4a4e45ce4c 100644 --- a/pkgs/development/python-modules/argcomplete/default.nix +++ b/pkgs/development/python-modules/argcomplete/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "argcomplete"; - version = "3.2.1"; + version = "3.2.2"; pyproject = true; disabled = pythonOlder "3.8"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "kislyuk"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-gOKuFv04Qv9ry7LEKC9zIe7kJvHNFhTBDUrL+zu8AYk="; + hash = "sha256-xHUK57Adp3pnzHtFzvjFYb3t1cywRrEeKKXgJJqg10s="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 4189 > 25 [result] Failed to update python311Packages.argcomplete 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nchat, using log file: /var/log/nixpkgs-update/nchat/2024-03-05.log nchat 3.67 -> 4.13 https://github.com/d99kris/nchat/releases attrpath: nchat Checking auto update branch... An auto update branch exists with message `nchat: 3.67 -> 4.13`. New version is 4.13. An auto update branch exists with an equal or greater version [result] Failed to update nchat 3.67 -> 4.13 https://github.com/d99kris/nchat/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.xsdata, using log file: /var/log/nixpkgs-update/python311Packages.xsdata/2024-03-05.log python311Packages.xsdata 0 -> 1 attrpath: python311Packages.xsdata Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6wvglaalc6h0rc7x81pscsylrrysppkh-packages.json.drv building '/nix/store/6wvglaalc6h0rc7x81pscsylrrysppkh-packages.json.drv'... Going to be running update for following packages: - python3.11-xsdata-24.2.1 Press Enter key to continue... Running update for: - python3.11-xsdata-24.2.1: UPDATING ... - python3.11-xsdata-24.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.xsdata 0 -> 1 [options] github_user: r-ryantm, pull_request: 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 clutter-gst 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath icloudpd, using log file: /var/log/nixpkgs-update/icloudpd/2024-03-05.log icloudpd 0 -> 1 attrpath: icloudpd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/672ai3s9csrgsa53srm3lnb0i1wqjycn-packages.json.drv building '/nix/store/672ai3s9csrgsa53srm3lnb0i1wqjycn-packages.json.drv'... Going to be running update for following packages: - icloudpd-1.17.3 Press Enter key to continue... Running update for: - icloudpd-1.17.3: UPDATING ... - icloudpd-1.17.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update icloudpd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libxpdf, using log file: /var/log/nixpkgs-update/libxpdf/2024-03-05.log libxpdf 3.02pl5 -> 4.02 https://repology.org/project/libxpdf/versions attrpath: libxpdf 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 libxpdf 3.02pl5 -> 4.02 https://repology.org/project/libxpdf/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nosexcover, using log file: /var/log/nixpkgs-update/python311Packages.nosexcover/2024-03-05.log python311Packages.nosexcover 0 -> 1 attrpath: python311Packages.nosexcover Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/b2nx5ffklxy1yij2in8qf5dhh1lxl1wg-packages.json.drv building '/nix/store/b2nx5ffklxy1yij2in8qf5dhh1lxl1wg-packages.json.drv'... Going to be running update for following packages: - python3.11-nosexcover-1.0.11 Press Enter key to continue... Running update for: - python3.11-nosexcover-1.0.11: UPDATING ... - python3.11-nosexcover-1.0.11: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nosexcover 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.unifiled, using log file: /var/log/nixpkgs-update/python311Packages.unifiled/2024-03-05.log python311Packages.unifiled 0 -> 1 attrpath: python311Packages.unifiled Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/11lsczm7g6r4pfr9w5q58h2yj2wm0cgi-packages.json.drv building '/nix/store/11lsczm7g6r4pfr9w5q58h2yj2wm0cgi-packages.json.drv'... Going to be running update for following packages: - python3.11-unifiled-1.1 Press Enter key to continue... Running update for: - python3.11-unifiled-1.1: UPDATING ... - python3.11-unifiled-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.unifiled 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.merkletools, using log file: /var/log/nixpkgs-update/python311Packages.merkletools/2024-03-05.log python311Packages.merkletools 0 -> 1 attrpath: python311Packages.merkletools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n7jn11bjwqc51rx3ilcsbjf7fax4vzsy-packages.json.drv building '/nix/store/n7jn11bjwqc51rx3ilcsbjf7fax4vzsy-packages.json.drv'... Going to be running update for following packages: - python3.11-merkletools-1.0.3 Press Enter key to continue... Running update for: - python3.11-merkletools-1.0.3: UPDATING ... - python3.11-merkletools-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.merkletools 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.lessSEM, using log file: /var/log/nixpkgs-update/rPackages.lessSEM/2024-03-05.log rPackages.lessSEM 1.5.2 -> 1.5.5 https://repology.org/project/r:lesssem/versions attrpath: rPackages.lessSEM Checking auto update branch... No auto update branch exists Old version 1.5.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.lessSEM 1.5.2 -> 1.5.5 https://repology.org/project/r:lesssem/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath stargazer, using log file: /var/log/nixpkgs-update/stargazer/2024-03-05.log stargazer 1.1.0 -> 2.408 https://repology.org/project/stargazer/versions attrpath: stargazer Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/jhipbrrh7al7v6sw8rkzc3snjx6pqml3-source.drv building '/nix/store/jhipbrrh7al7v6sw8rkzc3snjx6pqml3-source.drv'... trying https://git.sr.ht/~zethra/stargazer/archive/2.408.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 1382 0 0 0 0 0 0 --:--:-- 0:00:07 --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download source from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'stargazer.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/jhipbrrh7al7v6sw8rkzc3snjx6pqml3-source.drv /nix/store/zmw27iczw10rfh4bivkvqq32vi1rdham-stargazer-2.408-vendor.tar.gz.drv /nix/store/gybxxsnh7rm2njfz3gxl2i1rfxfjd2qx-stargazer-2.408.drv building '/nix/store/jhipbrrh7al7v6sw8rkzc3snjx6pqml3-source.drv'... trying https://git.sr.ht/~zethra/stargazer/archive/2.408.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 1382 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/jhipbrrh7al7v6sw8rkzc3snjx6pqml3-source.drv' failed with exit code 1; last 7 log lines: > > trying https://git.sr.ht/~zethra/stargazer/archive/2.408.tar.gz > % Total % Received % Xferd Average Speed Time Time Time Current > Dload Upload Total Spent Left Speed > 0 1382 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/jhipbrrh7al7v6sw8rkzc3snjx6pqml3-source.drv'. error: 1 dependencies of derivation '/nix/store/gybxxsnh7rm2njfz3gxl2i1rfxfjd2qx-stargazer-2.408.drv' failed to build [result] Failed to update stargazer 1.1.0 -> 2.408 https://repology.org/project/stargazer/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.touchegg, using log file: /var/log/nixpkgs-update/pantheon.touchegg/2024-03-05.log pantheon.touchegg 0 -> 1 attrpath: pantheon.touchegg 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/s7qsq0za3rqykr9cfy7fra8la735ydb3-packages.json.drv building '/nix/store/s7qsq0za3rqykr9cfy7fra8la735ydb3-packages.json.drv'... Going to be running update for following packages: - touchegg-2.0.17 Press Enter key to continue... Running update for: - touchegg-2.0.17: UPDATING ... - touchegg-2.0.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.touchegg 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openswitcher, using log file: /var/log/nixpkgs-update/openswitcher/2024-03-05.log openswitcher 0 -> 1 attrpath: openswitcher Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sslh1bxd98b4lmj7zdzyz7p86s4hhcb3-packages.json.drv building '/nix/store/sslh1bxd98b4lmj7zdzyz7p86s4hhcb3-packages.json.drv'... Going to be running update for following packages: - openswitcher-0.10.0 Press Enter key to continue... Running update for: - openswitcher-0.10.0: UPDATING ... - openswitcher-0.10.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update openswitcher 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.anyio, using log file: /var/log/nixpkgs-update/python311Packages.anyio/2024-03-05.log python311Packages.anyio 0 -> 1 attrpath: python311Packages.anyio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ldr0zrfsbshbqvw4c14sxn30gkipy69a-packages.json.drv building '/nix/store/ldr0zrfsbshbqvw4c14sxn30gkipy69a-packages.json.drv'... Going to be running update for following packages: - python3.11-anyio-4.2.0 Press Enter key to continue... Running update for: - python3.11-anyio-4.2.0: UPDATING ... - python3.11-anyio-4.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/anyio/default.nix b/pkgs/development/python-modules/anyio/default.nix index f8d992bed39b..c5e6d20acb6b 100644 --- a/pkgs/development/python-modules/anyio/default.nix +++ b/pkgs/development/python-modules/anyio/default.nix @@ -29,7 +29,7 @@ buildPythonPackage rec { pname = "anyio"; - version = "4.2.0"; + version = "4.3.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -38,7 +38,7 @@ buildPythonPackage rec { owner = "agronholm"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-9BxzdeQ5Yh4FDXGNVx9kiy7/fBmn8esvZkrK4wW4oGA="; + hash = "sha256-y58DQiTD0ZKaBNf0cA3MFE+7F68Svrl+Idz6BZY7HWQ="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Python package with too many package rebuilds 3329 > 25 [result] Failed to update python311Packages.anyio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath logseq, using log file: /var/log/nixpkgs-update/logseq/2024-03-05.log logseq 0 -> 1 attrpath: logseq Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a12zfzq22rcb1xp672f801n4f6xlh7yz-packages.json.drv building '/nix/store/a12zfzq22rcb1xp672f801n4f6xlh7yz-packages.json.drv'... Going to be running update for following packages: - logseq-0.10.7 Press Enter key to continue... Running update for: - logseq-0.10.7: UPDATING ... - logseq-0.10.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update logseq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.zigpy-znp, using log file: /var/log/nixpkgs-update/python311Packages.zigpy-znp/2024-03-05.log python311Packages.zigpy-znp 0 -> 1 attrpath: python311Packages.zigpy-znp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/mm9zj9qwlqbplbqqkhibv8bpw0gj2bsz-packages.json.drv building '/nix/store/mm9zj9qwlqbplbqqkhibv8bpw0gj2bsz-packages.json.drv'... Going to be running update for following packages: - python3.11-zigpy-znp-0.12.1 Press Enter key to continue... Running update for: - python3.11-zigpy-znp-0.12.1: UPDATING ... - python3.11-zigpy-znp-0.12.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.zigpy-znp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.losant-rest, using log file: /var/log/nixpkgs-update/python311Packages.losant-rest/2024-03-05.log python311Packages.losant-rest 0 -> 1 attrpath: python311Packages.losant-rest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/y5r6610884b85rzvzqa35mnan6k3gwka-packages.json.drv building '/nix/store/y5r6610884b85rzvzqa35mnan6k3gwka-packages.json.drv'... Going to be running update for following packages: - python3.11-losant-rest-1.19.4 Press Enter key to continue... Running update for: - python3.11-losant-rest-1.19.4: UPDATING ... - python3.11-losant-rest-1.19.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.losant-rest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath openbabel2, using log file: /var/log/nixpkgs-update/openbabel2/2024-03-05.log openbabel2 2.4.1 -> 3-1-1 https://github.com/openbabel/openbabel/releases attrpath: openbabel2 Checking auto update branch... No auto update branch exists Version in attr path openbabel2 not compatible with 3-1-1 [result] Failed to update openbabel2 2.4.1 -> 3-1-1 https://github.com/openbabel/openbabel/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.pytikz-allefeld, using log file: /var/log/nixpkgs-update/python311Packages.pytikz-allefeld/2024-03-05.log python311Packages.pytikz-allefeld 0 -> 1 attrpath: python311Packages.pytikz-allefeld Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zynkx89bbidrj2cx1zkb6cp34y52a1na-packages.json.drv building '/nix/store/zynkx89bbidrj2cx1zkb6cp34y52a1na-packages.json.drv'... Going to be running update for following packages: - python3.11-pytikz-allefeld-unstable-2022-11-01 Press Enter key to continue... Running update for: - python3.11-pytikz-allefeld-unstable-2022-11-01: UPDATING ... - python3.11-pytikz-allefeld-unstable-2022-11-01: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytikz-allefeld 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.protobuf, using log file: /var/log/nixpkgs-update/python311Packages.protobuf/2024-03-05.log python311Packages.protobuf 0 -> 1 attrpath: python311Packages.protobuf Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/1wlmdlhahdbl97kdmj4cfai138cj0jsp-packages.json.drv building '/nix/store/1wlmdlhahdbl97kdmj4cfai138cj0jsp-packages.json.drv'... Going to be running update for following packages: - python3.11-protobuf-4.24.4 Press Enter key to continue... Running update for: - python3.11-protobuf-4.24.4: UPDATING ... - python3.11-protobuf-4.24.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.protobuf 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jq, using log file: /var/log/nixpkgs-update/python311Packages.jq/2024-03-05.log python311Packages.jq 0 -> 1 attrpath: python311Packages.jq Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k9klwg83w95nk1qhzdjq5421ws1dgpcw-packages.json.drv building '/nix/store/k9klwg83w95nk1qhzdjq5421ws1dgpcw-packages.json.drv'... Going to be running update for following packages: - python3.11-jq-1.6.0 Press Enter key to continue... Running update for: - python3.11-jq-1.6.0: UPDATING ... - python3.11-jq-1.6.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jq 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.linode-api, using log file: /var/log/nixpkgs-update/python311Packages.linode-api/2024-03-05.log python311Packages.linode-api 0 -> 1 attrpath: python311Packages.linode-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/mwz61p07nn7597s5pgqwkw7maankggls-packages.json.drv building '/nix/store/mwz61p07nn7597s5pgqwkw7maankggls-packages.json.drv'... Going to be running update for following packages: - python3.11-linode-api-5.10.0 Press Enter key to continue... Running update for: - python3.11-linode-api-5.10.0: UPDATING ... - python3.11-linode-api-5.10.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/linode-api/default.nix b/pkgs/development/python-modules/linode-api/default.nix index c0c54862c6e8..543f8d42eeaa 100644 --- a/pkgs/development/python-modules/linode-api/default.nix +++ b/pkgs/development/python-modules/linode-api/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "linode-api"; - version = "5.10.0"; + version = "5.13.0"; pyproject = true; disabled = pythonOlder "3.6"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "linode"; repo = "python-linode-api"; rev = "refs/tags/v${version}"; - hash = "sha256-LQW1AKgCbsE2OxZHtuU6zSHv7/Ak2S07O8YuoC9mS+U="; + hash = "sha256-+V+DC48OWxlTvN/o5GqMeGyjVEdYZOgdOhmA/T8F6LA="; }; nativeBuildInputs = [ No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.linode-api nix build failed. adding 'linode_api4/objects/domain.py' adding 'linode_api4/objects/filtering.py' adding 'linode_api4/objects/image.py' adding 'linode_api4/objects/linode.py' adding 'linode_api4/objects/lke.py' adding 'linode_api4/objects/longview.py' adding 'linode_api4/objects/networking.py' adding 'linode_api4/objects/nodebalancer.py' adding 'linode_api4/objects/object_storage.py' adding 'linode_api4/objects/profile.py' adding 'linode_api4/objects/region.py' adding 'linode_api4/objects/serializable.py' adding 'linode_api4/objects/support.py' adding 'linode_api4/objects/tag.py' adding 'linode_api4/objects/volume.py' adding 'linode_api4/objects/vpc.py' adding 'linode_api4-0.0.0.dev0.dist-info/LICENSE' adding 'linode_api4-0.0.0.dev0.dist-info/METADATA' adding 'linode_api4-0.0.0.dev0.dist-info/WHEEL' adding 'linode_api4-0.0.0.dev0.dist-info/top_level.txt' adding 'linode_api4-0.0.0.dev0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built linode_api4-0.0.0.dev0-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 linode_api4-0.0.0.dev0-py3-none-any.whl - polling not installed [result] Failed to update python311Packages.linode-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 kddockwidgets, using log file: /var/log/nixpkgs-update/kddockwidgets/2024-03-05.log kddockwidgets 1.7.0 -> 2.0.0 https://github.com/KDAB/KDDockWidgets/releases attrpath: kddockwidgets Checking auto update branch... An auto update branch exists with message `kddockwidgets: 1.7.0 -> 2.0.0`. New version is 2.0.0. An auto update branch exists with an equal or greater version [result] Failed to update kddockwidgets 1.7.0 -> 2.0.0 https://github.com/KDAB/KDDockWidgets/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.litemapy, using log file: /var/log/nixpkgs-update/python311Packages.litemapy/2024-03-05.log python311Packages.litemapy 0 -> 1 attrpath: python311Packages.litemapy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/07z2g6lhqpg9paj1m5i1lmlw5jhhwivq-packages.json.drv building '/nix/store/07z2g6lhqpg9paj1m5i1lmlw5jhhwivq-packages.json.drv'... Going to be running update for following packages: - python3.11-litemapy-0.7.2b0 Press Enter key to continue... Running update for: - python3.11-litemapy-0.7.2b0: UPDATING ... - python3.11-litemapy-0.7.2b0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.litemapy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.httpserver, using log file: /var/log/nixpkgs-update/python311Packages.httpserver/2024-03-05.log python311Packages.httpserver 0 -> 1 attrpath: python311Packages.httpserver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4ybcl9rlvwqx06l1yfiy421a514gld2w-packages.json.drv building '/nix/store/4ybcl9rlvwqx06l1yfiy421a514gld2w-packages.json.drv'... Going to be running update for following packages: - python3.11-httpserver-1.1.0 Press Enter key to continue... Running update for: - python3.11-httpserver-1.1.0: UPDATING ... - python3.11-httpserver-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.httpserver 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pastescript, using log file: /var/log/nixpkgs-update/python311Packages.pastescript/2024-03-05.log python311Packages.pastescript 0 -> 1 attrpath: python311Packages.pastescript Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/055i4bmlncqv4bb2p04zxg2hhclybz6z-packages.json.drv building '/nix/store/055i4bmlncqv4bb2p04zxg2hhclybz6z-packages.json.drv'... Going to be running update for following packages: - python3.11-pastescript-3.4.0 Press Enter key to continue... Running update for: - python3.11-pastescript-3.4.0: UPDATING ... - python3.11-pastescript-3.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pastescript 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.sqlsrv, using log file: /var/log/nixpkgs-update/php81Extensions.sqlsrv/2024-03-05.log php81Extensions.sqlsrv 0 -> 1 attrpath: php81Extensions.sqlsrv Checking auto update branch... [version] [version] skipping because derivation has 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/kig2f982prrf8bl5a9jsy911qsvvl70c-packages.json.drv building '/nix/store/kig2f982prrf8bl5a9jsy911qsvvl70c-packages.json.drv'... Going to be running update for following packages: - php-sqlsrv-5.10.1 Press Enter key to continue... Running update for: - php-sqlsrv-5.10.1: UPDATING ... - php-sqlsrv-5.10.1: ERROR --- SHOWING ERROR LOG FOR php-sqlsrv-5.10.1 ---------------------- Traceback (most recent call last): File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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-sqlsrv-5.10.1 ---------------------- The update script for php-sqlsrv-5.10.1 failed with exit code 1 [result] Failed to update php81Extensions.sqlsrv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lbreakouthd, using log file: /var/log/nixpkgs-update/lbreakouthd/2024-03-05.log lbreakouthd 0 -> 1 attrpath: lbreakouthd Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z0fx9i0nvd4nmwyicsr44fh2lyj9w0c7-packages.json.drv building '/nix/store/z0fx9i0nvd4nmwyicsr44fh2lyj9w0c7-packages.json.drv'... Going to be running update for following packages: - lbreakouthd-1.1.6 Press Enter key to continue... Running update for: - lbreakouthd-1.1.6: UPDATING ... - lbreakouthd-1.1.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update lbreakouthd 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath pulsarctl, using log file: /var/log/nixpkgs-update/pulsarctl/2024-03-05.log pulsarctl 0 -> 1 attrpath: pulsarctl 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/k1m4kmdvvd2pkglfxxbvc8jn616q4q60-packages.json.drv building '/nix/store/k1m4kmdvvd2pkglfxxbvc8jn616q4q60-packages.json.drv'... Going to be running update for following packages: - pulsarctl-2.11.1.3 Press Enter key to continue... Running update for: - pulsarctl-2.11.1.3: UPDATING ... - pulsarctl-2.11.1.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/admin/pulsarctl/default.nix b/pkgs/tools/admin/pulsarctl/default.nix index 486cdeff021d..4665fc6588ee 100644 --- a/pkgs/tools/admin/pulsarctl/default.nix +++ b/pkgs/tools/admin/pulsarctl/default.nix @@ -9,16 +9,16 @@ buildGoModule rec { pname = "pulsarctl"; - version = "2.11.1.3"; + version = "3.3.0-SNAPSHOT"; src = fetchFromGitHub { owner = "streamnative"; repo = "pulsarctl"; rev = "v${version}"; - hash = "sha256-sztjHw3su8KAV/zZcJqPWhjblINa8nYCN5Dzhn6X07w="; + hash = "sha256-mjRyOkvfijuXQMwpBDzcKJ+8BQGzzn2i9VqSQqPA3RM="; }; - vendorHash = "sha256-NQ8zvrW6lBF1js+WI2PPvXhv4YRS2IBT6S4vDoE1BFc="; + vendorHash = "sha256-iC0+a+1YV6yDwBnA40l2yNzAa8uSkqVJF9Xzp7STmkk="; nativeBuildInputs = [ installShellFiles ]; An auto update branch exists with message `pulsarctl: 2.11.1.3 -> 3.3.0-SNAPSHOT`. New version is 3.3.0-SNAPSHOT. An auto update branch exists with an equal or greater version [result] Failed to update pulsarctl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-recoveryservices, using log file: /var/log/nixpkgs-update/python311Packages.azure-mgmt-recoveryservices/2024-03-05.log python311Packages.azure-mgmt-recoveryservices 0 -> 1 attrpath: python311Packages.azure-mgmt-recoveryservices Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/qs9zwj36znna8199njyb4mhbx81j3zkp-packages.json.drv building '/nix/store/qs9zwj36znna8199njyb4mhbx81j3zkp-packages.json.drv'... Going to be running update for following packages: - python3.11-azure-mgmt-recoveryservices-2.5.0 Press Enter key to continue... Running update for: - python3.11-azure-mgmt-recoveryservices-2.5.0: UPDATING ... - python3.11-azure-mgmt-recoveryservices-2.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.azure-mgmt-recoveryservices 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-annoying, using log file: /var/log/nixpkgs-update/python311Packages.django-annoying/2024-03-05.log python311Packages.django-annoying 0 -> 1 attrpath: python311Packages.django-annoying 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/vyrsvqacrr191bwy42fz6sw5sq9q1y7j-packages.json.drv building '/nix/store/vyrsvqacrr191bwy42fz6sw5sq9q1y7j-packages.json.drv'... Going to be running update for following packages: - python3.11-django-annoying-0.10.6 Press Enter key to continue... Running update for: - python3.11-django-annoying-0.10.6: UPDATING ... - python3.11-django-annoying-0.10.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.django-annoying 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aniso8601, using log file: /var/log/nixpkgs-update/python311Packages.aniso8601/2024-03-05.log python311Packages.aniso8601 0 -> 1 attrpath: python311Packages.aniso8601 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zpj18m1kczfgdmd7rwx4flp80xvxkwr3-packages.json.drv building '/nix/store/zpj18m1kczfgdmd7rwx4flp80xvxkwr3-packages.json.drv'... Going to be running update for following packages: - python3.11-aniso8601-9.0.1 Press Enter key to continue... Running update for: - python3.11-aniso8601-9.0.1: UPDATING ... - python3.11-aniso8601-9.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aniso8601 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.unique-log-filter, using log file: /var/log/nixpkgs-update/python311Packages.unique-log-filter/2024-03-05.log python311Packages.unique-log-filter 0 -> 1 attrpath: python311Packages.unique-log-filter Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/hcpbkmkca4mwi0f2mzk5hfrbgg5gjn1j-packages.json.drv building '/nix/store/hcpbkmkca4mwi0f2mzk5hfrbgg5gjn1j-packages.json.drv'... Going to be running update for following packages: - python3.11-unique-log-filter-0.1.0 Press Enter key to continue... Running update for: - python3.11-unique-log-filter-0.1.0: UPDATING ... - python3.11-unique-log-filter-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.unique-log-filter 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath bobcat, using log file: /var/log/nixpkgs-update/bobcat/2024-03-05.log bobcat 5.11.01 -> 6.04.00 https://repology.org/project/bobcat/versions attrpath: bobcat 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/bo/bobcat/package.nix b/pkgs/by-name/bo/bobcat/package.nix index b873862fe7ed..76aac803ce51 100644 --- a/pkgs/by-name/bo/bobcat/package.nix +++ b/pkgs/by-name/bo/bobcat/package.nix @@ -12,14 +12,14 @@ stdenv.mkDerivation rec { pname = "bobcat"; - version = "5.11.01"; + version = "6.04.00"; src = fetchFromGitLab { domain = "gitlab.com"; owner = "fbb-git"; repo = "bobcat"; rev = version; - hash = "sha256-JLJKaJmztputIon9JkKzpm3Ch60iwm4Imh9p42crYzA="; + hash = "sha256-8Lef+/9myln2zY4c1ttFdPzRzOK52IsYcJtYI2Qg7OY="; }; sourceRoot = "${src.name}/bobcat"; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A bobcat nix build failed. ./glob/driver/build: interpreter directive changed from "#!/bin/bash" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash" ./serversocket/driver/build: interpreter directive changed from "#!/bin/bash" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash" ./cidr/driver/build: interpreter directive changed from "#!/bin/bash" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash" ./user/driver/build: interpreter directive changed from "#!/bin/bash" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash" ./osymcryptstream/driver/build: interpreter directive changed from "#!/bin/bash" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash" ./cgi/driver/build: interpreter directive changed from "#!/bin/bash" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash" ./sharedbuf/driver/build: interpreter directive changed from "#!/bin/bash" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash" ./sharedcondition/driver/build: interpreter directive changed from "#!/bin/bash" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash" ./inetaddress/driver/build: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" ./readlinestream/driver/build: interpreter directive changed from "#!/bin/bash" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash" ./iquotedprintablebuf/driver/build: interpreter directive changed from "#!/bin/bash" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash" ./typetrait/driver/build: interpreter directive changed from "#!/bin/bash" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash" ./hostent/driver/build: interpreter directive changed from "#!/bin/bash" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash" ./binops/driver/build: interpreter directive changed from "#!/bin/bash" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash" ./pipe/driver/build: interpreter directive changed from "#!/bin/bash" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash" ./cmdfinder/driver/build: interpreter directive changed from "#!/bin/sh" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/sh" ./csv4180/driver/build: interpreter directive changed from "#!/bin/bash" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash" ./exception/driver/build: interpreter directive changed from "#!/bin/bash" to "/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash" @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 [icmake/man, line 28] Error: at '<<': '(' expected [icmake/man, line 39] Error: at '<<': '(' expected [icmake/man, line 45] Error: at '<<': '(' expected 3 error(s) detected [result] Failed to update bobcat 5.11.01 -> 6.04.00 https://repology.org/project/bobcat/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath aiodnsbrute, using log file: /var/log/nixpkgs-update/aiodnsbrute/2024-03-05.log aiodnsbrute 0 -> 1 attrpath: aiodnsbrute Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/af8lwqy3y50abn77pjhc13mbxz2x4li1-packages.json.drv building '/nix/store/af8lwqy3y50abn77pjhc13mbxz2x4li1-packages.json.drv'... Going to be running update for following packages: - aiodnsbrute-0.3.3 Press Enter key to continue... Running update for: - aiodnsbrute-0.3.3: UPDATING ... - aiodnsbrute-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update aiodnsbrute 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libcxxrt, using log file: /var/log/nixpkgs-update/libcxxrt/2024-03-05.log libcxxrt 0 -> 1 attrpath: libcxxrt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/22s2blpihsk04z5svk4gl9cjwanjynz7-packages.json.drv building '/nix/store/22s2blpihsk04z5svk4gl9cjwanjynz7-packages.json.drv'... Going to be running update for following packages: - libcxxrt-unstable-2024-02-05 Press Enter key to continue... Running update for: - libcxxrt-unstable-2024-02-05: UPDATING ... - libcxxrt-unstable-2024-02-05: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libcxxrt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-servicecatalog, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-servicecatalog/2024-03-05.log python311Packages.mypy-boto3-servicecatalog 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-servicecatalog Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n96kiakkga112vqz8wqy5isjc9xfgl98-packages.json.drv building '/nix/store/n96kiakkga112vqz8wqy5isjc9xfgl98-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-servicecatalog-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-servicecatalog-1.34.0: UPDATING ... - python3.11-mypy-boto3-servicecatalog-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-servicecatalog 1.34.0 -> 7.23.2 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.aiokef, using log file: /var/log/nixpkgs-update/python311Packages.aiokef/2024-03-05.log python311Packages.aiokef 0 -> 1 attrpath: python311Packages.aiokef Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2rpa22wjdkpdgkbv314c4w3frhybdis8-packages.json.drv building '/nix/store/2rpa22wjdkpdgkbv314c4w3frhybdis8-packages.json.drv'... Going to be running update for following packages: - python3.11-aiokef-0.2.17 Press Enter key to continue... Running update for: - python3.11-aiokef-0.2.17: UPDATING ... - python3.11-aiokef-0.2.17: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiokef 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-babelex, using log file: /var/log/nixpkgs-update/python311Packages.flask-babelex/2024-03-05.log python311Packages.flask-babelex 0 -> 1 attrpath: python311Packages.flask-babelex Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3iw0qr94b96anw2gmi8dvf4d8bqs3vjv-packages.json.drv building '/nix/store/3iw0qr94b96anw2gmi8dvf4d8bqs3vjv-packages.json.drv'... Going to be running update for following packages: - python3.11-flask-babelex-0.9.4 Press Enter key to continue... Running update for: - python3.11-flask-babelex-0.9.4: UPDATING ... - python3.11-flask-babelex-0.9.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.flask-babelex 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath imdshift, using log file: /var/log/nixpkgs-update/imdshift/2024-03-05.log imdshift 0 -> 1 attrpath: imdshift Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ips2gmmij716sv5hhm9a8ka8b4zx49mn-packages.json.drv building '/nix/store/ips2gmmij716sv5hhm9a8ka8b4zx49mn-packages.json.drv'... Going to be running update for following packages: - imdshift-1.0.0 Press Enter key to continue... Running update for: - imdshift-1.0.0: UPDATING ... - imdshift-1.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update imdshift 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath joypixels, using log file: /var/log/nixpkgs-update/joypixels/2024-03-05.log joypixels 6.6.0 -> 8.0.0 https://repology.org/project/fonts:joypixels/versions attrpath: joypixels Checking auto update branch... No auto update branch exists [version] Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#joypixels.src --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: Ă¢Â€Â¦ in the condition of the assert statement at /nix/store/h4i4inf333jmx870p8a2mlz2zf7wkif3-source/pkgs/data/fonts/joypixels/default.nix:63:9: 62| 63| src = assert !acceptLicense -> throwLicense; | ^ 64| with systemSpecific; fetchurl { Ă¢Â€Â¦ in the right operand of the IMPL (->) operator at /nix/store/h4i4inf333jmx870p8a2mlz2zf7wkif3-source/pkgs/data/fonts/joypixels/default.nix:63:31: 62| 63| src = assert !acceptLicense -> throwLicense; | ^ 64| with systemSpecific; fetchurl { (stack trace truncated; use '--show-trace' to show the full trace) error: Use of the JoyPixels font requires acceptance of the license. - JoyPixels Free License Agreement 6.0 [1] - JoyPixels NixOS License Appendix [2] You can express acceptance by setting acceptLicense to true in your configuration. Note that this is not a free license so it requires allowing unfree licenses. configuration.nix: nixpkgs.config.allowUnfree = true; nixpkgs.config.joypixels.acceptLicense = true; config.nix: allowUnfree = true; joypixels.acceptLicense = true; [1]: https://cdn.joypixels.com/distributions/nixos/license/free-license.pdf [2]: https://cdn.joypixels.com/distributions/nixos/appendix/joypixels-license-appendix.pdf Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#joypixels.originalSrc --raw --apply "p: p.drvAttrs.outputHash" Standard error:  error: flake 'git+file:///var/cache/nixpkgs-update/worker/worktree/joypixels' does not provide attribute 'packages.x86_64-linux.joypixels.originalSrc', 'legacyPackages.x86_64-linux.joypixels.originalSrc' or 'joypixels.originalSrc' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command --extra-experimental-features flakes eval .#joypixels --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 joypixels 6.6.0 -> 8.0.0 https://repology.org/project/fonts:joypixels/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.chainmap, using log file: /var/log/nixpkgs-update/python311Packages.chainmap/2024-03-05.log python311Packages.chainmap 0 -> 1 attrpath: python311Packages.chainmap Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p1198k5mdar3i8n7j0snz408ni0sl24v-packages.json.drv building '/nix/store/p1198k5mdar3i8n7j0snz408ni0sl24v-packages.json.drv'... Going to be running update for following packages: - python3.11-chainmap-1.0.3 Press Enter key to continue... Running update for: - python3.11-chainmap-1.0.3: UPDATING ... - python3.11-chainmap-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.chainmap 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.guppy3, using log file: /var/log/nixpkgs-update/python311Packages.guppy3/2024-03-05.log python311Packages.guppy3 0 -> 1 attrpath: python311Packages.guppy3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zyal6h9zzb5q5jhw2lf9p248ssjnp912-packages.json.drv building '/nix/store/zyal6h9zzb5q5jhw2lf9p248ssjnp912-packages.json.drv'... Going to be running update for following packages: - python3.11-guppy3-3.1.4.post1 Press Enter key to continue... Running update for: - python3.11-guppy3-3.1.4.post1: UPDATING ... - python3.11-guppy3-3.1.4.post1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.guppy3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.matgeom, using log file: /var/log/nixpkgs-update/octavePackages.matgeom/2024-03-05.log octavePackages.matgeom 0 -> 1 attrpath: octavePackages.matgeom Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/k382vv0cnzz4jm0jybgkw520lvkaiydk-packages.json.drv building '/nix/store/k382vv0cnzz4jm0jybgkw520lvkaiydk-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-matgeom-1.2.3 Press Enter key to continue... Running update for: - octave-8.4.0-matgeom-1.2.3: UPDATING ... - octave-8.4.0-matgeom-1.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.matgeom 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.gandi, using log file: /var/log/nixpkgs-update/terraform-providers.gandi/2024-03-05.log terraform-providers.gandi 0 -> 1 attrpath: terraform-providers.gandi Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.gandi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath c0, using log file: /var/log/nixpkgs-update/c0/2024-03-05.log c0 0 -> 1 attrpath: c0 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h9kdmipvqm34cfjp2bqi500q273c5g5m-packages.json.drv building '/nix/store/h9kdmipvqm34cfjp2bqi500q273c5g5m-packages.json.drv'... Going to be running update for following packages: - c0-unstable-2023-09-05 Press Enter key to continue... Running update for: - c0-unstable-2023-09-05: UPDATING ... - c0-unstable-2023-09-05: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update c0 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.discid, using log file: /var/log/nixpkgs-update/python311Packages.discid/2024-03-05.log python311Packages.discid 0 -> 1 attrpath: python311Packages.discid Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7wk4ww26wnd0mrc8mqp8zcwbnn6kkyp2-packages.json.drv building '/nix/store/7wk4ww26wnd0mrc8mqp8zcwbnn6kkyp2-packages.json.drv'... Going to be running update for following packages: - python3.11-discid-1.2.0 Press Enter key to continue... Running update for: - python3.11-discid-1.2.0: UPDATING ... - python3.11-discid-1.2.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.discid 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.psgml, using log file: /var/log/nixpkgs-update/emacsPackages.psgml/2024-03-05.log emacsPackages.psgml 1.3.5 -> 1.4.1 https://repology.org/project/emacs:psgml/versions attrpath: emacsPackages.psgml 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.psgml 1.3.5 -> 1.4.1 https://repology.org/project/emacs:psgml/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nh, using log file: /var/log/nixpkgs-update/nh/2024-03-05.log nh 0 -> 1 attrpath: nh 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/avk6xglmrqi490axp4yycrjyyl2601x6-packages.json.drv building '/nix/store/avk6xglmrqi490axp4yycrjyyl2601x6-packages.json.drv'... Going to be running update for following packages: - nh-3.5.2 Press Enter key to continue... Running update for: - nh-3.5.2: UPDATING ... - nh-3.5.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/nh/nh/package.nix b/pkgs/by-name/nh/nh/package.nix index acb5709da6ad..028f8d057bea 100644 --- a/pkgs/by-name/nh/nh/package.nix +++ b/pkgs/by-name/nh/nh/package.nix @@ -14,7 +14,7 @@ assert use-nom -> nix-output-monitor != null; let - version = "3.5.2"; + version = "3.5.3"; runtimeDeps = [ nvd ] ++ lib.optionals use-nom [ nix-output-monitor ]; in rustPlatform.buildRustPackage { @@ -25,7 +25,7 @@ rustPlatform.buildRustPackage { owner = "viperML"; repo = "nh"; rev = "refs/tags/v${version}"; - hash = "sha256-TwCR7tZvrjsvz6SmgjWYOne7Qz7J2jn4Cr4Er0Yj+LA="; + hash = "sha256-37BcFt67NZj4YQ9kqm69O+OJkgt+TXWTu53bvJvOtn8="; }; strictDeps = true; @@ -52,7 +52,7 @@ rustPlatform.buildRustPackage { ${lib.optionalString use-nom "--set-default NH_NOM 1"} ''; - cargoHash = "sha256-/mYEjIq4dtt9noRDzFWwLZ3CSz7cmlViEGubi6m9R1o="; + cargoHash = "sha256-uRibycYznqzdf8QVX6bHfq3J3Imu8KnWCL0ZS1w4KFk="; passthru.updateScript = nix-update-script { }; No auto update branch exists [outpaths] eval start [outpaths] eval end Successfully finished processing cachix "/nix/store/9sw0gxsp6qcilsz3r1ispxgnpq5vszzx-nh-3.5.3" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • nh
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 nh is: Yet another nix cli helper meta.homepage for nh is: https://github.com/viperML/nh ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 3.5.3 with grep in /nix/store/9sw0gxsp6qcilsz3r1ispxgnpq5vszzx-nh-3.5.3 - found 3.5.3 in filename of file in /nix/store/9sw0gxsp6qcilsz3r1ispxgnpq5vszzx-nh-3.5.3 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath nh ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/9sw0gxsp6qcilsz3r1ispxgnpq5vszzx-nh-3.5.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 nh https://github.com/r-ryantm/nixpkgs/archive/981be4fd16e3eecf3db938d7f31823655529318f.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/981be4fd16e3eecf3db938d7f31823655529318f#nh ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/9sw0gxsp6qcilsz3r1ispxgnpq5vszzx-nh-3.5.3 ls -la /nix/store/9sw0gxsp6qcilsz3r1ispxgnpq5vszzx-nh-3.5.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 --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
  • nh
--- ###### Maintainer pings cc @drupol @viperML 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/293577 [result] Success updating nh 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath nucleiparser, using log file: /var/log/nixpkgs-update/nucleiparser/2024-03-05.log nucleiparser 0 -> 1 attrpath: nucleiparser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/whs9mk230h5zil8a69w273a9p4qc32xr-packages.json.drv building '/nix/store/whs9mk230h5zil8a69w273a9p4qc32xr-packages.json.drv'... Going to be running update for following packages: - nucleiparser-0.2.1 Press Enter key to continue... Running update for: - nucleiparser-0.2.1: UPDATING ... - nucleiparser-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update nucleiparser 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.copilot, using log file: /var/log/nixpkgs-update/haskellPackages.copilot/2024-03-05.log haskellPackages.copilot 3.17 -> 3.18.1 https://repology.org/project/haskell:copilot/versions attrpath: haskellPackages.copilot Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.copilot 3.17 -> 3.18.1 https://repology.org/project/haskell:copilot/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pexpect, using log file: /var/log/nixpkgs-update/python311Packages.pexpect/2024-03-05.log python311Packages.pexpect 0 -> 1 attrpath: python311Packages.pexpect Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ad0h4qbfrk86zwddhpjbwnfr96kjvv5v-packages.json.drv building '/nix/store/ad0h4qbfrk86zwddhpjbwnfr96kjvv5v-packages.json.drv'... Going to be running update for following packages: - python3.11-pexpect-4.9.0 Press Enter key to continue... Running update for: - python3.11-pexpect-4.9.0: UPDATING ... - python3.11-pexpect-4.9.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pexpect 0 -> 1 [options] github_user: r-ryantm, pull_request: 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 python311Packages.hyperlink 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.fixtures, using log file: /var/log/nixpkgs-update/python311Packages.fixtures/2024-03-05.log python311Packages.fixtures 0 -> 1 attrpath: python311Packages.fixtures Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/a2037zgs11v2y1hz76gca4pm9nrdw2yj-packages.json.drv building '/nix/store/a2037zgs11v2y1hz76gca4pm9nrdw2yj-packages.json.drv'... Going to be running update for following packages: - python3.11-fixtures-4.1.0 Press Enter key to continue... Running update for: - python3.11-fixtures-4.1.0: UPDATING ... - python3.11-fixtures-4.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.fixtures 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.total-connect-client, using log file: /var/log/nixpkgs-update/python311Packages.total-connect-client/2024-03-05.log python311Packages.total-connect-client 0 -> 1 attrpath: python311Packages.total-connect-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/0hapxzsw42xsqgch05sy1zvp0vjw2lva-packages.json.drv building '/nix/store/0hapxzsw42xsqgch05sy1zvp0vjw2lva-packages.json.drv'... Going to be running update for following packages: - python3.11-total-connect-client-2023.12.1 Press Enter key to continue... Running update for: - python3.11-total-connect-client-2023.12.1: UPDATING ... - python3.11-total-connect-client-2023.12.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.total-connect-client 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dissect-executable, using log file: /var/log/nixpkgs-update/python311Packages.dissect-executable/2024-03-05.log python311Packages.dissect-executable 0 -> 1 attrpath: python311Packages.dissect-executable Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gwy4i0gbzkzrxi75w6sjsg7kk2aph9zw-packages.json.drv building '/nix/store/gwy4i0gbzkzrxi75w6sjsg7kk2aph9zw-packages.json.drv'... Going to be running update for following packages: - python3.11-dissect-executable-1.4 Press Enter key to continue... Running update for: - python3.11-dissect-executable-1.4: UPDATING ... - python3.11-dissect-executable-1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dissect-executable 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath stats, using log file: /var/log/nixpkgs-update/stats/2024-03-05.log stats 2.9.11 -> 2.10.3 https://repology.org/project/stats/versions attrpath: stats Checking auto update branch... No auto update branch exists Old version 2.9.11" not present in master derivation file with contents: { lib , stdenvNoCC , fetchurl , undmg }: stdenvNoCC.mkDerivation (finalAttrs: { pname = "stats"; version = "2.10.3"; src = fetchurl { url = "https://github.com/exelban/stats/releases/download/v${finalAttrs.version}/Stats.dmg"; hash = "sha256-PSRK9YihiIHKHade3XE/OnAleBhmu71CNFyzJ/Upx/A="; }; sourceRoot = "."; nativeBuildInputs = [ undmg ]; installPhase = '' runHook preInstall mkdir -p $out/Applications cp -r *.app $out/Applications runHook postInstall ''; meta = with lib; { description = "macOS system monitor in your menu bar"; homepage = "https://github.com/exelban/stats"; license = licenses.mit; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; maintainers = with maintainers; [ emilytrau Enzime ]; platforms = platforms.darwin; }; }) [result] Failed to update stats 2.9.11 -> 2.10.3 https://repology.org/project/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 async-profiler, using log file: /var/log/nixpkgs-update/async-profiler/2024-03-05.log async-profiler 2.9 -> 3.0 https://github.com/jvm-profiling-tools/async-profiler/releases attrpath: async-profiler 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/async-profiler/default.nix b/pkgs/development/tools/async-profiler/default.nix index 57bb70c1dff1..51600d04bd2c 100644 --- a/pkgs/development/tools/async-profiler/default.nix +++ b/pkgs/development/tools/async-profiler/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "async-profiler"; - version = "2.9"; + version = "3.0"; src = fetchFromGitHub { owner = "jvm-profiling-tools"; repo = "async-profiler"; rev = "v${version}"; - sha256 = "sha256-ngLUg6Fq6Ay06klGa/y8lod8W6rYMqhMhXFn5OBCSpk="; + sha256 = "sha256-0CCJoRjRLq4LpiRD0ibzK8So9qSQymePCTYUI60Oy2k="; }; nativeBuildInputs = [ makeWrapper ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A async-profiler nix build failed. unpacking source archive /nix/store/vl17zb9p95nybr8hqmv439rzcn9zzm5x-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 ldd: /bin/ls: $No such file or directory mkdir -p build/bin mkdir -p build/lib for f in src/*.cpp; do echo '#include "'$f'"'; done |\ g++ -O3 -fno-exceptions -fno-omit-frame-pointer -fvisibility=hidden -Wl,-z,defs -fwhole-program -momit-leaf-frame-pointer -DPROFILER_VERSION=\"3.0\" -I/nix/store/bc662545zjk7dkcm5mrzpj111hrgzyq1-openjdk-19.0.2+7/lib/openjdk/include -Isrc/helper -I/nix/store/bc662545zjk7dkcm5mrzpj111hrgzyq1-openjdk-19.0.2+7/lib/openjdk/include/linux -fPIC -shared -o build/lib/libasyncProfiler.so -xc++ - -ldl -lpthread -lrt gcc -O3 -fno-exceptions -DPROFILER_VERSION=\"3.0\" -o build/bin/asprof src/launcher/*.cpp src/jattach/*.c strip build/bin/asprof mkdir -p build/api /nix/store/bc662545zjk7dkcm5mrzpj111hrgzyq1-openjdk-19.0.2+7/lib/openjdk/bin/javac --release 8 -Xlint:-options -d build/api src/api/one/profiler/AsyncProfiler.java src/api/one/profiler/AsyncProfilerMXBean.java src/api/one/profiler/Counter.java src/api/one/profiler/Events.java /nix/store/bc662545zjk7dkcm5mrzpj111hrgzyq1-openjdk-19.0.2+7/lib/openjdk/bin/jar cf build/lib/async-profiler.jar -C build/api . rm -f -r build/api mkdir -p build/converter /nix/store/bc662545zjk7dkcm5mrzpj111hrgzyq1-openjdk-19.0.2+7/lib/openjdk/bin/javac --release 8 -Xlint:-options -d build/converter src/converter/one/proto/Proto.java src/converter/one/jfr/Element.java src/converter/one/jfr/MethodRef.java src/converter/one/jfr/Dictionary.java src/converter/one/jfr/JfrClass.java src/converter/one/jfr/StackTrace.java src/converter/one/jfr/JfrReader.java src/converter/one/jfr/ClassRef.java src/converter/one/jfr/event/LiveObject.java src/converter/one/jfr/event/Event.java src/converter/one/jfr/event/EventAggregator.java src/converter/one/jfr/event/ExecutionSample.java src/converter/one/jfr/event/ObjectCount.java src/converter/one/jfr/event/ContendedLock.java src/converter/one/jfr/event/AllocationSample.java src/converter/one/jfr/event/GCHeapSummary.java src/converter/one/jfr/event/CPULoad.java src/converter/one/jfr/JfrField.java src/converter/Classifier.java src/converter/Arguments.java src/converter/FlameGraph.java src/converter/jfr2flame.java src/converter/CollapsedStacks.java src/converter/Main.java src/converter/jfr2pprof.java src/converter/jfr2nflx.java /nix/store/bc662545zjk7dkcm5mrzpj111hrgzyq1-openjdk-19.0.2+7/lib/openjdk/bin/jar cfe build/lib/converter.jar Main -C build/converter . -C src/res . rm -f -r build/converter @nix { "action": "setPhase", "phase": "installPhase" } Running phase: installPhase install: cannot stat '/nix/store/vl17zb9p95nybr8hqmv439rzcn9zzm5x-source/profiler.sh': No such file or directory [result] Failed to update async-profiler 2.9 -> 3.0 https://github.com/jvm-profiling-tools/async-profiler/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 cp210x-program, using log file: /var/log/nixpkgs-update/cp210x-program/2024-03-05.log cp210x-program 0 -> 1 attrpath: cp210x-program Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/yqaqg4wvkcc4211cignir6dfdf0z8rqf-packages.json.drv building '/nix/store/yqaqg4wvkcc4211cignir6dfdf0z8rqf-packages.json.drv'... Going to be running update for following packages: - cp210x-program-0.4.1 Press Enter key to continue... Running update for: - cp210x-program-0.4.1: UPDATING ... - cp210x-program-0.4.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update cp210x-program 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.mpathsenser, using log file: /var/log/nixpkgs-update/rPackages.mpathsenser/2024-03-05.log rPackages.mpathsenser 1.1.3 -> 1.2.2 https://repology.org/project/r:mpathsenser/versions attrpath: rPackages.mpathsenser Checking auto update branch... No auto update branch exists Old version 1.1.3" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.mpathsenser 1.1.3 -> 1.2.2 https://repology.org/project/r:mpathsenser/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.numbat, using log file: /var/log/nixpkgs-update/rPackages.numbat/2024-03-05.log rPackages.numbat 1.3.2-1 -> 1.4.0 https://repology.org/project/r:numbat/versions attrpath: rPackages.numbat Checking auto update branch... No auto update branch exists Old version 1.3.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.numbat 1.3.2-1 -> 1.4.0 https://repology.org/project/r:numbat/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.ruimtehol, using log file: /var/log/nixpkgs-update/rPackages.ruimtehol/2024-03-05.log rPackages.ruimtehol 0.3.1 -> 0.3.2 https://repology.org/project/r:ruimtehol/versions attrpath: rPackages.ruimtehol Checking auto update branch... No auto update branch exists Old version 0.3.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.ruimtehol 0.3.1 -> 0.3.2 https://repology.org/project/r:ruimtehol/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.CongreveLamsdell2016, using log file: /var/log/nixpkgs-update/rPackages.CongreveLamsdell2016/2024-03-05.log rPackages.CongreveLamsdell2016 1.0.2 -> 1.0.3 https://repology.org/project/r:congrevelamsdell2016/versions attrpath: rPackages.CongreveLamsdell2016 Checking auto update branch... No auto update branch exists Old version 1.0.2" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.CongreveLamsdell2016 1.0.2 -> 1.0.3 https://repology.org/project/r:congrevelamsdell2016/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.rTensor2, using log file: /var/log/nixpkgs-update/rPackages.rTensor2/2024-03-05.log rPackages.rTensor2 0.1.0 -> 0.2.0 https://repology.org/project/r:rtensor2/versions attrpath: rPackages.rTensor2 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.rTensor2 0.1.0 -> 0.2.0 https://repology.org/project/r:rtensor2/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.sonicscrewdriver, using log file: /var/log/nixpkgs-update/rPackages.sonicscrewdriver/2024-03-05.log rPackages.sonicscrewdriver 0.0.4 -> 0.0.6 https://repology.org/project/r:sonicscrewdriver/versions attrpath: rPackages.sonicscrewdriver Checking auto update branch... No auto update branch exists Old version 0.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.sonicscrewdriver 0.0.4 -> 0.0.6 https://repology.org/project/r:sonicscrewdriver/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.mclust, using log file: /var/log/nixpkgs-update/rPackages.mclust/2024-03-05.log rPackages.mclust 6.0.1 -> 6.1 https://repology.org/project/r:mclust/versions attrpath: rPackages.mclust Checking auto update branch... No auto update branch exists Old version 6.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.mclust 6.0.1 -> 6.1 https://repology.org/project/r:mclust/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.BGGM, using log file: /var/log/nixpkgs-update/rPackages.BGGM/2024-03-05.log rPackages.BGGM 2.0.4 -> 2.1.1 https://repology.org/project/r:bggm/versions attrpath: rPackages.BGGM Checking auto update branch... No auto update branch exists Old version 2.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.BGGM 2.0.4 -> 2.1.1 https://repology.org/project/r:bggm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath satty, using log file: /var/log/nixpkgs-update/satty/2024-03-05.log satty 0.10.0 -> 0.11.2 https://github.com/gabm/Satty/releases attrpath: satty Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-aH08BJK4uOEUrpoMfVGwGnuzncHHW6w6jjxnk4Xz5zo= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A satty nix build failed. - /nix/store/r2z54nm9xkrz7z6cv09a0g3j3am5chaj-libjpeg-turbo-3.0.2-dev/lib/pkgconfig - /nix/store/cyxbqa1v3bphanvzp43jpq0b5nij0jxn-xz-5.4.6-dev/lib/pkgconfig - /nix/store/831hplq82ppf633fv1qchlrsihhkryz4-libpng-apng-1.6.40-dev/lib/pkgconfig - /nix/store/p78m3rmr5g1xqyizlsbg39cgbvjbjz74-cairo-1.18.0-dev/lib/pkgconfig - /nix/store/cs16dfmzrrdf88ghkh44vxwd6j17wjzn-fontconfig-2.15.0-dev/lib/pkgconfig - /nix/store/0bkz0x8vsb92kcr3inkgs0ba2dqlla5a-freetype-2.13.2-dev/lib/pkgconfig - /nix/store/kh542xlg6mgb14xwz22mvqpm8810aidp-bzip2-1.0.8-dev/lib/pkgconfig - /nix/store/9kk0fm2s7c3269ph62av2l8hf95356ab-brotli-1.1.0-dev/lib/pkgconfig - /nix/store/mk3hpjywv0hkkn2bwplcb9lwvzsv2j0i-pixman-0.43.2/lib/pkgconfig - /nix/store/drz4r0b20cl5r4lsw600h9l59jsanvr6-libXext-1.3.6-dev/lib/pkgconfig - /nix/store/hkkwx6m0g0hz87ckjzmyvzxj2gr9fnzn-xorgproto-2023.2/share/pkgconfig - /nix/store/1jkdxgxri7licnqphwzgm3gr0gp8fhwb-libXau-1.0.11-dev/lib/pkgconfig - /nix/store/13m2njz5m4wwrmf4n74zmfpcczi6kk8s-libXrender-0.9.11-dev/lib/pkgconfig - /nix/store/pirdcrf04q6qm2yq8w6w4gam0ax1vlnd-libX11-1.8.7-dev/lib/pkgconfig - /nix/store/hdzim0zvasrzw9mzh1c4qsqa9d3r5afq-libxcb-1.16-dev/lib/pkgconfig - /nix/store/0nb1qcnj6ha6vdzrkfkwbriw69n4nc3q-gtk4-4.12.5-dev/lib/pkgconfig - /nix/store/vzn5grj1zg9q4c6gm4gra6wh5bj0438v-graphene-1.10.8-dev/lib/pkgconfig - /nix/store/03rhvhl5a3g9vry2njzmva7h27vimvcx-pango-1.51.0-dev/lib/pkgconfig - /nix/store/wbnc9vygplxrysw19r0hw9i0d6g7ryac-harfbuzz-8.3.0-dev/lib/pkgconfig - /nix/store/yza9lrc5v8g914wfz8abggqbqzn7lcal-graphite2-1.3.14-dev/lib/pkgconfig - /nix/store/l52jky64pp4ghhdncc3f915dhyir0gxs-libXft-2.3.8-dev/lib/pkgconfig - /nix/store/13ay8131gj00mjz9vmg37ypqyb5pppms-wayland-1.22.0-dev/lib/pkgconfig - /nix/store/yy6nwcb3k3bx1rv77n4qjgj7gdmnlk5b-wayland-1.22.0-bin/lib/pkgconfig - /nix/store/8gdcfdqnj9rfbk2833vpbqbj6wc0vpvr-gsettings-desktop-schemas-45.0/share/pkgconfig - /nix/store/fc8aqm3wbgj31fc9ybqbyvkpda80wr81-libadwaita-1.4.3-dev/lib/pkgconfig HINT: you may need to install a package such as epoxy, epoxy-dev or epoxy-devel. note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace warning: build failed, waiting for other jobs to finish... [result] Failed to update satty 0.10.0 -> 0.11.2 https://github.com/gabm/Satty/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.rocks-nvim, using log file: /var/log/nixpkgs-update/lua51Packages.rocks-nvim/2024-03-05.log lua51Packages.rocks-nvim 2.7.3-1 -> 2.13.1 https://github.com/nvim-neorocks/rocks.nvim/releases attrpath: lua51Packages.rocks-nvim Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.rocks-nvim 2.7.3-1 -> 2.13.1 https://github.com/nvim-neorocks/rocks.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 neocities-cli, using log file: /var/log/nixpkgs-update/neocities-cli/2024-03-05.log neocities-cli 0 -> 1 attrpath: neocities-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 neocities-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 rPackages.quanteda, using log file: /var/log/nixpkgs-update/rPackages.quanteda/2024-03-05.log rPackages.quanteda 3.3.1 -> 99.9 https://repology.org/project/r:quanteda/versions attrpath: rPackages.quanteda Checking auto update branch... No auto update branch exists Old version 3.3.1" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.quanteda 3.3.1 -> 99.9 https://repology.org/project/r:quanteda/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath deepin.deepin-voice-note, using log file: /var/log/nixpkgs-update/deepin.deepin-voice-note/2024-03-05.log deepin.deepin-voice-note 6.0.15 -> 6.0.17 https://github.com/linuxdeepin/deepin-voice-note/releases attrpath: deepin.deepin-voice-note deepin packages are upgraded in lockstep https://github.com/NixOS/nixpkgs/pull/52327#issuecomment-447684194 [result] Failed to update deepin.deepin-voice-note 6.0.15 -> 6.0.17 https://github.com/linuxdeepin/deepin-voice-note/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.aranet4, using log file: /var/log/nixpkgs-update/python311Packages.aranet4/2024-03-05.log python311Packages.aranet4 0 -> 1 attrpath: python311Packages.aranet4 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/6nfga5l6a2sy2mb7qfgpr78rpcn40cyg-packages.json.drv building '/nix/store/6nfga5l6a2sy2mb7qfgpr78rpcn40cyg-packages.json.drv'... Going to be running update for following packages: - python3.11-aranet4-2.2.3 Press Enter key to continue... Running update for: - python3.11-aranet4-2.2.3: UPDATING ... - python3.11-aranet4-2.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aranet4 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.launchdarkly, using log file: /var/log/nixpkgs-update/terraform-providers.launchdarkly/2024-03-05.log terraform-providers.launchdarkly 0 -> 1 attrpath: terraform-providers.launchdarkly Checking auto update branch... Derivation file opts-out of auto-updates [result] Failed to update terraform-providers.launchdarkly 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dingz, using log file: /var/log/nixpkgs-update/python311Packages.dingz/2024-03-05.log python311Packages.dingz 0 -> 1 attrpath: python311Packages.dingz Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7j678ia12h00kl8y428carbipgzm4dz4-packages.json.drv building '/nix/store/7j678ia12h00kl8y428carbipgzm4dz4-packages.json.drv'... Going to be running update for following packages: - python3.11-dingz-0.5.0 Press Enter key to continue... Running update for: - python3.11-dingz-0.5.0: UPDATING ... - python3.11-dingz-0.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dingz 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-circle, using log file: /var/log/nixpkgs-update/numix-icon-theme-circle/2024-03-05.log numix-icon-theme-circle 0 -> 1 attrpath: numix-icon-theme-circle Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/slvwhmxqdjljliv87a1dkfy89jkrap2x-packages.json.drv building '/nix/store/slvwhmxqdjljliv87a1dkfy89jkrap2x-packages.json.drv'... Going to be running update for following packages: - numix-icon-theme-circle-24.02.05 Press Enter key to continue... Running update for: - numix-icon-theme-circle-24.02.05: UPDATING ... - numix-icon-theme-circle-24.02.05: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update numix-icon-theme-circle 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyqt5-sip, using log file: /var/log/nixpkgs-update/python311Packages.pyqt5-sip/2024-03-05.log python311Packages.pyqt5-sip 0 -> 1 attrpath: python311Packages.pyqt5-sip Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0q63fgkzb8hffx6xvhmz5f2dg4f5wdjp-packages.json.drv building '/nix/store/0q63fgkzb8hffx6xvhmz5f2dg4f5wdjp-packages.json.drv'... Going to be running update for following packages: - python3.11-pyqt5-sip-12.13.0 Press Enter key to continue... Running update for: - python3.11-pyqt5-sip-12.13.0: UPDATING ... - python3.11-pyqt5-sip-12.13.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyqt5-sip 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.falcon, using log file: /var/log/nixpkgs-update/python311Packages.falcon/2024-03-05.log python311Packages.falcon 0 -> 1 attrpath: python311Packages.falcon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/64dnd7gq2z39fghygfknwchli79k6bp9-packages.json.drv building '/nix/store/64dnd7gq2z39fghygfknwchli79k6bp9-packages.json.drv'... Going to be running update for following packages: - python3.11-falcon-3.1.1 Press Enter key to continue... Running update for: - python3.11-falcon-3.1.1: UPDATING ... - python3.11-falcon-3.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/falcon/default.nix b/pkgs/development/python-modules/falcon/default.nix index b0880c384dba..2a10de1d4610 100644 --- a/pkgs/development/python-modules/falcon/default.nix +++ b/pkgs/development/python-modules/falcon/default.nix @@ -28,7 +28,7 @@ buildPythonPackage rec { pname = "falcon"; - version = "3.1.1"; + version = "3.1.3"; format = "pyproject"; disabled = pythonOlder "3.5"; @@ -36,7 +36,7 @@ buildPythonPackage rec { owner = "falconry"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-5Lhz4qI/x7yK9tqQg4CvYNug+fp9l6ErNGH1pVybZ6c="; + hash = "sha256-7719gOM8WQVjODwOSo7HpH3HMFFeCGQQYBKktBAevig="; }; 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.falcon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.subplex, using log file: /var/log/nixpkgs-update/rPackages.subplex/2024-03-05.log rPackages.subplex 1.8 -> 1.8.3 https://repology.org/project/r:subplex/versions attrpath: rPackages.subplex Checking auto update branch... No auto update branch exists Old version 1.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.subplex 1.8 -> 1.8.3 https://repology.org/project/r:subplex/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ocamlPackages.easy-format, using log file: /var/log/nixpkgs-update/ocamlPackages.easy-format/2024-03-05.log ocamlPackages.easy-format 1.3.3 -> 1.3.4 https://github.com/ocaml-community/easy-format/releases attrpath: ocamlPackages.easy-format Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript The diff was empty after rewrites. [result] Failed to update ocamlPackages.easy-format 1.3.3 -> 1.3.4 https://github.com/ocaml-community/easy-format/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.mbstrdecoder, using log file: /var/log/nixpkgs-update/python311Packages.mbstrdecoder/2024-03-05.log python311Packages.mbstrdecoder 0 -> 1 attrpath: python311Packages.mbstrdecoder Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8ps2x8pjxdmicyhjkk61wssf0acfpizd-packages.json.drv building '/nix/store/8ps2x8pjxdmicyhjkk61wssf0acfpizd-packages.json.drv'... Going to be running update for following packages: - python3.11-mbstrdecoder-1.1.3 Press Enter key to continue... Running update for: - python3.11-mbstrdecoder-1.1.3: UPDATING ... - python3.11-mbstrdecoder-1.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mbstrdecoder 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.click-configfile, using log file: /var/log/nixpkgs-update/python311Packages.click-configfile/2024-03-05.log python311Packages.click-configfile 0 -> 1 attrpath: python311Packages.click-configfile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/07i5121gkxdm2zzvc4hgr0gggvj7rg2q-packages.json.drv building '/nix/store/07i5121gkxdm2zzvc4hgr0gggvj7rg2q-packages.json.drv'... Going to be running update for following packages: - python3.11-click-configfile-0.2.3 Press Enter key to continue... Running update for: - python3.11-click-configfile-0.2.3: UPDATING ... - python3.11-click-configfile-0.2.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.click-configfile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath kompute, using log file: /var/log/nixpkgs-update/kompute/2024-03-05.log kompute 0.8.1 -> 0.9.0 https://github.com/KomputeProject/kompute/releases attrpath: kompute 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 kompute 0.8.1 -> 0.9.0 https://github.com/KomputeProject/kompute/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.clldutils, using log file: /var/log/nixpkgs-update/python311Packages.clldutils/2024-03-05.log python311Packages.clldutils 0 -> 1 attrpath: python311Packages.clldutils Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/clhqr80ayxjmcx41rp757f8465kkx86l-packages.json.drv building '/nix/store/clhqr80ayxjmcx41rp757f8465kkx86l-packages.json.drv'... Going to be running update for following packages: - python3.11-clldutils-3.21.0 Press Enter key to continue... Running update for: - python3.11-clldutils-3.21.0: UPDATING ... - python3.11-clldutils-3.21.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.clldutils 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath onthespot, using log file: /var/log/nixpkgs-update/onthespot/2024-03-05.log onthespot 0 -> 1 attrpath: onthespot Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0sfbq16b08sml1n9k4kw7vij4x92a104-packages.json.drv building '/nix/store/0sfbq16b08sml1n9k4kw7vij4x92a104-packages.json.drv'... Going to be running update for following packages: - onthespot-0.5 Press Enter key to continue... Running update for: - onthespot-0.5: UPDATING ... - onthespot-0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update onthespot 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.gcal-sync, using log file: /var/log/nixpkgs-update/python311Packages.gcal-sync/2024-03-05.log python311Packages.gcal-sync 0 -> 1 attrpath: python311Packages.gcal-sync Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/8d9rh9x77j3nxiiqffja98n30cqb2fq8-packages.json.drv building '/nix/store/8d9rh9x77j3nxiiqffja98n30cqb2fq8-packages.json.drv'... Going to be running update for following packages: - python3.11-gcal-sync-6.0.3 Press Enter key to continue... Running update for: - python3.11-gcal-sync-6.0.3: UPDATING ... - python3.11-gcal-sync-6.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.gcal-sync 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.progressbar, using log file: /var/log/nixpkgs-update/python311Packages.progressbar/2024-03-05.log python311Packages.progressbar 0 -> 1 attrpath: python311Packages.progressbar Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gb7ai0jh254z33i4qpxrq0nl8mrb5546-packages.json.drv building '/nix/store/gb7ai0jh254z33i4qpxrq0nl8mrb5546-packages.json.drv'... Going to be running update for following packages: - python3.11-progressbar-2.5 Press Enter key to continue... Running update for: - python3.11-progressbar-2.5: UPDATING ... - python3.11-progressbar-2.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.progressbar 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.dicom-numpy, using log file: /var/log/nixpkgs-update/python311Packages.dicom-numpy/2024-03-05.log python311Packages.dicom-numpy 0 -> 1 attrpath: python311Packages.dicom-numpy Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/q1mibkq4gdx27waxmcl32jqy2b4mr8y0-packages.json.drv building '/nix/store/q1mibkq4gdx27waxmcl32jqy2b4mr8y0-packages.json.drv'... Going to be running update for following packages: - python3.11-dicom-numpy-0.6.5 Press Enter key to continue... Running update for: - python3.11-dicom-numpy-0.6.5: UPDATING ... - python3.11-dicom-numpy-0.6.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.dicom-numpy 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pybluez, using log file: /var/log/nixpkgs-update/python311Packages.pybluez/2024-03-05.log python311Packages.pybluez 0 -> 1 attrpath: python311Packages.pybluez Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fv97md49gjz640v0i0c240s5yk2lb81q-packages.json.drv building '/nix/store/fv97md49gjz640v0i0c240s5yk2lb81q-packages.json.drv'... Going to be running update for following packages: - python3.11-pybluez-unstable-2022-01-28 Press Enter key to continue... Running update for: - python3.11-pybluez-unstable-2022-01-28: UPDATING ... - python3.11-pybluez-unstable-2022-01-28: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pybluez 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.myjwt, using log file: /var/log/nixpkgs-update/python311Packages.myjwt/2024-03-05.log python311Packages.myjwt 0 -> 1 attrpath: python311Packages.myjwt Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wzsaymvwa4xy3j0pm4qix6fz4lln0m63-packages.json.drv building '/nix/store/wzsaymvwa4xy3j0pm4qix6fz4lln0m63-packages.json.drv'... Going to be running update for following packages: - python3.11-myjwt-1.6.1 Press Enter key to continue... Running update for: - python3.11-myjwt-1.6.1: UPDATING ... - python3.11-myjwt-1.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.myjwt 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath appdaemon, using log file: /var/log/nixpkgs-update/appdaemon/2024-03-05.log appdaemon 0 -> 1 attrpath: appdaemon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fc8x8adajm5rx378c6y0w2n6fqad4ppa-packages.json.drv building '/nix/store/fc8x8adajm5rx378c6y0w2n6fqad4ppa-packages.json.drv'... Going to be running update for following packages: - appdaemon-4.4.2 Press Enter key to continue... Running update for: - appdaemon-4.4.2: UPDATING ... - appdaemon-4.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update appdaemon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bc-python-hcl2, using log file: /var/log/nixpkgs-update/python311Packages.bc-python-hcl2/2024-03-05.log python311Packages.bc-python-hcl2 0 -> 1 attrpath: python311Packages.bc-python-hcl2 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ik388mm2pkdhjr3g907cjikgpzknlpkd-packages.json.drv building '/nix/store/ik388mm2pkdhjr3g907cjikgpzknlpkd-packages.json.drv'... Going to be running update for following packages: - python3.11-bc-python-hcl2-0.4.2 Press Enter key to continue... Running update for: - python3.11-bc-python-hcl2-0.4.2: UPDATING ... - python3.11-bc-python-hcl2-0.4.2: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.bc-python-hcl2 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sublime, using log file: /var/log/nixpkgs-update/sublime/2024-03-05.log sublime 2.0.2 -> 4169 https://repology.org/project/sublime-text/versions attrpath: sublime 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 sublime 2.0.2 -> 4169 https://repology.org/project/sublime-text/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.blessings, using log file: /var/log/nixpkgs-update/python311Packages.blessings/2024-03-05.log python311Packages.blessings 0 -> 1 attrpath: python311Packages.blessings Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5r04a1f3nc02hrgiq7sqcf2hb11r2ymz-packages.json.drv building '/nix/store/5r04a1f3nc02hrgiq7sqcf2hb11r2ymz-packages.json.drv'... Going to be running update for following packages: - python3.11-blessings-1.7 Press Enter key to continue... Running update for: - python3.11-blessings-1.7: UPDATING ... - python3.11-blessings-1.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.blessings 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.bellows, using log file: /var/log/nixpkgs-update/python311Packages.bellows/2024-03-05.log python311Packages.bellows 0 -> 1 attrpath: python311Packages.bellows Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xlmyrnndd542a41v3ikla7mf1a48wn1f-packages.json.drv building '/nix/store/xlmyrnndd542a41v3ikla7mf1a48wn1f-packages.json.drv'... Going to be running update for following packages: - python3.11-bellows-0.38.0 Press Enter key to continue... Running update for: - python3.11-bellows-0.38.0: UPDATING ... - python3.11-bellows-0.38.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/bellows/default.nix b/pkgs/development/python-modules/bellows/default.nix index f7431e6ea4eb..e93f810a61f8 100644 --- a/pkgs/development/python-modules/bellows/default.nix +++ b/pkgs/development/python-modules/bellows/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "bellows"; - version = "0.38.0"; + version = "0.38.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "zigpy"; repo = "bellows"; rev = "refs/tags/${version}"; - hash = "sha256-7aqzhujTn1TMYBA6+79Ok76yv8hXszuuZ7TjhJ6zbQw="; + hash = "sha256-oxPzjDb+FdHeHsgeGKH3SVvKb0vCB9dIhT7lGzhDcBw="; }; postPatch = '' An auto update branch exists with message `python311Packages.bellows: 0.38.0 -> 0.38.1`. New version is 0.38.1. An auto update branch exists with an equal or greater version [result] Failed to update python311Packages.bellows 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath _7kaa, using log file: /var/log/nixpkgs-update/_7kaa/2024-03-05.log _7kaa 2.15.5 -> 2.15.6 https://github.com/the3dfxdude/7kaa/releases attrpath: _7kaa Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - _7kaa: 2.15.5 -> 2.15.6 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/257034" [result] Failed to update _7kaa 2.15.5 -> 2.15.6 https://github.com/the3dfxdude/7kaa/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.msprime, using log file: /var/log/nixpkgs-update/python311Packages.msprime/2024-03-05.log python311Packages.msprime 0 -> 1 attrpath: python311Packages.msprime Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ggcvm27gk971n6vqgd0kq98n9f003jqq-packages.json.drv building '/nix/store/ggcvm27gk971n6vqgd0kq98n9f003jqq-packages.json.drv'... Going to be running update for following packages: - python3.11-msprime-1.3.1 Press Enter key to continue... Running update for: - python3.11-msprime-1.3.1: UPDATING ... - python3.11-msprime-1.3.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.msprime 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.EasyProcess, using log file: /var/log/nixpkgs-update/python311Packages.EasyProcess/2024-03-05.log python311Packages.EasyProcess 0 -> 1 attrpath: python311Packages.EasyProcess Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/fslcl8qs2gkgf5psvpxwwdkg9mh0i8z4-packages.json.drv building '/nix/store/fslcl8qs2gkgf5psvpxwwdkg9mh0i8z4-packages.json.drv'... Going to be running update for following packages: - python3.11-easyprocess-1.1 Press Enter key to continue... Running update for: - python3.11-easyprocess-1.1: UPDATING ... - python3.11-easyprocess-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.EasyProcess 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.httmock, using log file: /var/log/nixpkgs-update/python311Packages.httmock/2024-03-05.log python311Packages.httmock 0 -> 1 attrpath: python311Packages.httmock Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zxs2mnhjq9l9xgq120aw883fjbnkwkxw-packages.json.drv building '/nix/store/zxs2mnhjq9l9xgq120aw883fjbnkwkxw-packages.json.drv'... Going to be running update for following packages: - python3.11-httmock-1.4.0 Press Enter key to continue... Running update for: - python3.11-httmock-1.4.0: UPDATING ... - python3.11-httmock-1.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.httmock 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.pstl, using log file: /var/log/nixpkgs-update/rocmPackages.llvm.pstl/2024-03-05.log rocmPackages.llvm.pstl 0 -> 1 attrpath: rocmPackages.llvm.pstl Checking auto update branch... [version] [version] skipping because derivation has 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/qqj88knql49i45qz1ga46cz0ds6h5yzx-update.sh.drv /nix/store/lr0m2dqb81mi8sfw3lrafbkfq78q7x18-packages.json.drv building '/nix/store/qqj88knql49i45qz1ga46cz0ds6h5yzx-update.sh.drv'... building '/nix/store/lr0m2dqb81mi8sfw3lrafbkfq78q7x18-packages.json.drv'... Going to be running update for following packages: - rocm-llvm-pstl-5.7.1 Press Enter key to continue... Running update for: - rocm-llvm-pstl-5.7.1: UPDATING ... - rocm-llvm-pstl-5.7.1: ERROR --- SHOWING ERROR LOG FOR rocm-llvm-pstl-5.7.1 ---------------------- 'rocmPackages_5.llvm.pstl' is already at it's maximum allowed version. Any further upgrades should go into 'rocmPackages_X.llvm.pstl'. --- SHOWING ERROR LOG FOR rocm-llvm-pstl-5.7.1 ---------------------- The update script for rocm-llvm-pstl-5.7.1 failed with exit code 1 [result] Failed to update rocmPackages.llvm.pstl 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyctr, using log file: /var/log/nixpkgs-update/python311Packages.pyctr/2024-03-05.log python311Packages.pyctr 0 -> 1 attrpath: python311Packages.pyctr Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cnp57jprf4dbsxglxg74nzm0f3jjllp0-packages.json.drv building '/nix/store/cnp57jprf4dbsxglxg74nzm0f3jjllp0-packages.json.drv'... Going to be running update for following packages: - python3.11-pyctr-0.7.5 Press Enter key to continue... Running update for: - python3.11-pyctr-0.7.5: UPDATING ... - python3.11-pyctr-0.7.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyctr 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-telegram, using log file: /var/log/nixpkgs-update/python311Packages.python-telegram/2024-03-05.log python311Packages.python-telegram 0 -> 1 attrpath: python311Packages.python-telegram Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xbrrp1jjknk5rzxj9i972j4gx03rlq05-packages.json.drv building '/nix/store/xbrrp1jjknk5rzxj9i972j4gx03rlq05-packages.json.drv'... Going to be running update for following packages: - python3.11-python-telegram-0.18.0 Press Enter key to continue... Running update for: - python3.11-python-telegram-0.18.0: UPDATING ... - python3.11-python-telegram-0.18.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.python-telegram 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath vkbasalt-cli, using log file: /var/log/nixpkgs-update/vkbasalt-cli/2024-03-05.log vkbasalt-cli 0 -> 1 attrpath: vkbasalt-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/g1sr0f8ijl5s6i9bny24hw9wf5lsyp2r-packages.json.drv building '/nix/store/g1sr0f8ijl5s6i9bny24hw9wf5lsyp2r-packages.json.drv'... Going to be running update for following packages: - vkbasalt-cli-3.1.1 Press Enter key to continue... Running update for: - vkbasalt-cli-3.1.1: UPDATING ... - vkbasalt-cli-3.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update vkbasalt-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 quantum-espresso, using log file: /var/log/nixpkgs-update/quantum-espresso/2024-03-05.log quantum-espresso 7.2 -> 7.3.1 https://repology.org/project/quantum-espresso/versions attrpath: quantum-espresso 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 quantum-espresso 7.2 -> 7.3.1 https://repology.org/project/quantum-espresso/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.copilot-language, using log file: /var/log/nixpkgs-update/haskellPackages.copilot-language/2024-03-05.log haskellPackages.copilot-language 3.17 -> 3.18.1 https://repology.org/project/haskell:copilot-language/versions attrpath: haskellPackages.copilot-language Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.copilot-language 3.17 -> 3.18.1 https://repology.org/project/haskell:copilot-language/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath toxiproxy, using log file: /var/log/nixpkgs-update/toxiproxy/2024-03-05.log toxiproxy 2.5.0 -> 2.8.0 https://github.com/Shopify/toxiproxy/releases attrpath: toxiproxy 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-CmENxPAdjz0BAyvhLKIaJjSbK/mvRzHGCQOfGIiA3yI=" [golangModuleVersion] Replaced vendorHash with sha256-k60X2UkMK/RwVdrcYISSTq9Myhq1g3AM/G/XTclG/00= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A toxiproxy nix build failed. @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/w8z1jrjj6vr8g5ymliw1298xjjn3ch7c-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 . Building subPackage ./client Building subPackage ./cmd/cli Building subPackage ./cmd/server Building subPackage ./collectors Building subPackage ./stream Building subPackage ./testhelper Building subPackage ./toxics @nix { "action": "setPhase", "phase": "checkPhase" } Running phase: checkPhase {"level":"trace","component":"BandwidthToxic","method":"Pipe","toxic_type":"bandwidth","addr":"0xc000210010","time":"2024-03-05T20:55:31Z","message":"BandwidthToxic was interrupted"} {"level":"trace","component":"BandwidthToxic","method":"Pipe","toxic_type":"bandwidth","addr":"0xc000210248","time":"2024-03-05T20:55:31Z","message":"BandwidthToxic was interrupted"} --- FAIL: TestVersionEndpointReturnsVersion (0.00s) api_test.go:1107: Expected to return Version from /version, got: {"version": "2.8.0"} FAIL FAIL github.com/Shopify/toxiproxy/v2 0.344s FAIL [result] Failed to update toxiproxy 2.5.0 -> 2.8.0 https://github.com/Shopify/toxiproxy/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 ego, using log file: /var/log/nixpkgs-update/ego/2024-03-05.log ego 1.1.7 -> 3.0.8 https://repology.org/project/ego/versions attrpath: ego Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] stderr did not split as expected full stderr was: this derivation will be built: /nix/store/m1bpdyzp9vvywlvr52d1gla7sa780ry1-source.drv building '/nix/store/m1bpdyzp9vvywlvr52d1gla7sa780ry1-source.drv'... trying https://github.com/intgr/ego/archive/3.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 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: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'ego.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/m1bpdyzp9vvywlvr52d1gla7sa780ry1-source.drv /nix/store/yp23lkblhi603958cr1wh43vrzlwx9dg-ego-3.0.8-vendor.tar.gz.drv /nix/store/9adsks8jwb37yhlxqd0s8k8ycpfsjw6d-ego-3.0.8.drv this path will be fetched (0.01 MiB download, 0.03 MiB unpacked): /nix/store/3mjk4xb6nvn5r9mk9k7f0j690dn5bpxx-xhost-1.0.9 copying path '/nix/store/3mjk4xb6nvn5r9mk9k7f0j690dn5bpxx-xhost-1.0.9' from 'https://cache.nixos.org'... building '/nix/store/m1bpdyzp9vvywlvr52d1gla7sa780ry1-source.drv'... trying https://github.com/intgr/ego/archive/3.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 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/m1bpdyzp9vvywlvr52d1gla7sa780ry1-source.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/intgr/ego/archive/3.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 > 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/m1bpdyzp9vvywlvr52d1gla7sa780ry1-source.drv'. error: 1 dependencies of derivation '/nix/store/9adsks8jwb37yhlxqd0s8k8ycpfsjw6d-ego-3.0.8.drv' failed to build [result] Failed to update ego 1.1.7 -> 3.0.8 https://repology.org/project/ego/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.aiohttp, using log file: /var/log/nixpkgs-update/python311Packages.aiohttp/2024-03-05.log python311Packages.aiohttp 0 -> 1 attrpath: python311Packages.aiohttp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4pl8acb9aarm36ry47mq09pr6wmsl4rw-packages.json.drv building '/nix/store/4pl8acb9aarm36ry47mq09pr6wmsl4rw-packages.json.drv'... Going to be running update for following packages: - python3.11-aiohttp-3.9.3 Press Enter key to continue... Running update for: - python3.11-aiohttp-3.9.3: UPDATING ... - python3.11-aiohttp-3.9.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.aiohttp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-personalize, using log file: /var/log/nixpkgs-update/python312Packages.mypy-boto3-personalize/2024-03-05.log python312Packages.mypy-boto3-personalize 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python312Packages.mypy-boto3-personalize Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x1j88q7d5rd5q6cbhr97ysph4npafkxm-packages.json.drv building '/nix/store/x1j88q7d5rd5q6cbhr97ysph4npafkxm-packages.json.drv'... Going to be running update for following packages: - python3.12-mypy-boto3-personalize-1.34.0 Press Enter key to continue... Running update for: - python3.12-mypy-boto3-personalize-1.34.0: UPDATING ... - python3.12-mypy-boto3-personalize-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.mypy-boto3-personalize 1.34.0 -> 7.23.2 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 botamusique, using log file: /var/log/nixpkgs-update/botamusique/2024-03-05.log botamusique 0 -> 1 attrpath: botamusique Checking auto update branch... [version] [version] skipping because derivation has updateScript [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] these 2 derivations will be built: /nix/store/37d1hrywgyccya308p9px7hbx37q5bhr-botamusique-updater.drv /nix/store/sj7dm8zv0dgbf4nqkjvmp5k5lbwbjdn9-packages.json.drv building '/nix/store/37d1hrywgyccya308p9px7hbx37q5bhr-botamusique-updater.drv'... building '/nix/store/sj7dm8zv0dgbf4nqkjvmp5k5lbwbjdn9-packages.json.drv'... Going to be running update for following packages: - botamusique-7.2.2 Press Enter key to continue... Running update for: - botamusique-7.2.2: UPDATING ... - botamusique-7.2.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/audio/botamusique/src.json b/pkgs/tools/audio/botamusique/src.json index 034129ab9956..d6d5ae893d1b 100644 --- a/pkgs/tools/audio/botamusique/src.json +++ b/pkgs/tools/audio/botamusique/src.json @@ -1,13 +1,14 @@ { "url": "https://github.com/azlux/botamusique", - "rev": "9b9b4e40ce7b077ebfa3b9be08d32025d1e43bc3", - "date": "2021-10-27T02:29:59+02:00", - "path": "/nix/store/9gxn2bw0757yrmx0xhhwq642lixyy88x-botamusique", - "sha256": "07n6nyi84ddqp2x8xrds7q83yfqapl5qhkcprzjsmvxhv4a3ar8q", + "rev": "6115a0d3ee9786b5dffb1d3a7daa461ede283bca", + "date": "2023-05-30T22:55:33+02:00", + "path": "/nix/store/0dcq2ws753dqivyiiv0dwmjyglbgk5vw-botamusique", + "sha256": "1vr1q573rs87ynsbz56vpsxzn9713l3w90bsmg0z5kd412aq72ik", + "hash": "sha256-M4qDlQikzfLBq3qBxAcd4ST7u77blL+09QfpPE7BIe8=", "fetchLFS": false, "fetchSubmodules": false, "deepClone": false, "leaveDotGit": false, - "version": "7.2.2", - "npmDepsHash": "sha256-IzEO7TFqIZUkhNGf0pnHbK/WFexF27RPD9lkYvmFmDw=" + "version": "7.2.3", + "npmDepsHash": "sha256-Pq+2L28Zj5/5RzbgQ0AyzlnZIuRZz2/XBYuSU+LGh3I=" } No auto update branch exists There might already be an open PR for this update: - botamusique: 7.2.2 -> 7.2.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/278354" [result] Failed to update botamusique 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath dwz, using log file: /var/log/nixpkgs-update/dwz/2024-03-05.log dwz 0.14 -> 0.15 https://repology.org/project/dwz/versions attrpath: dwz 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/dwz/default.nix b/pkgs/development/tools/misc/dwz/default.nix index 0a13d4a68dd0..3821e2e9899a 100644 --- a/pkgs/development/tools/misc/dwz/default.nix +++ b/pkgs/development/tools/misc/dwz/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "dwz"; - version = "0.14"; + version = "0.15"; src = fetchurl { url = "https://www.sourceware.org/ftp/${pname}/releases/${pname}-${version}.tar.gz"; - sha256 = "07qdvzfk4mvbqj5z3aff7vc195dxqn1mi27w2dzs1w2zhymnw01k"; + sha256 = "sha256-7VnGEuIEFeaX+8RRH1J+91cAe8VvoalU5JrKHans+0Q="; }; nativeBuildInputs = [ elfutils ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A dwz nix build failed. got build log for 'dwz' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/y7dh4bi3mwy342lm71h3yn2w2kzgy3ak-dwz-0.15.tar.gz source root is dwz setting SOURCE_DATE_EPOCH to timestamp 1667521782 of file dwz/util.h @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase 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/rsvix712ia3g3mqsbw9r89984wha102d-dwz-0.15 @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/087167dfxal194pm54cmcbbxsfy3cjgn-bash-5.2p26/bin/bash prefix=/nix/store/rsvix712ia3g3mqsbw9r89984wha102d-dwz-0.15 echo "int main (void) { return 0; }" > native.c gcc -o native.o native.c -c -g gcc -O2 -g -Wall -W -D_FILE_OFFSET_BITS=64 -DDWZ_VERSION='"0.15"' -DFSF_YEARS='"1992-2021"' -DRH_YEARS='"2001-2021"' -DSUSE_YEARS='"2019-2021"' -c -o args.o args.c -DNATIVE_ENDIAN_VAL=ELFDATA2LSB -DNATIVE_POINTER_SIZE=8 gcc -O2 -g -Wall -W -D_FILE_OFFSET_BITS=64 -DDWZ_VERSION='"0.15"' -DFSF_YEARS='"1992-2021"' -DRH_YEARS='"2001-2021"' -DSUSE_YEARS='"2019-2021"' -c -o dwz.o dwz.c dwz.c:42:10: fatal error: xxhash.h: No such file or directory 42 | #include  | ^~~~~~~~~~ compilation terminated. make: *** [Makefile:48: dwz.o] Error 1 [result] Failed to update dwz 0.14 -> 0.15 https://repology.org/project/dwz/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.convertdate, using log file: /var/log/nixpkgs-update/python311Packages.convertdate/2024-03-05.log python311Packages.convertdate 0 -> 1 attrpath: python311Packages.convertdate Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/05n06s0vmczb796n34dl1ac7i88xhz3h-packages.json.drv building '/nix/store/05n06s0vmczb796n34dl1ac7i88xhz3h-packages.json.drv'... Going to be running update for following packages: - python3.11-convertdate-2.4.0 Press Enter key to continue... Running update for: - python3.11-convertdate-2.4.0: UPDATING ... - python3.11-convertdate-2.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.convertdate 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.pdo_oci, using log file: /var/log/nixpkgs-update/php81Extensions.pdo_oci/2024-03-05.log php81Extensions.pdo_oci 0 -> 1 attrpath: php81Extensions.pdo_oci Checking auto update branch... [version] [version] skipping because derivation has 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/078dn0qq6vsqnc834kbgjmkl8dwbril7-packages.json.drv building '/nix/store/078dn0qq6vsqnc834kbgjmkl8dwbril7-packages.json.drv'... Going to be running update for following packages: - php-pdo_oci-8.1.27 Press Enter key to continue... Running update for: - php-pdo_oci-8.1.27: UPDATING ... - php-pdo_oci-8.1.27: ERROR --- SHOWING ERROR LOG FOR php-pdo_oci-8.1.27 ---------------------- Traceback (most recent call last): File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/bin/.nix-update-wrapped", line 9, in sys.exit(main()) ^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-nix-update-1.2.0/lib/python3.11/site-packages/nix_update/__init__.py", line 291, in main package = update(options) ^^^^^^^^^^^^^^^ File "/nix/store/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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/8iq9mwxyzyamsnyrsbgscvflq60n55hm-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-pdo_oci-8.1.27 ---------------------- The update script for php-pdo_oci-8.1.27 failed with exit code 1 [result] Failed to update php81Extensions.pdo_oci 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.click-log, using log file: /var/log/nixpkgs-update/python311Packages.click-log/2024-03-05.log python311Packages.click-log 0 -> 1 attrpath: python311Packages.click-log Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4hnrynm4bi6jxswsd2k0ip3wbqwwqffn-packages.json.drv building '/nix/store/4hnrynm4bi6jxswsd2k0ip3wbqwwqffn-packages.json.drv'... Going to be running update for following packages: - python3.11-click-log-0.4.0 Press Enter key to continue... Running update for: - python3.11-click-log-0.4.0: UPDATING ... - python3.11-click-log-0.4.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.click-log 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.show-in-file-manager, using log file: /var/log/nixpkgs-update/python311Packages.show-in-file-manager/2024-03-05.log python311Packages.show-in-file-manager 0 -> 1 attrpath: python311Packages.show-in-file-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/k8frq141kiw4i6a7bjkb1iingp3v6cbz-packages.json.drv building '/nix/store/k8frq141kiw4i6a7bjkb1iingp3v6cbz-packages.json.drv'... Going to be running update for following packages: - python3.11-show-in-file-manager-1.1.4 Press Enter key to continue... Running update for: - python3.11-show-in-file-manager-1.1.4: UPDATING ... - python3.11-show-in-file-manager-1.1.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.show-in-file-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 compass, using log file: /var/log/nixpkgs-update/compass/2024-03-05.log compass 0 -> 1 attrpath: compass 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 compass 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cloudflare-warp, using log file: /var/log/nixpkgs-update/cloudflare-warp/2024-03-05.log cloudflare-warp 2023.3.470 -> 2024.2.68.0 https://repology.org/project/cloudflare-warp/versions attrpath: cloudflare-warp 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/bgncm7i0nqj2xdf8051plps2drvcw1fz-cloudflare-warp_2024.2.68.0-1_amd64.deb.drv building '/nix/store/bgncm7i0nqj2xdf8051plps2drvcw1fz-cloudflare-warp_2024.2.68.0-1_amd64.deb.drv'... trying https://pkg.cloudflareclient.com/pool/jammy/main/c/cloudflare-warp/cloudflare-warp_2024.2.68.0-1_amd64.deb % 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 cloudflare-warp_2024.2.68.0-1_amd64.deb from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'cloudflare-warp.originalSrc' not found stderr did not split as expected full stderr was: these 3 derivations will be built: /nix/store/bgncm7i0nqj2xdf8051plps2drvcw1fz-cloudflare-warp_2024.2.68.0-1_amd64.deb.drv /nix/store/plrwfiaw9fvsj21wk8cjmcz6isss0z37-com.cloudflare.WarpCli.desktop.drv /nix/store/ps0f5j7amwxdmydgw65wa9h458wgqj0y-cloudflare-warp-2024.2.68.0.drv building '/nix/store/plrwfiaw9fvsj21wk8cjmcz6isss0z37-com.cloudflare.WarpCli.desktop.drv'... building '/nix/store/bgncm7i0nqj2xdf8051plps2drvcw1fz-cloudflare-warp_2024.2.68.0-1_amd64.deb.drv'... /nix/store/rv1wb2sa0icxnqq60czb01ml8xs573xs-com.cloudflare.WarpCli.desktop/share/applications/com.cloudflare.WarpCli.desktop: hint: value item "Security" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Settings, or System trying https://pkg.cloudflareclient.com/pool/jammy/main/c/cloudflare-warp/cloudflare-warp_2024.2.68.0-1_amd64.deb % 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 cloudflare-warp_2024.2.68.0-1_amd64.deb from any mirror error: builder for '/nix/store/bgncm7i0nqj2xdf8051plps2drvcw1fz-cloudflare-warp_2024.2.68.0-1_amd64.deb.drv' failed with exit code 1; last 7 log lines: > > trying https://pkg.cloudflareclient.com/pool/jammy/main/c/cloudflare-warp/cloudflare-warp_2024.2.68.0-1_amd64.deb > % 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 cloudflare-warp_2024.2.68.0-1_amd64.deb from any mirror For full logs, run 'nix log /nix/store/bgncm7i0nqj2xdf8051plps2drvcw1fz-cloudflare-warp_2024.2.68.0-1_amd64.deb.drv'. error: 1 dependencies of derivation '/nix/store/ps0f5j7amwxdmydgw65wa9h458wgqj0y-cloudflare-warp-2024.2.68.0.drv' failed to build [result] Failed to update cloudflare-warp 2023.3.470 -> 2024.2.68.0 https://repology.org/project/cloudflare-warp/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.adbcdrivermanager, using log file: /var/log/nixpkgs-update/rPackages.adbcdrivermanager/2024-03-05.log rPackages.adbcdrivermanager 0.8.0 -> 0.10.0 https://repology.org/project/r:adbcdrivermanager/versions attrpath: rPackages.adbcdrivermanager 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.adbcdrivermanager 0.8.0 -> 0.10.0 https://repology.org/project/r:adbcdrivermanager/versions [options] github_user: r-ryantm, pull_request: 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.logster 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-gtk-theme, using log file: /var/log/nixpkgs-update/pantheon.elementary-gtk-theme/2024-03-05.log pantheon.elementary-gtk-theme 0 -> 1 attrpath: pantheon.elementary-gtk-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/wk9mcmr3mrl2w3vks3vcfvc51vc5a7k7-packages.json.drv building '/nix/store/wk9mcmr3mrl2w3vks3vcfvc51vc5a7k7-packages.json.drv'... Going to be running update for following packages: - elementary-gtk-theme-7.3.0 Press Enter key to continue... Running update for: - elementary-gtk-theme-7.3.0: UPDATING ... - elementary-gtk-theme-7.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-gtk-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.mediafile, using log file: /var/log/nixpkgs-update/python311Packages.mediafile/2024-03-05.log python311Packages.mediafile 0 -> 1 attrpath: python311Packages.mediafile Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/7ygmnkxad23xzahc5627w1vfgb6h37nq-packages.json.drv building '/nix/store/7ygmnkxad23xzahc5627w1vfgb6h37nq-packages.json.drv'... Going to be running update for following packages: - python3.11-mediafile-0.10.1 Press Enter key to continue... Running update for: - python3.11-mediafile-0.10.1: UPDATING ... - python3.11-mediafile-0.10.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mediafile 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.phalcon, using log file: /var/log/nixpkgs-update/php81Extensions.phalcon/2024-03-05.log php81Extensions.phalcon 0 -> 1 attrpath: php81Extensions.phalcon Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ly4ln1sqg6z3hrhjkww8fj83mhl7wc9c-packages.json.drv building '/nix/store/ly4ln1sqg6z3hrhjkww8fj83mhl7wc9c-packages.json.drv'... Going to be running update for following packages: - php-phalcon-5.6.1 Press Enter key to continue... Running update for: - php-phalcon-5.6.1: UPDATING ... - php-phalcon-5.6.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update php81Extensions.phalcon 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libretro.twenty-fortyeight, using log file: /var/log/nixpkgs-update/libretro.twenty-fortyeight/2024-03-05.log libretro.twenty-fortyeight 0 -> 1 attrpath: libretro.twenty-fortyeight Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/wc5wb5lzzdx48l4d1hl37hz1y0k2va69-packages.json.drv building '/nix/store/wc5wb5lzzdx48l4d1hl37hz1y0k2va69-packages.json.drv'... Going to be running update for following packages: - libretro-2048-unstable-2023-02-20 Press Enter key to continue... Running update for: - libretro-2048-unstable-2023-02-20: UPDATING ... - libretro-2048-unstable-2023-02-20: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update libretro.twenty-fortyeight 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.jaxlib-bin, using log file: /var/log/nixpkgs-update/python311Packages.jaxlib-bin/2024-03-05.log python311Packages.jaxlib-bin 0 -> 1 attrpath: python311Packages.jaxlib-bin 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/lr54gi84rjr9jxxa8mm200mkqbb0dl4l-packages.json.drv building '/nix/store/lr54gi84rjr9jxxa8mm200mkqbb0dl4l-packages.json.drv'... Going to be running update for following packages: - python3.11-jaxlib-0.4.24 Press Enter key to continue... Running update for: - python3.11-jaxlib-0.4.24: UPDATING ... - python3.11-jaxlib-0.4.24: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.jaxlib-bin 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cleanlab, using log file: /var/log/nixpkgs-update/python311Packages.cleanlab/2024-03-05.log python311Packages.cleanlab 0 -> 1 attrpath: python311Packages.cleanlab Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p1yqq9mlswv2nqsm1jdzxw8382d8c356-packages.json.drv building '/nix/store/p1yqq9mlswv2nqsm1jdzxw8382d8c356-packages.json.drv'... Going to be running update for following packages: - python3.11-cleanlab-2.5.0 Press Enter key to continue... Running update for: - python3.11-cleanlab-2.5.0: UPDATING ... - python3.11-cleanlab-2.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cleanlab/default.nix b/pkgs/development/python-modules/cleanlab/default.nix index fdaf384262b8..1dc6cdb2ce8d 100644 --- a/pkgs/development/python-modules/cleanlab/default.nix +++ b/pkgs/development/python-modules/cleanlab/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "cleanlab"; - version = "2.5.0"; + version = "2.6.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -32,7 +32,7 @@ buildPythonPackage rec { owner = "cleanlab"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-5XQQVrhjpvjwtFM79DqttObmw/GQLkMQVXb5jhiC8e0="; + hash = "sha256-9EhgFdDPim8rSeTlHozLL0J27pQ8spBRkCQ9DH62s98="; }; nativeBuildInputs = [ setuptools ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.cleanlab Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python311Packages.cleanlab Standard output: error: build log of 'python311Packages.cleanlab' is not available [result] Failed to update python311Packages.cleanlab 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath btlejack, using log file: /var/log/nixpkgs-update/btlejack/2024-03-05.log btlejack 0 -> 1 attrpath: btlejack Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/p601zp29h9xhdszjpl787ggp7lc8pmjc-packages.json.drv building '/nix/store/p601zp29h9xhdszjpl787ggp7lc8pmjc-packages.json.drv'... Going to be running update for following packages: - btlejack-2.1.1 Press Enter key to continue... Running update for: - btlejack-2.1.1: UPDATING ... - btlejack-2.1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update btlejack 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.papis-python-rofi, using log file: /var/log/nixpkgs-update/python311Packages.papis-python-rofi/2024-03-05.log python311Packages.papis-python-rofi 0 -> 1 attrpath: python311Packages.papis-python-rofi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g9k3m8vdvgmh6sfg19y3lxggb1bjhz0q-packages.json.drv building '/nix/store/g9k3m8vdvgmh6sfg19y3lxggb1bjhz0q-packages.json.drv'... Going to be running update for following packages: - python3.11-papis-python-rofi-1.0.3 Press Enter key to continue... Running update for: - python3.11-papis-python-rofi-1.0.3: UPDATING ... - python3.11-papis-python-rofi-1.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.papis-python-rofi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-repo-updater, using log file: /var/log/nixpkgs-update/git-repo-updater/2024-03-05.log git-repo-updater 0 -> 1 attrpath: git-repo-updater Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nx0b6isc7s9z61hw0kx5dhxnr7d9phr8-packages.json.drv building '/nix/store/nx0b6isc7s9z61hw0kx5dhxnr7d9phr8-packages.json.drv'... Going to be running update for following packages: - gitup-0.5.1 Press Enter key to continue... Running update for: - gitup-0.5.1: UPDATING ... - gitup-0.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update git-repo-updater 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-notifications, using log file: /var/log/nixpkgs-update/pantheon.elementary-notifications/2024-03-05.log pantheon.elementary-notifications 0 -> 1 attrpath: pantheon.elementary-notifications Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5mq838l6gj661niyyfpvgn1ram9m3sjv-packages.json.drv building '/nix/store/5mq838l6gj661niyyfpvgn1ram9m3sjv-packages.json.drv'... Going to be running update for following packages: - elementary-notifications-7.0.1 Press Enter key to continue... Running update for: - elementary-notifications-7.0.1: UPDATING ... - elementary-notifications-7.0.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-notifications 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.tzdata, using log file: /var/log/nixpkgs-update/haskellPackages.tzdata/2024-03-05.log haskellPackages.tzdata 0.2.20230322.0 -> 0.2.20240201.0 https://repology.org/project/haskell:tzdata/versions attrpath: haskellPackages.tzdata Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.tzdata 0.2.20230322.0 -> 0.2.20240201.0 https://repology.org/project/haskell:tzdata/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-route53resolver, using log file: /var/log/nixpkgs-update/python311Packages.mypy-boto3-route53resolver/2024-03-05.log python311Packages.mypy-boto3-route53resolver 1.34.0 -> 7.23.2 https://github.com/youtype/mypy_boto3_builder/releases attrpath: python311Packages.mypy-boto3-route53resolver Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h2q417f3g9d1nrr37g0dnia77lfknda8-packages.json.drv building '/nix/store/h2q417f3g9d1nrr37g0dnia77lfknda8-packages.json.drv'... Going to be running update for following packages: - python3.11-mypy-boto3-route53resolver-1.34.0 Press Enter key to continue... Running update for: - python3.11-mypy-boto3-route53resolver-1.34.0: UPDATING ... - python3.11-mypy-boto3-route53resolver-1.34.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mypy-boto3-route53resolver 1.34.0 -> 7.23.2 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.rapidfuzz-capi, using log file: /var/log/nixpkgs-update/python311Packages.rapidfuzz-capi/2024-03-05.log python311Packages.rapidfuzz-capi 0 -> 1 attrpath: python311Packages.rapidfuzz-capi Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2k1lkwdalr7mnzbmri6h9wcnqay6shyy-packages.json.drv building '/nix/store/2k1lkwdalr7mnzbmri6h9wcnqay6shyy-packages.json.drv'... Going to be running update for following packages: - python3.11-rapidfuzz-capi-1.0.5 Press Enter key to continue... Running update for: - python3.11-rapidfuzz-capi-1.0.5: UPDATING ... - python3.11-rapidfuzz-capi-1.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.rapidfuzz-capi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath libodfgen, using log file: /var/log/nixpkgs-update/libodfgen/2024-03-05.log libodfgen 0.1.7 -> 0.1.8 https://repology.org/project/libodfgen/versions attrpath: libodfgen 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/libodfgen/default.nix b/pkgs/development/libraries/libodfgen/default.nix index d4a6aab24c87..272d38ad3202 100644 --- a/pkgs/development/libraries/libodfgen/default.nix +++ b/pkgs/development/libraries/libodfgen/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "libodfgen"; - version = "0.1.7"; + version = "0.1.8"; src = fetchurl { url = "mirror://sourceforge/project/libwpd/libodfgen/libodfgen-${version}/libodfgen-${version}.tar.xz"; - sha256 = "sha256-Mj5JH5VsjKKrsSyZjjUGcJMKMjF7+WYrBhXdSzkiuDE="; + sha256 = "sha256-VSAAJ/1GYjub3d040nXnRS0bD/iu3crW+a5twl9hBiU="; }; nativeBuildInputs = [ pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libodfgen nix build failed. checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... ld -m elf_x86_64 checking if the linker (ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking pkg-config is at least version 0.20... yes checking whether g++ supports C++11 features by default... yes checking for __attribute__((format))... yes checking for librevenge-0.0 librevenge-stream-0.0 ... yes checking for libxml-2.0... no configure: error: Package requirements (libxml-2.0) were not met: No package 'libxml-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables XML_CFLAGS and XML_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. [result] Failed to update libodfgen 0.1.7 -> 0.1.8 https://repology.org/project/libodfgen/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.etebase, using log file: /var/log/nixpkgs-update/python311Packages.etebase/2024-03-05.log python311Packages.etebase 0 -> 1 attrpath: python311Packages.etebase 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/7jnffzydl9v3kpzr9x6p6n0xqvcz18k1-packages.json.drv building '/nix/store/7jnffzydl9v3kpzr9x6p6n0xqvcz18k1-packages.json.drv'... Going to be running update for following packages: - python3.11-etebase-0.31.6 Press Enter key to continue... Running update for: - python3.11-etebase-0.31.6: UPDATING ... - python3.11-etebase-0.31.6: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.etebase 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath cw, using log file: /var/log/nixpkgs-update/cw/2024-03-05.log cw 4.1.1 -> 4.1.3 https://github.com/lucagrulla/cw/releases attrpath: cw 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-8L4q0IAvmNk5GCAC5agNfWFtokIkddO1Dec4m6/sWfg=" [golangModuleVersion] Replaced vendorHash with sha256-YPGzOUCXMZ4qbY/Pi6C3InTAfmT62Vg4FAVSdIQfqYs= Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cw nix build failed. got build log for 'cw' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/gg6fj6hs2kxlnjkbi1fkggblcmiba7bf-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 . # golang.org/x/sys/unix vendor/golang.org/x/sys/unix/syscall.go:83:16: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/sys/unix/syscall_linux.go:1018:20: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/sys/unix/syscall_linux.go:2297:9: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/sys/unix/syscall_unix.go:118:7: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) vendor/golang.org/x/sys/unix/sysvshm_unix.go:33:7: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod) [result] Failed to update cw 4.1.1 -> 4.1.3 https://github.com/lucagrulla/cw/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.nodeenv, using log file: /var/log/nixpkgs-update/python311Packages.nodeenv/2024-03-05.log python311Packages.nodeenv 0 -> 1 attrpath: python311Packages.nodeenv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/igl8a9gf3pd8yik6pv0yg33pmxkrcfa4-packages.json.drv building '/nix/store/igl8a9gf3pd8yik6pv0yg33pmxkrcfa4-packages.json.drv'... Going to be running update for following packages: - python3.11-nodeenv-1.8.0 Press Enter key to continue... Running update for: - python3.11-nodeenv-1.8.0: UPDATING ... - python3.11-nodeenv-1.8.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nodeenv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-polkit, using log file: /var/log/nixpkgs-update/pantheon.pantheon-agent-polkit/2024-03-05.log pantheon.pantheon-agent-polkit 0 -> 1 attrpath: pantheon.pantheon-agent-polkit Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ixn5ks549b04m6g69mldyralz525nym4-packages.json.drv building '/nix/store/ixn5ks549b04m6g69mldyralz525nym4-packages.json.drv'... Going to be running update for following packages: - pantheon-agent-polkit-1.0.5 Press Enter key to continue... Running update for: - pantheon-agent-polkit-1.0.5: UPDATING ... - pantheon-agent-polkit-1.0.5: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.pantheon-agent-polkit 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-env, using log file: /var/log/nixpkgs-update/python311Packages.pytest-env/2024-03-05.log python311Packages.pytest-env 0 -> 1 attrpath: python311Packages.pytest-env Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kswljpjks0367l010byz5salxf6b2kck-packages.json.drv building '/nix/store/kswljpjks0367l010byz5salxf6b2kck-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-env-1.1.3 Press Enter key to continue... Running update for: - python3.11-pytest-env-1.1.3: UPDATING ... - python3.11-pytest-env-1.1.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-env 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath fortran-language-server, using log file: /var/log/nixpkgs-update/fortran-language-server/2024-03-05.log fortran-language-server 0 -> 1 attrpath: fortran-language-server Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/c4wlpjpdh2mnmbys1sr6v47b7gzxh2zz-packages.json.drv building '/nix/store/c4wlpjpdh2mnmbys1sr6v47b7gzxh2zz-packages.json.drv'... Going to be running update for following packages: - fortran-language-server-1.12.0 Press Enter key to continue... Running update for: - fortran-language-server-1.12.0: UPDATING ... - fortran-language-server-1.12.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update fortran-language-server 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath linuxKernel.packages.linux_4_19.evdi, using log file: /var/log/nixpkgs-update/linuxKernel.packages.linux_4_19.evdi/2024-03-05.log linuxKernel.packages.linux_4_19.evdi 1.14.1-unstable-2024-01-30 -> 1.14.2 https://github.com/DisplayLink/evdi/releases attrpath: linuxKernel.packages.linux_4_19.evdi Checking auto update branch... No auto update branch exists [version] Hashes equal; no update necessary [result] Failed to update linuxKernel.packages.linux_4_19.evdi 1.14.1-unstable-2024-01-30 -> 1.14.2 https://github.com/DisplayLink/evdi/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 nrf-command-line-tools, using log file: /var/log/nixpkgs-update/nrf-command-line-tools/2024-03-05.log nrf-command-line-tools 10.23.2 -> 10.23.4 https://repology.org/project/nrf-command-line-tools/versions attrpath: nrf-command-line-tools 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 nrf-command-line-tools 10.23.2 -> 10.23.4 https://repology.org/project/nrf-command-line-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 rPackages.loadeR, using log file: /var/log/nixpkgs-update/rPackages.loadeR/2024-03-05.log rPackages.loadeR 1.1.6 -> 1.1.8 https://repology.org/project/r:loader/versions attrpath: rPackages.loadeR Checking auto update branch... No auto update branch exists Old version 1.1.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.loadeR 1.1.6 -> 1.1.8 https://repology.org/project/r:loader/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.merTools, using log file: /var/log/nixpkgs-update/rPackages.merTools/2024-03-05.log rPackages.merTools 0.6.1 -> 0.6.2 https://repology.org/project/r:mertools/versions attrpath: rPackages.merTools Checking auto update branch... No auto update branch exists Old version 0.6.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.merTools 0.6.1 -> 0.6.2 https://repology.org/project/r:mertools/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.motmetrics, using log file: /var/log/nixpkgs-update/python312Packages.motmetrics/2024-03-05.log python312Packages.motmetrics 1.4.0-unstable-20240130 -> 1.4.0 https://repology.org/project/python:motmetrics/versions attrpath: python312Packages.motmetrics Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xlpb2lk3ap6x55z773ci4a4zcxj3mdw9-packages.json.drv building '/nix/store/xlpb2lk3ap6x55z773ci4a4zcxj3mdw9-packages.json.drv'... Going to be running update for following packages: - python3.12-motmetrics-1.4.0-unstable-20240130 Press Enter key to continue... Running update for: - python3.12-motmetrics-1.4.0-unstable-20240130: UPDATING ... - python3.12-motmetrics-1.4.0-unstable-20240130: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python312Packages.motmetrics 1.4.0-unstable-20240130 -> 1.4.0 https://repology.org/project/python:motmetrics/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.wbacon, using log file: /var/log/nixpkgs-update/rPackages.wbacon/2024-03-05.log rPackages.wbacon 0.6 -> 0.6-1 https://repology.org/project/r:wbacon/versions attrpath: rPackages.wbacon Checking auto update branch... No auto update branch exists Old version 0.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.wbacon 0.6 -> 0.6-1 https://repology.org/project/r:wbacon/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.DiscreteFDR, using log file: /var/log/nixpkgs-update/rPackages.DiscreteFDR/2024-03-05.log rPackages.DiscreteFDR 1.3.6 -> 1.3.7 https://repology.org/project/r:discretefdr/versions attrpath: rPackages.DiscreteFDR Checking auto update branch... No auto update branch exists Old version 1.3.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.DiscreteFDR 1.3.6 -> 1.3.7 https://repology.org/project/r:discretefdr/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath lua54Packages.toml, using log file: /var/log/nixpkgs-update/lua54Packages.toml/2024-03-05.log lua54Packages.toml 0.3.0-0 -> 0.4.0 https://github.com/LebJe/toml.lua/releases attrpath: lua54Packages.toml Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua54Packages.toml 0.3.0-0 -> 0.4.0 https://github.com/LebJe/toml.lua/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.RobustGaSP, using log file: /var/log/nixpkgs-update/rPackages.RobustGaSP/2024-03-05.log rPackages.RobustGaSP 0.6.5 -> 0.6.6 https://repology.org/project/r:robustgasp/versions attrpath: rPackages.RobustGaSP Checking auto update branch... No auto update branch exists Old version 0.6.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.RobustGaSP 0.6.5 -> 0.6.6 https://repology.org/project/r:robustgasp/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.huxtable, using log file: /var/log/nixpkgs-update/rPackages.huxtable/2024-03-05.log rPackages.huxtable 5.5.3 -> 5.5.6 https://repology.org/project/r:huxtable/versions attrpath: rPackages.huxtable Checking auto update branch... No auto update branch exists Old version 5.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.huxtable 5.5.3 -> 5.5.6 https://repology.org/project/r:huxtable/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.RobExtremes, using log file: /var/log/nixpkgs-update/rPackages.RobExtremes/2024-03-05.log rPackages.RobExtremes 1.2.0 -> 1.3.0 https://repology.org/project/r:robextremes/versions attrpath: rPackages.RobExtremes 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.RobExtremes 1.2.0 -> 1.3.0 https://repology.org/project/r:robextremes/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath arjun-cnf, using log file: /var/log/nixpkgs-update/arjun-cnf/2024-03-05.log arjun-cnf 2.5.2 -> 2.5.4 https://github.com/meelgroup/arjun/releases attrpath: arjun-cnf 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 arjun-cnf 2.5.2 -> 2.5.4 https://github.com/meelgroup/arjun/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.rkt, using log file: /var/log/nixpkgs-update/rPackages.rkt/2024-03-05.log rPackages.rkt 1.6 -> 1.7 https://repology.org/project/r:rkt/versions attrpath: rPackages.rkt Checking auto update branch... No auto update branch exists Old version 1.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.rkt 1.6 -> 1.7 https://repology.org/project/r:rkt/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath picoscope, using log file: /var/log/nixpkgs-update/picoscope/2024-03-05.log picoscope 7.1.17-1r17318 -> 7.1.21.18179 https://repology.org/project/picoscope/versions attrpath: picoscope Checking auto update branch... No auto update branch exists Old version 7.1.17-1r17318" not present in master derivation file with contents: { stdenv, lib, fetchurl, dpkg, makeWrapper , mono, gtk-sharp-3_0 , glib, libusb1 , zlib, gtk3-x11, callPackage, writeTextDir , scopes ? [ "picocv" "ps2000" "ps2000a" "ps3000" "ps3000a" "ps4000" "ps4000a" "ps5000" "ps5000a" "ps6000" "ps6000a" ] }: let shared_meta = lib: with lib; { homepage = "https://www.picotech.com/downloads/linux"; maintainers = with maintainers; [ expipiplus1 wirew0rm ] ++ teams.lumiguide.members; platforms = [ "x86_64-linux" ]; license = licenses.unfree; }; libpicoipp = callPackage ({ stdenv, lib, fetchurl, autoPatchelfHook, dpkg }: stdenv.mkDerivation rec { pname = "libpicoipp"; inherit (sources.libpicoipp) version; src = fetchurl { inherit (sources.libpicoipp) url sha256; }; nativeBuildInputs = [ dpkg autoPatchelfHook ]; buildInputs = [ stdenv.cc.cc.lib ]; sourceRoot = "."; unpackCmd = "dpkg-deb -x $src ."; installPhase = '' runHook preInstall mkdir -p $out/lib cp -d opt/picoscope/lib/* $out/lib install -Dt $out/usr/share/doc/libpicoipp usr/share/doc/libpicoipp/copyright runHook postInstall ''; meta = with lib; shared_meta lib // { sourceProvenance = with sourceTypes; [ binaryNativeCode ]; description = "library for picotech oscilloscope software"; }; }) { }; # If we don't have a platform available, put a dummy version here, so at # least evaluation succeeds. sources = (lib.importJSON ./sources.json).${stdenv.system} or { picoscope.version = "unknown"; }; scopePkg = name: { url, version, sha256 }: stdenv.mkDerivation rec { pname = "lib${name}"; inherit version; src = fetchurl { inherit url sha256; }; # picoscope does a signature check, so we can't patchelf these nativeBuildInputs = [ dpkg ]; sourceRoot = "."; unpackCmd = "dpkg-deb -x $src ."; installPhase = '' runHook preInstall mkdir -p $out/lib cp -d opt/picoscope/lib/* $out/lib runHook postInstall ''; meta = with lib; shared_meta lib // { description = "library for picotech oscilloscope ${name} series"; }; }; scopePkgs = lib.mapAttrs scopePkg sources; in stdenv.mkDerivation rec { pname = "picoscope"; inherit (sources.picoscope) version; src = fetchurl { inherit (sources.picoscope) url sha256; }; nativeBuildInputs = [ dpkg makeWrapper ]; buildInputs = [ gtk-sharp-3_0 mono glib libusb1 zlib ]; unpackCmd = "dpkg-deb -x $src ."; sourceRoot = "."; scopeLibs = lib.attrVals (map (x: "lib${x}") scopes) scopePkgs; MONO_PATH = "${gtk-sharp-3_0}/lib/mono/gtk-sharp-3.0:" + (lib.makeLibraryPath ([ glib gtk3-x11 gtk-sharp-3_0 libusb1 zlib libpicoipp ] ++ scopeLibs)); installPhase = '' runHook preInstall mkdir -p $out/ cp -dr usr/share $out/share cp -dr opt/picoscope/* $out/ makeWrapper "$(command -v mono)" $out/bin/picoscope \ --add-flags $out/lib/PicoScope.GTK.exe \ --prefix MONO_PATH : "$MONO_PATH" \ --prefix LD_LIBRARY_PATH : "$MONO_PATH" \ --set LANG C runHook postInstall ''; # usage: # services.udev.packages = [ pkgs.picoscope.rules ]; # users.groups.pico = {}; # users.users.you.extraGroups = [ "pico" ]; passthru.rules = writeTextDir "lib/udev/rules.d/95-pico.rules" '' SUBSYSTEMS=="usb", ATTRS{idVendor}=="0ce9", MODE="664",GROUP="pico" ''; meta = with lib; shared_meta lib // { description = "Oscilloscope application that works with all PicoScope models"; longDescription = '' PicoScope for Linux is a powerful oscilloscope application that works with all PicoScope models. The most important features from PicoScope for Windows are included—scope, spectrum analyzer, advanced triggers, automated measurements, interactive zoom, persistence modes and signal generator control. More features are being added all the time. Waveform captures can be saved for off-line analysis, and shared with PicoScope for Linux, PicoScope for macOS and PicoScope for Windows users, or exported in text, CSV and MathWorks MATLAB 4 formats. ''; sourceProvenance = with sourceTypes; [ binaryBytecode ]; }; } [result] Failed to update picoscope 7.1.17-1r17318 -> 7.1.21.18179 https://repology.org/project/picoscope/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spdx-license-list-data, using log file: /var/log/nixpkgs-update/spdx-license-list-data/2024-03-05.log spdx-license-list-data 3.22 -> 3.23 https://github.com/spdx/license-list-data/releases attrpath: spdx-license-list-data Checking auto update branch... An auto update branch exists with message `spdx-license-list-data: 3.22 -> 3.23`. New version is 3.23. An auto update branch exists with an equal or greater version [result] Failed to update spdx-license-list-data 3.22 -> 3.23 https://github.com/spdx/license-list-data/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.fitbitViz, using log file: /var/log/nixpkgs-update/rPackages.fitbitViz/2024-03-05.log rPackages.fitbitViz 1.0.5 -> 1.0.6 https://repology.org/project/r:fitbitviz/versions attrpath: rPackages.fitbitViz Checking auto update branch... No auto update branch exists Old version 1.0.5" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.fitbitViz 1.0.5 -> 1.0.6 https://repology.org/project/r:fitbitviz/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.rsinaica, using log file: /var/log/nixpkgs-update/rPackages.rsinaica/2024-03-05.log rPackages.rsinaica 0.6.1 -> 1.0.0 https://repology.org/project/r:rsinaica/versions attrpath: rPackages.rsinaica Checking auto update branch... No auto update branch exists Old version 0.6.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.rsinaica 0.6.1 -> 1.0.0 https://repology.org/project/r:rsinaica/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.specs, using log file: /var/log/nixpkgs-update/rPackages.specs/2024-03-05.log rPackages.specs 0.1.1 -> 1.0.1 https://repology.org/project/r:specs/versions attrpath: rPackages.specs 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.specs 0.1.1 -> 1.0.1 https://repology.org/project/r:specs/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.namer, using log file: /var/log/nixpkgs-update/rPackages.namer/2024-03-05.log rPackages.namer 0.1.6 -> 0.1.8 https://repology.org/project/r:namer/versions attrpath: rPackages.namer Checking auto update branch... No auto update branch exists Old version 0.1.6" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.namer 0.1.6 -> 0.1.8 https://repology.org/project/r:namer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wavpack, using log file: /var/log/nixpkgs-update/wavpack/2024-03-05.log wavpack 5.6.0 -> 5.7.0 https://github.com/dbry/WavPack/releases attrpath: wavpack Checking auto update branch... An auto update branch exists with message `wavpack: 5.6.0 -> 5.7.0`. New version is 5.7.0. An auto update branch exists with an equal or greater version [result] Failed to update wavpack 5.6.0 -> 5.7.0 https://github.com/dbry/WavPack/releases [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.python-dateutil, using log file: /var/log/nixpkgs-update/python311Packages.python-dateutil/2024-03-05.log python311Packages.python-dateutil 2.8.2 -> 2.9.0.post0 https://github.com/dateutil/dateutil/releases attrpath: python311Packages.python-dateutil 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/5g1hizxkpbs2z4vqbcbdkc034dwdrm33-packages.json.drv building '/nix/store/5g1hizxkpbs2z4vqbcbdkc034dwdrm33-packages.json.drv'... Going to be running update for following packages: - python3.11-python-dateutil-2.8.2 Press Enter key to continue... Running update for: - python3.11-python-dateutil-2.8.2: UPDATING ... - python3.11-python-dateutil-2.8.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dateutil/default.nix b/pkgs/development/python-modules/dateutil/default.nix index fb7280fd2a16..3df41b303db6 100644 --- a/pkgs/development/python-modules/dateutil/default.nix +++ b/pkgs/development/python-modules/dateutil/default.nix @@ -8,11 +8,11 @@ buildPythonPackage rec { pname = "python-dateutil"; - version = "2.8.2"; + version = "2.9.0.post0"; src = fetchPypi { inherit pname version; - hash = "sha256-ASPKzBYnrhnd88J6XeW9Z+5FhvvdZEDZdI+Ku0g9PoY="; + hash = "sha256-N91UII2n4c2HU4ghfV4A69QXkkn5D7ckN+kaNUWaCtM="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.python-dateutil: 2.8.2 -> 2.9.0.post0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293096" [result] Failed to update python311Packages.python-dateutil 2.8.2 -> 2.9.0.post0 https://github.com/dateutil/dateutil/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.FactoMineR, using log file: /var/log/nixpkgs-update/rPackages.FactoMineR/2024-03-05.log rPackages.FactoMineR 2.9 -> 2.10 https://repology.org/project/r:factominer/versions attrpath: rPackages.FactoMineR Checking auto update branch... No auto update branch exists Old version 2.9" 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.FactoMineR 2.9 -> 2.10 https://repology.org/project/r:factominer/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath sundials, using log file: /var/log/nixpkgs-update/sundials/2024-03-05.log sundials 6.7.0 -> 7.0.0 https://github.com/LLNL/sundials/releases attrpath: sundials Checking auto update branch... An auto update branch exists with message `sundials: 6.7.0 -> 7.0.0`. New version is 7.0.0. An auto update branch exists with an equal or greater version [result] Failed to update sundials 6.7.0 -> 7.0.0 https://github.com/LLNL/sundials/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.FastJM, using log file: /var/log/nixpkgs-update/rPackages.FastJM/2024-03-05.log rPackages.FastJM 1.4.1 -> 1.4.2 https://repology.org/project/r:fastjm/versions attrpath: rPackages.FastJM 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.FastJM 1.4.1 -> 1.4.2 https://repology.org/project/r:fastjm/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath faissWithCuda, using log file: /var/log/nixpkgs-update/faissWithCuda/2024-03-05.log faissWithCuda 1.7.4 -> 1.8.0 https://github.com/facebookresearch/faiss/releases attrpath: faissWithCuda 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/science/math/faiss/default.nix b/pkgs/development/libraries/science/math/faiss/default.nix index 25ac539e05f2..67a2d6af97b2 100644 --- a/pkgs/development/libraries/science/math/faiss/default.nix +++ b/pkgs/development/libraries/science/math/faiss/default.nix @@ -27,7 +27,7 @@ let pname = "faiss"; - version = "1.7.4"; + version = "1.8.0"; inherit (cudaPackages) cudaFlags backendStdenv; inherit (cudaFlags) cudaCapabilities dropDot; @@ -57,7 +57,7 @@ stdenv.mkDerivation { owner = "facebookresearch"; repo = pname; rev = "v${version}"; - hash = "sha256-WSce9X6sLZmGM5F0ZkK54VqpIy8u1VB0e9/l78co29M="; + hash = "sha256-nS8nhkNGGb2oAJKfr/MIAZjAwMxBGbNd16/CkEtv67I="; }; buildInputs = [ [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A faissWithCuda Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . faissWithCuda Standard output: error: Ă¢Â€Â¦ while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) Ă¢Â€Â¦ while evaluating derivation 'faiss-1.8.0' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/faissWithCuda/pkgs/stdenv/generic/make-derivation.nix:353:7 Ă¢Â€Â¦ while evaluating attribute 'buildInputs' of derivation 'faiss-1.8.0' at /var/cache/nixpkgs-update/worker/worktree/faissWithCuda/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; (stack trace truncated; use '--show-trace' to show the full trace) error: Package Ă¢Â€Â˜cuda_cudart-12.2.140Ă¢Â€Â™ in /var/cache/nixpkgs-update/worker/worktree/faissWithCuda/pkgs/development/cuda-modules/generic-builders/manifest.nix:325 has an unfree license (Ă¢Â€Â˜CUDA EULAĂ¢Â€Â™), 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) [ "cuda_cudart-12.2.140" ]; } c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add { allowUnfree = true; } to ~/.config/nixpkgs/config.nix. [result] Failed to update faissWithCuda 1.7.4 -> 1.8.0 https://github.com/facebookresearch/faiss/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.minichain, using log file: /var/log/nixpkgs-update/python311Packages.minichain/2024-03-05.log python311Packages.minichain 0 -> 1 attrpath: python311Packages.minichain Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/kq0fpfp98cspc77x0cwfxmqz19wk9v8c-packages.json.drv building '/nix/store/kq0fpfp98cspc77x0cwfxmqz19wk9v8c-packages.json.drv'... Going to be running update for following packages: - python3.11-minichain-0.3.3 Press Enter key to continue... Running update for: - python3.11-minichain-0.3.3: UPDATING ... - python3.11-minichain-0.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.minichain 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mmpython, using log file: /var/log/nixpkgs-update/python311Packages.mmpython/2024-03-05.log python311Packages.mmpython 0 -> 1 attrpath: python311Packages.mmpython Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s3v8v2mmdywszbqys4lvb3v061q81ysn-packages.json.drv building '/nix/store/s3v8v2mmdywszbqys4lvb3v061q81ysn-packages.json.drv'... Going to be running update for following packages: - python3.11-mmpython-0.4.10 Press Enter key to continue... Running update for: - python3.11-mmpython-0.4.10: UPDATING ... - python3.11-mmpython-0.4.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mmpython 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pyechonest, using log file: /var/log/nixpkgs-update/python311Packages.pyechonest/2024-03-05.log python311Packages.pyechonest 0 -> 1 attrpath: python311Packages.pyechonest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/370300rnvhm8hwg9f0n8vhv8g1ahdn6x-packages.json.drv building '/nix/store/370300rnvhm8hwg9f0n8vhv8g1ahdn6x-packages.json.drv'... Going to be running update for following packages: - python3.11-pyechonest-9.0.0 Press Enter key to continue... Running update for: - python3.11-pyechonest-9.0.0: UPDATING ... - python3.11-pyechonest-9.0.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pyechonest 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mox3, using log file: /var/log/nixpkgs-update/python311Packages.mox3/2024-03-05.log python311Packages.mox3 0 -> 1 attrpath: python311Packages.mox3 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f1d5vdfqrpgphfhs0haamrf172fxzza4-packages.json.drv building '/nix/store/f1d5vdfqrpgphfhs0haamrf172fxzza4-packages.json.drv'... Going to be running update for following packages: - python3.11-mox3-1.1.0 Press Enter key to continue... Running update for: - python3.11-mox3-1.1.0: UPDATING ... - python3.11-mox3-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mox3 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.pychart, using log file: /var/log/nixpkgs-update/python311Packages.pychart/2024-03-05.log python311Packages.pychart 0 -> 1 attrpath: python311Packages.pychart Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/g415karx4bmb2bh3i3cl8nz9grk4fimw-packages.json.drv building '/nix/store/g415karx4bmb2bh3i3cl8nz9grk4fimw-packages.json.drv'... Going to be running update for following packages: - python3.11-pychart-1.39 Press Enter key to continue... Running update for: - python3.11-pychart-1.39: UPDATING ... - python3.11-pychart-1.39: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pychart 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.backports-zoneinfo, using log file: /var/log/nixpkgs-update/python311Packages.backports-zoneinfo/2024-03-05.log python311Packages.backports-zoneinfo 0 -> 1 attrpath: python311Packages.backports-zoneinfo 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/5g24mav79nry4y1nar7m7vkk3f0rvhkl-packages.json.drv building '/nix/store/5g24mav79nry4y1nar7m7vkk3f0rvhkl-packages.json.drv'... Going to be running update for following packages: - python3.11-backports-zoneinfo-0.2.1 Press Enter key to continue... Running update for: - python3.11-backports-zoneinfo-0.2.1: UPDATING ... - python3.11-backports-zoneinfo-0.2.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.backports-zoneinfo 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.sleekxmpp, using log file: /var/log/nixpkgs-update/python311Packages.sleekxmpp/2024-03-05.log python311Packages.sleekxmpp 0 -> 1 attrpath: python311Packages.sleekxmpp Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/9686nqi7m5byzcg8k6102j4155bkmaq3-packages.json.drv building '/nix/store/9686nqi7m5byzcg8k6102j4155bkmaq3-packages.json.drv'... Going to be running update for following packages: - python3.11-sleekxmpp-1.3.3 Press Enter key to continue... Running update for: - python3.11-sleekxmpp-1.3.3: UPDATING ... - python3.11-sleekxmpp-1.3.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sleekxmpp 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.tornado_5, using log file: /var/log/nixpkgs-update/python311Packages.tornado_5/2024-03-05.log python311Packages.tornado_5 0 -> 1 attrpath: python311Packages.tornado_5 python updatescript updates pinned versions [result] Failed to update python311Packages.tornado_5 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.mayavi, using log file: /var/log/nixpkgs-update/python311Packages.mayavi/2024-03-05.log python311Packages.mayavi 0 -> 1 attrpath: python311Packages.mayavi 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/ckzp37f3yycs8wvjglnihdpzfq6jc25a-packages.json.drv building '/nix/store/ckzp37f3yycs8wvjglnihdpzfq6jc25a-packages.json.drv'... Going to be running update for following packages: - python3.11-mayavi-4.8.1 Press Enter key to continue... Running update for: - python3.11-mayavi-4.8.1: UPDATING ... - python3.11-mayavi-4.8.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.mayavi 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.evernote, using log file: /var/log/nixpkgs-update/python311Packages.evernote/2024-03-05.log python311Packages.evernote 0 -> 1 attrpath: python311Packages.evernote Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/82i3y9bbgdh906vc65d9sq245zgzbr1z-packages.json.drv building '/nix/store/82i3y9bbgdh906vc65d9sq245zgzbr1z-packages.json.drv'... Going to be running update for following packages: - python3.11-evernote-1.25.3 Press Enter key to continue... Running update for: - python3.11-evernote-1.25.3: UPDATING ... - python3.11-evernote-1.25.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.evernote 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nitpick, using log file: /var/log/nixpkgs-update/python311Packages.nitpick/2024-03-05.log python311Packages.nitpick 0 -> 1 attrpath: python311Packages.nitpick Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n601dl58j8kn4ai061kyq2zpfj0cw6qg-packages.json.drv building '/nix/store/n601dl58j8kn4ai061kyq2zpfj0cw6qg-packages.json.drv'... Going to be running update for following packages: - python3.11-nitpick-1.1 Press Enter key to continue... Running update for: - python3.11-nitpick-1.1: UPDATING ... - python3.11-nitpick-1.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nitpick 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.nidaqmx, using log file: /var/log/nixpkgs-update/python311Packages.nidaqmx/2024-03-05.log python311Packages.nidaqmx 0 -> 1 attrpath: python311Packages.nidaqmx Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zp8fk9s793pwf3brz3z3cfqcaal228fj-packages.json.drv building '/nix/store/zp8fk9s793pwf3brz3z3cfqcaal228fj-packages.json.drv'... Going to be running update for following packages: - python3.11-nidaqmx-0.5.7 Press Enter key to continue... Running update for: - python3.11-nidaqmx-0.5.7: UPDATING ... - python3.11-nidaqmx-0.5.7: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.nidaqmx 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.paddlepaddle, using log file: /var/log/nixpkgs-update/python311Packages.paddlepaddle/2024-03-05.log python311Packages.paddlepaddle 0 -> 1 attrpath: python311Packages.paddlepaddle Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/57affc99z006bx35k9lj0z7jlml35c3b-packages.json.drv building '/nix/store/57affc99z006bx35k9lj0z7jlml35c3b-packages.json.drv'... Going to be running update for following packages: - python3.11-paddlepaddle-2.5.0 Press Enter key to continue... Running update for: - python3.11-paddlepaddle-2.5.0: UPDATING ... - python3.11-paddlepaddle-2.5.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.paddlepaddle 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.glyphslib, using log file: /var/log/nixpkgs-update/python312Packages.glyphslib/2024-03-05.log python312Packages.glyphslib 6.6.0 -> 6.6.6 https://github.com/googlefonts/glyphsLib/releases attrpath: python312Packages.glyphslib Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rv1m38wqglgli7kgvk0gn3xzl1a1dhgw-packages.json.drv building '/nix/store/rv1m38wqglgli7kgvk0gn3xzl1a1dhgw-packages.json.drv'... Going to be running update for following packages: - python3.12-glyphslib-6.6.0 Press Enter key to continue... Running update for: - python3.12-glyphslib-6.6.0: UPDATING ... - python3.12-glyphslib-6.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/glyphslib/default.nix b/pkgs/development/python-modules/glyphslib/default.nix index 7cf9adbb3bf6..41b257f4d975 100644 --- a/pkgs/development/python-modules/glyphslib/default.nix +++ b/pkgs/development/python-modules/glyphslib/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "glyphslib"; - version = "6.6.0"; + version = "6.6.6"; format = "pyproject"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "googlefonts"; repo = "glyphsLib"; rev = "refs/tags/v${version}"; - hash = "sha256-2Y7JhaZJXKERQXEI9cDCx7m95El6AicU0t+X3Gntbxk="; + hash = "sha256-IF/mm6JOulB4kLZ1rRnZHjQth5RkgroDWuZ+HzMZYjM="; }; nativeBuildInputs = [ setuptools-scm ]; No auto update branch exists [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.glyphslib Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix --extra-experimental-features nix-command log -f . python312Packages.glyphslib Standard output: error: build log of 'python312Packages.glyphslib' is not available [result] Failed to update python312Packages.glyphslib 6.6.0 -> 6.6.6 https://github.com/googlefonts/glyphsLib/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.metR, using log file: /var/log/nixpkgs-update/rPackages.metR/2024-03-05.log rPackages.metR 0.14.1 -> 0.15.0 https://repology.org/project/r:metr/versions attrpath: rPackages.metR Checking auto update branch... No auto update branch exists Old version 0.14.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.metR 0.14.1 -> 0.15.0 https://repology.org/project/r:metr/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.xfun, using log file: /var/log/nixpkgs-update/rPackages.xfun/2024-03-05.log rPackages.xfun 0.41 -> 0.42 https://repology.org/project/r:xfun/versions attrpath: rPackages.xfun Checking auto update branch... No auto update branch exists Old version 0.41" 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.xfun 0.41 -> 0.42 https://repology.org/project/r:xfun/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.TestAnaAPP, using log file: /var/log/nixpkgs-update/rPackages.TestAnaAPP/2024-03-05.log rPackages.TestAnaAPP 0.1.5 -> 0.1.8 https://repology.org/project/r:testanaapp/versions attrpath: rPackages.TestAnaAPP Checking auto update branch... No auto update branch exists Old version 0.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.TestAnaAPP 0.1.5 -> 0.1.8 https://repology.org/project/r:testanaapp/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.mrgsolve, using log file: /var/log/nixpkgs-update/rPackages.mrgsolve/2024-03-05.log rPackages.mrgsolve 1.3.0 -> 1.4.1 https://repology.org/project/r:mrgsolve/versions attrpath: rPackages.mrgsolve Checking auto update branch... No auto update branch exists Old version 1.3.0" not present in master derivation file with contents: { stdenv, lib, R, libcxx, xvfb-run, util-linux, Cocoa, Foundation, gettext, gfortran, libiconv }: { name, buildInputs ? [], requireX ? false, ... } @ attrs: stdenv.mkDerivation ({ buildInputs = buildInputs ++ [R gettext] ++ lib.optionals requireX [util-linux xvfb-run] ++ lib.optionals stdenv.isDarwin [Cocoa Foundation gfortran libiconv]; env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${lib.getDev libcxx}/include/c++/v1"; configurePhase = '' runHook preConfigure export R_LIBS_SITE="$R_LIBS_SITE''${R_LIBS_SITE:+:}$out/library" runHook postConfigure ''; buildPhase = '' runHook preBuild runHook postBuild ''; installFlags = if attrs.doCheck or true then [] else [ "--no-test-load" ]; rCommand = if requireX then # Unfortunately, xvfb-run has a race condition even with -a option, so that # we acquire a lock explicitly. "flock ${xvfb-run} xvfb-run -a -e xvfb-error R" else "R"; installPhase = '' runHook preInstall mkdir -p $out/library $rCommand CMD INSTALL --built-timestamp='1970-01-01 00:00:00 UTC' $installFlags --configure-args="$configureFlags" -l $out/library . runHook postInstall ''; postFixup = '' if test -e $out/nix-support/propagated-build-inputs; then ln -s $out/nix-support/propagated-build-inputs $out/nix-support/propagated-user-env-packages fi ''; checkPhase = '' # noop since R CMD INSTALL tests packages ''; } // attrs // { name = "r-" + name; }) [result] Failed to update rPackages.mrgsolve 1.3.0 -> 1.4.1 https://repology.org/project/r:mrgsolve/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.luacheck, using log file: /var/log/nixpkgs-update/lua51Packages.luacheck/2024-03-05.log lua51Packages.luacheck 1.1.1-1 -> 1.1.2 https://github.com/lunarmodules/luacheck/releases attrpath: lua51Packages.luacheck Packages for lua are currently skipped. https://github.com/NixOS/nixpkgs/pull/37501#issuecomment-375169646 [result] Failed to update lua51Packages.luacheck 1.1.1-1 -> 1.1.2 https://github.com/lunarmodules/luacheck/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 ceph-csi, using log file: /var/log/nixpkgs-update/ceph-csi/2024-03-05.log ceph-csi 3.10.1 -> 3.10.2 https://github.com/ceph/ceph-csi/releases attrpath: ceph-csi Checking auto update branch... An auto update branch exists with message `ceph-csi: 3.10.1 -> 3.10.2`. New version is 3.10.2. An auto update branch exists with an equal or greater version [result] Failed to update ceph-csi 3.10.1 -> 3.10.2 https://github.com/ceph/ceph-csi/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 flyctl, using log file: /var/log/nixpkgs-update/flyctl/2024-03-05.log flyctl 0.2.6 -> 0.2.11 https://github.com/superfly/flyctl/releases attrpath: flyctl 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 flyctl 0.2.6 -> 0.2.11 https://github.com/superfly/flyctl/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 mopidy-tunein, using log file: /var/log/nixpkgs-update/mopidy-tunein/2024-03-05.log mopidy-tunein 0 -> 1 attrpath: mopidy-tunein Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/65kqp3nxwfs7aba95iqanva4y91cvzcw-packages.json.drv building '/nix/store/65kqp3nxwfs7aba95iqanva4y91cvzcw-packages.json.drv'... Going to be running update for following packages: - mopidy-tunein-1.1.0 Press Enter key to continue... Running update for: - mopidy-tunein-1.1.0: UPDATING ... - mopidy-tunein-1.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update mopidy-tunein 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath genxword, using log file: /var/log/nixpkgs-update/genxword/2024-03-05.log genxword 0 -> 1 attrpath: genxword Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/zb0ymi2p6vcqammikq42480z0dks883z-packages.json.drv building '/nix/store/zb0ymi2p6vcqammikq42480z0dks883z-packages.json.drv'... Going to be running update for following packages: - genxword-2.1.0 Press Enter key to continue... Running update for: - genxword-2.1.0: UPDATING ... - genxword-2.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update genxword 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath brlcad, using log file: /var/log/nixpkgs-update/brlcad/2024-03-05.log brlcad 7.34.2 -> 7.38.0 https://repology.org/project/brlcad/versions attrpath: brlcad Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - brlcad: 7.34.2 -> 7.38.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/279705" [result] Failed to update brlcad 7.34.2 -> 7.38.0 https://repology.org/project/brlcad/versions [options] github_user: r-ryantm, pull_request: YES, batch_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.windows, using log file: /var/log/nixpkgs-update/octavePackages.windows/2024-03-05.log octavePackages.windows 0 -> 1 attrpath: octavePackages.windows Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/s1p67lkgmv0f0k60xyfn1vhfb7dly2s5-packages.json.drv building '/nix/store/s1p67lkgmv0f0k60xyfn1vhfb7dly2s5-packages.json.drv'... Going to be running update for following packages: - octave-8.4.0-windows-1.6.4 Press Enter key to continue... Running update for: - octave-8.4.0-windows-1.6.4: UPDATING ... - octave-8.4.0-windows-1.6.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update octavePackages.windows 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath waylyrics, using log file: /var/log/nixpkgs-update/waylyrics/2024-03-05.log waylyrics 0.2.4 -> 0.2.12 https://github.com/poly000/waylyrics/releases attrpath: waylyrics Checking auto update branch... No auto update branch exists There might already be an open PR for this update: - waylyrics: 0.2.4 -> 0.2.12 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/293571" [result] Failed to update waylyrics 0.2.4 -> 0.2.12 https://github.com/poly000/waylyrics/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.btrfs, using log file: /var/log/nixpkgs-update/python311Packages.btrfs/2024-03-05.log python311Packages.btrfs 0 -> 1 attrpath: python311Packages.btrfs Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dx4i04z273r0r6rwkfcwpjyfy53xfgn2-packages.json.drv building '/nix/store/dx4i04z273r0r6rwkfcwpjyfy53xfgn2-packages.json.drv'... Going to be running update for following packages: - python3.11-btrfs-13 Press Enter key to continue... Running update for: - python3.11-btrfs-13: UPDATING ... - python3.11-btrfs-13: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.btrfs 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-material, using log file: /var/log/nixpkgs-update/python311Packages.sphinx-material/2024-03-05.log python311Packages.sphinx-material 0 -> 1 attrpath: python311Packages.sphinx-material Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rgy2xkw5c90x7q3rvpp9h4dj3hj90vbh-packages.json.drv building '/nix/store/rgy2xkw5c90x7q3rvpp9h4dj3hj90vbh-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-material-0.0.36 Press Enter key to continue... Running update for: - python3.11-sphinx-material-0.0.36: UPDATING ... - python3.11-sphinx-material-0.0.36: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.sphinx-material 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.knx-frontend, using log file: /var/log/nixpkgs-update/python311Packages.knx-frontend/2024-03-05.log python311Packages.knx-frontend 0 -> 1 attrpath: python311Packages.knx-frontend Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cip3yjak4pyifkj2dss8jwd1inv5xpi9-packages.json.drv building '/nix/store/cip3yjak4pyifkj2dss8jwd1inv5xpi9-packages.json.drv'... Going to be running update for following packages: - python3.11-knx-frontend-2024.1.20.105944 Press Enter key to continue... Running update for: - python3.11-knx-frontend-2024.1.20.105944: UPDATING ... - python3.11-knx-frontend-2024.1.20.105944: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.knx-frontend 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.scrapy-fake-useragent, using log file: /var/log/nixpkgs-update/python311Packages.scrapy-fake-useragent/2024-03-05.log python311Packages.scrapy-fake-useragent 0 -> 1 attrpath: python311Packages.scrapy-fake-useragent Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/spnzxhpkd8zx2h1qx69d1c02dmac3pmf-packages.json.drv building '/nix/store/spnzxhpkd8zx2h1qx69d1c02dmac3pmf-packages.json.drv'... Going to be running update for following packages: - python3.11-scrapy-fake-useragent-1.4.4 Press Enter key to continue... Running update for: - python3.11-scrapy-fake-useragent-1.4.4: UPDATING ... - python3.11-scrapy-fake-useragent-1.4.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.scrapy-fake-useragent 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath maildrop, using log file: /var/log/nixpkgs-update/maildrop/2024-03-05.log maildrop 2.6.0 -> 3.1.6 https://repology.org/project/maildrop/versions attrpath: maildrop 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/networking/maildrop/default.nix b/pkgs/tools/networking/maildrop/default.nix index 143172735919..0e240ea2b2e2 100644 --- a/pkgs/tools/networking/maildrop/default.nix +++ b/pkgs/tools/networking/maildrop/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "maildrop"; - version = "2.6.0"; + version = "3.1.6"; src = fetchurl { url = "mirror://sourceforge/courier/maildrop/${version}/maildrop-${version}.tar.bz2"; - sha256 = "1a94p2b41iy334cwfwmzi19557dn5j61abh0cp2rfc9dkc8ibhdg"; + sha256 = "sha256-54sEBBt8HUb9mySDI4d/gNweQiPZ8G89x38KjwzTrf0="; }; nativeBuildInputs = [ pkg-config ]; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A maildrop nix build failed. got build log for 'maildrop' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/3gaz3hs7zcz037qya634ibmwn8ihviwk-maildrop-3.1.6.tar.bz2 source root is maildrop-3.1.6 setting SOURCE_DATE_EPOCH to timestamp 1692017299 of file maildrop-3.1.6/packaging/debian/changelog.in @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/1kjnnhpnf90cjjkj1jh8grh7si8rsq24-maildrop.configure.hack.patch can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- a/maildrop/configure 2012-09-06 01:52:13.000000000 +0100 |+++ b/maildrop/configure 2013-01-04 03:00:57.095628327 +0000 -------------------------- File to patch: Skip this patch? [y] Skipping patch. 1 out of 1 hunk ignored [result] Failed to update maildrop 2.6.0 -> 3.1.6 https://repology.org/project/maildrop/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: 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-celery, using log file: /var/log/nixpkgs-update/python311Packages.pytest-celery/2024-03-05.log python311Packages.pytest-celery 0 -> 1 attrpath: python311Packages.pytest-celery Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pg0lszy3bjdfa23f26r1qf4i308hcpmv-packages.json.drv building '/nix/store/pg0lszy3bjdfa23f26r1qf4i308hcpmv-packages.json.drv'... Going to be running update for following packages: - python3.11-pytest-celery-0.1.0 Press Enter key to continue... Running update for: - python3.11-pytest-celery-0.1.0: UPDATING ... - python3.11-pytest-celery-0.1.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.pytest-celery 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath llm, using log file: /var/log/nixpkgs-update/llm/2024-03-05.log llm 0 -> 1 attrpath: llm Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ngqiqlj02c4q798lb12w3dv9j24gcmsr-packages.json.drv building '/nix/store/ngqiqlj02c4q798lb12w3dv9j24gcmsr-packages.json.drv'... Going to be running update for following packages: - llm-0.13.1 Press Enter key to continue... Running update for: - llm-0.13.1: UPDATING ... - llm-0.13.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update llm 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath protonvpn-gui, using log file: /var/log/nixpkgs-update/protonvpn-gui/2024-03-05.log protonvpn-gui 0 -> 1 attrpath: protonvpn-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/dr3fk9wbr1fvqva018j50749s76x1g93-packages.json.drv building '/nix/store/dr3fk9wbr1fvqva018j50749s76x1g93-packages.json.drv'... Going to be running update for following packages: - protonvpn-gui-4.1.10 Press Enter key to continue... Running update for: - protonvpn-gui-4.1.10: UPDATING ... - protonvpn-gui-4.1.10: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update protonvpn-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 ibus-engines.hangul, using log file: /var/log/nixpkgs-update/ibus-engines.hangul/2024-03-05.log ibus-engines.hangul 1.5.4 -> 1.5.5 https://github.com/choehwanjin/ibus-hangul/releases attrpath: ibus-engines.hangul 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/8kzf87dbqs912lkghh34xad4cbq8dh6z-ibus-hangul-1.5.5.tar.gz.drv building '/nix/store/8kzf87dbqs912lkghh34xad4cbq8dh6z-ibus-hangul-1.5.5.tar.gz.drv'... trying https://github.com/choehwanjin/ibus-hangul/releases/download/1.5.5/ibus-hangul-1.5.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 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download ibus-hangul-1.5.5.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed stderr did not split as expected full stderr was: error: attribute 'originalSrc' in selection path 'ibus-engines.hangul.originalSrc' not found stderr did not split as expected full stderr was: these 4 derivations will be built: /nix/store/8kzf87dbqs912lkghh34xad4cbq8dh6z-ibus-hangul-1.5.5.tar.gz.drv /nix/store/9bjn05rr76f9lxz026cj5qrzq5wip0ix-python3-3.11.8-env.drv /nix/store/rs8np22phwm5zwm7hdp9fp0k6myzm00i-fix-paths.patch.drv /nix/store/cbzxwm2ksznm55mlysl712mx415d74xg-ibus-hangul-1.5.5.drv building '/nix/store/rs8np22phwm5zwm7hdp9fp0k6myzm00i-fix-paths.patch.drv'... building '/nix/store/9bjn05rr76f9lxz026cj5qrzq5wip0ix-python3-3.11.8-env.drv'... building '/nix/store/8kzf87dbqs912lkghh34xad4cbq8dh6z-ibus-hangul-1.5.5.tar.gz.drv'... created 314 symlinks in user environment trying https://github.com/choehwanjin/ibus-hangul/releases/download/1.5.5/ibus-hangul-1.5.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 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download ibus-hangul-1.5.5.tar.gz from any mirror error: builder for '/nix/store/8kzf87dbqs912lkghh34xad4cbq8dh6z-ibus-hangul-1.5.5.tar.gz.drv' failed with exit code 1; last 8 log lines: > > trying https://github.com/choehwanjin/ibus-hangul/releases/download/1.5.5/ibus-hangul-1.5.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 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > curl: (22) The requested URL returned error: 404 > error: cannot download ibus-hangul-1.5.5.tar.gz from any mirror For full logs, run 'nix log /nix/store/8kzf87dbqs912lkghh34xad4cbq8dh6z-ibus-hangul-1.5.5.tar.gz.drv'. error: 1 dependencies of derivation '/nix/store/cbzxwm2ksznm55mlysl712mx415d74xg-ibus-hangul-1.5.5.drv' failed to build [result] Failed to update ibus-engines.hangul 1.5.4 -> 1.5.5 https://github.com/choehwanjin/ibus-hangul/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.manuel, using log file: /var/log/nixpkgs-update/python311Packages.manuel/2024-03-05.log python311Packages.manuel 0 -> 1 attrpath: python311Packages.manuel 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/yq8vy9vm8f0bhk2nmfgjc97fc733ph3z-packages.json.drv building '/nix/store/yq8vy9vm8f0bhk2nmfgjc97fc733ph3z-packages.json.drv'... Going to be running update for following packages: - python3.11-manuel-1.12.4 Press Enter key to continue... Running update for: - python3.11-manuel-1.12.4: UPDATING ... - python3.11-manuel-1.12.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.manuel 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.telfhash, using log file: /var/log/nixpkgs-update/python311Packages.telfhash/2024-03-05.log python311Packages.telfhash 0 -> 1 attrpath: python311Packages.telfhash Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dldvm49im8xm1fcj0vidaknqp1nihsvv-packages.json.drv building '/nix/store/dldvm49im8xm1fcj0vidaknqp1nihsvv-packages.json.drv'... Going to be running update for following packages: - python3.11-telfhash-0.9.8 Press Enter key to continue... Running update for: - python3.11-telfhash-0.9.8: UPDATING ... - python3.11-telfhash-0.9.8: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.telfhash 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath rednotebook, using log file: /var/log/nixpkgs-update/rednotebook/2024-03-05.log rednotebook 0 -> 1 attrpath: rednotebook Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/h6cp1pzv3pn3c8x8lv762hms584f1388-packages.json.drv building '/nix/store/h6cp1pzv3pn3c8x8lv762hms584f1388-packages.json.drv'... Going to be running update for following packages: - rednotebook-2.32 Press Enter key to continue... Running update for: - rednotebook-2.32: UPDATING ... - rednotebook-2.32: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update rednotebook 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.ward, using log file: /var/log/nixpkgs-update/python311Packages.ward/2024-03-05.log python311Packages.ward 0 -> 1 attrpath: python311Packages.ward Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/jbjjjk8814avwsmzxis9f2iwj31csrww-packages.json.drv building '/nix/store/jbjjjk8814avwsmzxis9f2iwj31csrww-packages.json.drv'... Going to be running update for following packages: - python3.11-ward-0.67.0b0 Press Enter key to continue... Running update for: - python3.11-ward-0.67.0b0: UPDATING ... - python3.11-ward-0.67.0b0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.ward 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.cinemagoer, using log file: /var/log/nixpkgs-update/python311Packages.cinemagoer/2024-03-05.log python311Packages.cinemagoer 0 -> 1 attrpath: python311Packages.cinemagoer Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/pjpaw56avgaaxnb22sdsx6hkp4998clp-packages.json.drv building '/nix/store/pjpaw56avgaaxnb22sdsx6hkp4998clp-packages.json.drv'... Going to be running update for following packages: - python3.11-cinemagoer-2023.5.1 Press Enter key to continue... Running update for: - python3.11-cinemagoer-2023.5.1: UPDATING ... - python3.11-cinemagoer-2023.5.1: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.cinemagoer 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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-calculator, using log file: /var/log/nixpkgs-update/pantheon.elementary-calculator/2024-03-05.log pantheon.elementary-calculator 0 -> 1 attrpath: pantheon.elementary-calculator Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lw6jg8hfvcvgwqd0wx79dvq73cq00gic-packages.json.drv building '/nix/store/lw6jg8hfvcvgwqd0wx79dvq73cq00gic-packages.json.drv'... Going to be running update for following packages: - elementary-calculator-2.0.3 Press Enter key to continue... Running update for: - elementary-calculator-2.0.3: UPDATING ... - elementary-calculator-2.0.3: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update pantheon.elementary-calculator 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_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.apply-refact, using log file: /var/log/nixpkgs-update/haskellPackages.apply-refact/2024-03-05.log haskellPackages.apply-refact 0.13.0.0 -> 0.14.0.0 https://repology.org/project/haskell:apply-refact/versions attrpath: haskellPackages.apply-refact Checking auto update branch... No auto update branch exists Derivation file says not to edit it [result] Failed to update haskellPackages.apply-refact 0.13.0.0 -> 0.14.0.0 https://repology.org/project/haskell:apply-refact/versions [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath littlegptracker, using log file: /var/log/nixpkgs-update/littlegptracker/2024-03-05.log littlegptracker 0 -> 1 attrpath: littlegptracker Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/cs6day71jkcdhms9fyin4dl06xd0npya-packages.json.drv building '/nix/store/cs6day71jkcdhms9fyin4dl06xd0npya-packages.json.drv'... Going to be running update for following packages: - littlegptracker-unstable-2020-11-26 Press Enter key to continue... Running update for: - littlegptracker-unstable-2020-11-26: UPDATING ... - littlegptracker-unstable-2020-11-26: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update littlegptracker 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath python311Packages.coreschema, using log file: /var/log/nixpkgs-update/python311Packages.coreschema/2024-03-05.log python311Packages.coreschema 0 -> 1 attrpath: python311Packages.coreschema Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/3hmhpcz781j4dazvsz6mj654bd5pim4h-packages.json.drv building '/nix/store/3hmhpcz781j4dazvsz6mj654bd5pim4h-packages.json.drv'... Going to be running update for following packages: - python3.11-coreschema-0.0.4 Press Enter key to continue... Running update for: - python3.11-coreschema-0.0.4: UPDATING ... - python3.11-coreschema-0.0.4: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.coreschema 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath spdk, using log file: /var/log/nixpkgs-update/spdk/2024-03-05.log spdk 23.09 -> 24.01 https://github.com/spdk/spdk/releases attrpath: spdk 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/spdk/default.nix b/pkgs/development/libraries/spdk/default.nix index c62f54b14091..ac53e8a2caf5 100644 --- a/pkgs/development/libraries/spdk/default.nix +++ b/pkgs/development/libraries/spdk/default.nix @@ -21,13 +21,13 @@ stdenv.mkDerivation rec { pname = "spdk"; - version = "23.09"; + version = "24.01"; src = fetchFromGitHub { owner = "spdk"; repo = "spdk"; rev = "v${version}"; - sha256 = "sha256-P10NDa+MIEY8B3bu34Dq2keyuv2a24XV5Wf+Ah701b8="; + sha256 = "sha256-5znYELR6WvVXbfFKAcRtJnSwAE5WHmA8v1rvZUtszS4="; fetchSubmodules = true; }; [outpaths] eval start [outpaths] eval end Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A spdk nix build failed. got build log for 'spdk' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/h6pcc4cfq5j3cwa4j1q3hifzpgwy6rgh-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/xnvmebuild/Makefile @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/sjsz5zda57nd90zzzi30c3b5bhqdr1jy-setuptools.patch patching file python/setup.py applying patch /nix/store/rf2afrj180wj9wygcxn10janx29imd23-0001-fix-setuptools-installation.patch patching file python/Makefile Hunk #1 FAILED at 12. 1 out of 1 hunk FAILED -- saving rejects to file python/Makefile.rej [result] Failed to update spdk 23.09 -> 24.01 https://github.com/spdk/spdk/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 exercism, using log file: /var/log/nixpkgs-update/exercism/2024-03-05.log exercism 0 -> 1 attrpath: exercism Checking auto update branch... [version] [version] skipping because derivation has updateScript [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/s2na2v94ir91b3bvx7ah5xc465kihvck-packages.json.drv building '/nix/store/s2na2v94ir91b3bvx7ah5xc465kihvck-packages.json.drv'... Going to be running update for following packages: - exercism-3.3.0 Press Enter key to continue... Running update for: - exercism-3.3.0: UPDATING ... - exercism-3.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update exercism 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath wio, using log file: /var/log/nixpkgs-update/wio/2024-03-05.log wio 0 -> 1 attrpath: wio Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/5r2p4hqhqw1kg394s3ifgq5ijav504rb-packages.json.drv building '/nix/store/5r2p4hqhqw1kg394s3ifgq5ijav504rb-packages.json.drv'... Going to be running update for following packages: - wio-unstable-2023-11-23 Press Enter key to continue... Running update for: - wio-unstable-2023-11-23: UPDATING ... - wio-unstable-2023-11-23: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update wio 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath ashpd-demo, using log file: /var/log/nixpkgs-update/ashpd-demo/2024-03-05.log ashpd-demo 0.4.1 -> 0.8.0 https://github.com/bilelmoussaoui/ashpd/releases attrpath: ashpd-demo 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 ashpd-demo 0.4.1 -> 0.8.0 https://github.com/bilelmoussaoui/ashpd/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.prox-tv, using log file: /var/log/nixpkgs-update/python311Packages.prox-tv/2024-03-05.log python311Packages.prox-tv 0 -> 1 attrpath: python311Packages.prox-tv Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/03cmpkyq00harmmkydj28fphisp0b5r7-packages.json.drv building '/nix/store/03cmpkyq00harmmkydj28fphisp0b5r7-packages.json.drv'... Going to be running update for following packages: - python3.11-prox-tv-3.3.0 Press Enter key to continue... Running update for: - python3.11-prox-tv-3.3.0: UPDATING ... - python3.11-prox-tv-3.3.0: DONE. Packages updated! The diff was empty after rewrites. [result] Failed to update python311Packages.prox-tv 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath minecraft, using log file: /var/log/nixpkgs-update/minecraft/2024-03-05.log minecraft 0 -> 1 attrpath: minecraft 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 this derivation will be built: /nix/store/f9r26ibim59f6k6xjfpw79brz600gw7j-packages.json.drv building '/nix/store/f9r26ibim59f6k6xjfpw79brz600gw7j-packages.json.drv'... Going to be running update for following packages: - minecraft-launcher-2.2.1441 Press Enter key to continue... Running update for: - minecraft-launcher-2.2.1441: UPDATING ... - minecraft-launcher-2.2.1441: ERROR --- SHOWING ERROR LOG FOR minecraft-launcher-2.2.1441 ---------------------- this derivation will be built: /nix/store/j5xkf1l1bkqishfzbzfpxkggb1iny68x-minecraft-launcher_2.2.2141.tar.gz.drv building '/nix/store/j5xkf1l1bkqishfzbzfpxkggb1iny68x-minecraft-launcher_2.2.2141.tar.gz.drv'... trying https://launcher.mojang.com/download/linux/x86_64/minecraft-launcher_2.2.2141.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 215 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 error: cannot download minecraft-launcher_2.2.2141.tar.gz from any mirror error: boost::bad_format_string: format-string is ill-formed update-source-version: error: Couldn't figure out new hash of 'minecraft.src'! --- SHOWING ERROR LOG FOR minecraft-launcher-2.2.1441 ---------------------- The update script for minecraft-launcher-2.2.1441 failed with exit code 1 [result] Failed to update minecraft 0 -> 1 [options] github_user: r-ryantm, pull_request: YES, batch_update: YES, calculate_outpaths: YES, cve_report: NO, nixpkgs-review: YES, nixpkgs_dir: "/var/cache/nixpkgs-update/worker/nixpkgs", use attrpath: NO For attrpath asciidoc, using log file: /var/log/nixpkgs-update/asciidoc/2024-03-05.log asciidoc 0 -> 1 attrpath: asciidoc Checking auto update branch...